@charset "utf-8";
body{
	width: 100%;
	color: #333333;
	line-height: 1.3;
	box-sizing: border-box;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	min-width:1080px;
	-webkit-text-size-adjust:100%;
	background: #FFFFFF;
}
#container{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
#containerTop{
	width: 100%;
	margin: 0 auto;
	/* overflow: hidden; */
}
.sp{
	display: none !important;
}
a{transition: .2s;}
/*----------------------
main top
----------------------*/
#mainTop{
	position: relative;
	background: url("../images/index/mainvisual.jpg") center center no-repeat;
	height: 850px;
	background-size: cover;
}

/*----------------------
header
----------------------*/
header{
	/*width: 100%;*/
	background: rgba(255,255,255,.85);
	position: relative;
}
#description{
	height: 16px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 1080px;
	/*margin: 0 auto;*/
}
#description h1{
	line-height: 16px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}
#innerHeader{
	width: 1080px;
	margin: 0 auto;
}
#header_logo{
text-align: center;
}

/*----------------------
nav
----------------------*/
nav{
	width: 100%;
	height: 64px;
}
nav ul {
	width: 1080px;
	margin: 0 auto;
	display:table;
	table-layout:fixed;
}
nav li{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	display:table-cell;
	vertical-align:middle;
	border-left: solid 1px #ccc;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
nav li:last-child{border-right: solid 1px #ccc;}
nav li span{
	font-size: 8px;
	text-align: center;
	color: #f76987;
	display: block;
	padding-top: 5px;
}
nav a{
	display: block;
	padding-top: 17px;
	height: 47px;
}
nav a:link,nav a:visited{
	color: #111111;
}
nav a:hover{
	color: #f76987;
	background: rgba(255,255,255,.7);
}

/* オンマウスで現れるメニュー */
#fade-in1 #menu{
	opacity: 0;
	top: 100%;
	visibility: hidden;
	transition: .5s;
}
#fade-in1:hover #menu{
	top: 100%;
	visibility: visible;
	opacity: 1;
}
/*  dropmenu  */
.dropmenu #menu{
	position: absolute;
	z-index: 101;
	left: 0;
	margin: 0;
	padding: 25px 1px 0;
	width: 100%;
	background: rgba(255,255,255);
	*zoom: 1;
	border-top: solid 1px #61b0bf;
}


/*mainVisual*/
#mainVisual{
	height: 670px;
	position: absolute;
	top:181px;
	left: 0;
	right: 0;
	width: 1080px;
	margin: 0 auto;
}
.CatchCopy{
	padding-top: 243px;
	text-align: center;
}
/*
.CampaignBanner{
	position: absolute;
	bottom: 70px;
	right: 0;
	box-shadow: 0 3px 7px rgba(0,0,0,0.35);
	background: #ffffff;
}
.CampaignBanner a:hover img{opacity: .7;}
*/
/*----------------------
top contents01
----------------------*/
#contents01{
	width: 100%;
	background: url("../images/index/contents01_bg_l.png")top left no-repeat,
	url("../images/index/contents01_bg_r.png")bottom right no-repeat;
}
#contents01 .innerContents{
	padding: 120px 0 120px;
}
#topix{
	margin: 22px;
	background: url("../images/index/topics_bg.png")center center no-repeat,#f2efe9;
	padding: 70px 122px 44px;
	position: relative;
}
#topix::before{
	content: "";
	position: absolute;
	top: -22px;
	right: -22px;
	bottom: -22px;
	left: -22px;
	background: url("../images/index/topics_bg_lt.png")no-repeat top left,
				url("../images/index/topics_bg_rt.png")no-repeat top right,
				url("../images/index/topics_bg_lb.png")no-repeat bottom left,
				url("../images/index/topics_bg_rb.png")no-repeat bottom right;
}
#topix h3{
	color: #333333;
	font-size: 22px;
	font-weight: bold;
	position: absolute;
	top: -9px;
	left: 0;
	right: 0;
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#topix h3::after{
	content: "TOPIX";
	font-size: 60px;
	color: #f2efe9;
	letter-spacing: 1px;
	z-index: -1;
	position: absolute;
	top: -20px;
	left: 0;
	right: 0;
}
#topix ul{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: space-between;
	position: relative;
	align-items: center;
}
#topix ul li{
	background: url("../images/index/topics_menu.png")no-repeat center center;
	margin-bottom: 26px;
}
#topix ul li a{
	width: 232px;
	height: 110px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 20px;
	font-weight: bold;
	color: #535353;
	letter-spacing: 1px;
	text-align: center;
	display: block;
	line-height: 110px;
	text-decoration: none;
}
#topix ul li:nth-child(2) a,#topix ul li:nth-child(4) a{line-height: 1.2 !important;padding-top: 28px;height: 82px;}
#topix ul li a span{color: #cb9b19}
#topix ul li:first-child a span,#topix ul li:nth-child(3) a span,#topix ul li:nth-child(5) a span,#topix ul li:nth-child(6) a span{font-size: 40px;}
#topix ul li:nth-child(2) a span{font-size: 27px;letter-spacing: -3px;}
#topix ul li:nth-child(4) a span{font-size: 30px;}
#topix ul li:nth-child(5) a span{color: #f67686;}
#topix ul li:nth-child(6) a span{color: #6a71a9;}
#topix ul li a:hover,#topix ul li a:hover span{color: #cb9b19;transition: .2s;}

