@charset "utf-8";
/* CSS Document */
#page_title{
	background-image:url(index/bg_title.jpg);
}

#contents h2{
	width: 60%;
	color: #1A90B5;
	font-size: 20px;
	text-align: center;
	margin: 40px auto 20px auto;
	padding-bottom: 5px;
	border-bottom: 3px solid #1A90B5;
}

/*-----------------------------------------------------------*/
.page_left_bn{
	display: none;
}

/*-----------------------------------------------------------*/
.pagenavi_wrap{
	width:100%;
	margin:0px auto;
	overflow:hidden;
}

.pagenavi{
	width:100%;
	margin:0px auto;
	overflow:hidden;
}

.pagenavi ul{
	width:80%;
	margin: 20px auto 30px auto;
	overflow: hidden;
	list-style-type: none;
}

.pagenavi ul li{
	width:100%;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	padding: 5px 0px;
	border-top: 1px solid #1A90B5;
}

.pagenavi ul li:last-child{
	border-bottom: 1px solid #1A90B5;
}

.pagenavi ul li a{
	color: #1A90B5;
	text-decoration: none;
}

/*-----------------------------------------------------------*/
.block01_wrap{
	width:100%;
	margin:0px auto;
	overflow:hidden;
}

.block01{
	width:95%;
	margin:0px auto 55px auto;
	overflow:hidden;
	text-align: center;
}

.block01 video{
	width: 100%;
	height: auto;
	margin: 10px auto 0px auto;
}

.video-wrap {
    position: relative;
}
.video-btn {
    content: "";
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:40px; /*コントローラー分下部に余白を*/
    cursor: pointer;
	z-index: 999999;
}

/*-----------------------------------------------------------*/
.block02_wrap{
	width:100%;
	margin:0px auto;
	overflow:hidden;
}

.block02{
	width:100%;
	margin:0px auto;
	overflow:hidden;
}

.block02 ul{
	
}

.block02 ul li{
	padding: 15px 0px 45px 0px;
}

.block02 ul li:first-child{
	padding: 1px 0px 45px 0px;
	background-color: #F4F4F4;
}

.block02 ul li:nth-child(odd){
	background-color: #F4F4F4;
}

.block02 ul li div.item{
	width: 95%;
	margin: 0px auto;
	overflow: hidden;
	display: table;
}

.block02 ul li div.item .left_col,
.block02 ul li div.item .right_col{
	width: 100%;
	display: table;
}

.block02 ul li div.item .left_col dl{
	display: table-cell;
	vertical-align: middle;
}

.block02 ul li div.item .left_col dl dt{
	color: #1A90B5;
	font-size: 18px;
	font-weight: bold;
	line-height: 225%;
	letter-spacing: -1px;
	padding: 20px 0px 10px 0px;
}

.block02 ul li div.item .left_col dl dd{
	line-height: 200%;
	padding-bottom: 15px;
}

/*-----------------------------------------------------------*/
.block03_wrap{
	width:100%;
	margin:0px auto;
	overflow:hidden;
	background-color: rgba(222,247,255,0.70);
}

.block03{
	width:95%;
	margin:0px auto;
	overflow:hidden;
}

.block03 ul{
	width: 100%;
	margin: 40px auto 0px auto;
	overflow: hidden;
	list-style-type: none;
}

.block03 ul li{
	width: 47%;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	margin-right: 4%;
	margin-bottom: 35px;
}

.block03 ul li:nth-child(2n){
	margin-right: 0px;
}

.block03 ul li dl{
	
}

.block03 ul li dl dt{
	color: #1A90B5;
	font-size: 18px;
	font-weight: bold;
	padding-top: 15px;
}

.block03 ul li dl dd{
	font-size: 17px;
	padding-top: 10px;
	letter-spacing: -0.5px;
}

.block03 ul li dl dd br{
	display: none;
}

/*-----------------------------------------------------------*/
.block04_wrap{
	width:100%;
	margin:0px auto;
	overflow:hidden;
}

.block04{
	width:95%;
	margin:0px auto;
	overflow:hidden;
}

#contents .block04 h2{
	width: 90%;
}

.block04 .item{
	width: 100%;
	margin: 45px auto 30px auto;
	overflow: hidden;
}

.block04 .item .left_col,
.block04 .item .right_col{
	width: 100%;
}

.block04 .item .left_col dl,
.block04 .item .right_col dl{
	line-height: 175%;
	padding-bottom: 15px;
}

.block04 .item .left_col dl dt,
.block04 .item .right_col dl dt{
	font-size: 17px;
	font-weight: bold;
	padding-left: 1em;
	text-indent: -1em;
}

.block04 .item .left_col dl dt span,
.block04 .item .right_col dl dt span{
	color: #C45D18;
}

.block04 .item .left_col dl dd,
.block04 .item .right_col dl dd{
	padding-left: 1.25em;
}

/*-----------------------------------------------------------*/
.block05_wrap{
	width:100%;
	margin:0px auto;
	overflow:hidden;
	background-color: rgba(247,247,247,0.80);
}

