@charset "UTF-8";

.Main_Stage_Area {
	position: relative;
}
.Main_Stage {
	width: 100%;
	background: #fff url("../images/main_top_sp.jpg") no-repeat center center;
	text-indent: -9999px;
	height: 0;
	/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
	padding-bottom: 67.875%;
	background-size: 100%;
	margin-top: -10px;
}
#PageHeader h1 {
	font-weight: bold;
	margin: 0 0 5px;
	font-size: 1.45em !important;
}
#PageHeader .sec-lead {
	font-size: 0.92em;
}
.pc_only {
	display: none!important;
}
.inner-box {
	margin: 0px 5px auto;
	text-align: left;
}

#SITE-BODY-AREA h2.type01 {
	font-weight: normal;
	color: #4d4d4d;
	font-size: 2.0em;
	border-top: none;
	padding-top: 0;
	margin: 10px 0;
	font-style: normal;
}
#SITE-BODY-AREA h2.type01 .ttl01 {
	color: #1650a0;
	margin-right: .25em;
	padding-left: 13px;
}
#SITE-BODY-AREA h2.type01 .ttl02, #SITE-BODY-AREA h2.type01 .ttl01 {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Verdana', sans-serif;
	letter-spacing: -2px;
}

#SITE-BODY-AREA h2.type01 .ttl03 {
	display: block;
	border-top: 1px solid #4d4d4d;
	font-size: 0.7em;
	padding: 3px 0 0 25px;
}
.feature_list {
	position: relative;
	overflow: hidden;
	margin-right: -20px;
}
.feature_list .pickupUnit {
	width: -moz-calc((100% / 2) - 16px);
	width: -webkit-calc((100% / 2) - 16px);
	width: calc((100% / 2) - 16px);
	float: left;
	margin-left: 0;
	margin-right: 8px;
	margin-bottom: 10px;
	position: relative;
	padding-bottom: 4px;
	border: 1px solid #cdcdcd;
	border-radius: 10px / 10px;
}
.pickupUnit .image {
	position: relative;
	display: block;
}
.pickupUnit img {
	max-width:100%;
	border-radius: 10px 10px 0 0 / 10px 10px 0 0;
}
.pickupUnit .show {
	text-align: right;
	position: absolute;
	right: 12px;
	bottom: 3px;
	background: url(/template/common/img_2/icons_01.png) no-repeat -550px -64px;
	padding: 2px 0 2px 15px;
	text-decoration: underline;
}
.pickupUnit .text {
	display: none;
}
.pickupUnit .title {
	font-size: 14px;
	font-weight: bold;
	margin: 2px 9px 27px;
	display: block;
	line-height: 1.2;
}
#BANNER-CONTENT {
	text-align: center;
	border-top: 1px dotted #4d4d4d;
	padding-top: 20px;
	margin-top: 15px;
	border-bottom: 1px dotted #4d4d4d;
	margin-bottom: 15px;
	padding-bottom: 10px;
}
#SITE-BODY-AREA #Endlist h2 {
	position: relative;
	padding: 10px 10px 10px 30px;
	border: 1px solid #ccc;
	background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
	background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
	box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
	font-size: 1.2em;
	font-weight: bold;
	font-style: normal;
	margin-bottom: 15px;
	color: #1650a0;
}
#SITE-BODY-AREA #Endlist h2::after {
	position: absolute;
	top: 5px;
	left: .6em;
	z-index: 2;
	content: '';
	width: 5px;
	height: 26px;
	background-color: #1650a0;
}
.page_top {
	margin-top: 18px;
	margin-right: 10px;
	margin-bottom: 3px;
	text-align: right;
}
.page_top a {
	color: #4d4d4d;
}
