.page-title {
  font-size: 2.5rem;
  text-align: center;
  color: #0e9f90;
  line-height: 1.4;
}


/*************
 お問い合わせ
 *************/

#contact-switch {
  display: flex;
  max-width: 767px;
  padding: 20px 0 0 0;
  margin: 0 auto;
}
.contact-switch__tab {
  flex: 1;
  text-align: center;
  color: #0e9f90;
  font-weight: 600;
  line-height: 1.4;
  border-radius: 20px 20px 0 0;
  background: #e4ffea;
  border-bottom: solid 2px #0e9f90;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 15px 5px;
}
.contact-switch__tab.is_active {
  border: solid #0e9f90;
  border-width: 2px 2px 0 2px;
  background: #fff;
}
.contact-ms {
  text-align: center;
  padding: 20px 0 0 0;
}
.contact-text {
  font-size: 20px;
  font-weight: 600;
  border-bottom: dashed 1px #ccc;
  text-align: center;
  display: inline-block;
}
.contact-text span {
  color: #fd7734;
}
.form-area {
  display: none
}
.form-area.is_active {
  display: block;
}
@media(max-width: 599px) {
  .contact-switch__tab {
    font-size: 3.6vw;
  }
  .contact-text {
    font-size: 4.6vw;
  }
  /* .contact-text br {
    display: block;
  } */
}

.contact-form input[type="number"],
.contact-form input[type="text"],
.contact-form input[type="tel"],
.contact-form input[type="email"],
.contact-form textarea {
  font-size: 16px;
  -webkit-appearance: none;
  border: solid 1px #c1c1c1;
  border-radius: 4px;
  padding: .8em .5em;
  max-width: 100%;
  /* width: 100%; */
}
.contact-form select {
  font-size: 16px;
}

.contact-form input[type="text"],
.contact-form input[type="tel"],
.contact-form input[type="email"],
.contact-form textarea,
.contact-form input[type="file"] {
  width: 100%;
}

.contact-form input[type="number"].wpcf7-not-valid,
.contact-form input[type="text"].wpcf7-not-valid,
.contact-form input[type="tel"].wpcf7-not-valid,
.contact-form input[type="email"].wpcf7-not-valid,
.contact-form textarea.wpcf7-not-valid {
  background: #ff000030;
}

.contact-form {
  max-width: 767px;
  margin: 0 auto;
}
.form-documents-box {
  background: #f6f6f6;
  border-radius: 5px;
  padding: .8em 1em;
  margin-bottom: 10px;
}
.form-title {
  font-size: 1.8rem;
  border-bottom: solid 2px #0e9f90;
}
.contact-form .form-title:not(:first-of-type) {
  margin-top: 40px;
}
.form-heading {
  font-size: 18px;
  color: #0e9f90;
  margin-bottom: 10px;
}
.form-subheading {
  font-size: 16px;
  margin: 0 0 10px 0;
}
.form-list li {
  font-size: 14px;
  display: flex;
  gap: 6px;
}
.form-list li::before {
  content: "";
  display: block;
  min-width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #0e9f90;
  align-self: baseline;
  margin-top: .6em;
}
.form-label {
  font-weight: 600;
  display: flex;
  align-items: flex-start;
}
.input-form {
  margin: 0;
  padding: 5px 0 15px 0;
}
.input-form .unit {
  margin: 0 10px 0 5px;
}
.input-form .birthday {
  display: flex;
  align-items: center;
}
.input-form .birthday .selectbox {
  width: 6em;
}
.input-form .birthday input[type="number"] {
  width: 3.5em;
}
.input-form .datebox {
  white-space: nowrap;
}

.upload-box:not(:last-of-type) {
  padding-bottom: 10px;
}
.upload-check {
  background: #f1f1f1;
  padding: 5px 15px 5px 10px;
  margin-bottom: 10px;
  border-radius: 5px;
}
.agree-check {
  padding: 5px 15px 5px 10px;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
}
.contact-form__input.active .form-input,
.contact-form__input .form-upload {
  /* display: none; */
}
/* .upload-check.active + .form-box.hidden-form {
  display: block;
} */
.contact-form__input .form-input,
.contact-form__input.active .form-upload {
  display: block;
}
.agree-check a {
  color: #16A98A;
}

/* 送信完了画面 */
#thanks {
  padding: 40px 0;
}
#thanks p {
  text-align: center;
}
#thanks .btn {
  max-width: 300px;
  padding: 10px 0;
  margin: 0 auto;
}
@media(max-width: 599px) {
  #thanks p {
    text-align: left;
  }
  #thanks p br {
    display: none;
  }
}

@media(min-width: 600px) {
  .form-box {
    display: flex;
    flex-wrap: wrap;
  }
  .form-label {
    width: 30%;
    padding: 25px 15px 25px 0;
    line-height: 1.4;
    border-bottom: solid 1px #e6e6e6;
  }
  .input-form {
    padding: 25px 0 25px 0;
    width: 70%;
    border-bottom: solid 1px #e6e6e6;
  }
  .upload-check {
    margin-top: 10px;
  }
  .contact-form__input .form-input,
  .contact-form__input.active .form-upload {
    display: flex;
  }
}

