#pagehd {
  padding: 0;
}

#pagehd .intro .lead {
  margin-top: 20px;
  line-height: 2;
}

.inner {
  padding: 20px 50px;
}

#requests_freedial #requests_freedial_txt {
  line-height: 2;
}

#requests_freedial {
  margin: 30px 0 50px;
  padding: 20px;
}

.form_body {
  margin-bottom: 30px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.preg_check {
  margin: 20px 0;
}

.preg_center {
  display: flex;
  align-items: center;
}

.logo {
  height: 60px;
  padding: 10px;
}

.form_hospital div {
  margin-bottom: 20px;
}

.form_hospital_other {
  display: none;
}

/* 予定施設名 */

.select2-container--default .select2-results__option--disabled,
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  display: none;
}

.select2-container--default .select2-selection--single {
  background-color: transparent;
  border: none;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #959595;
  line-height: 46px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 1em;
}

/* 割引特典 質問項目 */

.target dl dt {
  min-height: inherit;
  padding-top: 20px;
}

.target dl dd {
  min-height: inherit;
  padding-top: 35px;
}

.target .err_mes {
  display: none;
}

@media screen and (max-width: 550px) {
  .target dl dt {
    padding-top: 10px;
  }

  .target dl dd {
    padding: 10px 10px 20px;
  }
}

/* ポップアップ */
.popup {
  color: #ec6d56;
  text-decoration: underline;
}

#privacy {
  width: 90vw;
  max-width: 600px;
  height: 90vh;
  background: #fae4e6;
  display: none;
  position: fixed;
  top: 5vh;
  right: 5vw;
  border: 2px solid #ec6d56;
}

.popup-wrapper {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 20px 5%;
  background: #fafafa;
  overflow: scroll;
}

.title {
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 15px 0 15px;
  color: #ec6d56;
  border-bottom: 2px solid #ec6d56;
  font-size: 20px;
  font-weight: bold;
}

.popup-wrapper ul {
  margin: 20px 0;
  list-style-type: disc;
}

.popup-wrapper li {
  margin-left: 20px;
}

.popup-wrapper p {
  margin: 20px 0;
}

.form_submit .btn {
  border-width: 1px;
  width: 400px;
}

#privacyButton {
  display: none;
  padding: 10px;
  background: #ec6d56;
  color: white;
  font-size: 20px;
  position: fixed;
  top: 5vh;
  right: 5vw;
}

footer {
  padding: 0;
  background: #fafafa;
  text-align: center;
  box-shadow: 0 0 5px #eee;
}

.content {
  margin: 20px 20px 0;
}

.copyright {
  color: gray;
  font-size: 14px;
  text-align: center;
}

.form_confirm .form_body dl dt {
  padding: 40px 20px 40px 60px;
}

.form_confirm .form_body dl dd {
  padding: 0px 0px;
}

/* .form_body dl dt, .form_body dl dd{
  min-height:auto;
} */

@media only screen and (max-width: 767px),
  only screen and (max-width: 812px) and (orientation: landscape) {
  #pagehd .intro {
    margin-top: 20px;
  }

  #pagehd .intro .ttl_icon {
    padding-top: 45px;
  }

  #pagehd .intro .lead {
    margin: 10px 0 20px;
    font-size: 1rem;
    line-height: 1.7;
  }

  .inner {
    padding: 20px;
  }

  #requests_freedial {
    margin: 10px 0 20px;
    padding: 10px 20px 20px;
  }

  #requests_freedial #requests_freedial_attention p {
    margin-bottom: 0;
    line-height: 1.7;
  }

  .form_body {
    margin-bottom: 10px;
    padding: 10px 15px 0;
  }

  .form_body_ttl {
    margin-top: 15px;
  }

  .form_body input,
  .form_body textarea,
  .form_body .form_email,
  .form_body .form_select {
    font-size: 16px;
  }

  .form_body dl dd {
    padding: 5px 10px 20px;
  }

  .form_hospital div {
    margin-bottom: 10px;
  }

  .preg_check {
    margin: 10px 0;
  }

  .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    font-size: 1.15rem;
    line-height: 30px;
  }

  .form_body textarea {
    min-height: 100px;
  }

  /* .form_submit .form_gmo {
    margin: 20px auto 0;
  } */

  .form_submit .btn {
    width: 100%;
    height: 50px;
    font-size: 18px;
  }

  .submit_tell {
    border-width: 1px;
    font-size: 1.15rem;
    margin-top: 25px;
    margin-bottom: 10px;
  }

  .submit_tell_btn {
    width: 100%;
  }

  /* .tel_icon {
    top: 50%;
    width: 30px;
    height: 30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  } */

  .submit_tell_btn a {
    max-width: inherit !important;
  }

  .logo {
    height: 55px;
  }

  .copyright {
    font-size: 12px;
  }

  .preg_list label {
    font-size: 13.34px !important;
  }
}

