/*
Theme Name:AIDER child
Theme URI:https://tcd-theme.com/tcd115
Description:WordPressテーマ「AIDER」の子テーマ
Template:aider_tcd115
Author:TCD
Author URI:https://tcd-theme.com/
Version:1.3.8
*/

/*
  ここから下にCSSを追記してください。
*/

.l-contents .wp-block-heading {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.5;
}

.l-contents .wp-block-heading:first-child {
  margin-top: 0 !important;
}

.l-contents h2.wp-block-heading:not(.is-style-h2_style2) {
  font-size: 28px;
  color: #fff;
  background-color: #4ba01e;
  padding: 16px 20px 16px 1.6em;
  position: relative;
  text-align: left;
  margin: 3em 0 2em 0;
}

.l-contents h2.wp-block-heading:not(.is-style-h2_style2):before {
  content: "";
  position: absolute;
  left: .75em;
  top: 16px;
  bottom: 16px;
  width: 5px;
  background-color: #fff;
}

.l-contents h2.wp-block-heading.is-style-h2_style2 {
  text-align: center;
  font-size: 32px;
  position: relative;
  padding: 0 0 18px;
  margin: 3em 0 1.3em 0;
}

.l-contents h2.wp-block-heading.is-style-h2_style2:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: calc(50% - 24px);
  left: calc(50% - 24px);
  height: 5px;
  background: linear-gradient(90deg, #4ba01e 65%, #E4F4DD 65%);
}

.l-contents h3.wp-block-heading {
  font-size: 24px;
  background-color: #E4F4DD;
  padding: 12px 1em;
  border-top: 2px solid #4ba01e;
  margin: 3em 0 1.8em 0;
}

.l-contents h4.wp-block-heading {
  font-size: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #4ba01e;
  margin: 2em 0 1.8em 0;
}

.l-contents h5.wp-block-heading {
  font-size: 18px;
  padding: 10px 0 10px 13px;
  border-bottom: 1px dashed #4ba01e;
  position: relative;
  margin: 2em 0 1.8em 0;
}

.l-contents h5.wp-block-heading:before {
  content: "";
  position: absolute;
  height: 1.1em;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  width: 2px;
  background-color: #4ba01e;
}

.l-contents h6.wp-block-heading {
  font-size: 16px;
  padding-left: 1.8em;
  position: relative;
  margin: 2em 0 1.8em 0;
}

.l-contents h6.wp-block-heading:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
  width: 1.2em;
  height: 2px;
  background-color: #4ba01e;
}

.l-contents em {
  font-style: normal;
  background-color: #ffec74;
}

.l-contents p {
  line-height: 2;
  font-size: 18px;
  margin: 0 0 2em 0;
}

.l-contents p:last-child {
  margin-bottom: 0;
}

.l-contents p a {
  text-decoration: underline;
  color: #4ba01e;
  display: inline-block;
}

.l-contents p a[target="_blank"] {
  padding-right: 1.8em;
  background-image: url(img/tab_1.svg);
  background-repeat: no-repeat;
  background-size: 1.1em auto;
  background-position: center right .1em;
}

.l-contents .is-style-group_border {
  margin-bottom: 50px;
  padding: 30px;
  border: 1px solid #4ba01e;
}

.l-contents .is-style-group_memo {
  margin-bottom: 50px;
  background-color: #E4F4DD;
  padding: 32px 36px;
  font-size: 14px;
}

.l-contents .wp-block-columns:not(:last-child) {
  margin-bottom: 50px;
}

.l-contents .wp-block-columns .is-style-group_border,
.l-contents .wp-block-columns .is-style-group_memo {
  height: 100%;
  margin-bottom: 0;
}

.l-contents .wp-block-list {
  margin-left: 0;
  list-style: none;
  font-size: 18px;
  margin-bottom: 50px;
}

.l-contents .wp-block-list li {
  line-height: 1.75;
  position: relative;
}

.l-contents .wp-block-list li+li {
  margin-top: 16px;
}

.l-contents ul.wp-block-list li {
  padding-left: 1em;
}

.l-contents ul.wp-block-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: .5em;
  height: .5em;
  border-radius: 50%;
  background-color: #4ba01e;
}

.l-contents ol.wp-block-list {
  counter-reset: ol 0;
}

