/* 個別css */
.dc-lancomeArticle h1,
.dc-lancomeArticle h2 {
    font-weight: bold;
    font-family: 'HelveticaNeue', sans-serif;
}

.dc-lancomeArticle p,
.dc-lancomeArticle h3 {
    margin-top: 1em;
    font-family: 'HelveticaNeue', sans-serif;
}

.dc-lancomeArticle p {
    text-align: justify;
    text-justify: inter-ideograph;
}

.dc-lancomeArticle ul,
.dc-lancomeArticle ol {
    line-height: 1.7;
}

.dc-lancomeArticle h4,
.dc-lancomeArticle .h4_style,
.dc-lancomeArticle .link {
    font-size: 21px;
    font-family: 'HelveticaNeue', sans-serif;
}

.dc-lancomeArticle .h4_style {
    display: table;
    margin: 0 auto 4%;
    border: 4px solid #d40651;
    color: #d40651;
    padding: 10px 40px;
    line-height: 1.2;
    border-radius: 50px;
    text-align: center;
}

.dc-lancomeArticle p.note {
    font-size: 13px;
    line-height: 1.7;
    text-align: center;
    color: #000;
    margin-top: 0;
}

.dc-lancomeArticle table {
    width: 95%;
    margin-top: 0.5em;
    border: 0.5px solid #1c1c1c;
}

.dc-lancomeArticle td {
    padding: 1rem;
    font-size: 1rem;
    border: 0.5px solid #1c1c1c;
}

@media screen and (max-width: 800px) {
    .dc-lancomeArticle table {
        width: 100%;
    }

    .dc-lancomeArticle td {
        padding: 3vw;
    }

    .dc-lancomeArticle h4,
    .dc-lancomeArticle .h4_style,
    .dc-lancomeArticle .link {
        font-size: 5.5vw;
    }

    .dc-lancomeArticle p.note {
        font-size: 3.4vw;
    }

}

.dc-lancomeArticle ul.product {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    justify-content: center;
    margin: 2% auto 5%;
}

.dc-lancomeArticle ul.product li {
    list-style: none;
    width: 48%;
    margin-bottom: 6%;
    border-bottom: 1px solid #CCC;
    margin: 5% 3% 0;
}

.dc-lancomeArticle .section03 ul.product li {
    padding-bottom: 5%;
}

.dc-lancomeArticle ul:last-of-type.product li {
    border-bottom: none;
}

.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 (max-width: 800px) {
    .dc-lancomeArticle .h4_style {
        border: 0.8vw solid #d40651;
        padding: 2vw 13vw;
        border-radius: 30vw;
    }

    .dc-lancomeArticle .section03 ul.product li {
        padding-top: 5%;
    }

    .dc-lancomeArticle ul.product li {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 5%;
    }

    .dc-lancomeArticle ul.product:nth-of-type(3) li:first-of-type {
        border-bottom: none;
    }
}

@media screen and (min-width: 992px) {
    .dc-lancomeArticle ul.product li {
        max-width: 38%;
    }
}

.dc-lancomeArticle h3 a {
    color: #d51b51;
    text-decoration: underline;
}

.dc-lancomeArticle .section04 .h4_style {
    padding: 10px 20px;
    letter-spacing: -0.03em;
    width: 102%;
}

@media screen and (max-width: 800px) {
    .dc-lancomeArticle .section04 .h4_style {
        padding: 2vw 6vw;
        font-size: 5vw;
        letter-spacing: -0.05em;
    }

    .dc-lancomeArticle .section04 ul li:first-of-type .h4_style {
        width: 108%;
        margin-left: -4%;
    }
}
