@charset "utf-8";
/* CSS Document */
.dc-lancomeArticle .text-center {
	text-align: center;
}
.dc-lancomeArticle h1,
.dc-lancomeArticle h2 {
	font-weight: 400;
}
.dc-lancomeArticle h2 {
	line-height: 1.4;
	margin: 60px 0 8px;
	letter-spacing: .05em;
}
.dc-lancomeArticle h2 span {
	font-size: 20px;
	display: block;
}
.dc-lancomeArticle h3 {
	font-weight: 300;
	margin: 8px 0;
}
.dc-lancomeArticle h4 {
	font-weight: 400;
	line-height: 1.5;
}
.dc-lancomeArticle h4.title {
	color: #d51b51;
	font-weight: bold;
	margin: 10px 0;
}
.dc-lancomeArticle img {
	margin-bottom: 24px;
}

@media screen and (max-width: 865px) {
	
}
@media screen and (max-width: 640px) {
	.dc-lancomeArticle h2 {
		margin: 40px 0 8px;
	}
	.dc-lancomeArticle hr.styleHR {
		margin: 40px 0;
	}
}
.dc-lancomeArticle .idole-price {
	margin-top: 32px;
	display: flex;
	justify-content: center;
}
.dc-lancomeArticle .idole-price a {
	color: #000;
	text-decoration: none;
	max-width: 240px;
	width: 33.3%;
}
.dc-lancomeArticle .idole-price a:hover {
	color: #d51b51;
}