@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700&display=swap');

/* common rule
**********************************************************/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Arial, sans-serif;
  margin: 0;
  color: #403936;
  line-height: 1.45;
  font-size: 1.8rem;
  /*background-color: #D6E6EF;*/
  /*background: #dee0dc;*/
  background: #f7f1f2;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  width: 100%;
  outline: none;
  border-style: none;
}

a {
  color: #2660a1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  text-underline-offset: 5px;
  text-decoration: underline;
}

a:hover {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration: underline;
}

a[href^="tel:"] {
  text-decoration: underline;
}

@media screen and (min-width:767px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}

aside {
  background-color: #fff;
  padding-bottom: 60px;
}

.flex {
  display: flex;
}

.pc_none {
  display: none;
}

.sp_none {
  display: block;
}

@media screen and (max-width:767px) {
  .pc_none {
    display: inline-block;
  }

  .sp_none {
    display: none;
  }
}

/* コンテンツ*/
.basewidth {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}

.sec {
  padding-top: 60px;
  padding-bottom: 84px;
  text-align: center;
}


/* テキスト*/
.text {
  font-size: 1.7rem;
  line-height: 1.588;
  text-align: justify;
}

.highlight {
  background: linear-gradient(transparent 70%, #F5C1C5 70%);
}

.borderRight {
  border-right: 1px solid #444444;
}

/* ボタン */

.btn {
  font-size: 1.6rem;
  line-height: 1;
  color: #fff;
  border-radius: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn:hover {
  text-decoration: none;
  opacity: 0.7;
}

.btn-red {
  background-color: #D83E3E;
}



/* nav ********************/
nav li {

  padding-left: 10px;
  padding-right: 10px;
}

nav li:first-of-type {
  padding-left: 0;
}

nav li:last-of-type {
  padding-right: 0;
}

nav li a {
  text-decoration: underline;

}

/* パンくずリスト ********************/

.breadcrumbs {
  font-size: 1.6rem;
  line-height: 1;
}

.breadcrumb__list {
  display: flex;
}

.breadcrumb__list .breadcrumb__item a {
  text-decoration: underline;
}

.breadcrumb__list .breadcrumb__item:first-of-type {
  position: relative;
}

.breadcrumb__list .breadcrumb__item:first-of-type:after {
  content: ">";
  margin-left: 1rem;
  margin-right: 1rem;
}

.breadcrumb__list .breadcrumb__item:last-of-type a {
  pointer-events: none;
  color: #000;
  text-decoration: none;
}

/* header *******************/
#header {
  padding-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 1250px;
  height: 84px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

#header h1 {
  margin-bottom: -5px;
  padding-left: 50px;
}

#header h1 a.sp_none {
  display: flex;
}

.header_nav {
  display: flex;
}

.header_nav li {
  padding-bottom: 5px;
  font-size: 1.8rem;
  line-height: 1;
}

nav li:first-of-type {
  padding-left: 0;
}

nav li:last-of-type {
  padding-right: 0;
}

/* cnt_contact *******************/

.cnt_contact {
  margin: 0 auto 70px;
  padding: 40px 52px 40px 66px;
  max-width: 960px;
  width: 100%;
  background-color: #fff;
  border: 5px solid #FCE8EA;
  text-align: left;
  font-style: normal;
}

.cnt_contact .h4title {
  margin-bottom: 20px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
}

.cnt_contact .h4title::before {
  content: "";
  width: 7px;
  height: 32px;
  border-radius: 1px;
  background-color: #F7ACCA;
  position: absolute;
  top: -2px;
  left: -18px;
}

.cnt_contact .h5title {
  margin-bottom: 10px;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1;
}

.cnt_contact .tel {
  margin-left: -0.1rem;
  margin-bottom: 10px;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
}

.cnt_contact .tel a {
  color: #403936;
}

.cnt_contact .tel+p {
  margin-bottom: 20px;
  font-size: 1.6rem;
}

