/* CSS Document */
#loader-bg {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #fff;
	z-index: 1;
}
#loader-inner {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 108px;
	height: 108px;
	margin-top: -54px;
	margin-left: -54px;
	text-align: center;
	color: #2a3776;
	z-index: 2;
}
#main {
	background: url(../img/index/main.jpg) bottom center no-repeat;
	background-size: cover;
	position: relative;
}
#main p.logo {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#main > a {
	position: absolute;
	bottom: 20px;
	left: 50%;
	z-index: 2;
	display: inline-block;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	text-decoration: none;
	color: #fff;
	padding-bottom: 30px;
	font-size: 1.2rem;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
	margin-left: -2.4em;
}
#main > a span {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 36px;
	height: 36px;
	margin-left: -18px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: sdb 1.5s infinite;
	animation: sdb 1.5s infinite;
	box-sizing: border-box;
}
@-webkit-keyframes sdb {
	0% {
		-webkit-transform: rotate(-45deg) translate(0, 0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		-webkit-transform: rotate(-45deg) translate(-20px, 20px);
		opacity: 0;
	}
}
@keyframes sdb {
	0% {
		transform: rotate(-45deg) translate(0, 0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: rotate(-45deg) translate(-20px, 20px);
		opacity: 0;
	}
}
.contents .lead {
	padding: 80px 0 110px;
}
.contents .lead h2 {
	text-indent: 1.6em;
}
.contents .lead p {
	font-size: 1.6rem;
	text-align: center;
	line-height: 2.4;
}
.contents .lead p span {
	display: inline-block;
}
.contents .news {
	background: #f7f5f3;
	padding: 50px 0 100px;
}
.contents .news h3 {
	font-size: 2.6rem;
	text-align: center;
	color: #2a3776;
	margin-bottom: 30px;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
}
.contents .news ul li {
	display: block;
	padding: 20px 0;
}
.contents .news ul li:nth-child(odd) {
	background: #e6e0dc;
}
.contents .news ul li .inner {
	display: table;
	width: 94%;
	max-width: 960px;
	margin: 0 auto;
	overflow: hidden;
}
.contents .news ul li .inner .date {
	display: table-cell;
	width: 13%;
}
.contents .news ul li .inner a {
	display: table-cell;
}
.contents .join {
	display: none;
}
@media screen and (max-width:767px) {
	#loader-inner {
		width: 54px;
		height: 54px;
		margin-top: -27px;
		margin-left: -27px;
	}
	#main p.logo {
		width: 150px;
	}
	.contents .lead {
		padding: 40px 0 60px;
	}
	.contents .lead p {
		font-size: 1.4rem;
		line-height: 2.0;
	}
	.contents .news {
		padding: 25px 0;
	}
	.contents .news h3 {
		font-size: 1.8rem;
		margin-bottom: 20px;
	}
	.contents .news ul li {
		padding: 15px 0;
	}
	.contents .news ul li .inner .date,
	.contents .news ul li .inner a {
		display: block;
	}
	.contents .join {
		display: block;
		margin: 30px 0 50px;
	}
	.contents .join p.btn a {
		display: block;
		width: 87%;
		max-width: 310px;
		margin: 0 auto;
		text-align: center;
		color: #2a3776;
		padding: 12px 0;
		background: #fff url(../img/arrow_b.png) 94% 45% no-repeat;
		background-size: 28px 9px;
		border: 1px solid #2a3776;
	}
	.contents .join p.btn a:hover {
		text-decoration: none;
	}
}