.load_cover {
  width: 100%;
  height: 100vh;
  font-size: 20px;
  position: fixed;
  top: 0;
  left: 0;
  background: #fce4d6;
}

.load_txt {
  width: 100%;
  text-align: center;
  position: fixed;
  top: calc(50% - 90px);
  left: 50%;
  transform: translate(-50%, -50%);
}

.cp_loading10 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.cp_loading10 .cp_cont {
  position: absolute;
  top: calc(50% - 10px / 2);
  left: calc(50% - 10px / 2);
  -webkit-transform-origin: -150% 50%;
  transform-origin: -150% 50%;
}

.cp_loading10 .cp_cont .cp_item {
  width: 10px;
  height: 10px;
  -webkit-animation: loading10 2s infinite cubic-bezier(0.16, 0.69, 0.85, 0.54);
  animation: loading10 2s infinite cubic-bezier(0.16, 0.69, 0.85, 0.54);
  -webkit-animation-delay: inherit;
  animation-delay: inherit;
  border-radius: 50%;
  background: #ec6d56;
}

.cp_loading10 .cp_cont:nth-of-type(0n + 1) {
  -webkit-transform: translateX(200%) rotate(-90deg);
  transform: translateX(200%) rotate(-90deg);
  -webkit-animation-delay: -1.5s;
  animation-delay: -1.5s;
}

.cp_loading10 .cp_cont:nth-of-type(0n + 2) {
  -webkit-transform: translateX(200%) rotate(-45deg);
  transform: translateX(200%) rotate(-45deg);
  -webkit-animation-delay: -1.375s;
  animation-delay: -1.375s;
}

.cp_loading10 .cp_cont:nth-of-type(0n + 3) {
  -webkit-transform: translateX(200%);
  transform: translateX(200%);
  -webkit-animation-delay: -1.25s;
  animation-delay: -1.25s;
}

.cp_loading10 .cp_cont:nth-of-type(0n + 4) {
  -webkit-transform: translateX(200%) rotate(45deg);
  transform: translateX(200%) rotate(45deg);
  -webkit-animation-delay: -1.125s;
  animation-delay: -1.125s;
}

