@charset "UTF-8";

/* 
*******************************************************************************************************
# Hythiol -　「シミ」に効くメカニズム
*******************************************************************************************************
*/

/* --------------------------------------------------------------------
.modSecTitleInner
-------------------------------------------------------------------- */

.modSecTitleInner:before {
	content: url(/hythiol/products/hcw/shimi/images/cure/pic_mainimg.jpg);
}

.modSecTitleInner:after {
	border-color: #e30019;
}

@media only screen and (max-width: 767px) {
	.modSecTitleInner:before {
		display: none;
	}
	.modSecTitleWrap:after {
		background-image: url(/hythiol/products/hcw/shimi/images/cure/sp/pic_mainimg.jpg);
	}	
}

/* --------------------------------------------------------------------
.sectionPoint**
-------------------------------------------------------------------- */


div[class^=sectionPoint] .titleH3Icon .small {
	padding-left: 10px;
	font-size: 15px;
}

div[class^=sectionPoint] .modCtsBox.sizeL .ctsInr .ctsBody {
	width: 747px;
}

div[class^=sectionPoint] .modCtsBox.sizeL .ctsInr .image {
	width: 250px;
}

div[class^=sectionPoint] .modCtsBox.sizeL .ctsInr .image figcaption {
	position: relative;
	margin-bottom: 5px;
}

div[class^=sectionPoint] .modCtsBox.sizeL .ctsInr .image figcaption::before {
	content: '';
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-right: 10px;
	background-color: #e30019;
}

@media only screen and (max-width: 767px) {

	div[class^=sectionPoint] {
		padding-top: 70px;
		margin-top: -50px;
	}

	div[class^=sectionPoint] .modCtsBox.sizeL .ctsInr {
		flex-direction: column;
	}

	div[class^=sectionPoint] .modCtsBox.sizeL .ctsInr .ctsBody {
		width: 100%;
	}
	
	div[class^=sectionPoint] .modCtsBox.sizeL .ctsInr .image {
		width: 100%;
		text-align: center;
	}

	div[class^=sectionPoint] .modCtsBox.sizeL .ctsInr .image figcaption {
		font-size: 14px;
		text-align: center;
	}
}