@charset "UTF-8";


/* //////////////////////////////////////////////////
[LAYOUT]
////////////////////////////////////////////////// */
body, #container, #pageLoader {
    background-color: #f7ee13;
} 

/* --------------------------------------------------
    #pageHeader
-------------------------------------------------- */ 

#pageHeader {
    padding: 75px 0 72px;
    background-image: url(../../img/vitaminf/common/bg_ptn.png);
    background-size: 85px auto;
    background-position: 50% -11px;    
} 
#pageHeader h2 {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 64px;
    height: 64px;
}
#pageHeader h2 a {
    display: block;
}
#pageHeader h1 {
    text-align: center;
    margin-bottom: 68px;
}
#pageHeader .mainVisual {
    height: 384px;
    margin-bottom: 45px;
}
#pageHeader .mainVisual li {
    float: left;
    width: 25%;
    height: 384px;
    text-indent: -9999px;
    background-position: 50% 50%;
    background-size: auto 120%;
}
@media screen and (min-width:1500px) {
    #pageHeader .mainVisual li {
        background-size: cover;
    }
 
}
#pageHeader .mainVisual li:nth-child(1) { background-image: url(../../img/vitaminf/common/pic_main01.png); }
#pageHeader .mainVisual li:nth-child(2) { background-image: url(../../img/vitaminf/common/pic_main02.png); }
#pageHeader .mainVisual li:nth-child(3) { background-image: url(../../img/vitaminf/common/pic_main03.png); }
#pageHeader .mainVisual li:nth-child(4) { background-image: url(../../img/vitaminf/common/pic_main04.png); }

#pageHeader .sentence {
    text-align: center;
} 
#pageHeader .sentence p {
    font-size: 16px;
    line-height: 2.2;
    color: #e83428;
}

/* --------------------------------------------------
    content
-------------------------------------------------- */ 
#content {
    padding: 40px 0 100px;
    background-color: #fff;
}
#contentInnr {
    width: 880px;
    margin: 0 auto;
}
#content .illustrator {
    margin-top: 90px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.05em;    
}
#content .illustrator span {
    font-weight: 500;
}



/* --------------------------------------------------
    unitVitaminf
-------------------------------------------------- */ 
.blockUnitGroup {
    border-top: solid 1px #f7ee13;
    padding: 50px 0;
}
.blockUnitGroup:first-child {
    border-top: none;
}
.unitVitaminf {
    width: 440px;
} 
.unitVitaminf.unitVitaminfLeft {
    float: left;
    padding-left: 31px;
}
.unitVitaminf.unitVitaminfRight {
    float: right;
    border-left: solid 1px #f7ee13;
    padding-left: 72px;
}
.unitVitaminf h2 {
    text-align: center;
    width: 338px;
    margin-bottom: 40px;
}

.unitVitaminf .image {
    width: 338px;
    margin-bottom: 12px;
}

.unitVitaminf .image img {
}

.unitVitaminf .caption {
    width: 338px;
}

.unitVitaminf .caption .sentence {
}

.unitVitaminf .caption .sentence li {
    position: relative;
    padding: 11px 0;
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: 0.01em;
    font-weight: 700;
    text-align: center;
}
.unitVitaminf .caption .sentence li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -68px;
    display: block;
    width: 136px;
    height: 1px;
    background-color: black;
}
.unitVitaminf .caption .sentence li:first-child:before {
    display: none;
}

.unitVitaminf .caption .sup {
    margin-top: 15px;
    background-color: #ececec;
    padding: 23px 28px;
}
.unitVitaminf .caption .sup p {
    font-size: 14px;
    line-height: 1.4;

}

/* --------------------------------------------------
    .blockDownload
-------------------------------------------------- */ 
.blockDownload {
    margin-top: 5px;
} 
.blockDownload p {
    font-size: 16px;
    line-height: 1;
    text-align: center;
    margin-bottom: 22px;
    letter-spacing: 0.01em;
}
#btnDownloadPdf {
    display: block;
    width: 372px;
    margin: 0 auto;
    border: solid 1px black;
    font-size: 18px;
    letter-spacing: 0.01em;
    text-align: center;
    line-height: 55px;
    cursor: pointer;
}
#btnDownloadPdf:hover {
    background-color: #f5f5f5;
}

/* --------------------------------------------------
    .blockMessage
-------------------------------------------------- */ 
.blockMessage {
    margin-top: 80px;
    text-align: center;
}
.blockMessage h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.01em;
    margin-bottom: 20px;
} 
.blockMessage p {
    font-size: 16px;
    font-weight: 400;    
    line-height: 2;
    letter-spacing: 0.01em;
}


/* --------------------------------------------------
    #modalDownload
-------------------------------------------------- */ 
body.modalOpen {
    background-color: #fff;
}
body.modalOpen #containerWrap {
    position: fixed;
    top: -1000px;
    left: 0;
    width: 100%;
}
#modalDownload {
    display: none;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 1200px; 
}
#modalDownload .modalCover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.8);
}
#modalDownload .content {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    width: 880px;
    height: 1084px;
    margin: -542px 0 0 -440px;
    background-color: #fff;
    border: solid 1px black;
}
#modalDownload .content {
    text-align: center; 
    padding: 70px 0 0;
}
#modalDownload .content .exp {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 70px;
} 
#modalDownload .content > div {
    display: inline-block;
    margin: 0 18px 50px;
    vertical-align: top;
}
#modalDownload .content > div .thm img {
    width: 234px;
    height: auto;
}
#modalDownload .content > div .download {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1;
}
#modalDownload .content > div .download:nth-child(2) {
    margin-top: 17px;
}
#modalDownload .content > div .download span {
    display: inline-block;
    margin-right: 8px;
    font-size: 14px;
    background-color: #fff;
}
#modalDownload .content > div .download a {
    display: inline-block;
    width: 34px;
    height: 14px;
    margin: 0 5px;
    background-size: 34px 28px;
    background-position: 0 0;
    text-indent: -99999px;
}
#modalDownload .content > div .download a.jpg {
    background-image: url(../../img/vitaminf/common/btn_downloadJPG.png);
}
#modalDownload .content > div .download a.pdf {
    background-image: url(../../img/vitaminf/common/btn_downloadPDF.png);
}
#modalDownload .content > div .download a:hover {
    background-position: 0 100%;
}
#modalDownload .content .btnClose {
    display: block;
    position: absolute;
    top: 40px;
    right: 40px;
    margin: 0;
    cursor: pointer;
}
#modalDownload .content .btnClose:hover {
    opacity: 0.9;
}







