/*
 Theme Name:     GENESIS Child
 Template:       genesis_tcd103
 Description:    TCDテーマGENESISの子テーマです。
 Version:        1.13.1
*/

#footer_certification {
    display: flex;
    column-gap: 20px;
    align-items: start;
    flex-wrap: wrap;
    margin-top: 50px;
}

#footer_certification img {
    max-width: 100px;
    height: auto;
}

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

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

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

.post_content h2.wp-block-heading.is-style-h2_style2 {
    text-align: center;
    font-size: 40px;
    position: relative;
    padding: 0 0 18px;
}

.post_content 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, #dd8500 65%, #ffd493 65%);
}

.post_content h3.wp-block-heading {
    font-size: 24px;
    background-color: #fff1dc;
    padding: 12px 1em;
    border-top: 2px solid #dd8500;
    margin: 3em 0 1.8em 0;
}

.post_content h4.wp-block-heading {
    font-size: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #dd8500;
}

.post_content h5.wp-block-heading {
    font-size: 18px;
    padding: 10px 0 10px 13px;
    border-bottom: 1px dashed #dd8500;
    position: relative;
}

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

.post_content h6.wp-block-heading {
    font-size: 16px;
    padding-left: 1.8em;
    position: relative;
}

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

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

.post_content p {
    line-height: 2.5;
    font-size: 18px;
}

.post_content p a {
    text-decoration: underline;
    color: #dd8500;
    display: inline-block;
}

.post_content 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;
}

.post_content .is-style-group_border {
    padding: 30px;
    border: 1px solid #dd8500;
}

.post_content .is-style-group_memo {
    background-color: #fff1dc;
    padding: 32px 36px;
}

.post_content .wp-block-columns {
    margin-bottom: 50px;
}

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

.post_content .wp-block-list {
    margin-left: 0;
    list-style: none;
    font-size: 18px;
}

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

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

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

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

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

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

.post_content 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: #dd8500;
    border-radius: 100px;
    top: 0;
    left: 0;
}

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

.post_content 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;
}

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

.post_content .wp-block-table table {
    border-collapse: collapse !important;
}

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

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

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

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

.post_content .wp-block-table.comparison_table td {
    padding: 15px 30px
}

.post_content .wp-block-table.comparison_table td:not(:first-child) {
    border-left: 1px solid #bbb;
}

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

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

.post_content .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;
}

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

.post_content .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: #d15700;
}

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

.post_content .wp-block-buttons .wp-block-button.is-style-btn_2:before {
    background-color: #333;
}

.post_content .wp-block-buttons .wp-block-button.is-style-btn_2:after {
    background-color: #a7a7a7;
}

.post_content .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;
}

.post_content .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;
}

.post_content .aligncenter {
    display: table;
}

.br-sp {
    display: none;
}

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

.wp-block-image:first-child {
    padding-top: 0;
}

/*下層ページ強調テキスト*/
p.service_text-bg {
    font-family: 'Source Han Serif', 'Noto Serif JP', serif;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    line-height: 2.5;
}