.cnt_contact p {
  font-size: 1.８rem;
  line-height: 1;
}

/* cnt_nav *******************/

.cnt_nav {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cnt_nav ul:first-of-type {
  margin-bottom: 20px;
}

.cnt_nav li.borderRight {
  border-right: 1px solid #2660a1;
}

/* footer *******************/

footer {
  /*background-color: #eff2eb;*/
  background: #f0e0e2;
  padding-top: 60px;
  padding-bottom: 70px;
  position: relative;
}

footer::before {
  content: "";
  background-image: url(../images/footer_top_deco.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 10px;
  position: absolute;
  top: 0;
}

footer .h2title {
  margin-bottom: 20px;
  font-size: 2.9rem;
  font-weight: 700;
  line-height: 1;
}

footer a {
  color: #403936;
  transition: none;
}

footer a.LinkTxt {
  text-decoration: underline;
}

footer a:hover {
  color: #2660a1;
  transition: none;
}

footer p {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
  font-size: 2.2rem;
  line-height: 1;
}
footer p.u-font-bold{
  padding-left: 0;
  line-height: 1.5;
}


footer .flex p:last-child {
  padding-left: 10px;
}

footer small {
  margin-top: 30px;
  font-size: 1.8rem;
  text-indent: -1.8rem;
  margin-left: 1.8rem;
  display: block;
}

@media screen and (max-width:767px) {

  body {
    line-height: 1.45;
    font-size: 1.9rem;
  }

  .flex {
    display: flex;
  }

  /* コンテンツ*/
  .basewidth {
    max-width: calc(100% - 5vw);
    margin: 0 auto 12.5vw;
    padding: 0 2.5vw;
  }

  .sec {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  /* テキスト*/
  .text {
    line-height: 1.588;
    text-align: justify;
  }

  .borderRight {
    border-right: none;
  }

  /* nav ********************/
  nav li {
    padding-left: 2.5vw;
    padding-right: 2.5vw;
  }

  /* header *******************/
  #header {
    height: auto;
    padding: 2.5vw 5vw;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  #header h1 {
    margin-bottom: 5vw;
    padding-left: 0;
  }

  .header_nav {
    flex-direction: column;
    align-items: center;
  }

  .header_nav li {
    padding: 0;
    padding-bottom: 5vw;
    font-size: 1.8rem;
  }


  /* main *******************/

  .top_visual {
    padding-top: 15vw;
    padding-bottom: 15vw;
    width: 100%;
    height: auto;

  }

  .top_visual .main_lead img {
    width: 85vw;
    height: 85vw;
  }

  /* sec01 *******************/

  .sec01 .text {
    margin-bottom: 10vw;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.75;
    text-align: left;
  }

  .sec01 .text strong {
    font-size: 2.2rem;
  }

  .sec01 .cnt {
    padding: 5vw;
    border: 3px solid #8EAD18;
  }

  .sec01 .cnt::before {
    top: 150px;
    left: 50%;
    transform: translateX(-50%);
  }

  .sec01 .cnt .h3title {
    margin-bottom: 270px;
    font-size: 3.4rem;
    line-height: 1.5;
    color: #8EAD18;
  }

  .sec01 .cnt .text {
    margin-bottom: 5vw;
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.5;
  }

  .sec01 .cnt_addLine {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5vw;
    width: 100%;
    border-radius: 12px;
    border: 3px solid #BE4365;
  }

  .sec01 .cnt_addLine .inner {
    margin: 2.5vw;
  }

  .sec01 .cnt_addLine .h4title {
    padding-top: 2.5vw;
    padding-bottom: 2.5vw;
    margin-bottom: 7.5vw;
    font-size: 2.2rem;

  }

  .sec01 .cnt_addLine p {
    margin-bottom: 7.5vw;
    font-size: 1.9rem;
    line-height: 1.5;
  }

  .sec01 .cnt .imgWrapper img {
    margin-bottom: 5vw;
    margin-left: 0;
    width: 100%;
    height: auto;
  }

  .sec01 .cnt .imgWrapper+.text {
    margin-bottom: 0;
    font-weight: 700;
  }

  /* sec02 *******************/

  .sec02 .h3title {
    margin-bottom: 15vw;
    font-size: 2.4rem;
    line-height: 1.5;
  }

  .sec02 .text {
    margin-bottom: 10vw;
    font-size: 1.8rem;
  }

  .sec02 .imgWrapper {
    margin-bottom: 10vw;
  }

  .sec02 .cnt_link {
    margin-bottom: 20vw;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }

  .sec02 .link_card:first-of-type {
    margin-bottom: 7.5vw;
  }

  .sec02 .link_card a {
    padding: 12vw 5vw;
    width: 100%;
    height: auto;
    font-size: 2.4rem;
  }

  /* cnt_contact *******************/

  .cnt_contact {
    margin-bottom: 10vw;
    padding: 5vw 5.5vw 5vw 7.5vw;
    width: 100%;
    border: 5px solid #FCE8EA;
    text-align: left;
    font-style: normal;
  }

  .cnt_contact .h4title {
    margin-bottom: 20px;
    font-size: 2.4rem;
  }

  .cnt_contact .h4title::before {
    height: 2.4rem;
    top: 0;
  }

  .cnt_contact .h5title {
    margin-bottom: 2.5vw;
    font-size: 2rem;
    line-height: 1.5;
  }

  .cnt_contact .tel {
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.5;
  }

  .cnt_contact .tel a {
    color: #403936;
  }

  .cnt_contact .tel+p {
    margin-bottom: 5vw;
    font-size: 1.8rem;
    line-height: 1.5;
  }

  .cnt_contact p {
    font-size: 1.8rem;
    line-height: 1;
  }

  /* cnt_nav *******************/

  .cnt_nav {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .cnt_nav .flex {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .cnt_nav ul:first-of-type {
    margin-bottom: 0;
  }

  .cnt_nav ul li {
    padding: 0;
    margin-bottom: 5vw;
  }

  .cnt_nav li.borderRight {
    border-right: none;
  }

  /* footer *******************/

  footer {
    padding-top: 10vw;
    padding-bottom: 10vw;
    position: relative;
  }

  footer::before {
    height: 3px;
  }

  footer .h2title {
    margin-bottom: 10vw;
    font-size: 2.4rem;
  }

  footer .flex {
    flex-direction: column;
  }

  footer p {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 1vw;
    font-size: 1.8rem;
    line-height: 1.5;
  }

  footer p:first-of-type,
  footer p:last-of-type {
    padding-left: 0;
  }

  footer .flex p:last-child {
    padding-left: 0;
  }

  footer small {
    margin-top: 5vw;
    font-size: 1.4rem;
    text-indent: -1.4rem;
    margin-left: 1.4rem;
    display: block;
  }

  .none {
    display: none;
  }
}


/* 下層ページ  *******************/

.header_line {
  background-image: url(../img/common/header_line.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 86px;
}

#kasou .body_header {
  padding-bottom: 32px;
}

#kasou .body_header_title {
  margin-bottom: 10px;
  padding-bottom: 40px;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
  border-bottom: 1px solid #707070;
}

#kasou .h3title {
  margin-bottom: 60px;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
}

#kasou .frame_border {
  margin-bottom: 70px;
  position: relative;
  display: block;
}

#kasou .frame_border:last-of-type {
  margin-bottom: 0;
}

