@charset "UTF-8";

.section .section__inner iframe{
    width:740px;
    height:416px;
}

@media screen and (max-width: 739px) {
    .section .section__inner iframe{
        width:320px;
        height:180px;
        margin:auto;
    }
}
.lev2.ja.sustainability .page-title{
    background:url('../images/title_img_why_buy_us.jpg') no-repeat;
    background-size: cover;
}
.lev2.ja.sustainability h3{
    border-bottom: 3px solid #a0a0a0;
    font-size:21px;
}
.lev2.ja.sustainability h4{
    font-size:21px;
    display: flex;
    align-items: center;
    margin-bottom:10px;
}

.lev2.ja.sustainability h4 span{
    display: block;
    margin-right:30px;
}
.lev2.ja.sustainability h4 img{
    display: block;
    height:70px;
    width:auto;
}
@media screen and (max-width: 739px) {
    .lev2.ja.sustainability h4 img{
        display: block;
        max-width:140px;
        max-height:50px;
        height:auto;
        /* width:auto; */
    }
    .lev2.ja.sustainability h4{
        font-size:18px;
        line-height: 1.5;
    }
    
    .lev2.ja.sustainability h4 span{
        margin-right:20px;
    }
}