@charset "UTF-8";

/* product_new class */
.items-container .product-item {
	width: 300px;
	float: left;
	margin-top: 20px;
	margin-left: 20px;
}
.items-container .row {
	margin-top: -20px;
	margin-left: -20px;
}
/*.items-container .product-item:nth-child(1),
.items-container .product-item:nth-child(2),
.items-container .product-item:nth-child(3) {
	margin-top: 0;
}
.items-container .product-item:nth-child(3n+1) {
	margin-left: 0;
}*/
.products_new .detail-head__btn {
	position: static;
	margin-top: 15px;
	margin-bottom: 20px;
}
.products_new .detail-head__btn img {
	width: 200px;
	height: auto;
}
.product-item__detail {
	margin-top: 15px;
}
.product-item__detail a {
	display: block;
	width: 66%;
	min-width: 130px;
	margin: 0 auto;
	padding: 3% 3%;
	border: 1px solid #f11788;
	border-radius: 4px;
	text-align: center;
	font-size: 0.8em;
	font-weight: bold;
	color: #f11788;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.product-item__detail--armpit a {
	border: 1px solid #f11788;
	color: #f11788;
}
.product-item__detail--leg a {
	border: 1px solid #4a6ddf;
	color: #4a6ddf;
}

@media screen and (max-width:740px) {
	.items-container .product-item {
		width: 49%;
		float: left;
		margin-left: 2%;
	}
	.items-container .row {
		margin-top: 0;
		margin-left: 3%;
	}
	.items-container .product-item:nth-child(3) {
		margin-top: 20px;
	}
	.items-container .product-item:nth-child(3n+1) {
		margin-left: 2%;
	}
	.items-container .product-item:nth-child(2n+1) {
		margin-left: 0;
	}
	.products_new .detail-head__btn {
		margin-bottom: 20px;
	}
	.products_new .detail-head__btn img {
		width: 130px;
	}
}

/* product detail theme class */
.detail-leg .ttl-b {
	background-color: #185b53;
}
.detail-leg .ttl-c {
	border-left-color: #185b53;
}
.detail-leg .ttl-c__tag {
	border-color: #185b53;
	color: #185b53;
}
.detail-leg .list-circle li {
	background-image: url(../../img/list-circle_detail-leg.png);
}

/* product detail class */
.detail-body .ver2-mainvisual {
	background-color: #070200;
}
.ver2-detail-head .ttl-c {
	border-left: none;
	padding-left: 0;
	color: #081786;
}
.ver2-detail-head .ttl-c__tag {
	border: none;
	background-color: #081786;
	font-weight: bold;
	color: #fff;
}
.ver2-detail-head__row {
	position: relative;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	border: 4px solid #ccc;
	padding: 20px;
}
.ver2-detail-head__img-box {
	width: 460px;
	float: left;
}
.ver2-detail-head__txt-box {
	width: 430px;
	float: right;
}
.ver2-detail-head__btn {
	position: absolute;
	bottom: 40px;
	right: 0;
	width: 430px;
	text-align: center;
}
.detail-body .mainvisual {
	background-color: #070200;
}
.detail-head {
}
.detail-head__row {
	position: relative;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	border: 4px solid #ccc;
	padding: 20px;
}
.detail-head__img-box {
	width: 310px;
	float: left;
}
.detail-head__txt-box {
	width: 530px;
	float: right;
}
.detail-appeal .img-box,
.detail-features4 .img-box {
	width: 308px;
	float: right;
}
.detail-appeal .txt-lead {
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #0f1d89;
}
.detail-appeal .txt-box,
.detail-features4 .txt-box {
	width: 590px;
	float: left;
}
.txt-box-p {
	margin-bottom: 140px;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
}
.txt-box-p:first-child {
	margin-top: 0;
}
.txt-box-p:last-child {
	margin-bottom: 0;
}
.txt-box-p_s {
	font-size: 18px;
	font-size: 1.8rem;
}
.detail-head__list {
	margin: 0 0 48px;
	padding-left: 20px;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
}
.detail-head__btn {
	position: absolute;
	bottom: 80px;
	right: 120px;
	width: 297px;
	text-align: center;
}
.detail-head__row .detail-head__txt-box .asc_btn {
	position: absolute;
	bottom: 50px;
}
.detail-appeal .row,
.detail-features4 .row {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 20px;
	border: 1px solid #ccc;
}
.detail-appeal .row {
	background-color: #ffffba;
}
.detail-features4__note {
	margin: 0;
	text-align: right;
	font-size: 14px;
	font-size: 1.4rem;
}
.detail-howtouse .row {
	margin-bottom: 0;
}
.detail-howtouse .img-box {
	width: 350px;
	float: right;
	margin-left: 10px;
}
.detail-howtouse_quasi-drug {
	/*margin-top: 0;*/
}
.list-number_lead {
	display: block;
	padding: 6px 0 10px;
	font-weight: bold;
	color: #1f559a;
}
.use-tips {
}
.use-tips_icon {
	display: inline-block;
	float: left;
	margin-right: 10px;
	padding: 1px 7px;
	background-color: #478e96;
	color: #fff;
}
.use-tips dl {
	padding-left: 30px;
}
.use-tips dt {
	padding: 0 0 10px;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	color: #478e96;
}
.use-tips dd {
	margin-left: 0;
}