.cp_loading10 .cp_cont:nth-of-type(0n + 5) {
  -webkit-transform: translateX(200%) rotate(90deg);
  transform: translateX(200%) rotate(90deg);
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.cp_loading10 .cp_cont:nth-of-type(0n + 6) {
  -webkit-transform: translateX(200%) rotate(135deg);
  transform: translateX(200%) rotate(135deg);
  -webkit-animation-delay: -0.875s;
  animation-delay: -0.875s;
}

.cp_loading10 .cp_cont:nth-of-type(0n + 7) {
  -webkit-transform: translateX(200%) rotate(180deg);
  transform: translateX(200%) rotate(180deg);
  -webkit-animation-delay: -0.75s;
  animation-delay: -0.75s;
}

.cp_loading10 .cp_cont:nth-of-type(0n + 8) {
  -webkit-transform: translateX(200%) rotate(225deg);
  transform: translateX(200%) rotate(225deg);
  -webkit-animation-delay: -0.625s;
  animation-delay: -0.625s;
}

@keyframes loading10 {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.form_body ul.form_check_list.preg_list {
  margin: 10px 0;
}

.form_body ul.form_check_list.preg_list li {
  width: 100%;
}

.form_hospital_select._disabled {
  background: #aaa;
}

.select2-search--dropdown .select2-search__field {
  padding: 10px;
  font-size: 16px;
}

/* hotmail対策 */

.ban_hotmail_sentense {
  margin-top: 2%;
}

.ban_hotmail_sentense span {
  color: #ec6d56;
}

.form_thanks_sentense_sp {
  display: none;
}

@media only screen and (max-width: 767px) {
  .form_thanks {
    width: 360px;
    font-size: 110%;
  }

  .form_thanks_txt {
  }

  .form_thanks_sentense_sp {
    display: block;
    font-size: 90%;
  }

  .form_thanks_sentense_pc {
    display: none;
  }
}

/* フォームを３分割 */

.next_before_button {
  text-align: center;
}

.button_flex {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
}

.status {
  text-align: center;
}

/* 230414 レスポンシブ */

@media screen and (max-width: 767px) {
  .status {
    width: 70%;
    margin: 0 auto;
  }

  .intro h1 {
    font-size: 20px;
  }

  .intro img {
    width: 12vw;
  }

  .form_body {
    width: 100%;
    padding: 0;
  }

  .form_body_ttl {
    margin-left: 10px;
    font-size: 15px;
  }

  .next_button_SP_1 {
    width: 70%;
  }

  .button_flex {
    display: block;
    margin: 0 auto;
    width: 80%;
  }

  .button_flex img {
    margin: 5px auto;
    text-align: center;
  }
}

/* 230417 confirm.php修正 */

.confirm_mini_title {
  font-size: 25px;
  font-weight: bold;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic,
    YuGothicM, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ",
    Meiryo, sans-serif;
  color: #ec6d56;
  /* margin-top: 20px; */
}

.confirm_before_button {
  display: block;
  width: 40%;
  margin: 5px 0 0 auto;
}

.form_submit_txt {
  margin-top: 3%;
  line-height: 1.5em;
}

/* .form_agree {
  margin-top: 100px;
} */

.popup {
  cursor: pointer;
}

#submit:hover {
  color: #fafafa;
}

#submit {
  border: none;
}

/* 230419 confirm.php レスポンシブ修正 */

@media screen and (max-width: 767px) {
  .inner {
    padding: 0;
    width: 100%;
  }

  .inner.w1000 {
    width: 100%;
  }

  .form_confirm .form_body dl {
    width: 90%;
    margin: 0 auto;
  }

  .form_confirm .form_body dl dt {
    padding: 10px 0 10px 20px;
  }

  .form_confirm .form_body dl dd {
    padding:10px 0;
  }

  .confirm_mini_title {
    font-size: 20px;
    padding-left: 18px;
  }

  #submit {
    margin: 0;
    padding: 0;
    width: 90%;
  }

  .confirm_before_button {
    margin: 10px auto;
    width: 60%;
  }

  .form_confirm .sec_ttl {
    margin-top: 30px;
  }

  input[type="checkbox"] + label {
    font-size: 15px;
  }

  .form_submit_txt.sec_ttl {
    margin-bottom: 20px;
    font-size: 15px;
  }
}

/* --------------

202410_リブランディングによるデザイン修正

--------------- */
body {
  font-family: "Zen Maru Gothic", serif;
  color: #2a518a;
  background-color: white;
}
.intro {
  background-color: white;
  padding: 6% 0 7%;
  margin-bottom: 0;
}
.intro h1 {
  font-size: 27px;
  font-weight: bold;
  font-family: "Zen Maru Gothic", serif;
  color: #ec6d56;
  margin-top: 0px;
  letter-spacing: 0.2em;
  color: #ff6041;
}
.status {
  background-color: white;
  padding-bottom: 20px;
}
.status img {
  width: 85%;
  max-width: 800px;
  display: block;
  margin: 0 auto;
}

