/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 14 2025 | 00:21:08 */
#Contact{
	padding-bottom:100px;
}
#Contact .form{
	padding-top:60px;
}
#Contact .form h2{
	font-size:24px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight:500;
	padding-bottom:5px;
	border-bottom:3px solid #139A4B;
	margin-bottom:20px;
}
#Contact .form p.note{
	font-family: "Noto Sans JP", sans-serif;
	font-weight:400;
	margin-bottom:25px;
}

input::-webkit-input-placeholder {
  color: var(--placeholder-color, #ccc);
}
input:-ms-input-placeholder {
  color: var(--placeholder-color, #ccc);
}
input::-moz-placeholder {
  color: var(--placeholder-color, #ccc);
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

textarea {
  vertical-align: bottom;
}
textarea::-webkit-input-placeholder {
  color: var(--placeholder-color, #ccc);
}
textarea:-ms-input-placeholder {
  color: var(--placeholder-color, #ccc);
}
textarea::-moz-placeholder {
  color: var(--placeholder-color, #ccc);
}
textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

.form-select {
  min-width: 20rem;
  height: 7rem;
  padding: 1em 1.2em;
  padding-right: 4rem;
  border: 0.1rem solid #ccc;
  background: url(../../images/common/select_arrow.png);
  background-color: #fff;
  background-position: right 2rem center;
  background-size: 1.6rem;
  background-repeat: no-repeat;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-select::-ms-expand {
  display: none;
}

@media screen and (max-width: 833px) {
  .form-select {
    width: 100%;
    min-width: auto;
  }
}
.radio-wrap.horizon {
  margin-bottom: -2rem;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.radio-wrap.horizon .radio {
  margin-bottom: 2rem;
}
.radio-wrap.horizon .radio:not(:last-of-type) {
  margin-right: 2rem;
}
.radio-wrap.vertical .radio + .radio {
  margin-top: 1.2rem;
}

.radio input[type=radio] {
  position: absolute;
  opacity: 0;
}
.radio input[type=radio] + .radio-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
.radio input[type=radio] + .radio-label:before {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  margin-right: 0.5em;
  position: relative;
  top: 0;
  display: inline-block;
  border: 1px solid #000;
  border-radius: 100%;
  background-color: #fff;
  vertical-align: top;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.radio input[type=radio]:checked + .radio-label:before {
  border-color: var(--primary-color, #000);
  background-color: var(--primary-color, #000);
  -webkit-box-shadow: inset 0 0 0 4px #fff;
          box-shadow: inset 0 0 0 4px #fff;
}
.radio input[type=radio]:focus + .radio-label:before {
  outline: none;
  border-color: var(--primary-color, #000);
}
.radio input[type=radio]:disabled + .radio-label:before {
  border-color: #b4b4b4;
  background: #b4b4b4;
  -webkit-box-shadow: inset 0 0 0 4px #f4f4f4;
          box-shadow: inset 0 0 0 4px #f4f4f4;
}
.radio input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}

.checkbox-wrap.horizon {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.checkbox-wrap.horizon .checkbox {
  margin-bottom: 2rem;
}
.checkbox-wrap.horizon .checkbox:not(:last-of-type) {
  margin-right: 2rem;
}
.checkbox-wrap.vertical .checkbox + .checkbox {
  margin-top: 1.2rem;
}

.checkbox {
  line-height: 1;
}

.checkbox-input {
  display: none;
}
.checkbox-input:checked + .checkbox-parts:after {
  content: "";
  width: 1.2rem;
  height: 1.6rem;
  margin-top: -1rem;
  position: absolute;
  top: 50%;
  left: 1.4rem;
  display: block;
  border-right: 4px solid #C50000;
  border-bottom: 4px solid #C50000;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}

.checkbox-parts {
  padding-left: 6rem;
  position: relative;
  font-weight: 500;
}
.checkbox-parts:before {
  content: "";
  width: 4rem;
  height: 4rem;
  margin-top: -1.9rem;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  border: 1px solid #ccc;
  background-color: #fff;
}

input[type=checkbox] {
  width: 2rem;
height: 2.5em;
min-height: auto;
margin-right: 3px;
padding: 0;
position: relative;
top: -2px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border: 1px solid #ccc;
background-color: #fff;
vertical-align: middle;
cursor: pointer;
-webkit-appearance: none;
-moz-appearance: none;
}
input[type=checkbox]:checked:after {
	content: "";
    width: 0.7rem;
    height: 1rem;
    margin-top: -0.7rem;
    position: absolute;
    top: 45%;
    left: 0.5rem;
display: block;
border-right: 4px solid #C50000;
border-bottom: 4px solid #C50000;
-webkit-transform: rotate(40deg);
transform: rotate(40deg);
}

.form-horizon {
  padding: 3rem 5rem 3rem 5rem;
}
.form-horizon .form-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.form-horizon .form-box dt {
  min-width: 25%;
  margin-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  /* align-items: center; */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 1.75;
  font-weight: 500;
}
.form-horizon .form-box dd {
  width: 100%;
  position: relative;
}
.form-horizon .form-box dd.sex {
	padding-top:10px;
}
.form-horizon .form-box dd.add-group {
  display: block;
}
.form-horizon .form-box dd.add-group dt {
  min-width: 25%;
  margin-right: 3.1rem;
  font-weight: 500;
}

.form-horizon p.confirm {
	text-align:center;
	font-size:22px;
}

.add-group .form-box:first-child input:first-child {
  margin-left: -1.5rem;
}

.form-box + .form-box {
  margin-top: 2rem;
}
.form-box dt {
  margin-bottom: 1rem;
  font-weight: bold;
  line-height: 1;
}
.form-box dt p {
	display:contents;
}
.form-box .required {
  width: 4rem;
  height: 2rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #139A4B;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}
.form-box .required::before {
  content: "必須";
}
.form-box .any {
  width: 4rem;
  height: 2rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #999;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}
.form-box .any::before {
  content: "任意";
}
.form-box .form-error {
  margin-top: 0.5em;
  display: none;
  color: #C50000;
  font-size: 1.3rem;
}

.form-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-column .inner {
  width: 100%;
}
.form-column .inner + .inner {
  margin-left: 1em;
}

.form-control {
  width: 95%;
  height: 3rem;
  padding: 0em 1em;
  border: 0.1rem solid #ccc;
  background-color: #fff;
  font-size: 18px;
  line-height: 1.5;
}
.zip{
  width: 150px;
}
.place{
  width: 250px;
}
.birthday{
  width: 250px;
}


textarea.form-control {
  height: 12rem;
	padding: 1.2em 1rem 1.2rem 1.2rem;
}

.form-submit {
  --button-width: 20.0rem;
}

@media screen and (max-width: 833px) {
  .form-horizon {
    padding: 1.5rem 1rem 3rem 1rem;
  }
  .form-horizon .form-box {
    display: block;
  }
  .form-horizon .form-box dt {
    width: 100%;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .form-horizon .btn-round.md {
    width: 100%;
    max-width: 33rem;
	          margin-top: 2rem;
  }
  .form-control {
    height: auto;
    padding: 1em;
	  width: 100%;
  }
	.form-box + .form-box {
  margin-top: 2rem;
}
}


.form-area {
  background-color: #F8F8F8;
}
.form-area .mwform-tel-field {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-area .mwform-tel-field input {
  width: 23.4%;
  display: block;
}
.form-area .mwform-tel-field input + input {
  margin-left: 1rem;
}
.form-area .mwform-tel-field input:not(:last-child) {
  margin-right: 1rem;
}
.form-area .mwform-zip-field {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-area .mwform-zip-field input {
  width: 35.5%;
  display: block;
}
.form-area .mwform-zip-field input + input {
  margin-left: 1rem;
}
.form-area .mwform-zip-field input:not(:last-child) {
  margin-right: 1rem;
}

@media screen and (max-width: 833px) {
  .form-area .input-col03.num-group label {
    width: 100%;
  }
  .form-area .num-group label {
    width: 100%;
  }
  .contant-message {
    text-align: left;
  }
}
@media screen and (min-width: 834px) {
  .form-horizon .mw_wp_form_preview .form-box dd {
    margin-top: 0.5rem;
  }
  .form-horizon .mw_wp_form_preview .form-box dd.add-group {
    margin-top: 0;
  }
}
@media screen and (max-width: 833px) {
  .form-area .mwform-tel-field input {
    width: 100%;
  }
}

.contant-message {
  margin-top: 3rem;
  color: #333;
  text-align: center;
  line-height: 1.875;
}

.contant-message a {
	color: #000000;
	text-decoration: underline;
}

.contant-message + .checkbox {
  margin-top: 1rem;
  padding-top: 0rem;
  text-align: center;
}

.btn-center {
  margin-right: auto;
  margin-left: auto;
}


.btn-round.md {
 width: 18rem;
height: 4rem;
margin-top: 3rem;
padding-right: 3.5rem;
padding-left: 4rem;
font-size: 16px;
cursor: pointer;
font-weight: bold;
border: none;
}
}
.btn-round.md .icon {
  margin-right: -3.2rem;
}
.btn-round.md .icon.sm {
  -webkit-transform: scale(0.8125);
          transform: scale(0.8125);
}
.btn-round.md.wide {
  width: 29.9rem;
}
.btn-round.md.p-sm {
  padding-right: 2rem;
  padding-left: 2rem;
}

.btn-green {
  color: #fff;
	background-color:#139A4B;
	border-radius:0px;
}

.btn-arrow {
  background-image: url(https://tfield.co.jp/test/wp-content/uploads/2025/04/ico_arrow_white.svg);
	background-position: 1.5rem center;
background-repeat: no-repeat;
-webkit-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}

.btn-arrow:hover {
	opacity:0.7;
}


.btn-submit {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mwform-checkbox-field{
	white-space:nowrap;
}
.mwform-radio-field{
	white-space:nowrap;
}

dd.radioBtn {
	padding-top:10px;
}
dd.radioBtn label {
	margin-right:20px;
}


#Contact .btn {
	margin-top:50px;
}

#Contact .btn a {
  position: relative;
    padding-top: 15px;
    padding-left: 45px;
    padding-bottom: 15px;
    text-decoration: none;
    color: #fff;
	font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    background-color: #139A4B;
    font-size: 16px;
    width: 260px;
}
#Contact .btn a:hover {
	background-color:#139A4B;
	opacity: 0.7;
}
#Contact .btn a:before {
  background: url(https://tfield.co.jp/test/wp-content/uploads/2025/04/ico_arrow_white.svg);
  content: "";
  width: 8px;
  height: 12px;
  left: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.btn-back {
  color: #fff;
  background-color: #aaa;
}

.wpcf7-list-item {
    margin-left: 0px;
}
.wpcf7-spinner {
    display: none;
	
}

#Confirm dt {
	margin-top:0px;
}

#Confirm dd.radioBtn {
    padding-top: 0px;
}


@media (max-width: 833px) {

#Contact .form{
		padding-left:15px;
		padding-right:15px;	
	padding-top:30px;
}
	.form-horizon p.confirm {
    font-size: 20px;
}


}