.ingredient_box {
}
.ingredient__dl {
	margin: 0;
}
.ingredient__dl dt {
	width: 4em;
	float: left;
	font-weight: bold;
}
.ingredient__dl dt:after {
	content: "";
}
.ingredient__dl dd {
	margin: 0;
	padding-left: 4em;
}
.ingredient_note {
	margin: 0;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: right;
}
.detail-voice__list {
	overflow: hidden;
	width: 900px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
.detail-voice__list li {
	position: relative;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	width: 430px;
	float: left;
	margin: 10px 10px 25px;
	padding: 30px 20px 0px;
	background: url(../../img/detail/voice-detail_bg_pin1.png) top center no-repeat;
/*	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	-webkit-box-shadow: 0 0 5px rgba(184,184,184,0.3);
	box-shadow: 0 0 5px rgba(184,184,184,0.3);*/
}
.detail-voice__list li.pin2 {
	position: relative;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	width: 430px;
	float: left;
	margin: 10px 10px 25px;
	padding: 30px 20px 0px;
	background: url(../../img/detail/voice-detail_bg_pin2.png) top center no-repeat;
}
.detail-voice__list li.pin3 {
	position: relative;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	width: 430px;
	float: left;
	margin: 10px 10px 25px;
	padding: 30px 20px 0px;
	background: url(../../img/detail/voice-detail_bg_pin3.png) top center no-repeat;
}
.detail-voice__list li.pin4 {
	position: relative;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	width: 430px;
	float: left;
	margin: 10px 10px 25px;
	padding: 30px 20px 0px;
	background: url(../../img/detail/voice-detail_bg_pin4.png) top center no-repeat;
}
.detail-voice__list li:after {
	position: absolute;
	bottom: -27px;
	left: 0px;
	width: 430px;
	height: 28px;
	/*content: url(../../img/detail/voice-detail_bg.png);*/
	content: "";
	background: url(../../img/detail/voice-detail_bg.png) 0 0 no-repeat;
}
.voice-detail {
	margin: 0;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
}
.voice-person {
	margin: 0;
	text-align: right;
}

.detail-foot .ttl-b {
	margin: 0;
	padding: 10px 3% 5px;
	font-size: 24px;
	font-size: 2.4rem;
	text-align: center;
}
.detail-foot__row {
	position: relative;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	margin-top: 0;
	padding: 20px;
	border: 1px solid #ccc;
}
.detail-foot__img-box {
	width: 310px;
	float: left;
}
.detail-foot__txt-box {
	width: 530px;
	float: right;
}
.detail-foot__btn {
	position: absolute;
	bottom: 70px;
	right: 120px;
	width: 297px;
	text-align: center;
}

@media screen and (max-width:740px) {
	.ver2-detail-head__row {
		border: none;
		padding: 0;
	}
	.ver2-detail-head__img-box {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	.ver2-detail-head .ttl-c {
		margin: 0;
		padding-left: 10px;
		border-left: 7px solid #000b80;
	}
	.ver2-detail-head__img {
		text-align: center;
	}
	.ver2-detail-head__img-box img {
		width: 150px;
	}
	.ver2-detail-head__btn {
		position: static;
		bottom: 0;
		right: 0;
		width: 100%;
	}
	.ver2-detail-head__btn img {
		width: 224px;
	}
	.ver2-detail-head__txt-box {
		width: 100%;
		float: none;
	}

	.detail-head__row {
		border: none;
		padding: 0;
	}
	.detail-head__img-box {
		width: 100%;
		float: none;
		margin-bottom: 20px;
		text-align: center;
	}
	.detail-head__img-box img {
		width: 150px;
	}
	.detail-head__btn {
		position: static;
		bottom: 0;
		right: 0;
		margin-top: 15px;
		width: 100%;
	}
	.detail-head__row .detail-head__txt-box .asc_btn {
		position: static;
		bottom: 0;
		right: 0;
		margin-top: 15px;
		width: 100%;
	}
	.detail-head__btn img {
		width: 224px;
	}
	.detail-head__txt-box {
		width: 100%;
		float: none;
	}
	.detail-appeal .img-box,
	.detail-features4 .img-box {
		width: 100%;
		float: none;
	}
	.detail-features4__note {
		font-size: 10px;
		font-size: 1.0rem;
	}
	.detail-appeal .txt-lead {
	}
	.detail-appeal .txt-box,
	.detail-features4 .txt-box {
		width: 100%;
		float: none;
		margin-top: 10px;
	}
	.detail-features4 iframe {
		width: 100%;
	}
	.txt-box-p {
		margin-bottom: 10px;
		font-size: 12px;
		font-size: 1.2rem;
	}
	.txt-box-p_s {
		font-size: 10px;
		font-size: 1.0rem;
	}
	.detail-head__list {
		margin-bottom: 20px;
		font-size: 12px;
		font-size: 1.2rem;
	}
	.detail-appeal .row,
	.detail-features4 .row {
		padding: 5px;
	}
	.detail-howtouse {
	}
	.detail-howtouse .img-box {
		width: auto;
		float: none;
		margin-bottom: 10px;
	}
	.use-tips_icon {
		display: inline-block;
		float: none;
		font-size: 12px;
		font-size: 1.2rem;
	}
	.use-tips dl {
		margin-top: 0;
	}
	.use-tips dt {
		padding: 0;
	}
	.detail-howtouse_quasi-drug .icon-first img {
		width: 65px;
	}
	.detail-howtouse_quasi-drug {
		font-size: 10px;
		font-size: 1.0rem;
	}
	.list-number_lead {
		padding: 0;
		font-size: 14px;
		font-size: 1.4rem;
	}
	.use-tips dt {
		padding-top: 5px;
		font-size: 14px;
		font-size: 1.4rem;
	}
	.ingredient__dl {
		font-size: 10px;
		font-size: 1.0rem;
	}
	.ingredient__dl dt {
		/*width: auto;*/
		/*float: none;*/
		width: 4.5em;
	}
	.ingredient__dl dd {
		/*margin: 0;*/
		/*padding-left: 0;*/
		padding-left: 4.5em;
	}
	.ingredient__dl dd+dt {
		/*margin-top: 20px;*/
	}
	.ingredient_note {
		/*margin-top: 10px;*/
		font-size: 10px;
		font-size: 1.0rem;
	}
	.detail-foot .ttl-b {
		margin: 0;
		padding: 10px 0 5px;
		font-size: 16px;
		font-size: 1.6rem;
	}
	.detail-foot {
		margin-bottom: 10px;
	}
	.detail-foot__row {
		margin-bottom: 10px;
		padding: 0;
		border: none;
	}
	.detail-foot__img-box {
		width: 100%;
		float: none;
		margin: 20px 0;
		text-align: center;
	}
	.detail-foot__img-box img {
		width: 150px;
	}
	.detail-foot__txt-box {
		width: 100%;
		float: none;
	}
	.detail-foot__btn {
		position: static;
		bottom: 0;
		right: 0;
		width: 100%;
	}
	.detail-foot__btn img {
		width: 224px;
	}

}

.cosme_text {
	display: inline-block;
	margin-bottom: 10px;
}

@media screen and (max-width:740px) {
	.detail-voice__list {
		overflow: hidden;
		width: 100%;
		margin: 0 auto;
		padding: 0;
		list-style: none;
	}
	.detail-voice__list {
		width: 100%;
		margin: -10px 0 10px;
	}
	.detail-voice__list li {
		width: 50%;
		float: left;
		margin: 0;
		padding: 13px 0 0;
	}
	.detail-voice__list-box {
		padding: 17px 20px 0;
	}
	.detail-voice__list li:after {
		width: 100%;
		background-size: 100%;
		-webkit-background-size: contain;
		        background-size: contain;
	}
	.detail-voice__list li {
		position: relative;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
		width: 48%;
		float: left;
		margin: 10px 1% 15px;
		padding: 13px 0 0;
		background-size: contain;
		background: url(../../img/detail/voice-detail_bg_pin1.png) top center no-repeat;
		background-size: 100%;
	}
	.detail-voice__list li.pin2 {
		position: relative;
		-webkit-box-sizing: border-box;
	   	   -moz-box-sizing: border-box;
		        box-sizing: border-box;
		width: 48%;
		float: left;
		margin: 10px 1% 15px;
		padding: 13px 0 0;
		background-size: contain;
		background: url(../../img/detail/voice-detail_bg_pin2.png) top center no-repeat;
		background-size: 100%;
	}
	.detail-voice__list li.pin3 {
		position: relative;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
		width: 48%;
		float: left;
		margin: 10px 1% 15px;
		padding: 13px 0 0;
		background-size: contain;
		background: url(../../img/detail/voice-detail_bg_pin3.png) top center no-repeat;
		background-size: 100%;
	}
	.detail-voice__list li.pin4 {
		position: relative;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
		width: 48%;
		float: left;
		margin: 10px 1% 15px;
		padding: 13px 0 0;
		background-size: contain;
		background: url(../../img/detail/voice-detail_bg_pin4.png) top center no-repeat;
		background-size: 100%;
	}
	.voice-detail {
		font-size: 12px;
		font-size: 1.2rem;
	}
	.voice-person {
		margin-top: 10px;
		font-size: 9px;
		font-size: 0.9rem;
	}
	.product-item__detail {
		margin-top: 15px;
	}
	.product-item__detail a {
		width: 38%;
		margin: 0 auto;
		padding: 2.4% 2% 1.5% 2%;
		font-size: 1rem;
	}
}

@media screen and (max-width:500px) {
	.detail-voice__list li:after {
		width: 100%;
		background-size: 100%;
		-webkit-background-size: contain;
		        background-size: contain;
	}
	.detail-voice__list li {
		position: relative;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
	        	box-sizing: border-box;
		width: 94%;
		float: none;
		margin: 10px 3% 30px;
		padding: 13px 0 0;
		background-size: contain;
		background: url(../../img/detail/voice-detail_bg_pin1.png) top center no-repeat;
		background-size: 100%;
	}
	.detail-voice__list li.pin2 {
		position: relative;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
		width: 94%;
		float: none;
		margin: 10px 3% 30px;
		padding: 13px 0 0;
		background: url(../../img/detail/voice-detail_bg_pin2.png) top center no-repeat;
		background-size: 100%;
	}
	.detail-voice__list li.pin3 {
		position: relative;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
		width: 94%;
		float: none;
		margin: 10px 3% 30px;
		padding: 13px 0 0;
		background: url(../../img/detail/voice-detail_bg_pin3.png) top center no-repeat;
		background-size: 100%;
	}
	.detail-voice__list li.pin4 {
		position: relative;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
		width: 94%;
		float: none;
		margin: 10px 3% 30px;
		padding: 13px 0 0;
		background: url(../../img/detail/voice-detail_bg_pin4.png) top center no-repeat;
		background-size: 100%;
	}
	.voice-detail {
		font-size: 12px;
		font-size: 1.2rem;
	}
	.voice-person {
		margin-top: 10px;
		font-size: 9px;
		font-size: 0.9rem;
	}
	.product-item__detail a {
		width: 56%;
		margin: 0 auto;
		padding: 2.5% 2% 2% 2%;
		border-radius: 3px;
		font-size: 1rem;
	}
}