/*下層ページ見出し3追加*/
h3.ttl_line {
    position: relative;
    padding: 0.5em 0.5em;
    font-size: 24px;
}

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(#9ca5ee), to(#49ebdf));
    background-image: -webkit-linear-gradient(right, #dd8500 0%, #ffd79b 100%);
    background-image: linear-gradient(to left, #dd8500 0%, #ffd79b 100%);
}


@media (max-width: 800px) {
    .post_content h2.wp-block-heading.is-style-h2_style2 {
        font-size: 24px;
    }

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

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

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

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

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

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

    .br-sp {
        display: block;
    }

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

    .post_content p {
        line-height: 2;
        font-size: 15px;
    }

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

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

    p.service_text-bg {
        font-size: 18px;
        line-height: 2;
    }

}

/* TOPページ パーツ
*****************/
.notosans {
    font-family: "Noto Sans JP", sans-serif;
}

.cardo {
    font-family: "Cardo", serif;
    font-weight: 400;
    font-style: italic;
}

.notoserif {
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
}

.top_parts_add {
    font-family: "Noto Sans JP", sans-serif;
}

.top_parts_add .design_header {
    padding: 0;
    width: 1500px;
    max-width: calc(100% - 30px);
}

.top_parts_add .design_header .sub_title {
    font-weight: 700;
}

.top_parts_reason .top_reason_flex {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    list-style: none;
    counter-reset: reason;
    width: 1500px;
    max-width: calc(100% - 30px);
    margin: 0 auto;
}

.top_parts_reason .top_reason_item {
    width: calc((100% - 60px) / 4);
    background-color: #fff;
    position: relative;
    margin-top: 90px;
    padding: 30px 0 35px;
    border: 1px solid #ccc;
}

.top_parts_reason .top_reason_item:before {
    counter-increment: reason;
    content: counter(reason);
    font-family: "Cardo", serif;
    font-weight: 400;
    font-style: italic;
    font-size: 80px;
    width: 1.25em;
    line-height: 1.1;
    margin: 0 auto;
    position: absolute;
    bottom: 100%;
    right: 0;
    left: 0;
    color: #dd8500;
    text-align: center;
    border-bottom: 5px solid #dd8500;
}

.top_parts_reason .top_reason_lead {
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-size: 25px;
    text-align: center;
    padding: 0 10px;
    margin-bottom: 1.2em;
    line-height: 1.5;
}

.top_parts_reason .top_reason_img {
    display: block;
    margin-bottom: 30px;
}

.top_parts_reason .top_reason_text {
    font-size: 20px;
    line-height: 1.9;
    padding: 0 30px;
}


.top_parts_service .top_service_flex {
    display: flex;
    column-gap: 6px;
    row-gap: 50px;
    flex-wrap: wrap;
    width: 1500px;
    max-width: calc(100% - 30px);
    margin: 0 auto;
}

.top_parts_service .top_service_item {
    width: calc(50% - 3px);
    position: relative;
    min-height: 500px;
    z-index: +5;
    overflow: hidden;
}

.top_parts_service .top_service_item .image_wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -4;
}

.top_parts_service .top_service_item .image_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.top_parts_service .top_service_item .title_area {
    padding: 26px 40px 0;
    color: #fff;
}

.top_parts_service .top_service_item .title_area .headline {
    line-height: 1.3;
    margin-bottom: 10px;
    font-family: Roboto, sans-serif;
    font-size: 50px;
}

.top_parts_service .top_service_item .title_area .sub_title {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.5;
    margin: 0;
}

.top_parts_service .top_service_item a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: +10;
}

.top_parts_service .top_service_item a:hover {
    text-decoration: none;
}

.top_parts_service .top_service_item p:not([class]) {
    display: none;
}

.top_parts_service .top_service_item a>p {
    display: none;
}

.top_parts_service .top_service_item .flow_para {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    line-height: 2;
    padding: 25px 40px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    transition: .3s;
    opacity: 0;
}

.top_parts_service .top_service_item:hover .flow_para {
    opacity: 1;
}

.top_parts_service .top_service_item:before {
    content: "";
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
}

.top_parts_service .top_service_item._1:before {
    background: linear-gradient(to bottom, rgba(221, 153, 51, 1) 0%, rgba(221, 153, 51, 0) 100%);
}

.top_parts_service .top_service_item._2:before {
    background: linear-gradient(to bottom, rgba(126, 221, 0, 1) 0%, rgba(126, 221, 0, 0) 100%);
}

.top_parts_service .top_service_item._3:before {
    background: linear-gradient(to bottom, rgba(0, 179, 216, 1) 0%, rgba(0, 179, 216, 0) 100%);
}

.top_parts_service .top_service_item._4:before {
    background: linear-gradient(to bottom, rgba(0, 106, 182, 1) 0%, rgba(0, 106, 182, 0) 100%);
}

