/*
 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: #000;
    background-color: #e8f3ff;
    border: solid 1px #0032b4;
    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: 5px;
    background-color: #0032b4;
}

.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, rgba(0, 50, 200, 1) 65%, rgba(167, 190, 255, 1) 65%);
}

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

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

.post_content h5.wp-block-heading {
    font-size: 18px;
    padding: 10px 0 10px 13px;
    border-bottom: 1px dashed #0032b4;
    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: #0032b4;
}

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

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

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

.post_content p a {
    text-decoration: underline;
    color: #0032b4;
    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 {
    margin-bottom: 50px;
    padding: 30px;
    border: 1px solid #0032b4;
}

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

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

.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: #0032b4;
    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 #ccc;
    font-size: 18px;
    margin-bottom: 50px;
}

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

.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: #e8f3ff;
    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.is-style-table_2 {
    border: none;
}

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

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

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

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

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

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

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

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

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

/*サービスページ用見出し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, #0032b4 0%, #e8f3ff 100%);
    background-image: linear-gradient(to left, #0032b4 0%, #e8f3ff 100%);
}


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


@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-table.is-style-table_2 tr {
        display: flex;
        flex-direction: column;
    }

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

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

    .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;
    }
	
	.post_content p {
		font-size:15px;
	}
	
	.post_content .wp-block-table{
		font-size:15px;
	}
	
	.post_content .wp-block-list{
		font-size:15px;		
	}

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


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

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

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

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

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

    .parts_flow_col .wp-block-image {
        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;
}

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

.form_wrap {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
}

.form_wrap table {
    border: none;
    margin-bottom: 60px;
    border-collapse: collapse !important;
}

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

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

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

.form_wrap td {
    padding: 25px 30px 25px 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;
    vertical-align: middle;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
}

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

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

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

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

.form_wrap td .check_child {
    margin: .5em 0 1.5em;
}

.form_wrap td .check_child .wpcf7-list-item {
    width: 100%;
    line-height: 2;
}

.form_wrap td .your_purpose {
    line-height: 2;
}

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

.form_wrap .check_td>div:not(:last-of-type) .wpcf7-not-valid-tip {
    display: none;
}

.form_wrap .wpcf7-not-valid-tip {
    font-weight: bold;
}

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

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

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

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

.form_wrap .wpcf7-radio {
    display: flex;
    flex-wrap: wrap;
    column-gap: 46px;
}

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

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

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

.form_wrap .info_table {
    display: flex;
    flex-wrap: wrap;
    column-gap: 26px;
    row-gap: 30px;
}

.form_wrap .info_table .col_info_maker {
    width: 250px;
}

.form_wrap .info_table .col_info_number {
    width: 250px;
}

.form_wrap .info_table .col_info_quanity {
    width: 200px;
}

.form_wrap .info_table .col_info_price {
    width: 200px;
}

.form_wrap .info_table .td_lead {
    margin-bottom: 15px;
    display: flex;
    justify-content: start;
    align-items: center;
    column-gap: 18px;
}

.form_wrap .info_table .td_lead.required:after {
    content: "\5FC5\9808";
    line-height: 2;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    background-color: #dd0000;
    border-radius: 5px;
    width: 3.625em;
}

.form_wrap .info_confirm {
    display: flex;
    flex-direction: column;
}

/*フォーム手前*/
.form_wrap .form_front_inner {
    width: 1080px;
    max-width: 100%;
    margin: 0 auto 60px;
}

.form_wrap .form_front_inner:last-child {
    margin-bottom: 0;
}

.form_wrap .form_front_inner .confirm_flow {
    display: flex;
    column-gap: 60px;
    position: relative;
    margin-bottom: 50px;
}

.form_wrap .form_front_inner .confirm_flow .item {
    width: calc((100% - 120px) / 3);
    padding: 25px 0;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    color: #888;
    background-color: #eee;
    border: 1px solid #ccc;
    position: relative;
}

.form_wrap .form_front_inner .confirm_flow .item.active {
    color: #fff;
    background-color: #0032b4;
    border: 1px solid #0032b4;
}

