@charset "shift_jis";

/* 下層共通
----------------------------------------------------------------------- */
#mv {
	position: relative;
}
.pageTtl {
	z-index: 100;
	width: 100%;
	font-size: 21px;
	line-height: 1.3;
	text-align: center;
	background-color: #ec7aaa;
	color: #ffffff;
	padding: 10px 0;
}
.pageTtl span {
	font-size:15px;
	display: inline-block;
	line-height: 1.5;
}
.copy, .text {
	font-size: 16px;
	line-height: 1.6;
	margin-top: 10px;
}
.inner > img {
	width: 90%;
	margin: 15px auto 10px auto;
	display: block;
}
.bgPink {
	background: #fff4f8;
	padding-bottom: 25px;
}

/* アンカーリンク */
.linkList {
	font-size: 16px;
	font-weight: bold;
	margin-top: 15px;
	background: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 5px;
}
.linkList li {
	background: url('/brand/smg_b/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: #ec7aaa;
}

/* 見出し */
.subTtl01 {
	font-size : 18px;
	line-height: 1.4;
	margin: 30px 0 20px;
	padding: 5px 0 5px 15px;
	color: #ec7aaa;
	border-left: 5px solid #ec7aaa;
	border-bottom: 1px dotted #ec7aaa;
}
.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: #ec7aaa;
	text-align: center;
}
.subTtl03 {
	font-size : 18px;
	line-height: 1.4;
	margin: 15px 0;
	color: #ec7aaa;
	text-align: center;
}

/* 下層リンク */
#contents {
	border-top: 1px solid #fff;
	margin-top: 30px;
	padding-bottom: 30px;
	background: #fff;
}
.bgPink + #contents {
	border-top: none;
	margin-top: 0;
}
.btnCheck {
	padding: 20px 0 10px;
	line-height: 1;
}
.btnCheck a {
	display: block;
	margin-top: 6px;
}
#contents ul li {
	float: left;
	width: 49%;
	margin: 0 2% 10px 0;
	background-color: #ec7aaa;
	border: 2px solid #ec7aaa;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#contents ul li:nth-child(2n) {
	margin-right: 0;
}
#contents ul li a {
	display: block;
	height: 100%;
}
#contents ul li p {
	padding: 20px 20px 20px 10px;
	background: url('/brand/smg_b/sp/img/top_arrow01.png') no-repeat 95% center;
	background-size: 13px;
	-webkit-background-size: 13px;
	color: #fff;
	display: table;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: middle;
	line-height: 1.5;
}
#contents ul li span {
	display: table-cell;
	vertical-align: middle;
}
#contents ul li span b {
	display: block;
}