#kasou .frame_border .h4title {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  background-color: #fff;
  position: absolute;
  top: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
}

#kasou .frame_border .inner {
  padding: 60px 40px 50px;
}

#kasou .frame_border .col3 {
  margin-bottom: 48px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

#kasou .frame_border .col3:last-of-type {
  margin-bottom: 0;
}

#kasou .frame_border .col3 h5 {
  margin-bottom: 18px;
  font-size: 2.2rem;
  line-height: 1;
}

#kasou .frame_border .col3 img {
  width: 113px;
  height: 113px;
}

#kasou .frame_border .col3 .flex {
  width: 100%;
  margin-left: 33px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#kasou .frame_border .btn {
  margin-top: 28px;
  margin-left: 32px;
  min-width: 169px;
  height: 53px;
  text-decoration: none;
}

/* お知らせ  *******************/

#news {
  margin-left: 120px;
  margin-right: 120px;
  padding-bottom: 74px;
}

#news dl {
  padding-top: 13px;
  padding-bottom: 13px;
  display: flex;
  font-size: 1.8rem;
  line-height: 1.5;
  position: relative;
}

#news dl::before {
  content: "";
  background-image: url(../img/common/line_dashed.svg);
  width: 100%;
  height: 0.55px;
  position: absolute;
  top: 0;
}

