@charset "UTF-8";

/* 
*******************************************************************************************************
# Hythiol - 肌あれ・にきびに効くメカニズム
*******************************************************************************************************
*/

/* --------------------------------------------------------------------
.modH1
-------------------------------------------------------------------- */

.modH1 span {
	font-size: 20px;
	padding-left: 10px;
}

@media only screen and (max-width: 767px) {
	.modH1 span {
		display: block;
		font-size: 15px;
		padding-left: 0;
	}
}


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

div[class^=sectionPoint] h2 {
	margin-bottom: 25px;
	color: #F30088;
	font-size: 24px;
	font-weight: bold;
}

div[class^=sectionPoint] h2 .num {
	display: inline-block;
	position: relative;
	top: -3px;
	margin-right: 10px;
	padding: 10px 15px;
	background-color: #F30088;
	color: #fff;
	font-size: 18px;
	line-height: 1;
}

@media only screen and (max-width: 767px) {
	div[class^=sectionPoint] h2 {
		font-size: 20px;
	}
	
	div[class^=sectionPoint] h2 .num {
		display: block;
		position: static;
		margin: 0 -20px 8px;
		padding: 10px 20px;
		font-size: 16px;
	}
}
