/* 個別css */
.dc-lancomeArticle h1,
.dc-lancomeArticle h2 {
    font-weight: bold;
}

.dc-lancomeArticle h4,
.dc-lancomeArticle .h4_style,
.dc-lancomeArticle .link {
    font-size: 21px;
    text-align: center;
}

.dc-lancomeArticle p,
.dc-lancomeArticle h3 {
    margin-top: 1em;
}

.dc-lancomeArticle ul,
.dc-lancomeArticle ol {
    line-height: 1.7;
}

@media screen and (max-width: 800px) {

    .dc-lancomeArticle h4,
    .dc-lancomeArticle .h4_style,
    .dc-lancomeArticle .link {
        font-size: 4.2vw;
    }
}

.dc-lancomeArticle .h4,
.dc-lancomeArticle .h4_style {
    display: table;
    margin: 0 auto;
    border: 4px solid #d40651;
    color: #d40651;
    padding: 10px 30px;
    line-height: 1.5;
    border-radius: 14px;
}

.dc-lancomeArticle ul.product {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    margin: 0;
    margin: 0 auto;
}

.dc-lancomeArticle ul.product2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    margin: 5% auto;
}

.dc-lancomeArticle ul.product li {
    list-style: none;
    width: 48%;
    border-bottom: 1px solid #CCC;
    padding-bottom: 5%;
    margin: 5% 0;
}

.dc-lancomeArticle ul:last-of-type.product li {
    border-bottom: none;
    margin: 5% 0 0;
}

.dc-lancomeArticle ul.product2 li {
    list-style: none;
    width: 23.5%;
    margin: 2% auto ;
}


.dc-lancomeArticle .link {
    color: #d40651;
    display: table;
    margin: 5% auto;
    width: 65%;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

@media screen and (min-width: 992px) {
    .dc-lancomeArticle ul.product li {
        max-width: 450px;
    }
}

@media screen and (max-width: 800px) {
    .dc-lancomeArticle ul.product li {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .dc-lancomeArticle .link {
        width:95%;
}

}



.dc-lancomeArticle h3 a {
    color: #d51b51;
    text-decoration: underline;
}

.dc-lancomeArticle .DaynNight {
    width: 49%;
    display: inline-block;
}

.dc-lancomeArticle .DaynNight img {
    display: inline-block;
    width: 12%;
    vertical-align: bottom;
    margin-right: 1%;
}

@media screen and (max-width: 800px) {
    .dc-lancomeArticle .DaynNight {
        width: 100%;
        display: block;
    }

}
