/*------------------------------------------------------------
	explain
------------------------------------------------------------*/
#main {
    padding-bottom: 78px;
}
#main .pageTitle {
    margin-bottom: 72px;
}
#main .pageTitle::before {
    background-image: url(/about/sustainability/deandi/img/explain/bg01.png);
}
#main .value {
    margin-bottom: 197px;
}
#main .value .topText {
    margin-bottom: 118px;
    font-size: 1.8rem;
    text-align: center;
}
#main .value .photo img {
    width: 100%;
}
#main .statement {
    margin-bottom: 155px;
}
#main .statement .headLine04 {
    margin-bottom: 44px;
}
#main .statement .bgBox {
    padding: 35px 45px 50px;
    background-color: #E9F4F2;
}
#main .statement .bgBox .text {
    margin-bottom: 30px;
    font-size: 1.8rem;
}
#main .statement .bgBox .text:last-of-type {
    margin-bottom: 0;
}
#main .statement .bgBox .title {
    margin-bottom: 10px;
    font-size: 2.3rem;
    font-weight: 700;
    letter-spacing: -0.1em;
}
#main .statement .bgBox .textUl {
    margin-bottom: 25px;
}
#main .statement .bgBox .textUl li {
    padding-left: 20px;
    text-indent: -20px;
    font-size: 1.8rem;
}
#main .system02 {
    margin-bottom: 140px;
}
#main .system02 .text {
    font-size: 1.8rem;
}
#main .initiative .headLine04 {
    margin-bottom: 105px;
}
#main .initiative .imgBox {
    margin-top: 70px;
    align-items: flex-start;
}
#main .initiative .imgBox:first-of-type {
    margin-top: 60px;
}
#main .initiative .imgBox:last-of-type {
    margin-bottom: 0;
}
#main .initiative .imgBox .textBox {
    width: calc(100% - 405px);
}
#main .initiative .imgBox .textBox .text {
    font-size: 1.8rem;
    text-align: justify;
}
#main .initiative .imgBox .photoBox {
    margin-top: 34px;
    width: 320px;
}
#main .initiative .imgBox .photoBox img {
    width: 100%;
}
@media all and (max-width: 767px) {
    #main {
        padding-bottom: 50px;
    }
    #main .pageTitle {
        margin-bottom: 30px;
    }
    #main .value {
        margin-bottom: 50px;
    }
    #main .value .topText {
        margin-bottom: 30px;
        font-size: 1.6rem;
    }
    #main .statement {
        margin-bottom: 40px;
    }
    #main .statement .bgBox {
        padding: 10px 15px;
    }
    #main .statement .bgBox .text {
        margin-bottom: 15px;
        font-size: 1.4rem;
    }
    #main .statement .bgBox .title {
        font-size: 1.6rem;
    }
    #main .statement .bgBox .textUl li {
        padding-left: 15px;
        text-indent: -15px;
        font-size: 1.4rem;
    }
    #main .system02 {
        margin-bottom: 50px;
    }
    #main .system02 .text {
        font-size: 1.4rem;
    }
    #main .initiative .imgBox {
        margin: 0 0 50px !important;
        display: block;
    }
    #main .initiative .imgBox:last-of-type {
        margin-bottom: 0 !important;
    }
    #main .initiative .imgBox .textBox {
        width: auto;
    }
    #main .initiative .imgBox .textBox .text {
        font-size: 1.4rem;
    }
    #main .initiative .imgBox .textBox .comLinkUl {
        margin-bottom: 30px;
    }
    #main .initiative .imgBox .photoBox {
        margin-top: 15px;
        width: auto;
    }
}