.top_parts_service .top_service_item:after {
    content: "";
    opacity: 0;
    transition: .3s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: -3;
}

.top_parts_service .top_service_item:hover:after {
    opacity: .4;
}

.top_parts_problem .top_problem_flex {
    display: flex;
    column-gap: 30px;
    row-gap: 40px;
    flex-wrap: wrap;
    width: 1500px;
    max-width: calc(100% - 30px);
    margin: 0 auto 130px;
}

.top_parts_problem .top_problem_item {
    width: calc((100% - 60px) / 3);
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 45px 20px 30px;
}

.top_parts_problem .top_problem_item img {
    width: 230px;
    max-width: 100%;
    display: block;
    margin: 0 auto 22px;
}

.top_parts_problem .top_problem_text {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.7;
    margin: 0;
    text-align: center;
}

.top_parts_problem .top_problem_text .em {
    font-size: 20px;
    color: #dd8500;
}

.top_parts_problem .top_problem_answer {
    position: relative;
    height: 420px;
    width: 100%;
    z-index: +5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
}

.top_parts_problem .top_problem_answer .bg_image {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    object-fit: cover;
}

.top_parts_problem .top_problem_answer .top_answer_icon {
    width: 100px;
    display: block;
}

.top_parts_problem .top_problem_answer .top_answer_text {
    color: #fff;
    font-size: 28px;
    line-height: 1.8;
    text-align: center;
    margin: 0;
}

.top_parts_problem .top_problem_answer .top_answer_text .em {
    font-size: 38px;
}

.top_parts_problem .top_problem_answer .top_answer_text span {
    display: inline-block;
}

