/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 12 2024 | 15:23:04 */
/* cf7 start */
.ugb-container.ugb-container--v2>.ugb-inner-block>.ugb-block-content>.ugb-container__wrapper {
    box-shadow: none;
    background-color: #000;
}
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
  display: block;
  width: 100%;
  height: 45px;
  /*margin-top: 1em;*/
  margin-bottom: 0;
  padding: 0 12px;
  border: 0;
  border-radius: 3px;
  background-color: #FFF;
  box-shadow: none;
  color: #5c6b80;
  font-size: 1em;
  vertical-align: middle;
  line-height: 45px;
  transition: background-color 0.24s ease-in-out;
}
textarea {
  max-width: 100%;
  min-height: 160px;
  line-height: 1.5em;
  padding: 0.5em;
  overflow: auto;
}
.haveto {
    font-size: 7px;/*10px*/:
    padding: 5px;
    background: #D50201;/*#E72432*/
    color: #fff;
    border-radius: 2px;
    margin-right: 5px;
    position: relative;
    bottom: 1px
}
.any {
    font-size: 7px;/*10px*/
    padding: 5px;
    background: #94AFAF;/*#202B62*/
    color: #fff;
    border-radius: 2px;
    margin-right: 5px;
    position: relative;
    bottom: 1px
}
.verticallist .wpcf7-list-item {
    display: block
}

.wpcf7 input[name="your-message"]:focus,
.wpcf7 input[name="your-name"]:focus,
.wpcf7 input[name="your-hurigana"]:focus,
.wpcf7 input[name="your-company"]:focus,
.wpcf7 input[name="your-email"]:focus,
.wpcf7 input[name="zipnumber"]:focus,
.wpcf7 input[name="adress-a"]:focus,
.wpcf7 input[name="adress-b"]:focus,
.wpcf7 input[name="adress-c"]:focus,
.wpcf7 input[name="adress-d"]:focus,
.wpcf7 input[name="your-tel"]:focus,
.wpcf7 [name="your-subject"]:focus,
.wpcf7-textarea:focus {
    outline: 1px solid rgba(232, 98, 12, 0.9);
    border: 1px solid #E8620C;
    border-radius: 5px;
    background-color: #fefefe;
}

input[type="radio"] {
  /* remove standard background appearance */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* create custom radiobutton appearance */
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 2px;
  /* background-color only for content */
  background-clip: content-box;
  border: 1px solid #514E48;
  background-color: #ffffff;
  border-radius: 50%;
	position: relative;
	top: 4px;
}

/* appearance for checked radiobutton */
input[type="radio"]:checked {
  background-color: #E8620C;
}

/* optional styles, I'm using this for centering radiobuttons */
.flex {
  display: flex;
  align-items: center;
}




#formbtn {
    display: block;
    padding: 15px;
    width: 70%;
    background: #E8620C;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 3px;
    margin: 25px auto 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
#formbtn:hover {
    background: #fff;
    color: #E8620C;
    border: 1px solid #E8620C;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.wpcf7 p {
   /*margin-bottom: 3em;*/
}
.wpcf7 .form-label p {
    margin-bottom: .5em!important;
	line-height: 1.0em!important;
    letter-spacing: 2px!important;
}
.grecaptcha-badge { visibility: hidden; }