#news dl:last-of-type::after {
  content: "";
  background-image: url(../img/common/line_dashed.svg);
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
}

#news dl dt {
  text-align: left;
  min-width: 188px;
}

#news dl dd {
  padding-right: 35px;
  text-align: left;
  width: calc(100% - 188px);
}

@media screen and (max-width:767px) {
  .header_line {
    width: 100%;
    height: 40px;
  }

  #kasou .body_header_title {
    font-size: 6vw;
    line-height: 1.5;
  }

  #kasou .h3title {
    margin-bottom: 48px;
    font-size: 6vw;
    line-height: 1;
  }

  #kasou .frame_border {
    margin-bottom: 70px;
    position: relative;
  }

  #kasou .frame_border:last-of-type {
    margin-bottom: 0;
  }

  #kasou .frame_border .h4title {
    padding-left: 1.25vw;
    padding-right: 1.25vw;
    font-size: 5.5vw;
    line-height: 1.333;
    white-space: nowrap;
  }

  #kasou .frame_border .inner {
    padding: 30px 5vw 30px;
  }

  #kasou .frame_border .col3 {
    margin-bottom: 15vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }

  #kasou .frame_border .col3:last-of-type {
    margin-bottom: 0;
  }

  #kasou .frame_border .col3 h5 {
    margin-top: 24px;
    margin-bottom: 18px;
    font-size: 2rem;
    line-height: 1.333;
    text-align: left;
  }

  #kasou .frame_border .col3 img {
    width: 60%;
    height: auto;
  }

  #kasou .frame_border .col3 .flex {
    margin-left: 0;
  }

  #kasou .frame_border .btn {
    margin-top: 32px;
    margin-left: 0;
    min-width: 80%;
  }


  #news {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 74px;
  }

  #news dl {
    padding-top: 13px;
    padding-bottom: 13px;
    display: flex;
    flex-direction: column;
    font-size: 1.8rem;
    line-height: 1.5;
    position: relative;
  }

  #news dl dt {
    min-width: 100%;
    margin-bottom: 0.5rem;
  }

  #news dl dd {
    padding-right: 0;
    width: 100%;
  }

  /* kyushokusha  *******************/

  #kyushokusha .text {
    line-height: 1.588;
    text-align: justify;
  }

  #kyushokusha_shien .h3title+.text {
    margin-bottom: 60px;

  }

}

/* thanksページ #thanks  *******************/

#thanks .header_line {
  background-image: url(../img/kyushokusha/header_line.svg);
}

#thanks .h3title {
  text-align: left;
}

#thanks .textBlock {
  padding: 40px 52px 40px 66px;
  width: 100%;
  border: 5px solid rgb(125, 171, 85);
  text-align: left;
  font-style: normal;
}

#thanks .textBlock .text {
  margin-bottom: 1rem;
  font-size: 1.8rem;
}

#thanks .textBlock .text a {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  #thanks .textBlock {
    padding: 5vw 5.5vw 5vw 7.5vw;
  }
}