.top_parts_problem .top_problem_answer:before {
    content: "";
    width: 183px;
    height: 88px;
    position: absolute;
    right: calc(50% - 91.5px);
    top: -50px;
    background-image: url(img/top/triangle.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.top_parts_contact .top_contact_box {
    width: 1500px;
    max-width: calc(100% - 30px);
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #ccc;
}

.top_parts_contact .top_contact_image {
    width: 50%;
    object-fit: cover;
}

.top_parts_contact .top_contact_inner {
    width: 50%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
}

.top_parts_contact .top_contact_hl {
    margin-bottom: 40px;
}

.top_parts_contact .top_contact_hl .hl_main {
    margin: 0 0 10px;
    font-size: 54px;
    font-weight: bold;
    letter-spacing: .05em;
    text-align: center;
    line-height: 1.2;
}

.top_parts_contact .top_contact_hl .hl_sub {
    font-size: 18px;
    font-weight: 700;
    color: #dd8500;
    letter-spacing: .05em;
    margin: 0;
    text-align: center;
}

.top_parts_contact .top_contact_text {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    line-height: 2;
    margin-bottom: 36px;
}

.top_parts_contact .top_contact_text span {
    display: inline-block;
}

.top_parts_contact .top_contact_btn {
    display: block;
    width: 500px;
    max-width: 45vw;
    font-size: 23px;
    font-weight: 600;
    color: #fff;
    letter-spacing: .05em;
    text-align: center;
    padding: 20px 30px;
    margin: 0;
    background-color: #dd8500;
    line-height: 1.5;
    text-decoration: none;
    border: 1px solid #dd8500;
    background-image: url(img/top/arrow_w.svg);
    background-repeat: no-repeat;
    background-size: 2em auto;
    background-position: right .9em center;
}

.top_parts_contact .top_contact_btn:hover {
    background-color: #fff;
    text-decoration: none;
    background-image: url(img/top/arrow_o.svg);
}

.cb_free_space.num4.wide_content {
    padding-bottom: 0;
}

.cb_free_space {
    padding: 120px 0;
}

@media (max-width: 800px) {
    .top_parts_reason .top_reason_item {
        width: 100%;
    }

    .top_parts_reason .top_reason_lead {
        font-size: 20px;
    }

    .top_parts_reason .top_reason_text {
        font-size: 16px;
    }

    .top_parts_reason .top_reason_item:before {
        font-size: 50px;
    }

    .top_parts_service .top_service_item {
        width: 100%;
    }

    .top_parts_service .top_service_item .title_area {
        padding: 26px 20px;
    }

    .top_parts_service .top_service_item .title_area .headline {
        font-size: 30px;
    }

    .top_parts_service .top_service_item .title_area .sub_title {
        font-size: 18px;
    }

    .top_parts_problem .top_problem_flex {
        margin: 0 auto 80px;
    }

    .top_parts_problem .top_problem_item {
        width: 100%;
    }

    .top_parts_problem .top_problem_text {
        font-size: 16px;
    }

    .top_parts_problem .top_problem_text .em {
        font-size: 18px;
    }

    .top_parts_problem .top_problem_answer {
        height: 300px;
    }

    .top_parts_problem .top_problem_answer .top_answer_icon {
        width: 60px;
    }

    .top_parts_problem .top_problem_answer .top_answer_text {
        font-size: 18px;
    }

    .top_parts_problem .top_problem_answer .top_answer_text .em {
        font-size: 22px;
    }

    .top_parts_contact .top_contact_image {
        width: 100%;
    }

    .top_parts_contact .top_contact_inner {
        width: 100%;
        padding: 30px 15px;
    }

    .top_parts_contact .top_contact_btn {
        max-width: 80vw;
        font-size: 16px;
        padding: 16px 20px;
    }

    .top_parts_contact .top_contact_hl {
        margin-bottom: 20px;
    }

    .top_parts_contact .top_contact_hl .hl_main {
        font-size: 34px;
        margin-bottom: 0;
    }

    .top_parts_contact .top_contact_hl .hl_sub {
        font-size: 16px;
    }

    .top_parts_contact .top_contact_text {
        font-size: 14px;
        text-align: left;
        margin-bottom: 26px;
    }

    .cb_free_space {
        padding: 40px 0;
    }
}





/* ブロック パーツ
*****************/
.wp-block-group.parts_numberlist01 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    counter-reset: numberlist;
    align-items: initial !important;
}

.wp-block-group.parts_numberlist01 p {
    width: calc((100% - 80px) / 5);
    background-color: #fff;
    position: relative;
    margin: 90px 0 0;
    padding: 34px 17px 32px;
    border: 1px solid #ccc;
    font-family: "Noto Serif JP", serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 2;
}

.wp-block-group.parts_numberlist01 p:before {
    counter-increment: numberlist;
    content: counter(numberlist);
    font-family: "Cardo", serif;
    font-weight: 400;
    font-style: italic;
    font-size: 80px;
    width: 1.25em;
    line-height: 1.1;
    margin: 0 auto;
    position: absolute;
    bottom: 100%;
    right: 0;
    left: 0;
    color: #dd8500;
    text-align: center;
    border-bottom: 5px solid #dd8500;
}

.wp-block-group.parts_numberlist01:not(:last-child) {
    margin-bottom: 50px;
}

.page-id-44 .wp-block-group.parts_numberlist01 p,
.page-id-39 .wp-block-group.parts_numberlist01 p {
    min-height: clamp(0px,16.7vw,284px);
    padding: 20px 17px;
    display: flex;
    align-items: center;
}

@media (max-width: 800px) {
    .wp-block-group.parts_numberlist01 p {
        width: 100%;
        margin: 80px 0 0;
    }

    .wp-block-group.parts_numberlist01 p:before {
        font-size: 50px;
    }

    .page-id-44 .wp-block-group.parts_numberlist01 p,
    .page-id-39 .wp-block-group.parts_numberlist01 p {
        min-height: 50vw;
        justify-content: center;
    }
}


.parts_contact_box {
    display: flex;
    flex-wrap: wrap;
    padding: 40px 60px;
    background-color: #fff;
    border: 1px solid #dd8500;
    align-items: center;
    width: 1200px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.parts_contact_box:not(:last-child) {
    margin-bottom: 40px;
}

.parts_contact_box .side_l {
    width: 56%;
    border-right: 1px solid #707070;
}

.parts_contact_box .side_r {
    width: 44%;
    padding-left: 50px;
}

.parts_contact_box p {
    margin: 0;
    line-height: 1.5;
}

.parts_contact_box .tel_col {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-bottom: 10px;
}

.parts_contact_box .tel_num {
    font-size: 60px;
    font-weight: bold;
    line-height: 1.2;
    font-family: Roboto, "Noto Sans JP", sans-serif;
    padding-left: 1.17em;
    background-image: url(img/parts/icon_tel.svg);
    background-repeat: no-repeat;
    background-size: auto 1.2em;
    background-position: left center;
}

.parts_contact_box .tel_post {
    font-size: 25px;
}

.parts_contact_box .tel_time {
    font-size: 20px;
    padding-left: 75px;
    margin-bottom: 27px;
}

.parts_contact_box .mail_col {
    display: flex;
    align-items: center;
    column-gap: .7em;
    font-size: 23px;
    font-weight: 700;
}

.parts_contact_box .mail_col:before {
    content: "";
    width: 3em;
    height: 3em;
    background-image: url(img/parts/icon_mail.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.parts_contact_box .form_text {
    font-size: 20px;
    text-align: center;
    margin-bottom: 34px;
}

.parts_contact_box .form_buttons {
    width: 100%;
}

.parts_contact_box .form_button {
    width: 400px;
    max-width: 100%;
    display: block;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background-color: #dd8500;
    padding: 15px 20px;
    border-radius: 8px;
    margin: 0 auto;
    border: 1px solid #dd8500;
    line-height: 1.5;
}

.parts_contact_box .form_button:hover {
    background-color: #fff;
    text-decoration: none;
}

.parts_contact_box .side_line {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 46px;
    row-gap: 40px;
    justify-content: center;
}

.parts_contact_box .side_line img {
    width: 100%;
    display: block;
}

.parts_contact_box .line_account {
    width: 150px;
}

.parts_contact_box .line_qr {
    width: 117px;
}

.parts_contact_box .line_buttons {
    width: 100%;
}

.parts_contact_box .line_button {
    width: 100%;
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    line-height: 1.5;
    padding: 16px 20px;
    background-color: #06c755;
    border-radius: 5px;
    border: 1px solid #06c755;
}

.parts_contact_box .line_button:hover {
    background-color: #fff;
    color: #06c755;
    text-decoration: none;
}

@media (max-width: 1391px) {
    .parts_contact_box .tel_num {
        font-size: 42px;
    }

    .parts_contact_box .tel_post {
        font-size: 20px;
    }

    .parts_contact_box {
        padding: 40px 30px;
    }

    .parts_contact_box .tel_time {
        padding-left: 50px;
    }

    .parts_contact_box .line_account {
        width: 130px;
    }

    .parts_contact_box .line_qr {
        width: 100px;
    }
}

@media (max-width: 800px) {
    .parts_contact_box {
        padding: 40px 10px;
    }

    .parts_contact_box .side_l {
        width: 100%;
        border: none;
    }

    .parts_contact_box .side_r {
        width: 100%;
    }

    .parts_contact_box .tel_num {
        font-size: 28px;
    }

    .parts_contact_box .tel_post {
        font-size: 16px;
    }

    .parts_contact_box .tel_col {
        justify-content: center;
    }

    .parts_contact_box .tel_time {
        font-size: 16px;
        padding: 0;
        text-align: center;
    }

    .parts_contact_box .mail_col {
        font-size: 18px;
        justify-content: center;
    }

    .parts_contact_box .side_r {
        padding: 0;
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid #707070;
    }

    .parts_contact_box .form_text {
        font-size: 16px;
    }
}





.parts_line_box {
    display: flex;
    align-items: center;
    padding: 40px 50px;
    justify-content: center;
    background-color: #fff;
    border: 1px solid #aaa;
    width: 1200px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.parts_line_box:not(:last-child) {
    margin-bottom: 40px;
}

.parts_line_box .line_account {
    width: 150px;
    margin-right: 46px;
}

.parts_line_box .line_account img {
    display: block;
    width: 100%;
}

.parts_line_box .line_qr {
    width: 117px;
    margin-right: 80px;
}

.parts_line_box .line_qr img {
    display: block;
    width: 100%;
}

.parts_line_box .line_buttons {
    width: 400px;
    max-width: 100%;
}

.parts_line_box .line_button {
    width: 100%;
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    line-height: 1.5;
    padding: 16px 20px;
    background-color: #06c755;
    border-radius: 5px;
    border: 1px solid #06c755;
}

.parts_line_box .line_button:hover {
    background-color: #fff;
    color: #06c755;
    text-decoration: none;
}

@media (max-width: 800px) {
    .parts_line_box {
        padding: 40px 20px;
        flex-wrap: wrap;
        row-gap: 30px;
    }

    .parts_line_box .line_buttons {
        width: 100%;
    }

    .parts_line_box .line_qr {
        margin: 0;
        width: 100px;
    }

    .parts_line_box .line_account {
        width: 130px;
        margin-right: 30px;
    }
}






.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 #dd8500;
}

.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 #dd8500;
}

.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: #dd8500;
}

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

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

.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;
}

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

    }
}

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

    .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 #dd8500;
    }

    .parts_flow_col {
        row-gap: 80px;
    }
}


