@charset "utf-8";

.content-asset {
	font-size: 16px;
	font-family: -apple-system, blinkMacSystemFont, "lato", "Segoe UI", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.content-asset img {
	width: auto;
	display: initial;
}

.content-asset sup {
    top: -0.5em;
}
.content-asset sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

/*common*/

.description-content {
    width: 100%;
    display: block;
    margin: 0 auto;
    box-sizing: border-box;
    clear: both;
    padding-top: 50px;
}

.v5-content{
    padding-bottom: 60px;
}

.v5-content .v5-pdf-container{
    text-align: center;
    margin: 0 auto 20px;
}

.v5-content .pc{
    display: inline-block;
}

.v5-content .sp{
    display: none;
}

.v5-ttl{
    font-size: 1.4rem;
    color: #032f94;
    border-bottom: 2px solid #bdcde5;
    padding-bottom: .3em;
    margin-bottom: 1.5em;
    font-weight: bold;
}

.v5-text{
    font-size: 1.1rem;
    line-height: 1.8!important;
    font-weight: bold;
    margin-bottom: 50px!important;
}

.v5-cation{
    font-size: .8rem;
}

.v5-img-box{
    text-align: center;}

.v5-text .yellow-line{
    color: #032f94;
    background: linear-gradient(transparent 70%, yellow 60%);
}

.v5-point{
    display: flex;
    position: relative;
    justify-content: space-between;
    margin-bottom: 50px;
}

.v5-point:after{
    content: "";
    display: block;
    width: 150px;
    height: 2px;
    background: #aaa;
    position: absolute;
    bottom: 0;
    left: 0;
}

.v5-point:last-of-type::after{
    display: none;
}

.v5-point-text-ttl{
    color: #ff9522;
    font-size: 1.3rem;
    line-height: 1!important;
    margin: 1em 0;
}

.v5-point-img{
    margin-left: 30px;
}

.v5-point-img img{
    width: 218px;
}

@media screen and (max-width:768px) { 
    
    .content-asset img {
	    width: 100%;
    }
    
    
    .v5-content{
        padding-bottom: 30px;
    }
    
    .v5-content .pc{
        display: none;
    }

    .v5-content .sp{
        display: inline-block;
    }

    .v5-ttl{
        font-size: 1.1rem;
    }

    .v5-text{
        font-size: .9rem;
        margin-bottom: 30px!important;
    }

    .v5-cation{
        font-size: .5rem;
    }
    

    .v5-point{
        margin-bottom: 30px;
        flex-wrap: wrap;
    }

    .v5-point:after{
        width: 30vw;
        height: 1px;
    }

    .v5-point-text-ttl{
        font-size: 1rem;
        line-height: 1.4!important;
    }
    
    .v5-point .v5-text{
        margin-bottom: 0!important;
    }

    .v5-point-img{
        width: 55vw;
        margin: 0 auto 30px;;
    }

    .v5-point-img img{
        width: 100%;
    }
}

/*common end*/

/*act-visiton 165162*/

.v5-act-content_1 .v5-feature-box{
    margin-bottom: 30px;
    display: flex;
    justify-content: space-around;
}

.v5-act-content_1 .v5-ingredient-ttl{
    text-align: center;
    position: relative;
}

.v5-act-content_1 .v5-ingredient-ttl span{
    font-size: 24px;
    font-weight: bold;
    padding: 0 1em;
    background: #fff;
    position: relative;
    z-index: 1;
}

.v5-act-content_1 .v5-ingredient-ttl:after{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #000;
    left: 0;
    bottom: 16px;
    z-index: 0;
}

@media screen and (max-width:768px) { 
    .v5-act-content_1 .v5-ingredient-ttl span{
        font-size: 18px;
    }
    

    .v5-act-content_1 .v5-ingredient-ttl:after{
        bottom: 13px;
    }
    
    .v5-act-content_1 .v5-feature-box{
        flex-wrap: wrap;
    }

    .v5-act-content_1 .v5-ingredient_1{
        margin-bottom: 20px;
    }
    
    .v5-act-content_1 .v5-ingredient_1,
    .v5-act-content_1 .v5-ingredient_2{
        width: 100%;
        text-align: center;
    }
    
    .v5-act-content_1 img{
        width: 70vw;
    }
}

/*act-visiton 165162 end*/

/*act-visiton 166589*/

.v5-content_1 .v5-feature-box{
    display: flex;
}

.v5-content_1 .v5-feature-box img{
    max-width: 100%;
}

@media screen and (max-width:768px) { 
    .v5-content_1 .v5-feature-box{
        flex-wrap: wrap;
        width: 80%;
        margin: 0 auto;
    }
}

/*product-spec*/

h2.bsc {
    margin: 40px 0 20px 0;
    font-size: 1.5em;
    padding: 0 0 20px 0;
    color: #003b9b;
    border-bottom: 1px dotted #003b9b;
}

@media screen and (max-width: 768px) {
    h2.bsc {
        margin: 40px 0 20px 0;
        font-size: 1.2em;
        padding: 0 0 20px 0;
        color: #003b9b;
        border-bottom: 1px dotted #003b9b;
    }
}
h3.bsc {
    margin: 20px 0;
    padding: 8px;
    border-left: 1px solid #005aac;
    font-size: 0.9em;
    background: url(../../images/product-detail/back_ptn2.gif);
}

p.naked2 {
    font-size: 1.2em;
    line-height: 160%;
    margin: 15px 0;
    padding: 0;
}

@media screen and (max-width: 768px) {
    p.naked2 {
        font-size: 1em;
        line-height: 160%;
        margin: 15px 0;
        padding: 0;
    }
}

ul.styleDisc {
    margin: 15px 5px 15px 15px;
    padding: 0;
}

ul.styleDisc li {
    margin: 0 0 0 20px;
    list-style: outside disc;
    font-size: 0.8em;
    line-height: 140%;
}


.v5-vitaminE{
    text-align: center;
    color: #ffffff;
    background-image: linear-gradient(180deg, rgba(188, 49, 178, 1), rgba(85, 14, 103, 1));
    margin-bottom: 50px;
}

.v5-vitaminE dl{
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 24px;
}

.v5-vitaminE dl dd{
    width: 100%;
    font-size: 16px;
    line-height: 1;
}

.v5-vitaminE dl dt{
    font-size: 32px;
    font-weight: 600;
    line-height: 1;
    margin-top: 10px;
}


@media screen and (max-width: 768px) {
    
    .v5-vitaminE{
        margin-bottom: 30px;
    }

    .v5-vitaminE dl{
        padding: 20px 10px;
    }

    .v5-vitaminE dl dd{
        font-size: 14px;
    }

    .v5-vitaminE dl dt{
        font-size: 22px;
        margin-top: 10px;
    }

}






