@charset "UTF-8";
/*
*******************************************************************************************************
# Hythiol -製品情報　ハイチオールCプラス
*******************************************************************************************************
*/
/*
		.sectionMainImg
-------------------------------------------------------*/
.sectionMainImg .product_name{
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
}
.sectionMainImg{
	position: relative;
}
.sectionMainImg .inner{
	position: relative;
}

.sectionMainImg .ecBtnWrap {
	position:absolute;
	left: 119px;
	bottom: 51px;
	width: 290px;
}
.sectionMainImg .modBtnLink {
	margin-bottom: 0;
}

/* @media only screen and (min-width: 768px){
	.sectionMainImg .product_name{
		bottom: 31px;
		right: 20px;
	}
} */

@media only screen and (max-width: 767px) {
	.wrpContents section > .sectionMainImg{
		margin-bottom: 40px;
	}
	.sectionMainImg .ecBtnWrap {
		position: static;
		width: 100%;
		margin-top: 30px;
		padding: 0 20px;
		box-sizing: border-box;
	}
	.sectionMainImg .ecBtnWrap .modBtnLink {
		height: 80px;
	}
	.sectionMainImg .ecBtnWrap .btnLinkInr {
		height: 78px;
	}
	/* .sectionMainImg p.product_name{
		bottom: 9.6%;
		left: 23%;
		right: auto;
		font-size: 12px;
	} */

	.sectionMainImg .inner .onlyMobile{
		position: relative;
	}
}


/*
		.sectionShimi
-------------------------------------------------------*/

.sectionShimi .modH2Icon {
  margin-bottom: 28px;
}

.sectionShimi .modImgBox .image {
  width: 750px;
  margin: 0 auto;
}

.sectionShimi .modImgBox .image .cap {
  font-size: 15px;
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .sectionShimi .modH2Icon {
    margin-bottom: 25px;
  }

  .sectionShimi .modImgBox .image {
    width: auto;
  }

  .sectionShimi .modImgBox .image .cap {
    margin-top: 24px;
    text-align: left;
  }
}

/*
		.sectionBnr
-------------------------------------------------------*/

.wrpContents .modContentsBnr.list1Col {
	margin: 0 auto 55px;
}

@media only screen and (max-width: 767px) {
  .wrpContents .modContentsBnr.list1Col {
  	margin: 0 auto 50px;
  }
}

/*
	メイン画像関連
-------------------------------------------------------*/
@media screen and (max-width: 767px) {
	body{
		padding-top: 56px;
	}
}

/*
		.sectionLineup
-------------------------------------------------------*/
.sectionLineup{
	margin: 0 auto 44px;
}

@media screen and (max-width: 767px) {
	.sectionLineup{
		margin: 0 auto calc(40 / 375 * 100vw);
	}
}

/* --------------------------------------------------------------------
.wrpContents
-------------------------------------------------------------------- */
.wrpContents .modFeatures .listFeatures li:last-child {
	border-bottom: none;
}

.wrpContents .main .wrpBlk1Col .frontInner section .sectionPoint3 {
	margin-bottom: 50px;
}

@media only screen and (max-width: 767px){
	.wrpContents .modH1.acne{
		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;
	}
}

/*
	modEcModal
-------------------------------------------------------*/
.modEcModal .title{
	border-bottom: 2px solid #DE0067;
}

.modEcModal .btnList a .iconBlank{
	color: #DE0067;
}

.modEcModal .close:hover i::before{
	color: #DE0067;
}