.confirm_wrap,
.thanks_wrap,
.wpcf7-response-output {
    display: none;
}

.form_tel_box {
    width: 700px;
    max-width: 100%;
    margin: 0 auto 40px;
    border: 1px solid #dd8500;
    padding-bottom: 35px;
}

.form_tel_box p {
    margin: 0;
    line-height: 1.5;
}

.form_tel_box .tel_box_lead {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    line-height: 1.5;
    padding: 16px 20px;
    background-color: #dd8500;
    margin-bottom: 28px;
}

.form_tel_box .tel_box_middle {
    display: flex;
    justify-content: center;
    column-gap: 5px;
    align-items: center;
    margin-bottom: 10px;
}

.form_tel_box .tel_box_num {
    font-family: Roboto, sans-serif;
    line-height: 1.2;
    font-weight: 700;
    font-size: 60px;
    padding-left: calc(1.2em + 5px);
    background-image: url(img/parts/icon_tel.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
}

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

.form_tel_box .tel_box_time {
    font-size: 20px;
    text-align: center;
}

.wpcf7 .parts_line_box {
    width: 700px;
    border: 1px solid #06c755
}

.wpcf7 .line_box_hl {
    width: 700px;
    max-width: 100%;
    margin: 0 auto;
    background-color: #06c755;
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    line-height: 1.5;
    padding: 16px 20px;
}

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

.form_wrap table {
    border: none;
}

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

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

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

.form_wrap td {
    padding: 15px 80px 15px 0;
    width: 75%;
}

.form_wrap 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 td input[type="text"],
.form_wrap td input[type="email"],
.form_wrap td input[type="tel"],
.form_wrap textarea {
    line-height: 1.5;
    padding: 13px 20px;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 5px;
    vertical-align: middle;
}

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

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

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

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

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

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

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

.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-48 #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;
}

.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,rgba(221, 133, 0, 1) 70%, rgba(255, 205, 130, 1) 70%);
}

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

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

.policy_consent {
    width: 880px;
    max-width: 100%;
    margin: 0 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;
    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;
}

.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: #dd8500;
    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: #dd8500;
}

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

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

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

@media (max-width: 800px) {
    .page-id-48 #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 tr {
        display: block;
    }

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

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

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

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

    .form_wrap td input[type="text"],
    .form_wrap td input[type="email"],
    .form_wrap td input[type="tel"],
    .form_wrap 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;
    }
}

.wp-singular #comments {
    display: none;
}