#topVisual .wrap01{
    max-width: 100vw;
}
#topVisual .wrap01 img{
	width: 100%;
	height: auto;
}

body .slick-dots li button::before{
	font-size:12px;
}
body .slick-dots li.slick-active button::before{
	color:#fd0005;
}

body {
    background:#ffffff;
}

#main{
	margin-bottom:80px;
}

section{
	margin-bottom:0px;
}

.section01 .conWrap,.section02 .conWrap,.section03 .conWrap{
	border:2px solid #fe0006;
	padding:30px 20px;
	background:#fff;
	box-sizing: border-box;
}
.section04 .conWrap{
	border:2px solid #fe0006;
	padding:20px;
	background:#fff;
	box-sizing: border-box;
}


.section01 .imgCon a{
	display: block;
	position: relative;
	/*height:247px; */
	text-align: center;
	text-decoration: none;
}
.section01 .imgCon a span{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	color:white;
	height: auto;
	width: 100%;
	font-weight: bold;
	font-size:2.4rem;
}

.section02 .imgCon a img{
	margin-bottom:10px;
}
.section02 .imgCon a{
	text-decoration: none;
	font-size:1.6rem;
	font-weight: bold;
}

.section03{

	padding:60px 0 70px 0;
	color:white;
	text-align: center;
}
.section03 h1{
	color:#fd0005;
}
.section03 .textCon{
	display: inline-block;
	padding:10px;
	
}
.section03 .textCon p{
	font-size:2rem;
	font-weight: bold;
	margin-bottom:25px;
	color: #333333;
}
.section03 .textCon span{
	color:#ff7d09;
	font-size:2.8rem;
}
.section03 .bannerBox a img,
.section03 .bannerBox2 a img{
	margin-bottom:15px;
}
.section03 .bannerBox a{
	text-decoration: none;
	color:#fd0005;
	font-size:2.4rem;
	font-weight: bold;
	display: inline-block;
}
.section03 .bannerBox{
	margin-bottom:40px;
}
.section03 .bannerBox2{
	margin-bottom:40px;
}
.section03 .bannerBox2 a{
	display: inline-block;
	
	padding:0 0 15px 0;
}
.section03 .bannerBox2 a{
	font-size:2.4rem;
	font-weight: bold;
	line-height: 1.4;
	text-decoration: none;
}
.section03 .bannerBox2 a span span{
	color:#fd0005;
	font-size:2.6rem;
}
.section03 .bannerBox3 a img{
	margin-bottom:10px;
}
.section03 .bannerBox3 a{
	font-size:1.8rem;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

.section04{
	margin-bottom:70px;
}

.section05{
	margin-bottom:70px;
}

.categoryCon ul{
	margin-bottom:10px;
}
.categoryCon li{
	font-size: 1.6rem;
	padding:10px 0;
	border-bottom:1px dotted #aaaaaa;
}
.categoryCon li .date{
	color:#fd0005;
	margin-right:20px;
	font-weight: bold
}

@media screen and (max-width:768px) {
	.section01 .imgCon a span{
		font-size: 1.8rem;
	}
	#main {
	    margin-bottom: 50px;
	}
	.section01 .imgCon a,.section02 .imgCon,.section04 .conWrap,.section05 .imgCon,
	.section03 .bannerBox div,.section03 .bannerBox2 div,.section03 .bannerBox3 div{
		margin-bottom:20px;
	}
	.section03{
		background-image:none;
		padding:30px 0;
	}
	.section03 .textCon p,
	.section03 .bannerBox2 a{
		font-size: 1.8rem;
	}
	.section03 .textCon span,
	.section03 .bannerBox2 a span span{
	    font-size: 2rem;
	}
	section {
	    margin-bottom: 40px;
	}
}