.form_wrap .form_front_inner .confirm_flow:before {
    content: "";
    position: absolute;
    top: 0;
    right: 5px;
    left: 5px;
    height: 50%;
    border-bottom: 2px dashed #000;
}

.form_wrap .form_front_inner .form_lead_text {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 30px;
}

.form_wrap .form_front_inner .form_lead_text:last-child {
    margin-bottom: 0;
}

.form_wrap .form_front_inner .sales_notes {
    padding: 14px 25px;
    font-weight: 500;
    color: #d7000f;
    line-height: 2.25;
    border: 1px solid #d7000f;
}

.form_wrap .form_front_inner .sales_notes p {
    margin: 0;
    font-size: 16px;
}

.form_wrap .form_front_inner .sales_notes ul {
    margin: 0;
    list-style: none;
}

.form_wrap .form_front_inner .sales_notes ul li {
    padding-left: 1.6em;
    position: relative;
}

.form_wrap .form_front_inner .sales_notes ul li:before {
    content: "";
    position: absolute;
    top: .75em;
    left: .4em;
    width: .68em;
    height: .68em;
    border-radius: 50%;
    background-color: #d7000f;
}

@media (max-width: 800px) {
    .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;
    }

    .form_wrap .wpcf7-radio {
        flex-direction: column;
        row-gap: 10px;
    }

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

    .form_wrap .address_td .address_yubin button {
        font-size: 14px;
        padding: 7px 10px;
    }

    .form_wrap .form_front_inner .confirm_flow {
        column-gap: 20px;
        margin-bottom: 40px;
    }

    .form_wrap .form_front_inner .confirm_flow .item {
        width: calc((100% - 40px) / 3);
        font-size: 16px;
        padding: 20px 0;
    }

    .form_wrap .form_front_inner .form_lead_text {
        font-size: 16px;
        margin-bottom: 40px;
    }

    .form_wrap .info_table .col_info_maker,
    .form_wrap .info_table .col_info_number,
    .form_wrap .info_table .col_info_quanity,
    .form_wrap .info_table .col_info_price {
        width: 100%;
    }

    .form_wrap .info_table {
        row-gap: 15px;
    }
}




/* ヘッダー 在庫検索
------------*/
#header {
    margin-top: 80px;
    top: 80px;
}

#header .header_stock {
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 80px;
    background-color: #eef2ff;
    display: flex;
    align-items: center;
    padding: 0 20px;
}

#header .header_stock * {
    font-family: "Noto Sans JP", sans-serif;
}

.global-info-number-form {
    display: flex;
    align-items: start;
    width: 700px;
    height: 50px;
    line-height: 50px;
    margin: auto;
    overflow: hidden;
    border-radius: 5px;
    flex-wrap: wrap;
}

.global-info-number-form .header_stock_lead {
    width: 165px;
    height: 100%;
    background-color: #0032b4;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
}

.global-info-number-form #global-info-number {
    font-size: 16px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    height: 50px;
    width: calc(100% - 165px - 60px);
    padding: 0 13px;
}

.global-info-number-form #global-info-number::placeholder {
    color: #9c9c9c;
}

.global-info-number-form .header_stock_btn {
    width: 60px;
    height: 50px;
    border: none;
    background-color: #0032b4;
    cursor: pointer;
    background-image: url(img/search.svg);
    background-repeat: no-repeat;
    background-size: 45% auto;
    background-position: center;
}

@media (max-width: 800px) {
    #header {
        top: 0;
        margin-top: 120px;
    }

    #header .header_stock {
        height: 120px;
    }

    .global-info-number-form {
        height: 90px;
        row-gap: 10px;
    }

    .global-info-number-form .header_stock_lead {
        width: 100%;
        line-height: 30px;
        height: 30px;
        border-radius: 5px;
    }

    .global-info-number-form #global-info-number {
        border-left: 1px solid #aaa;
        width: calc(100% - 60px);
        border-radius: 5px 0 0 5px;
    }

    .global-info-number-form .header_stock_btn {
        border-radius: 0 5px 5px 0;
    }
}

.page-id-41 #bread_crumb  {
    margin-bottom: 30px;
    margin-top: 20px;
}

.page-id-41 #page_header {
    display: none !important;
}