.fixed_link {
  width: 264px;
  position: fixed;
  right: 0;
  bottom: 100px;
  background: #F4F3E7;
  border: solid #E66C8D 1px;
  border-right: none;
  border-radius: 19px 0 0 19px;
  text-align: center;
  padding: 20px 0;
  z-index: 2;
}

.fixed_link dl {
  text-align: center;
  margin: 0;
  padding: 0;
  width: 220px;
  margin: 0 auto;
}

.fixed_link dt {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.2;
}

.fixed_link dd {
  margin: 0;
  padding-top: 16px;
}

.fixed_link dd a {
  display: block;
  background: #d81b60;
  font-size: 2rem;
  text-align: center;
  border-radius: 50px;
  color: #FFF;
  width: 220px;
}

.fixed_link dd a:hover {
  background: #DD7777;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .fixed_link {
    width: 100%;
    bottom: 0;
    border-radius: 0;
    border: none;
    border-top: solid #D83E3E 1px;
    padding: 15px 0;
  }

  .fixed_link dl {
    width: calc(100% - 30px);
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .fixed_link dt {
    font-size: 1.4rem;
    width: 50%;
  }

  .fixed_link dd {
    padding-top: 0;
    width: calc(50% - 15px);
  }

  .fixed_link dd a {
    font-size: 1.6rem;
    width: 100%;
  }
}

/*****: お問合せフォーム　******/

#inquiry_form .contents {
  box-sizing: border-box;
  margin: 2rem auto;
  padding: 3rem;
  max-width: 720px;
  width: 100%;
}

#inquiry_form .form-title {
  color: #424242;
  font-size: 3.2rem;
  font-weight: normal;
  margin-bottom: 3.2rem;
  text-align: center;
  word-break: break-word;
}

#inquiry_form .form-description {
  font-size: 1.5rem;
  color: #424242;
  margin-bottom: 1rem;
  text-align: left;
  word-break: break-word;
}

#inquiry_form hr {
  border-top-color: #cfcfcf;
  margin: 1.5rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}

#inquiry_form small {
  display: block;
  font-size: 1.4rem;
}

#inquiry_form .question-title {
  margin-bottom: 1.1rem;
  color: #424242;
  font-size: 1.7rem;
  font-weight: bold;
  word-break: break-word;
  text-align: left;
}

#inquiry_form .form_list {
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
}

#inquiry_form .form_list .inline {
  display: flex;
  align-items: center;
}

#inquiry_form .form_list .inline p {
  margin-left: 1rem;
  margin-right: 2rem;
}

#inquiry_form .text {
  margin-bottom: 80px;
  text-align: center;
}

input {
  box-sizing: border-box;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", "Helvetica Neue", "Helvetica", sans-serif;
}

input[type="radio"],
input[type="checkbox"] {
  margin-right: 1rem;
}

#inquiry_form .flex>label:first-of-type {
  margin-right: 1rem;
}

input[type="text"] {
  padding: 10px 15px;
  font-size: 1.6rem;
  border-radius: 0.5rem;
  border: 1px solid #ddd;

}

input[type="submit"] {
  width: 337px;
  height: 66px;
  padding: 1.5rem;
  font-size: 1.8rem;
  color: #fff;
  background-color: #296872;
  border: none;
  border-radius: 50px;
  transition: all .3s;
}

input[type="submit"]:hover {
  background-color: #296872;
  transition: all .3s;
}

#inquiry_form .form-control {
  padding: 10px 15px;
  font-size: 1.6rem;
  background-color: #fffae6;
  border: 1px solid #fdd835;
  border-radius: 0.5rem;
  box-shadow: 0 0 0 0 #fdd835;
  color: #616161;
  display: block;
  text-align: left;
}

#inquiry_form .form-control-mr1rem {
  margin-right: 1rem;
}

input[name="field_4737722_sei"] {
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  #inquiry_form .form-control-mr1rem {
    margin-right: 1rem;
    margin-bottom: 1rem;
  }

  input[name="field_4737722_sei"] {
    margin-right: 0;
    margin-bottom: 1rem;
  }

  input[name="field_4737723_y"] {
    margin-bottom: 1rem;
  }

  select[name="field_4737723_m"] {
    margin-bottom: 1rem;
  }

}

