@charset "shift_jis";

/* 下層共通
----------------------------------------------------------------------- */
#mv {
	position: relative;
}
#mv + #lead {
	margin-top: 15px;
}
.pageTtl {
	z-index: 100;
	width: 100%;
	font-size: 21px;
	line-height: 1.3;
	text-align: center;
	background-color: #f465bb;
	color: #ffffff;
	padding: 10px 0;
}
#mv h2.l_sp01 {
    letter-spacing: -0.05em;
}
.copy, .text {
	font-size: 16px;
	line-height: 1.6;
	margin-top: 15px;
}
.subTtl01 + .text {
	margin-top: 0;
}
.inner > img {
	width: 90%;
	margin: 15px auto 10px auto;
	display: block;
}

/* アンカーリンク */
.linkList {
	font-size: 16px;
	font-weight: bold;
	margin-top: 15px;
	background: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 5px;
}
.linkList li {
	background: url('/brand/kurocure/sp/img/common_arrow04.png') 15px center no-repeat;
	-webkit-background-size: 15px 15px;
	background-size: 15px 15px;
}
.linkList li:not(:last-child) {
	border-bottom: 1px solid #cccccc;
}
.linkList li a {
	display: block;
	padding: 10px 10px 10px 40px;
	color: #f465bb;
	line-height: 1.3;
}

/* 見出し */
.subTtl01 {
	font-size : 18px;
	line-height: 1.4;
	margin: 30px 0;
	padding: 5px 0 5px 15px;
	color: #f465bb;
	border-left: 5px solid #f465bb;
	border-bottom: 1px dotted #f465bb;
}
.subTtl02 {
	margin: 30px 0 10px 0;
	padding: 0 10px;
	font-size: 16px;
	line-height: 1.4;
	font-weight: bold;
}
.subTtl03 {
	font-size : 18px;
	line-height: 1.4;
	margin: 15px 0;
	color: #f465bb;
	text-align: center;
}

/* 下層リンク */
#contents {
	border-top: 1px solid #cccccc;
	padding-bottom: 30px;
	margin-top: 30px;
}

#contents .bnr01{
	margin: 30px 0;
}
#contents .bnr01 a{
	display: block;
	background: #ffffff;
	border: 2px solid #f465bb;
}
#contents .bnr01Wrap{
	display: table;
	padding: 15px 5px 15px 15px;
	margin: 0 auto;
}
#contents .bnr01 img{
	display: table-cell;
	vertical-align: middle;
	width: 120px;
	padding-right: 15px;
}
#contents .bnr01 .textRight{
	display: table-cell;
	vertical-align: middle;
	line-height: 1.4;
	width: 170px;
	color: #c09808;
}
#contents .bnr01 .textRight b{
	margin-bottom: 5px;
	display: block;
	font-size: 18px;
	color: #000;
}
#contents .bnr01 .textBottom{
	font-weight: bold;
	line-height: 1.5;
	background: #f465bb url('/brand/kurocure/sp/img/top_arrow01.png') no-repeat 95% center;
	background-size: 13px;
	-webkit-background-size: 13px;
	padding: 10px;
	color: #ffffff;
}