@charset "utf-8";
/* ============================================
	TOP KV
============================================ */
.top_kv{
	position: relative;
	display: block;
	margin: 0px auto 0px auto;
	padding-top: 80px;
	background:url("../images/top/kv_bg.jpg") no-repeat 50% top;
	background-size:cover;
	overflow: hidden;
}
.top_kv .box{
	width:1000px;
	margin: 50px auto 275px auto;
	padding: 100px 0px 0px 0px;
	background:url("../images/common/map02.png") no-repeat 50% 50%;
	background-size:580px;
}
.top_kv .box .logo{
	width:701px;
	margin: 0px auto 0px auto;
}
.top_kv .box p{
	position: relative;
	width: 800px;
	display: block;
	margin: 50px auto 0px auto;
	padding:40px 52px 30px 52px;
	font-size:18px;
	line-height:30px;
	font-weight: bold;
	color: #333333;
	border: 3px solid #100387;
	background-color: #ffffff;
	-webkit-border-radius:10px 10px 10px 10px;
	-moz-border-radius:10px 10px 10px 10px;
	border-radius:10px 10px 10px 10px;
}
.top_kv .box .catch{
	position: absolute;
	top: -23px;
	left: 0;
	right: 0;
	width:395px;
	margin: 0px auto 0px auto;
}

/* ============================================
	一覧
============================================ */
.top_list{
	position: relative;
	width: 100%;
	overflow: hidden;
	background-color: #ebfeff;
}
.top_list .box{
	position: relative;
	width: 900px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
}
.top_list .box ul{
	display: block;
	margin:0px auto 0px auto;
	padding:0px;
	list-style:none;
}
.top_list .box ul:after{
	content: ".";
	display:block;
	visibility:hidden;
	height:0px;
	font-size:0em;
	line-height:0;
	clear:both;
}
.top_list .box ul li{
	display:block;
	width: 440px;
	margin:0px 20px 20px 0px;
	padding:0px;
	float: left;
	overflow: hidden;
	border:3px solid #100387;
	background-color: #ffffff;
	-webkit-border-radius:10px 10px 10px 10px;
	-moz-border-radius:10px 10px 10px 10px;
	border-radius:10px 10px 10px 10px;	
}
.top_list .box ul li:nth-child(2n){
	margin:0px 0px 20px 0px;
}
.top_list .box ul li a{
	display: block;
	text-decoration: none;
	transition:all .2s ease;
}
.top_list .box ul li a:hover{
	background-color: #f6ebbe;
}
.top_list .box ul li a:hover img{
	opacity: .9;
}
.top_list .box ul li:nth-child(3) a{
	height: 540px;
}
.top_list .box ul li:nth-child(4) a{
	height: 540px;
}
.top_list .box ul li .imgarea{
	width: 100%;
	margin: 0px auto 10px auto;
	padding:0px;
	background-color: #ffffff;
}
.top_list .box ul li .imgarea img{
	width:100%;
	transition:all .2s ease;
}
.top_list .box ul li .txtarea{
	width:100%;
	margin: 0px auto 0px auto;
	padding:0px 20px 15px 20px;
}
.top_list .box ul li .txtarea h3{
	display: block;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	font-size:20px;
	line-height:28px;
	color: #100387;
}
.top_list .box ul li .txtarea h3 span{
	display: block;
}
.top_list .box ul li .txtarea h3 strong{
	font-size:28px;
}
.top_list .box ul li .txtarea p{
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size:14px;
	line-height:24px;
	color: #333333;
	font-weight: bold;
}

@media screen and (max-width: 1000px) {
/* ============================================
	TOP KV
============================================ */
.top_kv .box{
	width:90%;
}
.top_kv .box .logo{
	width:80%;
}
.top_kv .box p{
	width:90%;
}

/* ============================================
	一覧
============================================ */
.top_list .box{
	width: 90%;
}
.top_list .box ul li{
	width: 49%;
	margin:0px 2% 2% 0px;
}
.top_list .box ul li:nth-child(2n){
	margin:0px 0px 2% 0px;
}
.top_list .box ul li a{
	height: 540px;
}
}

@media screen and (max-width: 768px) {
/* ============================================
	TOP KV
============================================ */
.top_kv .box{
	width:90%;
	margin: 30px auto 0px auto;
	padding: 150px 0px 140px 0px;
	background:url("../images/common/map01.png") no-repeat 50% top;
	background-size:75%;
}
.top_kv .box .logo{
	width:100%;
}
.top_kv .box p{
	width:100%;
	margin: 30px auto 0px auto;
	padding:8% 5% 5% 5%;
	font-size:18px;
	line-height:30px;
}
.top_kv .box .catch{
	position: absolute;
	top: -25px;
	width:80%;
}
	
/* ============================================
	一覧
============================================ */
.top_list .box{
	width: 90%;
}
.top_list .box ul li{
	width:100%;
	margin:0px 0px 30px 0px;
	float:none;
}
.top_list .box ul li:nth-child(2n){
	margin:0px 0px 30px 0px;
}
.top_list .box ul li a{
	height: auto !important;
}
.top_list .box ul li .txtarea h3{
	font-size:24px;
	line-height:28px;
}
.top_list .box ul li .txtarea h3 strong{
	font-size:30px;
}
.top_list .box ul li .txtarea p{
	font-size:14px;
	line-height:24px;
}
}