.l-contents ol.wp-block-list li {
  padding-left: calc(1.75em + 10px);
}

.l-contents ol.wp-block-list li:before {
  counter-increment: ol 1;
  content: counter(ol);
  position: absolute;
  color: #fff;
  width: 1.75em;
  line-height: 1.75em;
  text-align: center;
  background-color: #4ba01e;
  border-radius: 100px;
  top: 0;
  left: 0;
}

.l-contents ul.wp-block-list.is-style-li_check li {
  padding-left: calc(1.75em + 10px);
}

.l-contents ul.wp-block-list.is-style-li_check li:before {
  background-color: initial;
  top: 0;
  left: 0;
  height: 1.75em;
  width: 1.75em;
  background-image: url(img/check_1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  border-radius: 0;
}

.l-contents .wp-block-table {
  border: 1px solid #ccc;
  font-size: 18px;
  margin-bottom: 50px;
}

.l-contents .wp-block-table table {
  border-collapse: collapse !important;
  border-top: none;
  border-left: none;
}

.l-contents .wp-block-table th,
.l-contents .wp-block-table td {
  border: none;
  min-width: 240px;
  vertical-align: middle;
}

.l-contents .wp-block-table tr {
  border-bottom: 1px solid #bbb;
}

.l-contents .wp-block-table th,
.l-contents .wp-block-table td:first-child {
  background-color: #E4F4DD;
  font-weight: 700;
  padding: 30px 20px;
  line-height: 1.6;
  width: 30%
}

.l-contents .wp-block-table td {
  padding: 20px 30px;
  line-height: 1.8;
}

.l-contents .wp-block-table.is-style-table_2 {
  border: none;
}

.l-contents .wp-block-table.is-style-table_2 table {
  border-spacing: 13px;
  border-collapse: separate !important;
}

.l-contents .wp-block-table.is-style-table_2 tr {
  border: none;
}

.l-contents .wp-block-table.is-style-table_2 th,
.l-contents .wp-block-table.is-style-table_2 td:first-child {
  padding: 10px 18px 23px;
  background: none;
  border-bottom: 2px solid #4ba01e;
  width: 266px;
}

.l-contents .wp-block-table.is-style-table_2 td {
  padding: 10px 25px 23px;
  background: none;
  border-bottom: 2px solid #ccc;
}

.l-contents .wp-block-buttons {
  row-gap: 20px;
  margin-bottom: 50px;
  flex-direction: column;
}

.l-contents .wp-block-buttons .wp-block-button {
  width: 400px;
  max-width: 100%;
  position: relative;
  z-index: +3;
  overflow: hidden;
  border-radius: 8px;
}

.l-contents .wp-block-buttons .wp-block-button .wp-block-button__link {
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  padding: 16px 20px;
  text-decoration: none !important;
  line-height: 1.5;
  background-color: initial;
}

.l-contents .wp-block-buttons .wp-block-button:before {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #4ba01e;
}

.l-contents .wp-block-buttons .wp-block-button:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 100%;
  right: 0;
  bottom: 0;
  width: 100%;
  transition: .3s;
  background-color: #287400;
}

.l-contents .wp-block-buttons .wp-block-button:hover:after {
  top: 0;
}

.l-contents .wp-block-buttons .wp-block-button.is-style-btn_2:before {
  background-color: #f99800;
}

.l-contents .wp-block-buttons .wp-block-button.is-style-btn_2:after {
  background-color: #d66400;
}

.l-contents .wp-block-buttons .wp-block-button .wp-block-button__link[target="_blank"] {
  background-image: url(img/tab_2.svg);
  background-repeat: no-repeat;
  background-size: 1.1em;
  background-position: right 1.4em center;
}

.l-contents .wp-block-table td a[target="_blank"] {
  padding-right: 1.8em;
  background-image: url(img/tab_1.svg);
  background-repeat: no-repeat;
  background-size: 1.1em auto;
  background-position: center right .1em;
}

.l-contents .aligncenter {
  display: table;
}


/*デフォルト画像hover設定*/

.wp-block-image {
  padding: 1em 0 1em 0;
}

.wp-block-image a {
    transition: opacity 0.3s ease; /* ふんわり変化させるための設定 */
}

.wp-block-image a:hover {
    opacity: 0.7; 
}