a.item_link{
	display: block;
	height: 43px;
	width: 478px;
	line-height: 43px;
	text-align: center;
	background: #d4c291;
	border: 1px solid #cb9b19;
	color: #ffffff;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -20px;
	margin: 0 auto;
	font-weight: 500;
	letter-spacing: 1px;
	font-size: 22px;
}
a.item_link:hover{background: #cb9b19;}

/*----------------------
top contents02
----------------------*/
#contents02{
	width: 100%;
	background: url("../images/index/contents02_bg.jpg")no-repeat center center;
	background-size: cover;
}
#contents02 .innerContents{
	padding: 150px 90px 124px;
}
.About_handling{
	background: rgba(255,255,255,.8);
	padding: 80px 120px 120px 60px;
	position: relative;
}
.About_handling::before{
	content: "";
	position: absolute;
	top: -55px;
	right: -95px;
	bottom: -55px;
	left: -95px;
	background: url("../images/index/contents02_kazari_l.png")no-repeat top left,
		url("../images/index/contents02_kazari_r.png")no-repeat bottom right;
		
}
#contents02 h3{
	color: #f67686;
	font-size: 30px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin-bottom: 35px;
	font-weight: bold;
}
#contents02 p{
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.9;
	margin-bottom: 35px;
}
#contents02 a{
	width: 280px;
	height: 40px;
	line-height: 40px;
	color: #ffffff;
	background: #f7919d;
	display: block;
	letter-spacing: 1px;
	text-align: center;
	font-weight: bold;
	position: absolute;
	right: 60px;
	bottom: 80px;
}
#contents02 a:hover{background: #f67686;}

/*----------------------
sub contents
----------------------*/
#mainsub{
	width: 100%;
	height: 500px;
	background: url(../images/common/h3.jpg) center center no-repeat;
	background-size: cover;
	text-align: center;
}
#mainsub_h3{padding-top: 97px;}
#mainsub h3{
	font-size: 30px;
	color: #333333;
	background: rgba(255,255,255,.7);
	text-align: center;
	padding: 35px 0 30px;
	font-weight: bold;
	line-height: 1.5;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	display: inline-block;
	width: 350px;
}
#mainsub h3 span{
	font-size: 15px;
	color: #f76987;
	display: block;
}

#contents{
	width: 100%;
	margin: 0 auto 250px;
	padding: 80px 0 80px;
	background: url("../images/index/contents01_bg_l.png")top left no-repeat,
	url("../images/index/contents01_bg_r.png")bottom right no-repeat;
	position: relative;
}
#contents::after{
	content: "";
	position: absolute;
	bottom: -250px;
	left: 0;
	right: 0;
	background: url("../images/index/contents02_bg.jpg")no-repeat center bottom;
	background-size: cover;
	height: 250px;
	width: 100%;
}

/*  article */
article{
	width: 1080px;
	margin: 0 auto;
}
article h4{
	margin-bottom: 55px;
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	color: #333333;
	letter-spacing: 1px;
	padding-bottom: 15px;
	position: relative;
}
article h4::after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 200px;
	height: 2px;
	background: #cb9b19;
}

article h5 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 35px;
	letter-spacing: 2px;
	color: #ffffff;
	background: #cb9b19;
	padding: 10px 15px;
	display: inline-block;
}

article h6{
	color: #cb9b19;
	font-weight:bold;
	font-size: 17px;
	margin-bottom: 20px;
	padding-left: 15px;
	position: relative;
	border-left: 4px solid #cb9b19;
}
article h6::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	
}

