@charset "utf-8";

@import "base.css";
@import "common.css";
@import "style.css";
@import "gnav.css";
@import "gnav_sp.css";
@import "subPage.css";

body.Sustainability .subPageContents section p {
   line-height: 1.6;
    font-size: 100%;
    margin-bottom: 30px;
}


/* sustainability
---------------------------------------------------*/
/* index */
body.Sustainability#index .mainImg {
	margin-bottom: 0;
}

body.Sustainability#index .thumbImgLink img.window {
    width: auto;
    height: auto;
    vertical-align: middle;
    transform: scale(1) !important;
}

/* パンくず調整用 */
body.Sustainability#index #pankuzu ul li:nth-child(2) {
	display:none;
}

/* helath */
body.Sustainability#health h2 {
    border-color:#006cb5 ;
    color: #000;
}

body.Sustainability#health .mainImg.third .txt {
    top: 120px;
}

body.Sustainability#health .link_pdf{
    margin: 20px auto 0 auto;
}

body.Sustainability#health .link_pdf a {
    background: url("../img/common/icn_arrow01.png") no-repeat left center;
    padding-left: 10px;
    display: inline-block;
}


@media only screen and (max-width:767px) {
    body.Sustainability .subPageContents section p {
        font-size: 75%;
        margin-bottom: 20px;
    }    
    
    body.Sustainability#index .thumbImgLink img.window {
        width: 7px;
        height: auto;
    }

    /*helath*/
    body.Sustainability#health .mainImg.third .txt {
        top: 15vw;
    }
    

    body.Sustainability#health .link_pdf{
        margin: 10px auto 0 auto;
    }

    body.Sustainability#health .link_pdf a {
        background: url("../img/common/icn_arrow01.png") no-repeat left center;
        background-size: auto;
        background-size: 7px auto;
        padding-left: 12px;
    }
    

}

