/*------------------------------------------------------------------------------
label
------------------------------------------------------------------------------*/
.pageimg{
    background: url(../../img/label-detail/pageimg_bg.webp) no-repeat center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .pageimg{
        background: url(../../img/label-detail/pageimg_bg_sp.webp) no-repeat center;
        background-size: cover;
    }
}

iframe{
    height: 70rem;
}

@media screen and (max-width: 768px) {
    iframe{
        height: 18rem;
    }
}

.lang-en .link_list__list li a{
	padding: 2.6rem 2.8rem;
}


@media screen and (max-width: 768px) {
	.lang-en .link_list__list li a{
		padding: 1.2rem 2.8rem;
		line-height: 1.4;
	}
}

.lang-en .link_list__list li a.br-margin{
	padding: 2.6rem 1.8rem;
}


@media screen and (max-width: 768px) {
	.lang-en .link_list__list li a.br-margin{
		padding: 1rem 1.8rem;
	}
}

/*------------------------------------------------------------------------------
section01
------------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    .image{
        margin-bottom: 4.8rem;
    }
}

.label__flex{
    display: flex;
    gap: 20rem;
    margin: 3.2rem 0 6.4rem;
}

.lang-en .label__flex{
	gap: 6rem;
}

@media screen and (max-width: 768px) {
    .label__flex{
        flex-direction: column;
        gap: 0.8rem;
    }
	
	.lang-en .label__flex{
		gap: 0.8rem;
	}
}

ul.p-label-detail__list li{
    font-size: 2rem;
    font-weight: bold;
    line-height: 3.2;
    padding-left: 7.6rem;
    position: relative;
    margin-bottom: 1.6rem;
}

.lang-en ul.p-label-detail__list li{
	font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
    ul.p-label-detail__list li{
        font-size: 1.4rem;
        margin-bottom: 0.8rem;
        padding-left: 4rem;
        line-height: 3.2rem;
    }
}

ul.p-label-detail__list li:last-child{
    margin-bottom: 0;
}

ul.p-label-detail__list li::before{
    content: "1";
    display: block;
    background: #0016d9;
    border-radius: 50%;
    width: 6rem;
    height: 6rem;
    line-height: 6rem;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    font-size: 2rem;
    text-align: center;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    ul.p-label-detail__list li::before{
        width: 3rem;
        height: 3rem;
        line-height: 3rem;
        font-size: 1.4rem;
    }
}

ul.p-label-detail__list li:nth-child(2)::before{
    content: "2";
}

ul.p-label-detail__list li.third::before{
    content: "3";
}
ul.p-label-detail__list li.fourth::before{
    content: "4";
}

.table_flex{
    display: flex;
    gap: 6.4rem;
    flex-wrap: wrap;
    margin-bottom: 6.4rem;
}

.table_flex .left_table,
.table_flex .right_table{
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 768px) {
    .table_flex{
        flex-direction: column;
        gap: 0;
    }

    .table_flex .right_table tr th:first-of-type,
    .table_flex .right_table tr td:first-of-type{
        border-top: none;
    }
}

ul.image_list{
    margin-bottom: 6.4rem;
}

/*------------------------------------------------------------------------------
section02
------------------------------------------------------------------------------*/
.sec02__flex{
    display: flex;
    gap: 7.6rem;
    margin: 4rem 0 6.4rem;
}

@media screen and (max-width: 768px) {
    .sec02__flex{
        flex-direction: column;
        margin: 2.4rem 0 3.2rem;
        gap: 3.2rem;
    }
}

.sec02__flex .right_img{
    width: 49%;
}

@media screen and (max-width: 768px) {
    .sec02__flex .right_img{
        width: 100%;
    }
}

.sec02__flex .imgage_flex{
    display: flex;
    gap: 2.4rem;
    margin-top: 2.4rem;
}

@media screen and (max-width: 768px) {
    .sec02__flex .imgage_flex{
        gap: 2rem;
        margin-top: 2rem;
    }
}

.sec02__flex .imgage_flex img{
    flex: 1;
    width: calc(50% - 1.2rem);
}

@media screen and (max-width: 768px) {
    .sec02__flex .imgage_flex{
        height: 9.5rem;
    }
}