#inquiry_form .radio_btn {
  /* width: 25rem; */
  width: auto;
}
#inquiry_form .radio_btn:first-of-type {
  margin-right: 1rem;
}

#inquiry_form textarea {
  margin-bottom: 3rem;
  width: 550px;
}

#inquiry_form .consent_box {
  text-align: left;
  margin-bottom: 4rem;
  background-color: #ffffff;
  border-radius: 0.5rem;
  border: none;
  box-sizing: border-box;
  box-shadow: 0 0 0.1rem rgb(0 0 0 / 75%);
  padding: 2.5rem 2rem;
}

#inquiry_form .consent_box label {
  margin-bottom: 0.5rem;
  display: block;
  width: 100%;
}

#inquiry_form .consent_box a {
  font-size: 1.6rem;
}

.required-mark {
  display: inline-block;
  margin-left: 1rem;
  margin-bottom: 0.25rem;
  font-size: 1.1rem !important;
  background: #f5f5f5;
  color: #696969;
  padding: 0.25rem 0.75rem;
  border-radius: 0.4rem;
  vertical-align: text-bottom;
  white-space: nowrap;
}

.required {
  background: #296872;
  color: #f5f5f5;
}

@media screen and (max-width:767px) {
  #inquiry_form {
    padding: 2rem;
    background-color: #ffebee;
  }

  #inquiry_form .contents {
    padding: 2rem 3vw;
    max-width: 100%;
  }

  #inquiry_form .form-title {
    font-size: 2.6rem;
    margin-bottom: 2.6rem;
  }

  #inquiry_form .form-description {
    font-size: 1.5rem;
    color: #424242;
    margin-bottom: 1rem;
    text-align: left;
    word-break: break-word;
  }

  #inquiry_form span {
    font-size: 1.4rem;
  }

  #inquiry_form .question-title {
    margin-bottom: 1.1rem;
    font-size: 1.6rem;
    line-height: 1.5;
  }

  #inquiry_form .form_list {
    display: flex;
    align-items: flex-start;
    margin-bottom: 3rem;
  }

  #inquiry_form .form_list label {
    width: 100%;
  }

  input[type="text"] {
    width: 100%;

  }

  #inquiry_form .form_tel input:first-of-type {
    margin-left: 0;
  }

  #inquiry_form .form_tel input:last-of-type {
    margin-right: 0;
  }

  #inquiry_form textarea {

    margin-bottom: 3rem;
    width: 100%;
  }

  #inquiry_form .consent_box {
    margin-bottom: 4rem;
    background-color: #ffffff;
    border-radius: 0.5rem;
    border: none;
    box-sizing: border-box;
    box-shadow: 0 0 0.1rem rgb(0 0 0 / 75%);
    padding: 2.5rem 2rem;
  }

  #inquiry_form .consent_box label {
    display: block;
    margin-bottom: 1rem;
    width: 100%;
  }

  #inquiry_form .consent_box a {
    font-size: 1.6rem;
  }

  .required-mark {
    margin-bottom: 0;
  }
}

.acc {
  margin-top: 2rem;
  padding: 0.5rem 2rem;
  font-size: 1.4rem;
  color: #696969;
  border: 1px solid #9e9e9e;
  border-radius: 0.5rem;
  display: inline-block;
  transition: all .3s;
  cursor: pointer;
}

.acc:hover {
  color: #fff;
  background-color: #9e9e9e;
  border: 1px solid #9e9e9e;
  transition: all .3s;
}

.box {
  margin-top: 2rem;
  margin-left: 1rem;
  display: none;
}

.box h3 {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}

.box p {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.box ol>li {
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  font-size: 1.4rem;
  line-height: 1.5;

}

.box ul>li {
  margin-left: 1.3rem;
  text-indent: -1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}