@charset "shift_jis";
/* mv
----------------------------------------------------------------------- */
.mv {
	background: url(/brand/kurocure/img/about_mv.jpg) center top no-repeat #fff;
}
/* about01
----------------------------------------------------------------------- */
.about01 .subTtl {
	margin-bottom: 59px;
}
.about01 p {
	text-align: center;
}
#contentsWrap .about01 .img {
	margin-bottom: 0;
}
/* about02
----------------------------------------------------------------------- */
.about02 .voice {
	background: #ffecf7;
	border-radius: 8px;
	padding: 50px 0 100px;
	margin: 50px 0 0;
}
.about02 section {
	margin: 80px 0 0;
}
.about02 section:first-child {
	margin: 0;
}
.about02 h4 {
	display: table;
	width: 890px;
	height: 56px;
	background: #fff;
	border-radius: 28px;
	margin: 0 auto 46px;
}
.about02 h4 span {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	color: #f465bb;
}
.about02 dl {
	position: relative;
	margin: 26px 0 0;
}
.about02 dl.type01 {
	padding: 0 0 0 171px;
}
.about02 dl.type02 {
	padding: 0 171px 0 0;
}
.about02 dt {
	width: 94px;
	text-align: center;
	position: absolute;
	top: 0;
}
.about02 dl.type01 dt {
	right: 900px;
}
.about02 dl.type02 dt {
	left: 900px;
}
.about02 dt span {
	display: block;
	margin: 5px 0 0;
}
.about02 dd {
	width: 634px;
	padding: 30px 34px;
	box-sizing: border-box;
	background: #fff;
	border-radius: 15px;
	box-shadow: 0px 0px 5px 0px rgba(26, 26, 26, 0.1);
	position: relative;
}
.about02 dd:before {
	content: "";
	display: block;
	width: 35px;
	height: 40px;
	background: no-repeat center;
	position: absolute;
	top: 63px;
}
.about02 dl.type02 dd {
	margin: 0 0 0 auto;
}
.about02 dl.type01 dd:before {
	background-image: url(/brand/kurocure/img/about_bg01.png);
	right: 100%;
}
.about02 dl.type02 dd:before {
	background-image: url(/brand/kurocure/img/about_bg02.png);
	left: 100%;
}
.about02 dd strong {
	text-decoration: underline;
	color: #f465bb;
}