#wrapper {
  background-color: white;
}
#pagehd {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
}
.section1 {
  /* background-color: #d1efff; */
}
.form_body_ttl {
  font-size: 2.1rem;
  font-weight: bold;
  color: #ff6041;
  margin-bottom: 0em;
  letter-spacing: 0.2em;
}
.repeater .form_body_ttl,.syokai .form_body_ttl {
  font-size: 1.8rem;
  margin: 0 0 20px;
}

.syokai dl {
  align-items: center;
}

.section_inner {
  /* padding: 27px 32px 20px 34px;
  border-radius: 14px;
  background-color: #d1efff; */
}
.form_body {
  padding: 27px 32px 20px 34px;
  border-radius: 14px;
  background-color: #fdefed;
}
.target {
  padding: 0 !important;
}
.repeater .form_body {
  padding: 0;
}

.form_body_ttl_2 {
  padding: 27px 32px 0;
  border-radius: 14px;
  background-color: #fdefed;
  margin-bottom: -20px;
  margin-left: 0%;
}

.first_dl {
  border-top: none;
  padding-top: 10px;
}
.form_body dl {
  position: relative;
  display: flex;
  background-color: #fdefed;
  /* overflow: hidden; */
  padding: 15px 0;
}
.form_body dl dt {
  position: relative;
  background-color: #fdefed;
  width: 35%;
  font-size: 2rem;
  color: #2a518a;
  font-size: 1.7rem;
}
.form_body dl dt.al-center {
  justify-content: flex-start;
}
.form_body .form_hospital dt.al-center {
  padding-top: 55px;
}
.form_body .first_dl dt.al-center {
  padding-top: 25px;
}
.form_body .last_dl dt.al-center {
  padding-top: 7px;
}