/* チェックボックス */
.upload-check input[type=checkbox],
.agree-check input[type=checkbox] {
    display: none;
}
.upload-file {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 0 5px 30px;
    position: relative;
    width: auto;
}
.upload-file::before {
    background: #fff;
    border: 1px solid #231815;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.upload-file::after {
    border-right: 3px solid #16a98a;
    border-bottom: 3px solid #16a98a;
    content: '';
    display: block;
    height: 9px;
    left: 10px;
    margin-top: -9px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 5px;
}
.upload-check input[type=checkbox]:checked + .upload-file::after,
.agree-check input[type=checkbox]:checked + .upload-file::after {
    opacity: 1;
}

/* ラジオボタン */
.wpcf7-list-item {
  margin: 0 2em 10px 0;
}
.input-form input[type=radio] {
  position: absolute;
  opacity: 0;
}
.input-form input[type=radio] + .wpcf7-list-item-label:before {
  content: "";
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  /* top: -0.2em; */
  margin-right: .5em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.input-form input[type=radio]:checked + .wpcf7-list-item-label:before {
  background-color: #0e9f90;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}
.input-form input[type=radio]:focus + .wpcf7-list-item-label:before {
  outline: none;
  border-color: #0e9f90;
}
.input-form input[type=radio]:disabled + .wpcf7-list-item-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
.input-form input[type=radio] + .wpcf7-list-item-label:empty:before {
  margin-right: 0;
}

.form-label.hissu::after {
  content: "必須";
  display: inline-block;
  font-size: 11px;
  background: #0e9f90;
  color: #Fff;
  margin-left: 6px;
  padding: 3px 5px;
  border-radius: 4px;
  text-align: center;
  min-width: 3em;
}
.form-title .hissu {
  display: inline-block;
  font-size: 11px;
  background: #0e9f90;
  color: #Fff;
  margin: 0 0 5px 6px;
  padding: 3px .8em;
  border-radius: 4px;
  text-align: center;
  min-width: 3em;
  vertical-align: middle;
}

.input-form-note {
  font-size: 14px;
}

/* セレクトボックス */
.selectbox .wpcf7-form-control-wrap {
	overflow: hidden;
	width: 100%;
	margin: 0;
	text-align: center;
  display: block;
}
.selectbox .wpcf7-form-control-wrap select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.selectbox .wpcf7-form-control-wrap select::-ms-expand {
    display: none;
}
.selectbox .wpcf7-form-control-wrap {
	position: relative;
	border: 1px solid #bbbbbb;
	border-radius: 4px;
	background: #ffffff;
}
.selectbox .wpcf7-form-control-wrap::before {
	position: absolute;
	top: 1em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.selectbox .wpcf7-form-control-wrap select {
	padding: .6em .5em;
}

/* ボタン */
.submit-box {
  padding-top: 20px;
}
#submit-btn,
#submit-btn-2 {
  -webkit-appearance: none;
  border: 0;
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  cursor: pointer;
  box-shadow: 0 0 12px #b7b7b7;
  font-size: 24px;
}
#submit-btn:not(.disabled):hover,
#submit-btn-2:not(.disabled):hover {
  opacity: .8;
}
#submit-btn.disabled,
#submit-btn-2.disabled {
  background: #a7a7a7;
}

.paraGet-btn {
  padding: 0 0 20px 0;
}
#para-btn {
  appearance: none;
  -webkit-appearance: none;
  background: #fd7735;
  color: #fff;
  border: 0;
  font-size: 1.6rem;
  font-weight: 600;
  max-width: 250px;
  width: 100%;
  margin: 0 auto 20px auto;
  padding: .8em .5em;
  border-radius: 10px;
  display: block;
  box-shadow: 0 0 9px #fd7735;
  text-align: left;
  cursor: pointer;
  text-align: center;
}

.wpcf7-form {
  padding: 0 0 25px 0;
}
.wpcf7 .ajax-loader {
  display: block;
  margin: 0 auto;
}

/* ----------------
お問い合わせエリア
----------------- */
/* .tel-box {
  background-image: -moz-linear-gradient( 40deg, rgb(13,159,144) 0%, rgb(36,184,127) 40%);
  background-image: -webkit-linear-gradient( 40deg, rgb(13,159,144) 0%, rgb(36,184,127) 40%);
  background-image: -ms-linear-gradient( 40deg, rgb(13,159,144) 0%, rgb(36,184,127) 40%);
  padding: 50px 0 60px 0;
}
.tel-box p {
  margin: 0;
  color: #fff;
}
.tel-box__heading {
  font-weight: 600;
  font-size: 3rem;
  text-align: center;
} */
/* .tel-number {
  font-weight: 600;
  font-size: 5rem;
  line-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tel-number::before {
  content: "";
  display: inline-block;
  background: url(../images/tel-icon.png) no-repeat;
  background-size: contain;
  background-position: center;
  min-width: 64px;
  width: 64px;
  height: 64px;
  margin: 10px 5px 0 0;
}
.tel-number a {
  color: #fff;
  text-decoration: none;
} */
/* .tel-hour {
  text-align: center;
  font-size: 1.4rem;
} */
.tel-box__heading {
  font-weight: 600;
  font-size: 3rem;
  text-align: center;
  margin: 0 0 20px 0;
}
@media(max-width: 599px) {
  .tel-box__heading {
    font-size: 6vw;
  }
  /* .tel-box {
    padding: 30px 0 40px 0;
  }
  .tel-box__heading {
    font-size: 6vw;
  } */
  /* .tel-number {
    font-size: 10vw;
  }
  .tel-number::before {
    min-width: 36px;
    width: 36px;
    height: 36px;
    margin: 5px 5px 0 0; */
  }
}