@charset "UTF-8";

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

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

.modSecTitleInner:before {
	content: url(/hythiol/products/hcw/shimi/images/sign/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/sign/sp/pic_mainimg.jpg);
	}	
}

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

.ListPointSign {
	margin-bottom: 30px;
}

.ListPointSign .listItems {
	display: flex;
	flex-wrap: wrap;
}

.ListPointSign.list3Col li {
	width: 31.34%;
	margin-right: 30px;
}

.ListPointSign.list3Col li:nth-child(3n) {
	margin-right: 0;
}

.ListPointSign.list3Col li:nth-child(n+4) {
	margin-top: 30px;
}

.ListPointSign .listItems li .title {
	display: table;
	width: 100%;
	padding: 47px 0 57px;
	border: 1px solid #E5E5E5;
	font-size: 17px;
	font-weight: 600;
	vertical-align: middle;
	text-align: center;
}

.ListPointSign .listItems li .title > span {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

.ListPointSign .listItems li .title .num {
	display: block;
	margin-bottom: 5px;
	color: #E30019;
	font-size: 11px;
}

.ListPointSign .listItems li .txt {
	margin-top: 30px;
	font-size: 15px;
	line-height: 1.7;
}

@media only screen and (max-width: 767px) {
	.ListPointSign .listItems {
		flex-direction: column;
	}

	.ListPointSign.list3Col li {
		width: 100%;
		margin-right: 0;
	}

	.ListPointSign.list3Col li:nth-child(n+2) {
		margin-top: 30px;
	}

	.ListPointSign .listItems li .title {
		padding: 27px 0 33px;	
		font-size: 17px;
	}

	.ListPointSign .listItems li .txt {
		margin-top: 14px;
		font-size: 14px;
	}
}

/*-------------------------------------------------------
		.hcBox 
-------------------------------------------------------*/

.hcBox .boxBody {
	display: flex;
	margin-bottom: 60px;
}

.hcBox .boxText {
	width: 550px;
}

.hcPointList {
	margin-bottom: 1.5em;
}
.hcPointList li {
	font-size: 17px;
	font-weight: bold;
	padding: 5px 0 5px 1em;
	text-indent: -1em;
	list-style-type: disc;
	list-style-position: inside;
}

.hcBox .boxImage {
	width: 415px;
	margin: 0 60px 10px 0;
}

.boxBody.imgRight .boxImage {
	margin: 0 0 10px 60px;
}

.hcBox .modLineImage {
	position: relative;

}
.hcBox .modLineImage:after {
	content: "";
	display: block;
	position: absolute;
	top: 10px;
	left: -10px;
	width: 100%;
	height: 100%;
	border: 1px solid #dcdcdc;
}
.hcBox .modLineImage img {
	position: relative;
	z-index: 1;
}
.hcBox .modLineImage.imgRight:after {
	left: -10px;
}

@media only screen and (max-width: 767px) {
	.hcBox .boxBody {
		display: block;
		margin-bottom: 30px;
	}
	.hcBox .boxText {
		width: 100%;
	}
  .signList li {
    padding: 5px 0 5px 35px;
    background-position: 0 5px;
    font-size: 15px;
  }
	.hcBox .modLineImage {
		float: right;
		width: 42.85714%;
    margin: 0 0 20px 10px;	
	}
	.boxBody.imgRight .boxImage {
		float: none;
		width: 100%;
		margin: 30px 0 0;
	}	
	.hcBox .modLineImage:after {
		left: auto;
		right: -10px;
	}
}


/*-------------------------------------------------------
		.imgBox 
-------------------------------------------------------*/

.mechanismLead {
	margin-bottom: 25px;
	font-size: 15px;
}

.mechanismLead strong {
	font-size: 20px;
	font-weight: 600;
}

.mechanismTxt {
	margin-top: 40px;
	font-size: 15px;
	font-weight: 600;	
}

.wrpContents .modImgBox.img1Col {
	margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
	.mechanismLead {
		margin-bottom: 20px;
		text-align: left;
	}

	.mechanismLead strong {
		font-size: 18px;
	}

	.mechanismTxt {
		margin-top: 20px;
		text-align: left;
	}
}