.form_body dl.required dt span:after {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  float: right;
  display: inline-block;
  content: "必須";
  background-color: #ff6041;
  border-radius: 4px;
  font-size: 1.3rem;
  color: #fff;
  text-align: center;
  line-height: 1.47059em;
  width: fit-content;
  height: fit-content;
  margin-top: 0.1em;
  padding: 0 4px;
}
.form_body dl dt,
.form_body dl dd {
  padding: 0px;
  line-height: 1.4;
  min-height: 0px;
}
.form_body ul.form_date li {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.form_body ul.form_date li .form_date_txt {
  font-size: 1.6rem;
  font-weight: bold;
}
.form_body ul.form_date {
  justify-content: space-between;
  gap: 5px;
}
.form_note,
.form_note_orange {
  font-size: 1.3rem;
  color: #2a518a;
  letter-spacing: 0.095em;
  margin-top: 7px;
}
.form_body dl:after {
  background-color: white;
  width: 100%;
}
.form_hospital {
  position: relative;
  border-bottom: 1px solid white;
}
.form_body .form_hospital:after {
  position: absolute;
  display: block;
  content: " ";
  background-color: white;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.checkbox_list {
  display: flex;
  flex-direction: column;
  gap: 17px;
}
.checkbox_list dd {
  min-height: 20px !important;
}
.last_dl {
  border-bottom: white;
  /* padding-top: 10px; */
  /* margin-bottom: 15px; */
}
.checkbox_list dd input[type="checkbox"] + label {
  display: inline-block;
  line-height: 1;
  font-size: 1.7rem;
  padding-left: 2.25em;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  color: #2a518a;
  font-weight: bold;
}
.repeater .err_mes {
  margin-bottom: 0px;
  min-height: 0px;
}
.repeater .form_body dl {
  padding-bottom: 20px;
  padding-top: 20px;
}
.form_body input,
.form_body textarea,
.form_body .form_email,
.form_body .form_select,
.form_body ul.form_date li .form_select {
  border: none;
  border-radius: 4px;
  background-color: white;
}
.form_hospital_select._disabled {
  background: white;
}
.next_button_PC_1 {
  width: 300px;
  /* margin-top: 0px; */
}

.submit_tell_block {
  max-width: 960px;
  width: 100%;
  margin: 0px auto;
}

.submit_tell_img_area {
  width: 80%;
  max-width: 400px;
  margin: 0 auto 30px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
}

.submit_tell_img_area img {
  max-width: 100%;
}

.submit_tell_img_area .submit_tell_family {
  text-align: left;
}

.submit_tell_img_area .submit_tell_family p {
  font-weight: bold;
  line-height: 1.5;
  font-size:10px;
  margin-bottom: 10px;
  white-space:nowrap;
}

@media (min-width: 1024px) {
  .submit_tell_img_area .submit_tell_family p {
    font-size: 16px;
  }
}

.submit_tell_wrapper {
  border: 2px solid #ff6041;
  border-radius: 20px;
}

.submit_tell {
  font-size: 1.7rem;
  font-weight: bold;
  color: #2a518a;
  letter-spacing: 0.1em;
  margin: 30px 0 20px;
  text-align: center;
}
.submit_tell_btn {
  /* position: relative; */
  display: inline-block;
  border-radius: 100vw;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 4.5%;
  padding: 0;
  border: none;
}
.submit_tell_btn a {
  display: inline-block;
  border-radius: 100vw;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
}
.submit_tell_btn span {
  display: block;
  line-height: 1em;
  color: #ff6041;
  font-weight: bold;
  font-size: 5.5rem;
  margin-bottom: 5px;
}
.tel_icon {
  display: inline-block;
  object-fit: contain;
  width: 1.4em;
  padding-right: 5px;
}
small {
  font-size: 1.8rem;
  color: #2a518a;
  /* letter-spacing: 3px; */
  font-weight: 700;
}

footer {
  /* padding: 10px 0; */
  background: white;
  /* background: #fafafa; */
  text-align: center;
  /* box-shadow: 0 0 5px #eee; */
  max-width: 1440px;
  margin: 0 auto;
  box-shadow: none;
}
footer a .logo {
  max-width: 230px;
  width: 100%;
  margin: 10px 0;
  object-fit: contain;
}

.content {
  margin: 20px 20px 0;
}

.copyright {
  color: white;
  font-size: 14px;
  text-align: center;
  background-color: #2a518a;
  padding: 15px 0;
}

/* セクション２ */

.section2 .form_body dl {
  display: flex;
  align-items: center;
}
.button_flex {
  display: flex;
  justify-content: center;
  width: 75%;
  margin: 30px auto 0;
  gap: 5%;
}

/* .section2 .err_mes{
  min-height: auto;
  margin-bottom: 0px;
} */
.section2 .first_dl dt,
.section2 .second_dl dt {
  margin-top: 5px;
}
.section2 .first_dl_2 dt,
.section2 .last_dl_2 dt {
  margin-top: 10px;
}

/* .section2 .form_body dl:after {
  background-color: #d1efff;
} */
.form_body.form_noline dl.required dt span:after {
  float: right !important;
}
.form_body .form_zip .form_note {
  color: #2a518a !important;
}

.section3 .form_body dl {
  align-items: center;
}
.form_body.form_noline dl:last-of-type dd {
  padding-bottom: 0px;
}
.section3 .last_dl {
  padding-top: 0px;
}

.button_flex a {
  width: 50%;
}
.button_flex label {
  width: 50%;
  margin: 0 auto;
}
.button_flex label img{
  cursor:pointer;  
}
.err_mes .error {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  color: #ff6041;
}

/* 
-------------

confirm.php

--------------- */
.content_contact_ttl {
  color: #ff6041;
  text-align: center;
  font-size: 27px;
  font-weight: bold;
  padding: 6% 0 7%;
}

.form_confirm .sec_ttl {
  font-size: 2rem;
  letter-spacing: 0.11em;
  color: #2a518a;
}

#contact_form .form_body {
  background-color: white;
}

.schedure,
.schedure_2,
.address,
.syokai_section {
  padding:20px 30px;
  border-radius: 14px;
  border: 2px solid #2a518a;
  background-color: white;
  margin :10px 0 30px;
}
.confirm_mini_title {
  font-family: "Zen Maru Gothic", serif;
  color: #ff6041;
  margin-top: 10px;
}

#contact_form .form_body dl {
  background-color: white;
  /* padding-bottom: 30px; */
}
#contact_form .form_body dt {
  background-color: white;
  padding: 0;
}
#contact_form .form_body dl:after {
  background-color: #2a518a;
  width: 100%;
}

