.article{
	font-family: 'Noto Sans', sans-serif;
    font-size: 20px;
    line-height: 1.6;
    color: #222;
    max-width: 750px;
    margin: 0 auto;
    position: relative;
}
.article-title{
    max-width: 750px;
    margin-left: auto !important;
    margin-right: auto !important;
    font-weight: bold;
    text-align: center;
    margin: 40px 0 30px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #006519;
}
.article .space-before{
	display: none;
}
.article p{
	margin-bottom: 30px;
}
.article h2{
    font-size: 34px;
    margin: 50px 0 20px;
    font-weight: bold;
    line-height: 1.4;
}
.article h3{
    font-size: 26px;
    line-height: 1.4;
    font-weight: bold;
    margin: 50px 0 20px;
}

.variantCnt{
    max-width: 750px;
    margin: 0 auto 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.variantCnt h4{
    font-size: 18px;
    margin: 0;
    margin-left: 10px;
    font-weight: bold;
    color: #767676;
    margin-right: 15px;
    margin-bottom: 10px;
}
@media (max-width: 649px) {
    .variantCnt h4{
        width: 100%;
        text-align: center;
        margin-left: 0;
    }
}
.variantCnt a{
    display: block;
    font-size: 17px;
    border: #eee 1px solid;
    box-shadow: 2px 2px 2px rgba(0,0,0,.1);
    border-radius: 50px;
    padding: 6px 16px;
    list-style: none;
    margin: 0 5px 10px;
    text-decoration: none;
}
.variantCnt a:hover{
    background-color: #f5f5f5;
    color: #006519;
}
.variantCnt a.selected{
    background-color: #8dc63f;
    border-color: #8dc63f;
    box-shadow: none;
    color: #fff;
}

#article-share{
    position: absolute;
    top: 20px;
    right: -90px;
    width: 70px;
    background-color: #fff;
    z-index: 9;
    border-radius: 5px;
    padding: 10px 0;
    text-align: center;
}
#article-share a{
    display: block;
    padding: 4px 0;
    font-size: 24px;
    color: #444;
}
#article-share.article-share-about{
    right: 0 !important;
    position: fixed !important;
    left: auto !important;
    top: 120px !important;
    border-radius: 5px 0 0 5px;
    box-shadow: 0 0 8px rgba(0,0,0,.1);
    display: none;
}
#article-share-top{
    display: none;
}

.img-container {
    position: relative;
    margin-bottom: 30px;
    z-index: 5;
}
.img-container .img-caption,
.img-container .img-cnf-cnt{
	display: none;
}
.img-container img, .img-container iframe.video-iframe, .img-container .embed-content {
    width: 100%;
    margin-bottom: 3px;
}
.img-container.img-inside {
    width: 100% !important;
    margin-left: 0 !important;
}
.img-container.img-wide,
.img-container.md-wide{
    width: auto !important;
    margin-left: -120px !important;
    margin-right: -120px;
}
.img-container.img-left {
    margin-left: -160px !important;
    width: 70% !important;
    float: left;
    margin-right: 30px;
}
.img-container.img-right {
    margin-left: 20px !important;
    margin-right: -160px;
    width: 70% !important;
    float: right;
}
.img-container iframe{
    height: 360px;
}
.img-container.img-wide iframe,
.img-container.md-wide iframe{
    height: 557px;
}
.img-container.img-fs iframe{
    height: calc((9 / 16) * 80vw);
}

@media (max-width: 1249px){
    #article-share{
        position: fixed !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        top: auto !important;
        width: 100%;
        box-shadow: 0 0 8px rgba(0,0,0,.2);
    }
    #article-share a{
        display: inline-block;
        padding: 0;
        margin: 0 10px;
    }
    #article-share-top{
        /*display: block;*/
    }
}

@media (max-width: 1023px){
    .about-nutrilite-sp .image-cnt{
        position: static !important;
        width: 100% !important;
        float: none !important;
        /*height: 50vw;*/
    }
    .about-nutrilite-sp .image-cnt img{
        width: 100% !important;
        min-height: 0 !important;
        height: auto !important;
    }
    .about-nutrilite-sp .content-cnt .content-cnt-cnt{
        position: static !important;
        width: 100% !important;
        transform: none !important;
        padding: 60px 20px !important;
        max-width: 520px;
        margin: 0 auto;
    }
    .about-nutrilite-sp .content-cnt{
        position: static !important;
        width: 100% !important;
    }
    .img-container{
        margin-left: 0 !important;
        width: auto !important;
    }
    .about-nutrilite-sp{
        margin: 0 -15px !important;
    }
}

@media (max-width: 630px){
    .about-nutrilite-sp{
        margin: 0 -20px !important;
    }
    .about-nutrilite-sp .image-cnt{
        position: static !important;
        width: 100% !important;
        float: none !important;
        height: 80vw;
    }
}

@media (max-width: 630px){
    .article-title,
    .article{
        padding-left: 5px;
        padding-right: 5px;
    }
    .article-title{
        font-size: 26px;
        margin: 30px 0 20px;
    }
    .article h2{
        font-size: 26px;
    }
    .article h3{
        font-size: 22px;
    }
    .detail-category{
        padding-top: 10px;
    }
    .img-container.img-left,
    .img-container.img-right{
        float: none;
        margin: 0 !important;
        margin-bottom: 20px !important;
        width: 100% !important;
    }
}


@media (max-width: 350px){
    .article{
        font-size: 17px;
    }
}

.the-article img.theMedia{
    width: 100%;
    height: auto;
}
.the-article img.theMedia.img-wide,
.the-article img.theMedia.md{
    width: calc(100% + 120px);
    margin: 0 -60px;
}
.the-article .theMedia.youtube{
    border: none;
    width: 100%;
    height: 360px;
}
@media (max-width: 680px) {
    .the-article .theMedia.youtube{
        height: 180px;
    }
}