@charset "utf-8";


/* CSS Document */

.dc-lancomeArticle .color1,
.dc-lancomeArticle h2,
.dc-lancomeArticle p a {
	color: #d51b51;
}

.dc-lancomeArticle .color0 {
	color: #000;
}

.dc-lancomeArticle .text-center {
	text-align: center;
}

.dc-lancomeArticle h1,
.dc-lancomeArticle h2 {
	font-weight: 400;
}

.dc-lancomeArticle h2 {
	margin: 0 0 8px 0;
	line-height: 1.4;
	letter-spacing: .05em;
}

.dc-lancomeArticle h3 {
	font-weight: 300;
	margin: 0;
	line-height: 1.5;
}

.dc-lancomeArticle h4 {
	font-weight: 400;
	line-height: 1.5;
}

.dc-lancomeArticle .text-center p {
	text-align: center;
}

.dc-lancomeArticle p {
	text-align: justify;
	text-justify: inter-ideograph;
}

.dc-lancomeArticle img {
	margin: 24px auto;
}

.dc-lancomeArticle .product-price img {
	margin: 24px auto 0;
}

.dc-lancomeArticle .product-price .btn_go {
	width: 65%;
	display: block;
	margin-top: 10px;
}

.dc-lancomeArticle .product-price img.btn_go:hover {
	transform: scale(0.9);
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.dc-lancomeArticle .product-price {
	margin-bottom: 3%;
	display: flex;
	justify-content: center;
}

.dc-lancomeArticle .product-price a {
	color: #000;
	text-decoration: none;
	max-width: 40%;
	/* width: 40%; */
}

.dc-lancomeArticle .product-price a:hover {
	color: #999;
}

.dc-lancomeArticle .mb {
	display: none !important;
}

.dc-lancomeArticle .pc {
	display: block !important;
}


.dc-lancomeArticle .p_txt {
	font-size: 1rem;
	text-align: left;
	line-height: 1.9;
}


.dc-lancomeArticle .h4_txt {
	font-size: 1.125rem;
}

.dc-lancomeArticle h1.h4_txt {
	line-height: 1.9;
}

@media screen and (max-width: 1024px) {
	.dc-lancomeArticle .product-price a {
		width: 100%;
		margin-bottom: 15%;
		display: block;
		max-width: 100%;
	}
}

@media screen and (max-width: 800px) {
	.dc-lancomeArticle .product-price .btn_go {
		width: 100%;
		max-width: 250px;
	}
	.dc-lancomeArticle .product-price {
		margin-bottom: 6vw;
	}
	.dc-lancomeArticle .mb {
		display: block !important;
	}
	.dc-lancomeArticle .pc {
		display: none !important;
	}
}

@media screen and (max-width: 650px) and (min-width: 550px) {
	.dc-lancomeArticle .product-title {
		width: 70%;
		margin: 0 auto;
	}

}

/* KV */

.dc-lancomeArticle .KV p {
	display: table;
	margin: 0 auto;
	position: relative;
	text-align: center;
	margin-bottom: 2%;
	line-height: 1;
}

.dc-lancomeArticle .KV p.line {
	border-bottom: 1px solid #000;
	padding-bottom: 20px;
	margin-bottom: 20px;
	line-height: 1.9;
}
.dc-lancomeArticle .section01 p.text-center {
	text-align: center;
}

.dc-lancomeArticle .product-price.row3 img {
	margin-top: 0;
}

.dc-lancomeArticle .product-price.row3 h4 {
	text-align: center;
	margin-bottom: 0;
}

.dc-lancomeArticle .product-price.row3 p {
	padding-bottom: 24px;
}

@media (min-width: 801px) {
	.dc-lancomeArticle .product-price.row3 p {
		padding: 0 20px 24px 20px;
		/* height: 200px; */
	}
}

@media screen and (max-width: 800px) {
	.dc-lancomeArticle .product-price.row3 {
		display: block;
		/* max-width: 400px; */
		width: 100%;
		margin: 0 auto;
	}
}

/* section05 */
.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: center;
    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;
    }
}