#contact_form .form_body dl dt span {
  padding-right: 10px;
  color: #ff6041;
}
.form_confirm .form_body dl dd p {
  font-size: 16px;
  font-weight: bold;
  color: #2a518a;
}
.confirm_before_button {
  max-width: 215px;
  float: right;
  margin: 2% 0 5%;
}

/* .confirm_mini_title_2 {
  margin-top: 40px;
} */
/* .schedure_2 dl {
  padding-top: 30px;
} */
.form_agree_txt {
  font-weight: bold;
}
.popup {
  color: #ff6041;
}
.form_agree_check label {
  font-weight: bold;
}
#submit {
  background-color: white !important;
  border: 2px solid #ff6041;
  border-radius: 10px;
  color: #ff6041;
  font-family: "Zen Maru Gothic", serif;
}
#submit:hover {
  background-color: #ff6041 !important;
  border: 2px solid #ff6041;
  border-radius: 10px;
  color: white;
  font-family: "Zen Maru Gothic", serif;
}
.form_submit_txt {
  color: #ff6041 !important;
}
.load_cover {
  background: white;
}
.cp_loading10 .cp_cont .cp_item {
  background: #ff6041;
}
.form_thanks_sentense_pc a {
  color: #ff6041;
}
.form_thanks_txt {
  font-weight: bold;
}

.form_body dl dt .form_ttl_note {
  font-size: 1.6rem;
  font-weight: normal;
  color: #2a518a;
  margin-top: 0.5em;
}

