@charset "UTF-8";
/* CSS Document */

.detail {
	padding:50px 0 0;
}
.detail .contPd {
	padding: 80px 0;
}
.detail > .lbtn {
	max-width: 340px;
	margin: 40px auto 0;
}
.detail h2 {
	font-size: 20px;
}
.detail .titmgb { margin-bottom:80px !important;}
.detail .inn h3 {
	max-width: 700px;
	font-size: 18px;
	padding: 15px 0;
	border-top:solid 0.5px #007167;
	border-bottom:solid 0.5px #007167;
	margin: 20px auto 0;
	text-align: center;
}
.detail .inn h3 span {
	background: #007167;
	color: #FFF;
	padding: 5px;
	font-size: 15px;
	margin-right: 5px;
}
.detail .inn p {
	font-size: 15px;
	margin-top: 20px;
}
.detail .kinou {
	margin-top: 20px;
	display: flex;
	justify-content: center;
}
.detail .kinou li {
	font-size: 16px;
	text-align: center;
	color: #007167;
	background: #F0DEE4;
	width: calc(85%/5);
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	margin-right: 1%;
}
.detail .kinou li:last-of-type {margin-right: 0;}
.detail .kinou li:before {
	display: block;
	content: "";
	padding-top: 100%;
}

@media screen and (max-width: 810px){
	.detail .titmgb { margin-bottom:30px !important;}
	.detail .inn {
		padding:0 10px;
	}
	.detail .contPd {
		padding: 30px 0 50px;
	}
	.detail h2 {
		font-size: 17px;
	}
	.detail .inn h3 {
		font-size: 16px;
		padding: 10px 0;
	}
	.detail .inn h3 span {
		display: inline-block;
		padding: 5px;
		margin-right: 0;
		margin-bottom: 5px;
	}
	.detail .inn p {
		font-size: 14px;
	}
	.detail .kinou li {
	font-size: 13px;
	width: calc(100%/5);
	}
}

/* -------------------------------
CTA
------------------------------- */

