@charset "utf-8";

/* 物件概要ボタン */
.l-outline-list__inner {
	background: transparent;
	margin-bottom: 0;
	padding-top: 40px;
	padding-bottom: 120px;
}

.l-outline-list__items {
	max-width: 600px;
	margin: 0 auto;
	padding: 0 0 60px;
	padding-top: 0;
}

.l-outline-list__item:not(:first-child) {
	margin-top: 30px;
}

.l-outline-list__item a {
	color: #000;
	min-height: 80px;
	border: 1px solid #888;
	text-decoration: none;
	background: -webkit-gradient(linear, left top, right top, from(#eee), color-stop(50%, #fff), to(#eee));
	background: linear-gradient(to right, #eee 0%, #fff 50%, #eee 100%);
	display: block;
	position: relative;
	-webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1);
}

.l-outline-list__item a:hover {
	opacity: .7;
}

.l-outline-list__item a:before {
	content: '';
	width: 7px;
	height: 14px;
	margin: 0 10px 0 0;
	display: inline-block;
	background: url("../../img/common/arrow_B.png")no-repeat left center / 100% auto;
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.l-outline-list__item a:after {
	content: '';
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	display: block;
	border: 1px solid rgba(0, 0, 0, .25);
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 10;
}

.l-outline-list__name {
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.25;
	text-align: center;
	width: 100%;
	padding: 0 40px 0 30px;
	display: block;
	position: absolute;
	top: 55%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}


.l-subtitle {
	width: 100%;
	background-color: rgba(5, 15, 30, 0.85);
}

.l-subtitle .section-title {
	margin: 0 auto;
	border-color: #fff;
	color: #fff;
}

.l-subtitle .section-title {
	margin: 0 auto;
	border-color: #fff;
	color: #fff;
}

.l-subtitle .u-inner {
	background: transparent;
	padding: 30px 40px;
	margin: 0 auto;
}