@media only screen and (max-width: 767px) {
  .intro {
    padding: 10% 0 7%;
  }
  .intro h1 {
    font-size: max(5vw, 24px);
  }
  .status {
    width: 90%;
  }
  .status img {
    width: 100%;
  }
  .form_body {
    padding: 25px 10px 20px;
    border-radius: 14px;
    margin: 0 auto;
  }
  .form_body_ttl_2 {
    padding: 25px 5% 0;
    font-size: max(4.3vw, 22px);
  }
  .form_body dl {
    border-top: none;
    border-bottom: 2px solid white;
    flex-direction: column;
    /* padding-bottom: 20px; */
  }
  .form_body dl dd {
    padding: 3% 5px 0;
    width: 100%;
  }
  .form_body dl dt {
    font-size: max(3.7vw, 20px);
    width: 100%;
  }
  .form_body ul.form_date li .form_select {
    width: 23vw;
    height: 8vw;
  }
  .form_body ul.form_date li .form_date_txt {
    font-size: max(3vw, 16px);
  }
  .form_body ul.form_check_list li label {
    font-size: max(3vw, 18px) !important;
  }
  .form_body ul.form_check_list.preg_list {
    margin: 3% 0;
}
.form_note, .form_note_orange {
  font-size: max(2.6vw,14px);
  /* line-height: 3.0vw; */
}
.form_body .form_hospital dt.al-center {
  padding-top: 6%;
}
.form_hospital_state{
  font-size: max(3.5vw, 18px);
  font-weight: bold;
}
.form_body input, .form_body textarea, .form_body .form_email, .form_body ul.form_date li .form_select {
  height: 8vw;
  margin-bottom: 5%;
}
.form_body ul.form_date li .form_select {
  width: 20.0vw;
  height: 8vw;
}
input[type="checkbox"]+label {
  font-size: max(3.5vw, 18px);
}
.form_hospital{
  border-bottom:2px solid white;
}
.target dl {
  border-bottom: none;
}
.preg_center {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.err_mes .error {
  font-size: max(2.8vw,14px);
}

  /* sec2 */
  .section2 .form_body dl,
  .section3 .form_body dl {
    border-bottom: none;
  }
  .button_flex {
    width: 100%;
    margin: 8% auto;
    gap: 2%;
    flex-direction: column;
    max-width: 300px;
  }
  .form_body_ttl {
    margin-top: 5%;
  }
  .section2 .form_body input,
  .section2 .form_body textarea,
  .section2 .form_body .form_email,
  .section2 .form_body .form_select,
  .section2 .form_body ul.form_date li .form_select {
    margin-bottom: 2%;
  }

/* sec3 */
.form_body .form_zip input {
  width: 100%;
}
/* .form_body .form_zip .form_note {
  font-size: max(2.6vw,14px);
  line-height: 3.0vw;
} */
.form_body dl dt .form_ttl_note {
  font-size: max(2.5vw,14px);
}

  .form_body ul.form_check_list {
    display: flex;
    flex-direction: column;
  }
  .form_body ul.form_check_list li {
    width: 100%;
  }
  .form_body dl.form_textarea dt {
    padding-right: 0;
  }
  .button_flex a {
    width: 100%;
  }
  .button_flex label {
    width: 100%;
  }

.submit_tell_block{
  margin: 20px auto;
  width: 90%;
}

  .submit_tell {
    font-size: max(1.6vw, 13px);
    margin-top: 5.5vw;
    margin-bottom: 1.5vw;
  }

  .submit_tell_btn {
    width: 100%;
    padding: 0;
  }
  .submit_tell_btn span {
    font-size: max(3.5vw, 37px);
    margin-bottom: 5px;
  }
  small {
    font-size: max(1.6vw, 13px);
  }

  .submit_tell_btn a {
    max-width: inherit !important;
  }
  footer a .logo {
      max-width: 230px;
      width: 40%;
      margin:0 0 10px;
      object-fit: contain;
      height: 55px;
}
.copyright{
  font-size: 12px;
  padding: 2% 0;
  margin:  0 auto;
  font-weight: 400;
}

  /* 
-------------

confirm.php

--------------- */
  .content_contact_ttl {
    padding: 10% 0 7%;
  }
  .form_confirm .sec_ttl {
    font-size: max(3.5vw, 18px);
    text-align: left;
    width: 90%;
    margin: 5% auto;
    letter-spacing: 0.11em;
    color: #2a518a;
  }
  .form_confirm .form_body dl {
    width: 100%;
  }
  .form_confirm .form_body dl dt {
    font-size: 18px;
  }
  .form_body dl {
    border-bottom: 2px solid #2a518a;
  }
  .form_body .last_dl {
    border-bottom: none;
  }
  /* .form_confirm .form_body dl dd p {
    font-size: 5vw;
  } */
  /* .confirm_mini_title {
    font-size: 4.3vw;
  } */
  .form_agree_txt {
    font-size: 3.5vw;
    width: 90%;
    margin: 0 auto;
    text-align: left;
  }
  .form_agree .form_agree_check {
    margin-top: 10%;
  }
  .form_confirm .form_submit {
    margin-top: 15%;
  }
  #submit {
    margin: 0;
    padding: 0% 0;
    width: 60%;
    max-width: 350px;
    height: 15vw;
    max-height: 80px;
  }
  .form_submit_txt.sec_ttl {
    margin: 8% auto;
    text-align: center;
  }
  /* .confirm_mini_title_2 {
    margin-top: 20%;
  } */
  .confirm_before_button {
    max-width: 230px;
  }

  .form_thanks_sentense_sp a {
    color: #ff6041;
  }
  .form_thanks .form_thanks_txt {
    font-size: max(3.7vw, 20px);
  }
  .form_thanks_sentense_sp {
    display: block;
    font-size: max(3vw, 15px);
  }
  .form_thanks {
    width: 95%;
    font-size: 100%;
    padding: 10% 0;
  }
}

.new_logo {
  width: 25%;
  max-width: 190px;
  margin: 5% auto 0%;
}
.new_logo img {
  max-width: 190px;
  object-fit: contain;
}
.intro {
  padding: 30px 0;
}

@media only screen and (max-width: 767px) {
  .new_logo {
    width: 60%;
  }
}

.back_btn a.btn{
  border:0px;
  margin:0px auto;
  width:150px;
  background:#fdefed;
  border-radius: 8px;
  padding: 10px 20px;
  color: #2a518a;
  font-weight: bold;
  text-align: center;
  display:block;
}

.name-separate{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
}