@charset "utf-8";

/* CSS Document */
.dc-lancomeArticle .text-center {
	text-align: center;
}

.dc-lancomeArticle h1,
.dc-lancomeArticle h2 {
	font-weight: 400;
}

.dc-lancomeArticle h2 {
	margin: 60px 0 8px;
	line-height: 1.4;
	letter-spacing: .05em;
}


.dc-lancomeArticle h2 span {
	font-size: 20px;
	display: block;
}

.dc-lancomeArticle h3 {
	font-weight: 300;
	margin: 8px 0;
	line-height: 1.5;
}

.dc-lancomeArticle h3:first-of-type {
	margin-top: 60px;
	margin-bottom: -60px;
}

.dc-lancomeArticle h4 {
	font-weight: 400;
	line-height: 1.5;
}

.dc-lancomeArticle h4.title {
	color: #d51b51;
	font-weight: bold;
	margin: 10px 0;
}

.dc-lancomeArticle p {
	text-align: justify;
	text-justify: inter-ideograph;
}
/*
.dc-lancomeArticle p.intro {
	margin:auto;
   width:50%;
}
*/
.dc-lancomeArticle img {
	margin: 24px auto;
}
/*
@media screen and (max-width: 1366px) {
	.dc-lancomeArticle p.intro {
	   width:60%;
	}
}

@media screen and (max-width: 1024px) {
	.dc-lancomeArticle p.intro {
	   width:75%;
	}
}
*/


.dc-lancomeArticle .product-price {
	margin-bottom: 3%;
	display: flex;
	justify-content: center;
}

.dc-lancomeArticle .product-price a {
	color: #000;
	text-decoration: none;
	max-width: 320px;
	width: 40%;
}

.dc-lancomeArticle .product-price a:hover {
	color: #d51b51;
}

@media screen and (max-width: 800px) {
	/*	.dc-lancomeArticle p.intro {
		   width:100%;
		}
		*/
		.dc-lancomeArticle .product-price {
			margin-bottom: 6vw;
		}
		.dc-lancomeArticle h3:first-of-type {
			margin-bottom: -10vw;
		}
		
	}
	
	@media screen and (max-width: 640px) {
		.dc-lancomeArticle h2 {
			margin: 40px 0 8px;
		}
	
		.dc-lancomeArticle hr.styleHR {
			margin: 40px 0;
		}
	}