/* ------------------------------
page tec
------------------------------ */
.environment-btn {
    display: flex;
    justify-content: flex-start;
    flex: auto;
    margin: 24px 0 51px !important;
}
.environment-btn > li {
    margin: 0 !important;
    flex-shrink: 0;
    padding-left: 0!important;
    padding-right: 30px;
    position: relative;
}
.environment-btn > li:nth-child(1) {
     padding-left: 0px!important;
    margin-left: 0px !important;
}
.environment-btn > li:not(:last-child):after {
    position: absolute;
    content: "";
    width: 1px;
    height: 18px;
    background: #000;
    right: 12px;
    top: 7px;
}
.environment-txt-01 {
    margin-top: 37px;
    margin-bottom: 43px;
}
.environment-txt-02 {
    margin-top: 27px;
    margin-bottom: 20px;
}
.environment-btn > li span {
    background: url("../img/csr/environment/arr-down.png") no-repeat left top 9px/9px;
    padding-left: 14px;
}
.environment-btn > li:before {
    display: none;
}
.post-headline-line-db {
    font-size: 21px;
    font-weight: bold;
    border-top: 1px #000 solid;
    border-bottom: 1px #000 solid;
    margin-top: 36px;
    padding: 6px 0;
}
.environment-txt-03 {
    margin-top: 25px;
    margin-bottom: 45px;
}
.environment-txt-04 {
    margin-top: 23px;
    letter-spacing: -0.5px;
    margin-bottom: 50px;
}
.environment-txt-04 p {
    margin-bottom: 25px;
}
.environment-txt-04 p:nth-child(2) {
    line-height: 1.8;
    margin-bottom: 53px;
}
.environment-right {
    text-align: right;
}
.post-headline-b {
    font-weight: bold;
    margin-top: 30px;
}
.environment-txt-05 {
    margin-bottom: 25px;
}
.environment-img03 {
    text-align: center;
    margin-top: 16px;
    margin-bottom: 10px;
}
.environment-img02 {
    margin-bottom: 38px;
}
.environment-txt-06 {
    margin-bottom: 27px;
}
.environment-txt-07 dl {
    display: flex;
    margin-bottom: 4px;
}
.environment-txt-07 dl dt {
    flex-shrink: 0;
    margin-right: 20px;
}
.environment-tt01 {
    font-weight: bold;
}
.environment-txt-07 {
    margin-top: 23px;
    margin-bottom: 54px;
}
.environment-txt-07 dd p + p, .environment-g01 .post-headline-b {
    margin-top: 0px;
}
.post-contents .image-text.environment-g01 {
    margin-top: 11px;
    margin-bottom: 46px;
}
.environment-txt-08 {
    margin-top: 13px;
}

.environment-g01 .post-headline-b {
    margin-bottom: 15px;
}
.environment-txt-09, .environment-txt-05 {
    margin-top: 12px;
}
.post-contents > .image.is-column-sp-two-envi {
    width: 962px;
    margin: 21px auto 51px;
}
.post-contents > .image.is-column-sp-two-envi02 {
    margin-bottom: 67px;
}
.post-contents .is-column-two.is-column-sp-two-envi > * {
    width: calc((100% - 40px) / 2);
    margin-right: 40px;
}
.post-contents .is-column-two.is-column-sp-two-envi > *:nth-child(2n) {
    margin-right: 0px;
}
.environment-txt-14 {
    font-size: 14px;
    letter-spacing: -0.8px;
}
@media screen and (min-width: 1025px) {
.post-contents .image-text.environment-g02 .text, .post-contents .image-text.environment-g01 .text {
    width: auto;
}
/*.post-contents .image-text.environment-g02 .text {   
    max-width: 545px;
}
.post-contents .image-text.environment-g01 .text {
    max-width: 490px;
}*/
}
/* ----------------------------------------------------------------------------------------------------
*  TAB
* --------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
    .environment-btn {
        flex-wrap: wrap;
    }
    .post-contents > .image.is-column-sp-two-envi {
        width: 100%;
    }
    .environment-txt-01 {
        margin: 15px 0 35px;
    }
    .environment-txt-04 p:nth-child(2) {
        margin-bottom: 25px;
    }
    .post-contents .is-column-two.is-column-sp-two-envi > * {
        width: calc((100% - 20px) / 2);
        margin-right: 20px;
    }
    .environment-btn {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }
    .post-headline-line-db {
        margin-top: 30px;
    }
}
/* ----------------------------------------------------------------------------------------------------
*  SP
* --------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 769px) {
    .environment-g01 .order2 {
        margin-left: 20px;
    }
}
@media screen and (max-width: 767px) {
    .environment-txt-07 dl{
        display: block;
        margin-top: 40px;
    }
    .environment-txt-07 dl dt img{
        width: auto;
        display: block;
        margin: 0 auto;
    }

}
@media screen and (max-width: 560px) {
    .environment-txt-07 dl {
        flex-direction: column;
    }
    .environment-txt-07 dl dt {
        margin-right: 0px;
        max-width: 400px;
        margin: 0 auto 20px;
    }
}