/*  section  */
article section{
	width: 100%;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	margin-bottom: 70px;
	padding: 30px 0 10px;
}
article section:last-child{
	margin-bottom: 35px;
}
article section p{
	font-size: 17px;
	font-weight: normal;
	color: #222222;
	margin-bottom: 15px;
	line-height: 1.6em;
	letter-spacing: 0.9px;
	text-align: justify;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
section a{
	color: #f76987;
	text-decoration: underline;
	font-weight: bold;
	font-size: 18px;
}
section a:hover{
	color: #cb9b19 !important;
	text-decoration: none;
}



/*----------------------
footer
----------------------*/
footer{
	width: 100%;
	background: #FFFFFF;
}
/*  innerFooter  */
#innerFooter{
	width: 1080px;
	margin: 0 auto;
	padding: 65px 0 58px;
}
#infoFooterL{
	float: left;
	width: 495px;
	background: url("../images/common/footer_img.jpg") right 0 no-repeat;
}
footer h2{
	margin-bottom: 20px;
}
#infoFooterL address,#infoFooterL p {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.0;
	margin-bottom: 8px;
}

#infoFooterR{
	float: right;
	width: 495px;
}
/*  footerMenu  */
#footerMenu{
	margin-bottom: 30px;
}
#footerMenu ul{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}
#footerMenu ul li{
	flex-basis: 165px;
	margin-bottom: 10px;
	width: 165px;
}
#footerMenu ul li a{
	color: #2f2f2f;
	font-weight: bold;
	width: 165px !important;
}
#footerMenu a:hover{
	text-decoration:underline;
}

/*  copyright  */
#copyright{
	border-top: 1px solid #333333;
	padding-top: 34px;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
}