.block05{
	width:95%;
	margin:0px auto;
	overflow:hidden;
}

.block05 table{
	width: 100%;
	margin: 0px auto;
	overflow: hidden;
	border-top: 1px solid #59ACD3;
	border-left: 1px solid #59ACD3;
	background-color: #ffffff;
}

.block05 table th{
	width: 10%;
	color: #ffffff;
	font-size: 15px;
	vertical-align: middle;
	background-color: #1AA5C6;
	border-right: 1px solid #59ACD3;
	border-bottom: 1px solid #FFFFFF;
}

.block05 table td{
	width: 28%;
	padding: 2%;
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #59ACD3;
	border-bottom: 1px solid #59ACD3;
}

.block05 table td strong{
	display: block;
	font-size: 18px;
}

.block05 table td span{
	
}

.block05 table tr:nth-child(2) th{
	vertical-align: top;
}

.block05 table tr:nth-child(7) th{
	letter-spacing: -2px;
}

.block05 table tr:nth-child(2) td{
	text-align: left;
}

.block05 table tr:nth-child(8) td{
	vertical-align: middle;
}

.block05 table tr:nth-child(9) th:first-child{
	border-right: 1px solid #1AA5C6;
}

.block05 p{
	width: 100%;
	margin: 15px auto 40px auto;
}

/*-----------------------------------------------------------*/
.block06_wrap{
	width:100%;
	margin:0px auto;
	overflow:hidden;
}

.block06{
	width:95%;
	margin:0px auto;
	overflow:hidden;
}

.block06 ul{
	width: 100%;
	margin: 30px auto;
	overflow: hidden;
	list-style-type: none;
}

.block06 ul li{
	width: 300px;
	margin: 20px auto 30px auto;
	border: 1px solid #C4C4C4;
}

.block06 ul li div{
	padding-top: 10px;
	text-align: center;
}

.block06 ul li dl{
	
}

.block06 ul li dl dt{
	width: 263px;
	margin: 10px auto 15px auto;
	color: #1A90B5;
	font-size: 19px;
	font-weight: bold;
}

.block06 ul li dl dt a{
	color: #1A90B5;
	text-decoration: none;
}

.block06 ul li dl dd{
	width: 263px;
	font-size: 16px;
	margin: 0px auto;
}

.block06 ul li div.date{
	text-align: left;
	line-height: 36px;
	padding-left: 16px;
}

.block06 ul li div.date span{
	width: 164px;
	float: right;
	color: #ffffff;
	text-align: center;
	background-color: #1A90B5;
}

/*-----------------------------------------------------------*/
.block07_wrap{
	width:100%;
	margin:0px auto;
	overflow:hidden;
	background-image: url(index/bg01.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.block07{
	width:95%;
	margin:0px auto;
	overflow:hidden;
}

.block07 ul{
	width:100%;
	margin: 30px auto;
	overflow: hidden;
	list-style-type: none;
}

.block07 ul li{
	width: 100%;
	text-align: center;
}

.block07 ul li a{
	width:300px;
    height: 105px;
	margin: 10px auto;
    display: block;
    text-indent: -9999px;
}

.block07 ul li:nth-child(odd) a{
    background: url(index/bn01.png) no-repeat;
	background-size: 100% 200%;
}

.block07 ul li:nth-child(even) a{
    background: url(index/bn02.png) no-repeat;
	background-size: 100% 200%;
}

.block07 ul li a:hover{
	opacity: 1;
	background-position: 0 -105px;
}

/*-----------------------------------------------------------*/
.block08_wrap{
	width:100%;
	margin:0px auto;
	overflow:hidden;
}

.block08{
	width:95%;
	margin:0px auto;
	overflow:hidden;
}

#contents .block08 h2{
	width: 90%;
}

.block08 p{
	padding: 5px 0px 25px 0px;
	text-align: center;
}

.block08 .contact_block{
	width:99%;
	margin: 0px auto 75px auto;
	overflow: hidden;
	border: 1px solid #949494;
}

.block08 .contact_block .left_col{
	width: 90%;
	padding: 5%;
	border-bottom: 1px solid #767676;
}

.block08 .contact_block .left_col p{
	text-align: left;
	font-weight: bold;
	padding: 15px 0px 0px 0px;
}

/**/
.block08 .contact_block .right_col{
	width: 90%;
	padding: 5%;
}

.block08 .contact_block .right_col ul{
	overflow: hidden;
	list-style-type: none;
}

.block08 .contact_block .right_col ul li{
	text-align: center;
}

.block08 .contact_block .right_col ul li:nth-child(2) a{
	width: 258px;
    height: 41px;
	margin: 15px auto 0px auto;
    background: url(index/contact.png) no-repeat;
    display: block;
    text-indent: -9999px;
}

.block08 .contact_block .right_col ul li:nth-child(2) a:hover{
	opacity: 1;
	background-position: 0 -41px;
}

/*-----------------------------------------------------------*/