/* 個別css */
.dc-lancomeArticle {
    padding-bottom: 3em;
}

.dc-lancomeArticle h1,
.dc-lancomeArticle h2 {
    font-weight: bold;
}

.dc-lancomeArticle h1,
.dc-lancomeArticle h2,
.dc-lancomeArticle h3 {
    line-height: 1.4;
}

.dc-lancomeArticle h4 {
    text-align: left;
    font-size: 21px;
    line-height: 1.5;
}

.dc-lancomeArticle h2{
    margin:0.2em auto;
}
.dc-lancomeArticle h3{
    margin:0.1em auto;
}

.dc-lancomeArticle p {
    margin-top: 1em;
    text-align: justify;
    text-justify: inter-ideograph;
}

.dc-lancomeArticle ul,
.dc-lancomeArticle ol {
    line-height: 1.7;
}

.dc-lancomeArticle h1.kv_title {
    color: #d51b51;
    text-align: center;
    margin: 0 auto;
    font-size: 2.5rem;
}

.dc-lancomeArticle h2.h3 {
    text-align: center;
    font-size: 1.7rem;
}

@media screen and (max-width: 1019px) {
    .dc-lancomeArticle h1.kv_title {
        font-size: 1.9rem;
    }
}

@media screen and (max-width: 800px) {
    .dc-lancomeArticle h4 {
        font-size: 5.5vw;
    }
}

@media screen and (max-width: 600px) {
    .dc-lancomeArticle h1.kv_title {
        font-size: 1.5rem;
    }

    .dc-lancomeArticle h2.h3 {
        font-size: 1.3rem!important;;
    }
}

.dc-lancomeArticle h4,
.dc-lancomeArticle .link {
    font-size: 21px;
    margin: 0.4em auto 0;
}

.dc-lancomeArticle .h4 {
    display: table;
    margin: 0 auto;
    border: 4px solid #d40651;
    color: #d40651;
    padding: 10px 30px;
    line-height: 1.5;
    border-radius: 14px;
}

.dc-lancomeArticle ul.double-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    padding: 0;
    margin: 0;
    margin: 1em auto 0;
}

.dc-lancomeArticle ul.double-row li {
    list-style: none;
    width: 43%;
}

.dc-lancomeArticle ul.product {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding: 0;
    margin: 0;
    margin: 1em auto 0;
}

.dc-lancomeArticle ul.product li {
    list-style: none;
    width: 28%;
    margin: 2% 2%;
    padding-bottom: 0;

}

.dc-lancomeArticle ul.product li img{
width:80%;
}

.dc-lancomeArticle ul.product2 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    margin: 0;
    margin: 1em auto 0;
}

.dc-lancomeArticle ul.product2 li {
    list-style: none;
    width: 21%;
    margin: 2% 2%;
    padding-bottom: 0;
}

.dc-lancomeArticle ul.product li p {
margin-top: 0.2em;
}

.dc-lancomeArticle .link {
    color: #d40651;
    display: table;
    margin: 5% auto;
    width: 50%;
    max-width: 320px;
    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 (max-width: 800px) {
    .dc-lancomeArticle {
        padding-bottom: 8vw;
    }

    .dc-lancomeArticle ul.double-row {
        flex-direction: column;
        
    }

    .dc-lancomeArticle ul.double-row li {
        width: 100%;
    }

    .dc-lancomeArticle ul.double-row li img {
        width: 85%;
    }

    .dc-lancomeArticle ul.product li {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .dc-lancomeArticle ul.product2 li {
        width: 50%;
        margin: 2% 0;
    }

    .dc-lancomeArticle .link {
        width: 60%;
    }

    .dc-lancomeArticle h4,
     .dc-lancomeArticle .link {
        font-size: 5.5vw;
    }
    }