/*----------------------
pagetop button
----------------------*/
.pagetop{
	position: fixed;
	bottom: 30px;
	right: 55px;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(0.3);
	-moz-transform: scale(0.3);
	-ms-transform: scale(0.3);
	-o-transform: scale(0.3);
	transform: scale(0.3);
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
.pagetop a {}
.pagetop.show{
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

/*=====================
汎用クラス
=====================*/
a img.delay{
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
div.penetrate:hover{
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
a:hover img.penetrate{
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
img.grow{
	-webkit-transition:0.2s ease-in-out;
	-moz-transition:0.2s ease-in-out;
	-ms-transition:0.2s ease-in-out;
	-o-transition:0.2s ease-in-out;
	transition:0.2s ease-in-out;
}
img.grow:hover{
	-webkit-transform:scale(1.2,1.2);
	-moz-transform:scale(1.2,1.2);
	-ms-transform:scale(1.2,1.2);
	-o-transform:scale(1.2,1.2);
	transform:scale(1.2,1.2);
}

.box-under-shadow{
	-webkit-box-shadow:0px 3px 3px -3px rgba(0,0,0,0.6);
	-moz-box-shadow:0px 3px 3px -3px rgba(0,0,0,0.6);
	box-shadow:0px 3px 0px -3px rgba(0,0,0,0.6);
}
.pad01{
	padding-left:1em;
	text-indent:-1em;
}
.pad02{
	padding-left:2em;
	text-indent:-2em;
}
img.waku01{
	border:solid 1px #ddd;
}
img.waku02{
	padding:4px;
	border:solid 1px #dddddd;
	background: #FFFFFF;
}
.innerContents{
	width: 1080px;
	margin: 0 auto;
}
.center{
	margin: 0 auto;
}

/*=====================
	便利クラス
=====================*/
.bold {font-weight:bold !important;}
.font-size10{font-size:10px !important;}
.font-size11{font-size:11px !important;}
.font-size12{font-size:12px !important;}
.font-size13{font-size:13px !important;}
.font-size14{font-size:14px !important;}
.font-size15{font-size:15px !important;}
.font-size16{font-size:16px !important;}
.font-size17{font-size:17px !important;}
.font-size18{font-size:18px !important;}
.font-size19{font-size:19px !important;}
.font-size20{font-size:20px !important;}
.font-size21{font-size:21px !important;}
.font-size22{font-size:22px !important;}
.font-size23{font-size:23px !important;}
.font-size24{font-size:24px !important;}
.font-size100{font-size:100% !important;}
.font-size120{font-size:120% !important;}
.font-size140{font-size:140% !important;}

/* テキスト配色設定 */

.color-blue1{color:#abc5ea  !important;}
.color-blue2{color:#366bb7 !important;}
.color-blue3{color:#0018ff !important;}
.color-blue4{color:#7BA7FF !important;}

.color-white{color:#FFFFFF !important;}

.color-red1{color:#FF0001 !important;}
.color-red2{color:#cd0000 !important;}

.color-pink1{color:#ef9191 !important;}
.color-pink2{color:#fb2bb9 !important;}
.color-pink3{color:#eb86df !important;}

.color-brown1{color:#6d4f2b !important;}
.color-brown2{color:#4e422e !important;}

.color-green1{color:#dbedc6 !important;}
.color-green2{color:#5b8c21 !important;}
.color-green3{color:#446e18 !important;}
.color-green4{color:#9fa776 !important;}

.color-orange1{color:#ff6600 !important;}

/* テキスト配置 */

.alignC{text-align:center !important;}
.alignL{text-align:left !important;}
.alignR{text-align:right !important;}
.alignJ{text-align: justify !important;}

.floatL{float:left !important;}
.floatR{float:right !important;}
.floatL20{float:left !important; margin-right:20px !important; margin-bottom:20px !important;}
.floatR20{float:right !important; margin-left:20px !important; margin-bottom:20px !important;}
.floatL40{float:left !important; margin-right:40px !important; margin-bottom:40px !important;}
.floatR40{float:right !important; margin-left:40px !important; margin-bottom:40px !important;}

/* padding */

.p0{padding:0 !important;}
.p10{padding:10px !important;}

.pt0{padding-top:0 !important;}
.pt10{padding-top:10px !important;}
.pt20{padding-top:20px !important;}
.pt30{padding-top:30px !important;}
.pt40{padding-top:40px !important;}

.pb10{padding-bottom:10px !important;}
.pb20{padding-bottom:20px !important;}

.pr0{padding-right:0 !important;}
.pr10{padding-right:10px !important;}
.pr20{padding-right:20px !important;}

.pl0{padding-left:0px !important;}
.pl10{padding-left:10px !important;}
.pl20{padding-left:20px !important;}
.pl30{padding-left:30px !important;}
.pl40{padding-left:40px !important;}
.pl50{padding-left:50px !important;}

/* margin */

.m0{margin:0 !important;}
.m5{margin:5px !important;}
.m10{margin:10px !important;}

.mt0{margin-top:0 !important;}
.mt5{margin-top:5px !important;}
.mt10{margin-top:10px !important;}
.mt20{margin-top:20px !important;}
.mt25{margin-top:25px !important;}
.mt30{margin-top:30px !important;}
.mt80{margin-top: 80px !important; }

.mb0{margin-bottom:0 !important;}
.mb3{margin-bottom:3px !important;}
.mb5{margin-bottom:5px !important;}
.mb10{margin-bottom:10px !important;}
.mb13{margin-bottom: 13px!important;}
.mb15{margin-bottom:15px !important;}
.mb20{margin-bottom:20px !important;}
.mb25{margin-bottom:25px !important;}
.mb30{margin-bottom:30px !important;}
.mb35{margin-bottom:35px !important;}
.mb40{margin-bottom:40px !important;}
.mb50{margin-bottom:50px !important;}
.mb60{margin-bottom:60px !important;}
.mb70{margin-bottom:70px !important;}
.mb80{margin-bottom:80px !important;}
.mb90{margin-bottom:90px !important;}

.ml0{margin-left:0 !important;}
.ml5{margin-left:5px !important;}
.ml10{margin-left:10px !important;}
.ml15{margin-left:15px !important;}
.ml20{margin-left:20px !important;}
.ml25{margin-left:25px !important;}
.ml30{margin-left:30px !important;}
.ml40{margin-left:40px !important;}
.ml50{margin-left:50px !important;}
.ml60{margin-left:60px !important;}
.ml70{margin-left:70px !important;}

.mr0{margin-right:0 !important;}
.mr5{margin-right:5px !important;}
.mr10{margin-right:10px !important;}
.mr11{margin-right:13px !important;}
.mr15{margin-right:15px !important;}
.mr20{margin-right:20px !important;}
.mr25{margin-right:25px !important;}
.mr30{margin-right:30px !important;}
.mr40{margin-right:40px !important;}
.mr50{margin-right:50px !important;}

.width10{width:10% !important;}
.width20{width:20% !important;}
.width25{width:25% !important;}
.width30{width:30% !important;}
.width40{width:40% !important;}
.width50{width:50% !important;}
.width60{width:60% !important;}
.width70{width:70% !important;}
.width80{width:80% !important;}
.width90{width:90% !important;}
.width100{width:100% !important;}





/*========================================
下層ページ
========================================*/
.box01{background: rgba(255,255,255,.65);box-shadow: 0 3px 10px rgba(0,0,0,0.15);padding: 30px 50px;}

.hard_T{font-weight: bold;color: #f67686;font-size: 23px;}

dl.Description_list{font-size: 18px;margin-bottom: 30px;}
dl.Description_list::after {content: "";clear: both;display: block;}
dl.Description_list dt,dl.Description_list dd{display: block;padding: 0.5em 0;margin-bottom: 20px;font-weight: bold;}
dl.Description_list dt{float: left;clear: left;width: 180px;background: #dab95e;color: #ffffff;text-align: center;}
dl.Description_list dd{float: left;width: 350px;margin-left: 30px;}

a.link_Btn{display: block;;line-height: 50px;width: 320px;background: #f7919d;text-decoration: none;color: #ffffff;text-align: center;margin: 0 auto;}
a.link_Btn:hover{background: RGBA(203,155,25,.7);color: #ffffff !important;}

.item_box{background: RGB(247,247,247);box-shadow: 0 3px 10px rgba(0,0,0,0.2);padding: 20px 60px;margin-bottom: 80px;}
.item_img{float: left;box-shadow: 0 0px 8px rgba(0,0,0,0.1);}
.item_img img{width: 300px;}
.item_info{float: right;width: 580px;}
.item_name{font-size: 22px;margin-bottom: 15px;font-weight: bold;}
.item_info dl.item_Symptoms{padding-bottom: 30px;border-bottom: 1px solid #333333;margin-bottom: 20px;display: block;}
dl.item_Symptoms dt{background: #535353;color: #ffffff;padding: 8px 15px;margin-right: 20px;display: inline-block;}
dl.item_Symptoms dd{display: inline-block;}
.item_info p{margin-bottom: 10px;}
.item_info p:last-child{margin-bottom: 0;}

.campaign_price{font-size: 25px;font-weight: bold;color: #D02424;}
.campaign_price span{font-size: 15px;}
ul.item_list dl.item_Symptoms dd{color: #535353;}

ul.item_list{display: flex;-webkit-display: flex;flex-flow: row wrap;-webkit-flex-flow: row wrap;justify-content: space-between;}
ul.item_list li{flex: 0 1 45%;margin-bottom: 50px;box-shadow: 0 1px 5px rgba(0,0,0,0.2);}
ul.item_list li a{display: block;text-decoration: none;background: RGB(247,247,247);padding: 20px 20px;position: relative;font-weight: normal;}
ul.item_list li a:hover{opacity: .7;}

.arrow01{display: block;position: absolute;right: 20px;bottom: 20px;width: 10px;}
.arrow01::after{position: absolute;content: '';width: 10px;height: 10px;border-top: solid 2px #cb9b19;border-right: solid 2px #cb9b19;-webkit-transform: rotate(45deg);transform: rotate(45deg);bottom: 0;right: 0;}


.acd-check{
    display: none;
}
.acd-label{
	position: relative;
	background: url(../images/index/topics_bg.png)center center no-repeat,#fff;
    color: #fff;
    display: block;
    margin-bottom: 20px;
    padding: 20px 20px 20px 50px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #535353;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 2px;
	cursor: pointer;
}
.acd-label:before {
	position: absolute;
	content: "▶";
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	color: #cb9b19;
}

.acd-label span {
	font-size: 25px;
	font-weight: bold;
}

.acd-label span.gold {
	color: #cb9b19;
}

.acd-label span.pink {
	color: #f67686;
}

.acd-label span.blue {
	color: #6a71a9;
}

.acd-content{
	display: none;
}

/* .acd-content{
	display: none;
    height: 0;
    opacity: 0;
    transition: .5s;
    visibility: hidden;
}
.acd-check:checked + .acd-label + .acd-content{
	display: block;
    height: auto;
    opacity: 1;
    visibility: visible;
} */


#eye,
#antiaging,
#skin,
#health_romotion,
#women,
#men {
	margin-bottom: 0;
	padding: 0;
}




.item_box02{
	background: RGB(247,247,247);
	box-shadow: 0 3px 10px rgba(0,0,0,0.2);
	padding: 30px 30px;margin-bottom: 80px;
	display: flex;
}

.item_img02{
	box-shadow: 0 0px 8px rgba(0,0,0,0.1);
	margin-right: 30px;
}

.item_img02 img{
	width: 300px;
}