.detail .cta {
	padding: 40px 0;
	margin-top: 50px;
}
.detail .cta h3 {
	font-size: 16px;
	margin-bottom: 20px;
}
.detail .cta h3 span {
	margin-right: 10px;
}
.detail .cta .pImg p {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #FFF;
	height: 180px;
}
.detail .cta > div > div > div > div p {
	font-size: 14px;
}
.detail .cta .teiki {
	background: #CC96AA;
	color: #FFF;
	padding: 5px;
	text-align: center;
	margin-top: 10px;
}
.detail .cta .teiki p:first-of-type {
	background: #FFF;
	color: #CC96AA;
	font-size: 16px;
	padding: 2px 10px;
	display: inline-block;
	margin-bottom: 5px;
}
.detail .cta dl dt {
	background: #CC96AA;
	color: #FFF;
	text-align: center;
	font-weight: normal;
	padding: 4px 5px;
	margin-top: 10px;
}
.detail .cta dl dd {
	margin-top: 10px;
	font-size: 13px;
}
.detail .cta dl dd span {
	font-size: 10px;
}
.detail .cta .lbtn02 {
	max-width: 340px;
	margin: 20px auto;
}
.detail .cta .refill {
	margin-top: 30px;
}
.detail .cta .refill > p {
	font-size: 18px;
	text-align: center;
	color: #007167;
}
.detail .cta .refill > p:first-of-type {
	background: #F0DEE4;
	padding: 15px;
	
}
.detail .cta .refill > p:last-of-type {
	margin:30px 0 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.detail .cta .refill > p:last-of-type::before,
.detail .cta .refill > p:last-of-type::after {
	content: '';
	width: 1px;
	height: 40px;
	background-color: #007167;
}

.detail .cta .refill > p:last-of-type::before {
	margin-right: 30px;
	transform: rotate(-35deg);
}
.detail .cta .refill > p:last-of-type::after {
	margin-left: 30px;
	transform: rotate(35deg);
}

/*レフィル交換方法*/
.detail .cta .refill .replace {
	margin: 40px auto 0;
	width: 100%;
	max-width: 1140px;
}
.detail .cta .refill .replace .toggle {
	display: none;
}
.detail .cta .refill .replace .title,
.detail .cta .refill .replace .howto {
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.detail .cta .refill .replace .title {
	background: #007167;
	color: #FFF;
	padding: 10px;
	display: block;
}
.detail .cta .refill .replace .title::after,
.detail .cta .refill .replace .title::before {
	content: "";
	position: absolute;
	right: 1.25em;
	top: 1.25em;
	width: 1px;
	height: 0.75em;
	background-color: #FFF;
	transition: all 0.3s;
}
.detail .cta .refill .replace .title::after {
	transform: rotate(90deg);
}
.detail .cta .refill .replace .howto {
	max-height: 0;
	overflow: hidden;
}
.detail .cta .refill .replace .toggle:checked + .title + .howto {
	max-height: 1000px;
	transition: all 1.5s;
}
.detail .cta .refill .replace .toggle:checked + .title::before {
	transform: rotate(90deg) !important;
}
.detail .cta .refill .replace .howto ul {
	background: #FFF;
	padding: 40px;
}
.detail .cta .refill .replace .howto ul li {
	margin-top: 20px;
	font-size: 13px;
}
.detail .cta .refill .replace .howto ul li p {margin-bottom: 10px;}
@media screen and (max-width: 810px){
	.detail .cta h3 span {
		margin-right: 0;
		display: block;
	}
	.detail .cta .pImg img {
		width: 85px;
	}
	.detail .cta .pImg p {
		height: 120px;
	}
	.detail .cta > div > div > div > div p {
		font-size: 13px;
	}
	.detail .cta .refill > p {
		font-size: 16px;
	}
	.detail .cta .refill > p:last-of-type {
		margin:30px 10px;
	}
	.detail .cta .refill > p:last-of-type::before {
		margin-right: 15px;
	}
	.detail .cta .refill > p:last-of-type::after {
		margin-left: 15px;
	}
	/*レフィル交換方法*/
	.detail .cta .refill .replace {
		margin: 20px auto 0;
		max-width: 340px;
	}
	.detail .cta .refill .replace .toggle:checked + .title + .howto {
		max-height: 2000px;
	}
	.detail .cta .refill .replace .howto ul {
		padding: 30px 40px 40px;
	}
}

/* -------------------------------
こんな方におすすめ
------------------------------- */

.detail .osusume ul {
	margin: 0 auto 0;
	max-width: 600px;
}
.detail .osusume ul li {
	font-size: 18px;
	margin-top: 15px;
}
.detail .osusume ul li::before {
	content: "";
	display: inline-block;
	width:28px;
	height: 21px;
	background: url("../images/check.svg") no-repeat left bottom;
	background-size: contain;
}
.detail .osusume .kome {	
	max-width: 600px;
	margin: 20px auto 0;
}
@media screen and (max-width: 810px){
	.detail .osusume {
		padding: 0 20px;
	}
	.detail .osusume ul li {
		font-size: 15px;
	}
}

/* -------------------------------
胎児のときから肌を守り包む「ラクトフェリン」
------------------------------- */

.detail .lactoferrin > div {
	margin-top: 80px;
}
.detail .lactoferrin > div:last-of-type {
	border-top:solid 1px #FFF;
	padding-top:70px;
}
@media screen and (max-width: 810px){
	.detail .lactoferrin > div {
		margin-top: 30px;
	}
	.detail .lactoferrin > div:last-of-type {
		padding-top:40px;
	}
}

/* -------------------------------
天然精油100%
------------------------------- */

.detail .aroma ul {margin-top: 30px;}
.detail .aroma ul li p {
	font-size: 13px;
	color: #007167;
	text-align: center;
	margin-top: 5px;
}

@media screen and (max-width: 810px){
	.detail .aroma ul li p {
		font-size: 12px;
		line-height: 1.4;
	}
}

/* -------------------------------
肌にやさしく、地球にもやさしい、持続可能な製品づくり
------------------------------- */
.detail .sust ul {margin: 30px 0 0 15px;}
.detail .sust ul li {	
	font-size: 14px;
	color: #007167;
	margin-top: 10px;
}
.detail .sust ul li::before {
	content: "";
	width:10px;
	height: 10px;
	display: inline-block;
	background: #007167;
	border-radius: 50%;
	position: relative;
	top:-1px;
	margin-right: 5px;
}
@media screen and (max-width: 810px){
	.detail .sust ul {margin: 30px 0 0;}
}

/* -------------------------------
その他
------------------------------- */

.detail .other {
	margin: 0 auto;
	width: 100%;
	max-width: 960px;
	border-top:solid 0.5px #007167;
}
.detail .other .toggle {
	display: none;
}
.detail .other .title,
.detail .other .contents {
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.detail .other .title {
	color: #007167;
	padding: 10px;
	display: block;
	border-bottom:solid 0.5px #007167;
}
.detail .other .title::after,
.detail .other .title::before {
	content: "";
	position: absolute;
	right: 1.25em;
	top: 1.25em;
	width: 1px;
	height: 0.75em;
	background-color: #007167;
	transition: all 0.3s;
}
.detail .other .title::after {
	transform: rotate(90deg);
}
.detail .other .contents {
	max-height: 0;
	overflow: hidden;
}
.detail .other .toggle:checked + .title + .contents {
	max-height: 1400px;
	transition: all 1.5s;
}
.detail .other .toggle:checked + .title::before {
	transform: rotate(90deg) !important;
}

/*アコーディオン中身*/
.detail .other .contents {
	background: #FFF;
}
.detail .other .contents .allseibun {
	padding: 40px;
	font-size: 13px;
	line-height: 1.8;
}
.detail .other .howto ol {
	padding: 40px;
	font-size: 13px;
}
.detail .other .howto ol li > p {
	font-size: 15px;
	color: #007167;
	line-height: 1.6;
	font-weight: 400;
}
.detail .other .howto ol li > div p {
	margin-top: 20px;
}
.detail .other .howto ol li > div p:last-of-type {
	line-height: 1.8;
}
.detail .other .howto .meyasu {
	padding: 20px 40px;
}
.detail .other .howto .meyasu > div > div {
	padding: 20px 0;
	border-right: solid 5px #FFF;
}
.detail .other .howto .meyasu > div > div:last-of-type {
	border-right: none;
	border-left: solid 5px #FFF;
}
.detail .other .howto .meyasu > div > div p:first-of-type {
	font-size: 18px;
	color: #007167;
}
.detail .other .howto .meyasu > div > div p:first-of-type span {
	font-size: 14px;
}
.detail .other .howto .point {
	padding: 20px 40px;
}
.detail .other .howto .point dl dt {
	font-size: 20px;
	font-family: "futura-pt", sans-serif;
	font-weight: 300;
	font-style: normal;
	color: #FFF;
	background: #CC96AA;
	display: inline-block;
	padding: 5px 20px;
	margin-bottom: 15px;
}
.detail .other .howto .point dl dd {
	font-size: 15px;
	margin-bottom: 10px;
}
.detail .other .howto .point dl dd span {
	color: #007167;
	font-weight: 400;
}
.detail .other .howto .special {
	padding: 20px 40px;
}
.detail .other .howto .special dl dt {
	font-size: 18px;
	color: #CC96AA;
}
.detail .other .howto .special dl dt span {
	font-size: 20px;
	font-family: "futura-pt", sans-serif;
	font-weight: 300;
	font-style: normal;
	color: #FFF;
	background: #CC96AA;
	display: inline-block;
	padding: 5px 20px;
	margin-bottom: 15px;	
}
.detail .other .howto .special dl dd p span {
	font-size: 18px;
	color: #007167;
	margin-bottom: 10px;
	display: inline-block;
}
.detail .other .howto .special dl dd p {
	font-size: 14px;
}
.detail .other .howto .lbtn {
	max-width: 340px;
	margin: 20px auto 40px;
}
.detail .other .recom {
	padding: 40px 0;
	max-width: 720px;
	margin: 0 auto;
}
.detail .other .recom h2 {
	font-size: 18px;
	text-align: center;
	margin-bottom: 40px;
}
.detail .other .recom h3 {
	font-size: 15px;
	margin-bottom: 20px;
}
.detail .other .recom .txt {
	margin-top: 30px;
}
.detail .other .recom .txt p {
	font-size: 14px;
	margin-bottom: 20px;
}
.detail .other .recom .cta {
	margin-top: 30px;
	padding: 40px 30px 20px;
}
.detail .other .attention {
	padding: 40px;
	font-size: 14px;
	line-height: 1.8;
	text-align: justify;
}
.detail .other .attention p {
	margin-bottom: 20px;
}
.detail .other .attention p:last-of-type {margin-bottom: 0;}
.detail .other .attention ol {
	margin: 0 0 20px 30px;
}
.detail .other .attention ol li {
	list-style: decimal;
	list-style-position: outside;
	margin-bottom: 5px;
}

@media screen and (max-width: 810px){
	.detail .other {margin-top: 20px;}
	.detail .other .toggle:checked + .title + .contents {
		max-height: 2000px;
	}
	.detail .other .contents .allseibun {
		padding: 20px;
	}
	.detail .other .howto ol {
		padding: 20px;
	}
	.detail .other .howto ol li > div p:last-of-type {
		line-height: 1.6;
	}
	.detail .other .howto .meyasu {
		padding: 20px 30px;
	}
	.detail .other .howto .meyasu > div > div {
		padding: 20px 0;
		border-right: none;
		
	}
	.detail .other .howto .meyasu > div > div:last-of-type {
		border-right: none;
		border-left: none;
		margin-top: 15px;
	}
	.detail .other .howto .meyasu > div > div p:first-of-type {
		font-size: 16px;
	}
	.detail .other .howto .meyasu > div > div p:first-of-type span {
		font-size: 12px;
	}
	.detail .other .howto .point,
	.detail .other .howto .special,
	.detail .other .recom {
		padding: 20px;
	}
	.detail .other .howto .point dl dt {
		display: block;
		text-align: center;
		padding: 2px 0;
	}
	.detail .other .howto .point dl dd {
		font-size: 15px;
	}
	.detail .other .howto .special dl dt {
		text-align: center;
		margin-bottom: 15px;
	}
	.detail .other .howto .special dl dt span {
		display: block;
		margin-bottom: 15px;
		padding: 2px 0;
	}
	.detail .other .howto .special dl dd p span {
		font-size: 16px;
	}
	.detail .other .howto .special dl dd p {
		font-size: 13px;
	}
	.detail .other .howto .special dl dd > div {margin-bottom: 15px;}
	.detail .other .howto .lbtn {
		max-width: 325px;
		margin-top: 0;
	}
	.detail .other .recom h2 {
		font-size: 16px;
		margin-bottom: 20px;
	}
	.detail .other .recom .cta {
		padding: 20px 10px 10px;
	}
	.detail .other .recom .cta > div > div p {
		font-size: 13px;
	}
	.detail .other .recom .cta #gel {width: 75px !important;}
	.detail .other .attention {
		padding: 25px;
		font-size: 13px;		
	}
}