/* 個別css */
.dc-lancomeArticle h1,
.dc-lancomeArticle h2,
.dc-lancomeArticle h3 {
    font-weight: bold;
      line-height: 1.4;  
}

/*
 .dc-lancomeArticle .section05{
  display: flex;  
  flex-wrap: wrap;
  justify-content: space-between;
}

.dc-lancomeArticle .section05 h2{
    margin: 0 auto 50px;
}

.dc-lancomeArticle .product_wrap{
flex:0 0 48%;
}
*/

.dc-lancomeArticle .product_wrap h3,
.dc-lancomeArticle .product_wrap p.price {
    margin: 0 auto;
}

.dc-lancomeArticle h3 span {
    color: #d51b51;
}

.dc-lancomeArticle h4 {
    font-size: 21px;
    text-align: center;
}

.dc-lancomeArticle p {
    margin-top: 1em;
}

.dc-lancomeArticle ul,
.dc-lancomeArticle ol {
    line-height: 1.7;
}

@media screen and (max-width: 800px) {
    .dc-lancomeArticle h4 {
        font-size: 4.2vw;
    }
}

/**********產品連結**********/

.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: 0 0 5%;
}

.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: 70%;
        padding-left: 0;
        padding-right: 0;
    }

    .dc-lancomeArticle .link {
        width: 95%;
    }

}
