#main{
    width: 100%;
	position: relative;
	margin-bottom:60px;
	height:500px;
    overflow: hidden;
}

#main video{
	width:100%;
}

#main .abs{
	display: block;
	margin: auto;
	max-width: 100%;
	max-width: calc( 100% - 30px);
	height: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
}/*
#topVisual .wrap01,#topVisual .wrap02,#topVisual .wrap03 {
    max-width: 100vw;
}*/

body .slick-dots li button::before{
	font-size:12px;
}
body .slick-dots li.slick-active button::before{
	color:#009de4;
}

section{
	margin-bottom:70px;
}

.bgchange{
	background:#e4f4fc;
	padding:55px 0;
}

.section01 .conBox1{
	margin-bottom:35px;
}
.section01 .conBox2 div{
	margin-bottom:30px;
	text-align: center;
}
.section01 .conBox2 a{
	display: inline-block;
	position: relative;
	text-decoration: none;
}
.section01 .conBox2 a span{
	display: block;
	width:100%;
	box-sizing: border-box;
	padding:5px 0;
	position: absolute;
	text-align: center;
	color:white;
	font-size:1.6rem;
	font-weight: bold;
	background:url(../../images/top/bg1.png);
	bottom:0;
	left:0;
}

.section02 .conBox1 a{
	display: block;
	background:white;
	text-decoration: none;
	margin-bottom:40px;
}
.section02 .conBox1 .imgCon2.pure-u-1{
	padding:0;
}
.section02 .conBox1 .textCon.pure-u-1{
	padding:15px 15px 0;
}
.section02 .conBox1 .textCon.pure-u-1 h2{
	font-size:2.4rem;
	margin-bottom:5px;
}
.section02 .conBox1 .textCon.pure-u-1 p{
	font-size:1.5rem;
	color:#666666;
	font-weight: bold;
}
.section02 .conBox1 .pure-u-lg-8-24 .textCon.pure-u-1{
	padding:10px 15px 0;
}
.section02 .conBox1 .pure-u-lg-8-24 .textCon.pure-u-1 h2{
	font-size:2rem;
	line-height: 1.3;
	margin-bottom:5px;
}
.section02 .conBox1 .pure-u-lg-8-24 .textCon.pure-u-1 p{
	line-height: 1.4;
	font-size:1.4rem;
}

.section03 a{
	margin-top:35px;
}

.section04 a{
	text-decoration: none;
	display: block;
	text-align: center;
}
.section04 a img{
	margin-bottom:10px;
}
.section04 a span{
	font-size:2.2rem;
	color:#009de4;
	font-weight: bold;
}

.topnews{
	padding-right:80px;
}
.topnews th{
	width:180px;
	text-align: left;
}
.topnews th h1 span{
	display: block;
}
.topnews th a{
	min-width:135px;
	padding:10px 0;
	font-size:1.6rem;
	background: url(../../images/top/img8.jpg) no-repeat 10px center #fff;
}
.topnews li{
	padding:20px 5px;
	border-bottom:1px dotted #b2b2b2;
	font-size:1.6rem;
}
span.date{
	color:#009de4;
	margin-right:30px;
	font-weight: bold;
}

.section05 .bannerCon a{
	display: inline-block;
	margin-bottom:15px;
}
@media screen and (min-width:769px) and (max-width:1024px) {
	.section02 .conBox1 .pure-u-lg-8-24 .textCon.pure-u-1 {
	    padding: 10px 15px;
	}
	.section02 .conBox1 .textCon.pure-u-1 h2{
		font-size: 2rem;
	}
	.section02 .conBox1 .textCon.pure-u-1 p,
	.section02 .conBox1 .pure-u-lg-8-24 .textCon.pure-u-1 p{
		font-size: 1.3rem;
	}
}
@media screen and (max-width:768px) {
	#main{
		height:auto;
	}
	#main .abs {
		padding: 5px;
		box-sizing: border-box;
	}
	.imgCon{
		margin-bottom:20px;
	}
	.section02 .conBox1 a{
		padding:20px;
		margin-bottom: 10px;
	}
	.section02 .conBox1 .textCon.pure-u-1,
	.section02 .conBox1 .pure-u-lg-8-24 .textCon.pure-u-1{
		padding:10px 0;
	}
	.section02 .conBox1 .textCon.pure-u-1 h2{
		font-size: 2rem;
	}
	.bgchange{
		padding:30px 0;
	}
	section {
    	margin-bottom: 30px;
	}
	.topnews{
		padding-right: 10px;
		margin-bottom:30px;
	}
	.topnews th h1 span{
		display: inline-block;
	}
	.topnews th{
		width: 100%;
	}
	.topnews th a {
	    display: none;
	}

  .top_img {
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;
  -moz-user-select:none;
  touch-callout:none;
  user-select:none;
}
}
