  @charset "utf-8";

body {
	min-width: 980px;
}

/* -- box layout
-------------------------------------------------------------------------------- */
article {
	line-height: 1.75;
	padding-bottom: 180px;
	position: relative;
	text-align: left;
	z-index: 0;
	overflow: hidden;
}
article > section {
	width: 100%;
	padding: 0 5%;
	box-sizing: border-box;
}
article + p {
	bottom: 120px;
	display: none;
	height: 44px;
	overflow: hidden;
	position: fixed;
	right: 20px;
	width: 44px;
	z-index: 9;
}
article + p a {
	background: url(/rec/re_uturn/common/img/btn_top.png) no-repeat 0 0;
	display: block;
	height: 44px;
	text-indent: -99em;
	width: 44px;
}
footer {
	clear: both;
	width: 100%;
	z-index: 8;
	background: #232323;
	color: #fff;
	display: block;
	font-size: 12px;
	height: 32px;
	padding-top: 20px;
}

/* -- header
-------------------------------------------------------------------------------- */
header > p {
	border-top: 3px solid #016ac3;
	display: block;
	padding: 23px 5% 0;
	height: 55px;
	text-align: left;
}
header > p img {
	width: 327px;
}


/* -- contents
-------------------------------------------------------------------------------- */
article > h1 {
	background: url(/rec/re_uturn/common/img/p01_vis.jpg) no-repeat;
	background-size: cover;
	display: block;
	height: 270px;
	min-width: 980px;
	padding: 130px 5% 0;
	width: 90%;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.re_img {
	position: relative;
	padding: 0 410px 0 0;
	margin: 0 0 80px 0 !important;
}
.re_img img {
	position: absolute;
	bottom: 0;
	right: 0;
}
section + p img {
	width: 100%;
}

.data > dl {
	font-size: 17px;
	display: block;
	border-top: 2px solid #f2f2f2;
}
.data > dl > dt {
	font-weight: bold;
	padding-top: 25px;
}
.data > dl > dd {
	padding-left: 140px;
	margin: -1.75em 0 0 0;
	padding-bottom: 35px;
	border-bottom: solid 1px #f2f2f2;
}
.data > dl > dd span {
	font-size: 14px;
	color: #666;
	display: block;
}
.data > dl > dd dd {
	margin: -1.75em 0 0 12em;
}
.data > dl > dd dt.re_txt2 {
	margin: 15px 0 0 0;
}
article > div.download {
	background: none;
	text-align: center;
}
article > div.download img {
	width: 313px;
}

article section h2,
article section h3 {
	font-size: 28px;
	line-height: 1.35;
	display: block;
}
article section h2 {
	margin: 50px 0 20px;
	padding: 0 410px 0 0;
}
article section p {
	font-size: 14px;
	line-height: 2;
	margin-bottom: 1em;
}
article > div {
	background: #f1f1f1;
	padding: 30px 5% 5px;
	margin: 30px 0 0;
}
article div h3 {
	font-size: 28px;
	line-height: 1.35;
	margin-bottom: 40px;
	position: relative;
	text-align: center;
}
article div h3:after {
	content: "";
	display: block;
	width: 90px;
	height: 1;
	border-top: solid 2px #016ac3;
	margin: 15px auto 0;
}
article > div ul {
	display: block;
	overflow: hidden;
}
article > div ul li {
	display: block;
	float: left;
	width: 30%;
	margin-left: 5%;
	padding-bottom: 25px;
}
article > div ul li:nth-child(3n+1) {
	margin-left: 0;
	clear: both;
}
article > div ul li img {
	width: 100%;
}
article > div ul li dl {
	font-size: 14px;
	margin-top: 10px;
}
article > div ul li dt {
	font-size: 18px;
	color: #016ac3;
	display: block;
	margin-bottom: 5px;
}
article section:nth-of-type(n+2),
article section:nth-of-type(n+2) figure {
	margin-top: 80px;
}
article section h3 {
	margin-bottom: 50px;
	position: relative;
	text-align: center;
}
article section h3:after {
	content: "";
	display: block;
	width: 90px;
	height: 1;
	border-top: solid 2px #016ac3;
	margin: 15px auto 0;
}