ul.p-label-detail__list li:nth-child(3)::before{
    content: "3";
}

ul.p-label-detail__list li:nth-child(4)::before{
    content: "4";
}

ul.p-label-detail__list li:nth-child(5)::before{
    content: "5";
}

ul.p-label-detail__list li:nth-child(6)::before{
    content: "6";
}

ul.p-label-detail__list li:nth-child(7)::before{
    content: "7";
}

ul.p-label-detail__list li:nth-child(8)::before{
    content: "8";
}

ul.p-label-detail__list li:nth-child(9)::before{
    content: "9";
}

ul.p-label-detail__list li:nth-child(10)::before{
    content: "10";
}

ul.p-label-detail__list li span.-small_text{
    font-size: 1.6rem;
}

.p-label-detail__section02 .spec-table{
    margin-bottom: 6.4rem;
}

.p-label-detail__section02 .spec-table th:first-of-type{
    width: 19.2rem;
    min-width: 19.2rem;
}

@media screen and (max-width: 768px) {
    .p-label-detail__section02 .spec-table-wrapper .spec-table th {
        width: 16.7rem;
        min-width: 16.7rem;
    }
}

.option_list > li{
    display: flex;
    gap: 3.2rem;
    margin-bottom: 4.8rem;
}

@media screen and (max-width: 768px) {
    .option_list > li{
        flex-direction: column;
        gap: 2rem;
    }
}

ul.option_list li .left_image p{
    font-size: 2rem;
    font-weight: bold;
    margin-top: 1.8rem;
}


@media screen and (max-width: 768px) {
    ul.option_list li .left_image p{
        font-size: 1.4rem;
        margin-top: 1.2rem;
    }
}

ul.option_list li .text_right{
    width: 68%;
}

@media screen and (max-width: 768px) {
    ul.option_list li .text_right{
        width: 100%;
    }
}

ul.option_list__list{
    margin-top: 2.4rem;
}

@media screen and (max-width: 768px) {
    ul.option_list__list{
        margin-top: 1.2rem;
    }

    .image_list__item img{
        object-fit: contain;
    }
}

ul.option_list__list li{
    font-size: 2rem;
    list-style: disc;
    margin-bottom: 1.6rem;
    font-weight: bold;
    margin-left: 2.4rem;
}

@media screen and (max-width: 768px) {
    ul.option_list__list li{
        font-size: 1.4rem;
        margin-bottom: 1.2rem;
    }
}

ul.option_list__list li:last-child{
    margin-bottom: 0;
}

.p-label-detail__section02 ul.border__list,
.p-label-detail__section03 ul.border__list{
    margin-bottom: 4.8rem;
}


@media screen and (max-width: 768px) {
    .p-label-detail__section02 ul.option_list li .image_list__item img{
        height: 18.8rem;
    }
}



/*------------------------------------------------------------------------------
section03
------------------------------------------------------------------------------*/
.label__flex h5{
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 2.4rem;
}

@media screen and (max-width: 768px) {
    .label__flex h5{
        font-size: 1.7rem;
        margin-bottom: 1.6rem;
    }

    .p-label-detail__section03 .label__flex{
        gap: 2rem;
    }

}


/*------------------------------------------------------------------------------
section04
------------------------------------------------------------------------------*/
.p-label-detail__section04 .image{
    width: 527px;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .p-label-detail__section04 .image{
        width: 100%;
    }
}

.p-label-detail__section04 ul.border__list{
    flex-direction: column;
    margin: 2.4rem 0 6.4rem;
}

/*------------------------------------------------------------------------------
section05
------------------------------------------------------------------------------*/
.cf7-checkbox-item{
    width: calc((100% - 4.8rem) / 4);
}

@media screen and (max-width: 768px) {
    .cf7-checkbox-item{
        width: 100%;
    }
}

.lang-en #cf7-pre-contact{
	flex-wrap: wrap;
}

.lang-en .cf7-checkbox-item{
	width: calc((100% - 4.8rem) / 2);
}

@media screen and (max-width: 768px) {
	.lang-en .cf7-checkbox-item{
		width: 100%;
	}
}

