
/* 個別css */	
.dc-lancomeArticle h1,
.dc-lancomeArticle h2{
    font-weight: bold;
}

.dc-lancomeArticle h4,
    .dc-lancomeArticle .h4_style,
    .dc-lancomeArticle .link {
    font-size: 21px;
    font-weight: bold;
}

.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: space-between;
    padding: 0;
    margin: 0;
    justify-content: center;
    margin: 0 auto;
}

.dc-lancomeArticle ul.product li {
    list-style: none;
    width: 48%;
    margin-bottom: 6%;
    border-bottom: 1px solid #CCC;
    padding-bottom: 5%;
    margin-top: 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 ul.product li {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (min-width: 992px){
    .dc-lancomeArticle ul.product li {
        max-width: 450px;
    }
}

.dc-lancomeArticle h3 a, .dc-lancomeArticle a{
    color: #d51b51;
    text-decoration: underline;
}

.dc-lancomeArticle .articlePic {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.articlePic .blog_pic {
    flex: 0 0 320px;
    margin-right: 32px;
}
@media screen and (max-width: 800px){
    .dc-lancomeArticle .articlePic {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .articlePic .blog_pic {
        flex: 0 0 100%;
        margin: 0 auto;
    }
}

.dc-lancomeArticle video {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    display: block;
}

.dc-lancomeArticle table:first-of-type {
	margin: 0 auto;
}

.dc-lancomeArticle th {
	color: #ffffff;
	font-weight: bold;
}

.dc-lancomeArticle th,
.dc-lancomeArticle td {
	padding: 1rem;
	font-size: 1rem;
}


.rwd-comparison-table {
    width:100%;
    max-width:1000px;
    margin:0 auto;
    font-size: 12px;
}
.rwd-comparison-table .table-title {
    font-size: 21px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 8px;
}
.rwd-comparison-table .check {
    color: #d51b51;
}
.rwd-comparison-table ul {
    display:flex;
    padding: 0;
    margin-left: 0;
}
.rwd-comparison-table li {
    list-style:none;
    flex:1;
}
.rwd-comparison-table button {
    width:100%; height: 100%;
    border: 0;
    padding: 8px;
    background:#000;
    font-weight: normal;
    color:#fff;
    font-size: 12px;
}
.rwd-comparison-table li.active button {
    background:#ce0058;
    color:#fff;
}
.rwd-comparison-table table { 
    border-collapse:collapse; 
    table-layout:fixed; 
    width:100%;
}
.rwd-comparison-table td, .rwd-comparison-table th {
    border:1px solid #DDD; 
    padding:8px;
    empty-cells:show; 
    text-align:left;
    font-size: 12px;
}
.rwd-comparison-table th { 
    background:#000;
    border: 0;
    font-weight: normal;
    display:none;
}
.rwd-comparison-table td+td, .rwd-comparison-table th+th {
    text-align:center;
    display:none;
}
.rwd-comparison-table td.default {
    display:table-cell;
}
  
@media (min-width: 640px) {
    .rwd-comparison-table ul {
        display:none;
    }
    .rwd-comparison-table td,.rwd-comparison-table th {
        display:table-cell !important;
    }
    .rwd-comparison-table td,.rwd-comparison-table th {
         width: 140px;
    }
    .rwd-comparison-table td+td, .rwd-comparison-table th+th {
        width: auto;
    }
}