/* form grid */
.form-row-sjct {
   width: 100%;
   padding: 3em;
	border: 20px solid #ffffff80;
   /*margin-bottom: 1em!important;*/
}
.form-row {
   width: 100%;
   padding: 2em 1em;
	border-bottom: 1px solid #fff;
   /*margin-bottom: 3em!important;*/
}
.form-groupe-0 {
	display: grid;
	align-items: center;
	grid-template-columns: 1fr;
	padding-top: .4em;
	padding-bottom: .4em;
	gap: 1em;
}
.form-groupe-1 {
	display: grid;
	align-items: center;
	grid-template-columns: 0.2fr 0.4fr 0.4fr;
	padding-top: .4em;
	padding-bottom: .4em;
	gap: 1em;
}
.form-groupe-2 {
	display: grid;
	align-items: center;
	grid-template-columns: 0.2fr 0.8fr;
	padding-top: .4em;
	padding-bottom: .4em;
	gap: 1em;
}
.form-groupe-3 {
	display: grid;
	align-items: center;
	grid-template-columns: 1.0fr;
	padding-top: .4em;
	padding-bottom: .4em;
	gap: 1em;
}
.form-groupe-4 {
	display: grid;
	align-items: center;
	grid-template-columns: 1.0fr 1.0fr 1.0fr;
	padding-top: .4em;
	padding-bottom: .4em;
	gap: 1em;
}
.form-groupe-5 {
	display: grid;
	align-items: center;
	grid-template-columns: 1.0fr 2.0fr;
	padding-top: .4em;
	padding-bottom: .4em;
	gap: 1em;
}
.form-groupe-6 {
	display: grid;
	align-items: center;
	grid-template-columns: 1.0fr 1.0fr;
	padding-top: .4em;
	padding-bottom: .4em;
	gap: 1em;
}
.form-post-code {
	display: grid;
	align-items: center;
	grid-template-columns: 1fr;
	gap: 1em;
}
.form-groupe-v {
}
p.form-ttl {
	font-weight: 600;
}
/* 個人情報の利用目的項目 */
.cf7-privacy-policy {
  display: grid;
  grid-template-columns: 1fr;
  place-items: center;
  gap: 1rem;
  margin-top: 2rem;
	margin-bottom: 2em;
}
.form-groupe-vh {
	  place-items: center;
}
.btn-pplink {
	margin: 0 auto;
}
.cf7-privacy-policy__link {
  display: block;
  padding: 15px;
	width: 100%;
	text-align: center;
  background: #fff;
  color: #E8620C;
  border: 1px solid #E8620C;
  font-size: 18px;
  font-weight: 700;
  border-radius: 3px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cf7-privacy-policy__link:hover {
  background: #E8620C;
  color: #fff;
  border: 1px solid #E8620C;
}

@media screen and (min-width: 768px), print {
    .wpcf7 .haveto {
        display: block;
        width: 40px;
        margin-top: 3px;
        padding: 5px 4px 6px 7px;
        background: #DC3435;
        border-radius: 3px;
        color: #fff;
        font-size: 0.75rem;
        font-weight: normal;
        /* vertical-align: 1px; */
        line-height: 1.0;
        text-align: center;
    }
}
@media screen and (max-width: 767px) {
    .wpcf7 .haveto {
        display: inline-block;
        margin: 0 0 0 3%;
        padding: 5px 4px 6px 7px;
        background: #DC3435;
        border-radius: 3px;
        color: #fff;
        font-size: 3.6vw;
        font-weight: normal;
        vertical-align: 2px;
        line-height: 1.0;
        text-align: center;
    }
}

[data-name="your-reply"] span.first {
    margin-top: 0;
}
[data-name="your-reply"] span {
    margin-top: 0;
}
[data-name="your-reply"] span.last {
    margin-bottom: 0;
}
[data-name="your-reply"] .wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 0;
}
[data-name="your-reply"] span.wpcf7-list-item {
    margin-top: 0;
    display: block;
}









/*.wpcf7-form-control-wrap {
	  box-shadow: none; 
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
}
.wpcf7-form-control-wrap :hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.09); 
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.wpcf7-form-control-wrap[data-name="your-radio"] :hover {
    box-shadow: none!important; 
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}*/
.rec-info {
  font-size: .8em;
  text-align: center;
}
.wpcf7-response-output {
	text-align: center;
}
/* cf7 end */

span.wpcf7-list-item {
margin-top:5px;
display: block;
}

.from_name {
  display: flex;
  flex-wrap: wrap;
}

.item-box {
  flex: 1;
  margin: 0 10px;
  max-width: 300px; /* 任意の値 */
  width: calc(50% - 20px);
  box-sizing: border-box;
}

/* 最初の.item-box要素を左寄せに配置 */
.item-box:first-child {
  margin-left: 0;
}


[data-class="wpcf7cf_group"] {
	margin-bottom: 3em!important;
}
span.first {
	margin-top: 1em;
}
.wpcf7 input::placeholder { color: #aaa; }