/*デフォルトパーツ修正*/

.p-cb-header-title{
	line-height:1.6;
}
.has-inline-color{
	font-style:normal;
}
.p-mv2__slide_link_info_item .sub_info{
	line-height:1.8;
}


/*サービスページ用見出し3追加*/
h3.ttl_line {
    position: relative;
    padding: 0.5em 0.5em;
    font-size: 24px;
	line-height:1.6;
	margin-bottom:1em;
}

h3.ttl_line::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    content: '';
    border-radius: 2px;
    background-image: -webkit-gradient(linear, right top, left top, from(#E4F4DD), to(#49ebdf));
    background-image: -webkit-linear-gradient(right, #75c353 0%, #E4F4DD 100%);
    background-image: linear-gradient(to left, #75c353 0%, #E4F4DD 100%);
}


@media (max-width: 800px) {
  .l-contents h2.wp-block-heading.is-style-h2_style2 {
    font-size: 24px;
    margin: 2em 0 1em 0;
  }

  .l-contents h2.wp-block-heading:not(.is-style-h2_style2) {
    font-size: 22px;
  }

  .l-contents h3.wp-block-heading {
    font-size: 20px;
  }

  .l-contents .wp-block-table th,
  .l-contents .wp-block-table td {
    min-width: 100px;
  }

  .l-contents .wp-block-table td {
    padding: 30px;
  }

  .l-contents .wp-block-table.is-style-table_2 tr {
    display: flex;
    flex-direction: column;
  }

  .l-contents .wp-block-table.is-style-table_2 th,
  .l-contents .wp-block-table.is-style-table_2 td:first-child {
    width: 100%;
    padding: 30px 0 10px;
  }

  .l-contents .wp-block-table.is-style-table_2 td {
    width: 100%;
    padding: 10px 0;
  }

  .l-contents .wp-block-buttons .wp-block-button .wp-block-button__link {
    width: 100%;
    font-size: 16px;
  }

  .l-contents .wp-block-buttons {
    margin-bottom: 0px;
  }

  .l-contents p {
    font-size: 15px;
  }

  .l-contents .wp-block-table {
    font-size: 15px;
  }

  .l-contents .wp-block-list {
    font-size: 15px;
  }

  .l-contents .p-single__content_service {
    padding-inline: 20px;
  }

  h3.ttl_line {
    font-size: 18px;
  }
}


/*改行タグ用追加*/
@media screen and (max-width: 767px) {
    br.pc {
        display: none !important;
    }
} /* max-width: 767px END */
 
@media screen and (min-width: 768px) {
    br.sp {
        display: none !important;
    }
} /* min-width: 768px END */


/*スマホ：改行タグなし用追加*/
@media screen and (max-width: 767px) {
  .no-br-sp br {
    display: none;
  }
}


/*親御さんからの手紙のボタン調整*/

.p-single-header__caption_item a{
    color: #4ba01e;
}
.p-single-voice-company {
    margin-bottom: 1em;
}
.p-single-voice-url {
    background: #ffffff;
    padding: 1.4em;
    border-radius: 10px;
}
@media (max-width: 767px) {
    .p-single-header__caption {
        padding: 40px;
    }
}


/*margin-top余白*/

.mt10  { margin-top: 10px !important; }
.mt20  { margin-top: 20px !important; }
.mt30  { margin-top: 30px !important; }
.mt40  { margin-top: 40px !important; }
.mt50  { margin-top: 50px !important; }
.mt60  { margin-top: 60px !important; }
.mt70  { margin-top: 70px !important; }
.mt80  { margin-top: 80px !important; }
.mt90  { margin-top: 90px !important; }
.mt100 { margin-top: 100px !important; }

/*margin-bottom余白*/

.mb10  { margin-bottom: 10px !important; }
.mb20  { margin-bottom: 20px !important; }
.mb30  { margin-bottom: 30px !important; }
.mb40  { margin-bottom: 40px !important; }
.mb50  { margin-bottom: 50px !important; }
.mb60  { margin-bottom: 60px !important; }
.mb70  { margin-bottom: 70px !important; }
.mb80  { margin-bottom: 80px !important; }
.mb90  { margin-bottom: 90px !important; }
.mb100 { margin-bottom: 100px !important; }



/* フローパーツ
------------*/

.parts_flow_col:not(:last-child) {
    margin-bottom: 60px;
}

.parts_flow_col {
    display: flex;
    flex-wrap: wrap !important;
    column-gap: 25px;
    row-gap: 60px;
    counter-reset: flow;
    padding-top: 40px;
    align-items: initial;
}

.parts_flow_col p {
    line-height: 1.5;
    margin: 0;
    text-align: center;
}

.parts_flow_col>div {
    flex-basis: initial !important;
    flex-grow: initial !important;
    position: relative;
    padding: 75px 10px 20px;
    background-color: #fff;
    border: 1px solid #4ba01e;
}

.parts_flow_col6>div {
    width: calc((100% - 125px) / 6);
}

.parts_flow_col5>div {
    width: calc((100% - 100px) / 5);
}

.parts_flow_col>div:not(:last-child):after {
    content: "";
    position: absolute;
    left: 100%;
    top: calc(50% - 30px);
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 20px solid #4ba01e;
}

.parts_flow_col>div:before {
    content: counter(flow, decimal-leading-zero);
    counter-increment: flow;
    position: absolute;
    top: -40px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 45px;
    font-family: roboto, sans-serif;
    font-weight: bold;
    color: #fff;
    line-height: 1.2;
    background-color: #4ba01e;
}

.parts_flow_col .wp-block-image {
    padding: 0 15px;
    margin-bottom: 35px;
}

.parts_flow_col .wp-block-image img {
    margin: 0 auto;
    display: block;
	width:180px;
}

.parts_flow_col p:first-of-type {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.parts_flow_col p:not(:first-of-type) {
    font-size: 16px;
}

.parts_flow_col p:nth-of-type(3) {
    position: absolute;
    top: calc(100% + 16px);
    right: 0;
    left: 0;
    line-height: 2;
    text-align: left;
}

@media (max-width: 1391px) {
    .parts_flow_col>div {
        width: calc((100% - 75px) / 4);

    }
}

.parts_flow_col.plusmemo:not(:last-child) {
    margin-bottom: 250px;
}

@media (max-width: 800px) {
    .parts_flow_col>div {
        width: 100%;
        padding: 50px 20px 20px;
    }

    .parts_flow_col>div>div {
        display: flex;
        align-items: center;
        justify-content: start;
        column-gap: 20px;
    }

    .parts_flow_col>div:not(:last-child):after {
        left: calc(50% - 30px);
        top: 100%;
        border-bottom: none;
        border-right: 30px solid transparent;
        border-left: 30px solid transparent;
        border-top: 20px solid #4ba01e;
    }

    .parts_flow_col .wp-block-image {
        width: 123px;
        min-width: 123px;
        padding: 0;
        margin: 0;
    }

    .parts_flow_col {
        row-gap: 80px;
    }

    .parts_flow_col.plusmemo {
        margin-bottom: 160px;
    }

    .parts_flow_col>div:before {
        font-size: 33px;
        width: 60px;
        height: 60px;
        top: -30px;
    }

    .parts_flow_col p {
        text-align: left;
    }

    .parts_flow_col p:first-of-type {
        font-size: 18px;
    }
}

/* 問い合わせ
------------*/
.confirm_wrap,
.thanks_wrap,
.wpcf7-response-output {
    display: none;
}

.form_wrap .line-table {
    width: 1200px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.wpcf7 {
    margin: 0;
    border: none;
    background: none;
    font-size: 16px;
}

.form_wrap .table_contact {
    border: none;
}

.form_wrap .table_contact tr:nth-of-type(odd) {
    background-color: #e9f5e3;
}

.form_wrap .table_contact th,
.form_wrap .table_contact td {
    background: none;
    border: none;
    vertical-align: middle;
    line-height: 1.5;
}

.form_wrap .table_contact th {
    text-align: left;
    padding: 15px 80px 15px 28px;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    width: 27%;
}

.form_wrap .table_contact td {
    padding: 20px 80px 20px 0;
    width: 73%;
}

.form_wrap .table_contact th.required:after {
    content: "\5FC5\9808";
    font-size: 16px;
    font-weight: 700;
    height: 2.1875em;
    line-height: 2.1875;
    width: 3.75em;
    text-align: center;
    color: #fff;
    background-color: #dd0000;
    border-radius: 5px;
    position: absolute;
    top: 0;
    right: 30px;
    bottom: 0;
    margin: auto 0;
}

.form_wrap .table_contact td input[type="text"],
.form_wrap .table_contact td input[type="email"],
.form_wrap .table_contact td input[type="tel"],
.form_wrap .table_contact td select,
.form_wrap .table_contact textarea {
	width:100%;
    line-height: 1.5;
    padding: 13px 20px;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 5px;
    vertical-align: middle;
}

.form_wrap .table_contact td input::placeholder {
    color: #aaa;
}

.form_wrap .table_contact td select {
    width: 300px;
}

.form_wrap .wpcf7-form-control-wrap {
    display: block;
}

.form_wrap .table_contact td .check_lead {
    font-size: 18px;
    font-weight: 700;
    color: #06c755;
    line-height: 1.5;
    margin-bottom: 10px;
}

.form_wrap .table_contact td .check_lead:not(:first-child) {
    margin-top: 30px;
}

.form_wrap .check_td {
    padding: 27px 80px 27px 0;
}

.form_wrap .table_contact td .wpcf7-list-item {
    margin: 0;
}

.form_wrap .wpcf7-list-item-label {
    font-size: 16px;
    line-height: 1.8;
    margin-right: 10px;
}

.form_wrap .check_td .wpcf7-form-control {
    display: flex;
    flex-wrap: wrap;
    column-gap: 18px;
}

.form_wrap .check_td .wpcf7-form-control input {
    transform: scale(1.2);
}

.page-id-41 #page_header .image {
    margin-bottom: 80px;
}

.form_wrap h2 {
    font-size: 28px;
    line-height: 1.5;
    font-weight: 700;
    text-align: center;
    position: relative;
    margin-bottom: 48px;
    padding-bottom: 22px;
    margin-top: 0;
}

.form_wrap h2 span {
    display: inline-block;
}

.form_wrap h2:after {
    content: "";
    position: absolute;
    right: calc(50% - 24px);
    left: calc(50% - 24px);
    bottom: 0;
    height: 5px;
    background: linear-gradient(90deg, #4ba01e 65%, #E4F4DD 65%);
}

.form_wrap .form_front_text {
    font-size: 18px;
    line-height: 2;
    width: 100%;
    margin: 0 auto 60px;
}

.form_wrap .form_front_text span {
    display: inline-block;
}

.policy_consent {
    width: 880px;
    max-width: 100%;
    margin: 50px auto 64px;
    background-color: #f3f3f3;
    border-radius: 10px;
    padding: 38px 20px 35px;
}

.policy_consent .policy_text {
    text-align: center;
    font-size: 18px;
    line-height: 1.5;
}

.policy_consent .policy_text a[target="_blank"] {
    background-size: .9em;
    background-position: center right .4em;
    padding-right: 1.6em;
}

.policy_consent .wpcf7-list-item {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.policy_consent .wpcf7-list-item > label {
    padding: 6px 0 6px 80px;
    position: relative;
}

.policy_consent .wpcf7-list-item-label {
    font-size: 18px;
    font-weight: 700;
}

.policy_consent .wpcf7-list-item > label:before {
    content: "\5FC5\9808";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    line-height: 2;
    height: 2em;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    background-color: #dd0000;
    border-radius: 5px;
    width: 3.625em;
}

.policy_consent input {
    transform: scale(1.4);
    margin-right: 10px;
}

.form_wrap .submit_btn {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 10px;
    justify-content: center;
	margin-top:50px;
}

.form_wrap .confirm_button {
    width: 300px;
    max-width: 100%;
    margin: 0;
    display: block;
    height: auto;
    text-align: center;
    padding: 25px 10px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .05em;
    color: #fff;
    line-height: 1.5;
    background-color: #0ac2c2;
    background-image: url(img/parts/arrow_1.svg);
    background-repeat: no-repeat;
    background-size: .8em auto;
    background-position: right 1.1em center;
    cursor: pointer;
}

.form_wrap .back_button {
    width: 300px;
    max-width: 100%;
    display: block;
    height: auto;
    text-align: center;
    padding: 25px 10px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .05em;
    color: #fff;
    line-height: 1.5;
    background-color: #aaa;
    background-image: url(img/parts/arrow_2.svg);
    background-repeat: no-repeat;
    background-size: .8em auto;
    background-position: left 1.1em center;
    cursor: pointer;
}

.form_wrap .confirm_button:disabled {
    background-color: #aaa;
    cursor: initial;
}

.form_wrap .confirm_button:not(:disabled):hover {
    opacity: .7;
    background-color: #0079c2;
}

.form_wrap .back_button:hover {
    opacity: .7;
}

.form_wrap .wpcf7-spinner {
    display: none;
}

.confirm_wrap .form_front_text {
    text-align: center;
}

.form_wrap .wpcf7-radio input[type="radio"] {
    transform: scale(1.3);
    margin-right: 5px;
}

.form_wrap .address_td {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.form_wrap .address_td .address_yubin {
    display: flex;
    align-items: center;
    column-gap: 18px;
    row-gap: 10px;
    flex-wrap: wrap;
}

.form_wrap .address_td .address_yubin .wpcf7-form-control-wrap {
    display: flex;
    align-items: center;
    column-gap: 12px;
}

.form_wrap .address_td .address_yubin .wpcf7-form-control-wrap:before {
    content: "\3012";
    font-size: 20px;
    font-weight: 500;
}

.form_wrap .address_td .address_yubin input {
    width: 230px;
}

.form_wrap .address_td .address_yubin button {
    border: none;
    background-color: #0032b4;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 500;
    line-height: 2;
    color: #fff;
    display: block;
    padding: 7px 28px;
    transition: .2s;
    cursor: pointer;
}

.form_wrap .address_td .address_yubin button:hover {
    background-color: #9ca5ee;
}

@media (min-width: 801px) {
    .form_wrap .form_front_text {
        text-align: center;
    }

    .form_wrap .line-table {
        font-size: 20px;
    }
}

@media (max-width: 800px) {
    .page-id-41 #page_header .image {
        margin-bottom: 40px;
    }

    .form_tel_box .tel_box_lead {
        font-size: 20px;
        padding: 10px;
        margin-bottom: 20px;
    }

    .form_tel_box .tel_box_num {
        font-size: 30px;
    }

    .form_tel_box .tel_box_post {
        font-size: 16px;
    }

    .wpcf7 .parts_line_box {
        padding: 20px;
    }

    .wpcf7 .line_box_hl {
        font-size: 20px;
        padding: 10px;
    }

    .wpcf7 form {
        margin: 0;
    }

    .form_tel_box {
        padding-bottom: 20px;
        margin: 0 auto 50px;
    }

    .form_tel_box .tel_box_time {
        font-size: 18px;
    }

    .form_wrap h2 {
        font-size: 24px;
    }

    .form_wrap .form_front_text {
        font-size: 16px;
    }

    .form_wrap .table_contact tr {
        display: block;
    }

    .form_wrap .table_contact th,
    .form_wrap .table_contact td {
        display: block;
        width: 100%;
    }

    .form_wrap .table_contact th {
        padding: 20px 15px;
    }

    .form_wrap .table_contact th.required:after {
        font-size: 14px;
        right: 15px;
    }

    .form_wrap .table_contact td {
        padding: 5px 15px 20px;
    }

    .form_wrap .table_contact td input[type="text"],
    .form_wrap .table_contact td input[type="email"],
    .form_wrap .table_contact td input[type="tel"],
    .form_wrap .table_contact textarea {
        padding: 10px 15px;
    }

    .form_wrap .wpcf7-list-item-label {
        font-size: 18px;
    }

    .form_wrap .check_td .wpcf7-form-control {
        flex-direction: column;
        row-gap: 10px;
        padding: 0 10px;
    }

    .policy_consent .policy_text {
        font-size: 16px;
    }

    .policy_consent .wpcf7-list-item > label {
        padding: 6px 0 6px 60px;
    }

    .policy_consent .wpcf7-list-item-label {
        font-size: 16px;
    }

    .policy_consent .wpcf7-list-item > label:before {
        font-size: 14px;
    }

    .policy_consent input {
        margin-right: 5px;
    }

    .form_wrap .back_button,
    .form_wrap .confirm_button {
        padding: 15px 10px;
        font-size: 18px;
    }

    .form_wrap .check_td {
        padding: 10px 15px 30px;
    }

    .form_wrap .table_contact td select {
        width: 260px;
    }
}
