@charset "UTF-8";

/* TOPメイン */
header .main-cover {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 330px;
	background: url(/common/img/top_main.jpg) no-repeat center center;
	background-size: cover;
}
header .main-cover .main-cover-inner {
	max-width: 890px;
	height: 330px;
	margin: 0 auto;
	padding: 0 0 0 0;
}
header .main-cover .main-cover-inner p {
	position: absolute;
	top: 45%;
	left: 30px;
	width: 65%;
	height: auto;
	min-height: 25px;
	background: url(/common/img/pc_main_copy.png) no-repeat 0 0;
	background-size: contain;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
@media only screen and (max-width: 960px) {
	header .main-cover {
		height: 250px;
		background: url(/common/img/top_main.jpg) no-repeat 75% 50%;
		background-size: cover;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
	}
	header .main-cover .main-cover-inner {
		max-width: 100%;
		height: 250px;
	}
	header .main-cover .main-cover-inner p {
		top: 37.5%;
		left: 35px;
		width: 40%;
		min-height: 80px;
		background: url(/common/img/tb_main_copy.svg) no-repeat 0 0;
		background-size: contain;
	}
}
@media only screen and (max-width: 460px) {
	header .main-cover {
		height: 150px;
		background: url(/common/img/top_main.jpg) no-repeat 65% 50%;
		background-size: cover;
	}
	header .main-cover .main-cover-inner {
		max-width: 100%;
		height: 150px;
	}
	header .main-cover .main-cover-inner p {
		top: 37.5%;
		left: 15px;
		width: 50%;
		background: url(/common/img/sp_main_copy.svg) no-repeat 0 0;
		background-size: contain;
	}
}

/* TOPインフォメーション */
#information {
	width: auto;
	height: auto;
	margin: 50px auto;
	padding: 0 0 0 0;
}
#information h2 {
	display: inline-block;
	margin: 0;
	padding: 0;
	font-size: 1.7rem;
	font-weight: bold;
}
#information p {
	display: inline-block;
	margin: 0;
	padding: 0 0 0 25px;
	font-size: 1.4rem;
	font-weight: normal;
}
#information ul {
	margin: 10px 0;
	padding: 15px 0 0 0;
	font-size: 1.4rem;
	line-height: 2rem;
	border-top: 1px solid #999;
}
#information ul li {
	margin: 0 0 10px 0;
	padding: 0;
	vertical-align： top;
}
#information ul li span {
	display: block;
	width: 15%;
	vertical-align： top;
	float: left;
}
#information ul li em {
	display: block;
	width: 85%;
	float: right;
	vertical-align： top;
}
#information ul li a {
	color: #333;
}
#information ul li a:hover {
	color: #005bac;
}
@media only screen and (max-width: 960px) {
	#information p {
		padding: 0 0 0 20px;
		font-size: 1.3rem;
	}
	#information ul {
		font-size: 1.3rem;
	}
}
@media only screen and (max-width: 460px) {
	#information h2 {
		display: inline-block;
		font-size: 1.6rem;
	}
	#information ul {
		font-size: 1.3rem;
	}
	#information ul li span {
		width: 25%;
	}
	#information ul li em {
		width: 75%;
	}
}

/* TOPコンテンツバナー */
#nav-banner {
	width: auto;
	height: auto;
	margin: 75px auto 50px auto;
	padding: 0 0 0 0;
}
#nav-banner ul {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
}
#nav-banner ul li {
	position: relative;
	float: left;
	width: 32%;
	padding:0 2% 0 0;
}
#nav-banner ul li:last-child {
	padding:0;
}
#nav-banner ul li .thmb {
	width: 100%;
	height:90px;
	box-shadow:0px 2px 3px 1px #999999;
	-moz-box-shadow:0px 2px 3px 1px #999999;
	-webkit-box-shadow:0px 2px 3px 1px #999999;
}
#nav-banner ul li .thmb p {
	position: absolute;
	left: 15px;
	top: 15px;
	z-index: 110;
}
#nav-banner ul li .thmb p em {
	font-size: 1.6rem;
}
#nav-banner ul li .all-view {
	margin-top: 15px;
	font-size: 1.3rem;
}
@media only screen and (max-width: 960px) {
	#nav-banner {
		margin: 50px auto 50px auto;
	}
}
@media only screen and (max-width: 640px) {
	#nav-banner ul li {
		position: relative;
		float: left;
		width: 47%;
		margin-bottom: 35px;
		padding:0 3% 0 0;
	}
	#nav-banner ul li:nth-child(2){
		padding:0;
	}
	#nav-banner ul li:last-child {
		margin-bottom: 0;
	}
}
@media only screen and (max-width: 460px) {
	#nav-banner {
		margin: 40px auto 40px auto;
	}
	#nav-banner ul li {
		position: relative;
		float: none;
		width: auto;
		padding:0 0 20px 0;
	}
	#nav-banner ul li .thmb p {
		left: 20px;
		top: 32px;
	}
	#nav-banner ul li .thmb p em {
		font-size: 2rem;
	}
	#nav-banner ul li .all-view {
		font-size: 1.2rem;
	}
}
