@charset "UTF-8";
/************************************************************
 * UTF-8で保存してください。
 ************************************************************/

/*基盤*/
body, #proContents, #proContents p{
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
#proContents {
	width: 100%;
	overflow: hidden;
}
div#proContents ul, div#proContents li {
	list-style: none;
}

div#proContents a:link {
	color: #0099FF;
}
div#proContents a:visited {
	color: #0099FF;
}
div#proContents a:hover {
	color: #ff6600;
}
div#proContents a:active {
	color: #ff6600;
}
img {
	vertical-align: bottom;
}
#contents {
	width: 100%;
	background: url("../images/bg.png")center top;
	text-align: center;
}

.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}

.pt30{
	padding-top: 30px;
}

.wrapper{
	width: 940px;
	margin: 0 auto;
	overflow: hidden;
	font-size: 0;
}
.white{
	color: white;
}

/*ページトップ*/

div#page_top_wrap {
	width: 960px;
	margin: 0 auto;
	margin-bottom: 30px;
	padding-top: 30px;
	text-align: right;
}
div#page_top_wrap p {
	width: 960px;
}

/*menu*/
.headBox{
	position: absolute;
	z-index:100;
	width: 100%;
	background: #efff5c;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	box-sizing: border-box;
	padding: 10px 0;
}
.headBox .wrapper{
	display: flex;
}

.headBox.fixed{
	position:fixed;
	top: 0;
}
.left-box{
	margin: 0 auto 40px 0;
}
.left-box h3{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
	width: 200px;
	height: 200px;
}
.right-box{
	margin: 0 0 40px auto;
}
.right-box h3{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 20px;
	margin: auto;
	width: 200px;
	height: 200px;
}
.left-box h3.big,.right-box h3.big{
	width: 215px;
	height: 215px;
}
.left-box ul{
	width: 560px;
	margin: 0 auto 0 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.right-box ul{
	width: 560px;
	margin: 0 50px 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.left-box ul li,.right-box ul li{
	margin-bottom: 30px;
}
.left-box ul li:nth-last-child(-n+3),.right-box ul li:nth-last-child(-n+3){
	margin-bottom: 0;
}

/*main*/
#main{
	width: 980px;
    margin: 0 auto 60px;
    padding-top: 60px;
}

/*section*/
.section1,.section2{
	width: 980px;
	margin: 0 auto 40px;
}

.section3 h3{
	top: 30px;
	bottom: initial;
	left: 30px;
}
.section3 ul.area{
	width: 560px;
	height: 520px;
	position: relative;
	background: url("../images/bg_area.png")center top no-repeat;
}
.section3 ul.area li{
	position: absolute;
}
.section3 ul.area li.north{
	top: 100px;
	left: 130px;
}
.section3 ul.area li.center{
	top: 325px;
	left: 120px;
}
.section3 ul.area li.east{
	top: 230px;
	left: 330px;
}
.section3 ul.area li.south{
	top: 420px;
	left: -70px;
}
.section3 ul.anker{
	width: 770px;
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.section3 ul.anker li{
	margin: 0;
}

/*search*/
.outer{
	width: 980px;
	margin: 0 auto;
	position: relative;

}
.section3,.section4,.section5,.section6,.section7{
	width: 870px;
	background: rgba(0, 70, 255, 0.75);
	position: relative;
	padding: 50px 0;
}

.section8{
	width: 920px;
	margin: 0 auto 40px;
	background: rgba(220, 240, 240, 0.6);
	border: 1px solid #000;
	box-sizing: border-box;
	padding: 20px 0;
}
.section8 h4{
	margin: 20px 0;
}
.section8 ul{
	width: 860px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.section8 ul li{
	margin-bottom: 15px;
}
.section8 #south ul:after{
	width: 270px;
	height: 60px;
	display: block;
	content: "";
}
.contents_inner{
	padding-top: 60px;
	margin-top: -60px;
}


.section9{
	padding: 0 0 40px;
}