@charset "UTF-8";

/*--------------------main--------------------*/
.main{
	width: 100%;
	/*margin-top: 110px;*/
	margin-top: 85px;
	margin-bottom: 55px;
	/*margin-bottom: 25px;*/
	position: relative;
}
/*.main .mainTxt{
	font-family: "fot-tsukuardgothic-std", sans-serif;
	position: absolute;
	top: 50%;
	right: 3%;
	transform: translateY(-50%);
	animation: fadein 3s ease-out forwards;
	z-index: 10;
}*/
.main .mainTxt{
	width: 40%;
	position: absolute;
	bottom: 12%;
	right: 0%;
	animation: fadein 3s ease-out forwards;
	z-index: 10;
}
@keyframes fadein {
	0%{
		opacity: 0
	}
	100%{
		opacity: 1
	}
}
/*.main .mainTxt dt{
	font-size: 26px;
	font-weight: 700;
	font-style: normal;
	line-height: 150%;
	margin-bottom: 30px;
}
.main .mainTxt dd{
	font-size: 18px;
	font-weight: 400;
	font-style: normal;
	line-height: 190%;
}*/

.mainSlide{
	z-index: 1;
}

.infoBlock{
	text-align: center;
	margin-bottom: 35px;
	padding-bottom: 25px;
	border-bottom: 0.5px solid #bab9b9;
	/*background-color: #fff;
	display: block;
	z-index: 10;*/
}
.infoBlock p{
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-size: 13px;
	line-height: 180%;
}

/*--------------------contents--------------------*/
.block01{
	max-width: 1100px;
	margin: 0 auto 55px;
}
.block01 .inner{
	background-image: url(../images/img01.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 620px auto;
}
.block01_1{
	margin-bottom: 40px;
}
.block01_1 h2{
	width: 246px;
	margin-left: 40px;
	margin-bottom: 50px;
	padding-top: 10px;
}
.block01_1 h3{
	/*font-family: "Sawarabi Gothic";*/
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-size: 26px;
	font-weight: 700;
	font-style: normal;
	line-height: 150%;
	margin: 0 0 20px 80px;
}
.block01_1 p{
	/*font-family: "Sawarabi Gothic";*/
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-size: 17px;
	font-weight: 400;
	font-style: normal;
	line-height: 180%;
	margin-left: 80px;
}

.block02{
	margin-bottom: 35px;
	padding: 75px 0 65px;
	background-color: #eceded;
}
.block02 h2{
	width: 310px;
	margin: 0 auto 55px;
}
.block02 .inner{
	max-width: 1100px;
	margin: 0 auto 55px;
}
.block02_1,
.block02_2,
.block02_3{
	margin-bottom: 1px;
	position: relative;
}
.block02_1 .tit,
.block02_2 .tit{
	width: 1060px;
	position: absolute;
	top: 12px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 5;
}
.block02_1 a,
.block02_2 a,
.block02_3 a{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	/*background-color: rgba(0,0,0,0.4);
	z-index: 1 !important;*/
}
.block02_1 .mask,
.block02_2 .mask,
.block02_3 .mask{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
	/*position: relative;*/
	/*z-index: 10 !important;*/
}
.block02_1 a:hover +.mask,
.block02_2 a:hover +.mask,
.block02_3 a:hover +.mask{
	background-color: rgba(0,0,0,0.0);
	transition-duration: 0.6s;
}
/*.block02_1 a:hover +.mask .arrow,
.block02_2 a:hover +.mask .arrow,
.block02_3 a:hover +.mask .arrow{
	padding-right: 15px;
	transition-duration: 0.6s;
}*/
.block02_1 dl{
	margin-bottom: 30px;
	padding-top: 160px;
	/*z-index: 10 !important;*/
}
.block02_1 dt{
	font-size: 36px;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-bottom: 25px;
}
.block02_1 dd,
.block02_2 dd,
.block02_3 dd{
	font-size: 14px;
	letter-spacing: 0.1em;
}
.block02_1 .arrow{
	width: 50px;
	margin: 0 auto;
}
.block02_2 dl,
.block02_3 dl{
	margin-bottom: 15px;
	padding-top: 110px;
}
/*.block02_3_2 dl{
	margin-bottom: 15px;
	padding-top: 65px;
}*/
.block02_2 dt,
.block02_3 dt{
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 0.02em;
	margin-bottom: 15px;
}
/*.block02_3_2 dt{
	font-size: 28px;
	line-height: 130%;
	margin-bottom: 8px;
}*/
.block02_2 .arrow,
.block02_3 .arrow{
	width: 45px;
	margin: 0 auto;
}

.block02_1_1,
.block02_1_2{
	width: 549px;
	height: 350px;
	text-align: center;
	color: #fff;
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: relative;
}
.block02_1_1{
	/*margin-right: 2px;*/
	background-image: url(../images/img02_1.jpg);
	float: left;
}
.block02_1_2{
	background-image: url(../images/img02_2.jpg);
	float: right;
}
.block02_2_1,
.block02_2_2,
.block02_2_3,
.block02_3_1,
.block02_3_2,
.block02_3_3{
	height: 235px;
	text-align: center;
	color: #fff;
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: relative;
	float: left;
}
.block02_2_1{
	width: 366px;
	margin-right: 1px;
	background-image: url(../images/img02_3.jpg);
}
.block02_2_2{
	width: 365px;
	margin-right: 1px;
	background-image: url(../images/img02_4.jpg);
}
.block02_2_3{
	width: 367px;
	background-image: url(../images/img02_5.jpg);
}
.block02_3_1{
	width: 366px;
	margin-right: 1px;
	background-image: url(../images/img02_5.jpg);
	/*background-image: url(../images/img02_6.jpg);*/
}
.block02_3_2{
	width: 365px;
	margin-right: 1px;
	background-image: url(../images/img02_6.jpg);
	/*background-image: url(../images/img02_7.jpg);*/
}
.block02_3_3{
	width: 367px;
	background-image: url(../images/img02_7.jpg);
	/*background-image: url(../images/img02_8.jpg);*/
}
.block02_3_1 .tit,
.block02_3_2 .tit,
.block02_3_3 .tit{
	position: absolute;
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 5;
}
.block02_3_1 .tit{ width: 326px;}
.block02_3_2 .tit{ width: 336px;}
.block02_3_3 .tit{ width: 336px;}

.block02_3_3 dt{
	letter-spacing: 0.1em;
}


.block03{
	max-width: 1100px;
	margin: 0 auto;
	padding: 55px 0 50px;
}
.block03_1{
	margin-bottom: 35px;
	position: relative;
}
/*.block03_1L{
	width: 160px;
	padding-top: 25px;
	float: left;
}*/
/*.block03_1L{
	width: 100%;
}
.block03_1L dl{
	margin-bottom: 20px;
}
.block03_1L h3{
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 10px;
}
.block03_1L dd{
	font-size: 13px;
}*/

.block03_1L h3{
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 0.05em;
	margin-bottom: 30px;
	/*display: flex;
	align-items: center;*/
}
.block03_1L h3 span{
	font-size: 13px;
	letter-spacing: 0;
}
.block03_1L h3:before{
	content: "";
	display: inline-block;
	width: 25px;
	border-top: 4px solid #066eb2;
	vertical-align: middle;
	margin-right: 10px;
	padding-bottom: 4px;
}
/*.block03_1L h3:before {
	content: "";
	flex-grow: 1;
	height: 4px;
	display: block;
	margin-left: .4em;
	background: #066eb2;
}*/

/*.wrap{
position:relative;
}
.wrap span{
position: absolute;
top: 0;
left: 0;
display: block;
color: #000;
white-space: nowrap;
}*/

/*.block03_1R{
	max-width: 885px;
	float: right;
}*/
.block03_1R{
	width: 100%;
}
.block03_1R .thumb{
	width: 261px;
	margin-right: 15px;
	float: left;
	position: relative;
}
.block03_1R .thumb a{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.block03_1R .thumb:hover{
	opacity: 0.5;
	transition-duration: 0.8s;
}
.block03_1R .thumb .pickicon,
.pickupR .thumb .pickicon{
	margin: 15px 0 13px;
}
.block03_1R .thumb .pickicon span,
.pickupR .thumb .pickicon span{
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	padding: 5px 10px;
	background-color: #066eb2;
}
/*.block03_1R .thumb dl{
	margin-top: 10px;
}*/
.block03_1R .thumb dt,
.pickupR .thumb dt{
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 10px;
}
.block03_1R .thumb dt span,
.pickupR .thumb dt span{
	font-size: 13px;
}
/*.block03_1R .thumb dt span{
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	padding: 5px 10px;
	background-color: #066eb2;
}*/
.block03_1R .thumb dd,
.pickupR .thumb dd{
	font-size: 14px;
	line-height: 150%;
}
/*.block03_1R .thumb p{
	font-size: 18px;
	font-weight: 500;
	padding-top: 10px;
}*/
.block03_1R .thumbBlank{
	width: 261px;
	margin-right: 15px;
	float: left;
	position: relative;
}
.block03_1R .slick-arrow:before{
	content:""!important;
	width: 100%!important;
	height: 100%!important;
	position: absolute;
	top: 0;
	left: 0;
}
.block03_1R .slick-prev{
	left: -35px;
}
.block03_1R .slick-next{
	right: -18px;
}
.block03_1R .slick-prev,
.block03_1R .slick-next{
    width: 23px;
    height: 33px;
	top: 40%;
	/*position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);*/
}
.block03_1R .slick-next:before{
	background-image: url(../images/common/slider_arrow01R.png);
	background-repeat: no-repeat;
	background-size: 23px 33px;
	background-position: center;
}
.block03_1R .slick-prev:before{
	background-image: url(../images/common/slider_arrow01L.png);
	background-repeat: no-repeat;
	background-size: 23px 33px;
	background-position: center;
}
/*.block03_1R .slick-prev:before{
	background: url(../images/common/slider_arrow01L.png)!important;
	background-size: contain!important;
}*/


.block04{
	/*margin-bottom: 35px;*/
	padding: 70px 0 65px;
	background-color: #e0f2fb;
}
.block04 .inner{
	max-width: 1100px;
	margin: 0 auto 45px;
}
.block04_1{
	width: 370px;
	padding-top: 160px;
	float: right;
}
.block04_1 h2{
	width: 232px;
	margin: 0 auto 70px;
	/*margin-bottom: 40px;*/
}
.block04_1 h3{
	/*font-family: "Sawarabi Gothic";*/
	font-family: "fot-tsukuardgothic-std", sans-serif;
	/*font-size: 36px;*/
	font-size: 30px;
	font-weight: 700;
	font-style: normal;
	line-height: 150%;
	letter-spacing: 0.05em;
	font-feature-settings: "palt";
	margin-bottom: 35px;
}
.block04_1 p{
	font-size: 18px;
	line-height: 170%;
	letter-spacing: 0.1em;
	text-align: justify;
	padding-bottom: 30px;
}
.block04_2{
	width: 710px;
	float: left;
}
.block04_2_1{
	width: 320px;
	margin-right: 35px;
	margin-bottom: 20px;
	float: left;
	position: relative;
}
.block04_2_1 dt{
	margin-bottom: 10px;
}
.block04_2_1 dd{
	font-size: 20px;
	font-weight: 700;
	line-height: 120%;
	background-image: url(../images/common/icon_arrow03.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 22px auto;
}
.block04_2_1 a{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.block04_2_1:hover{
	opacity: 0.5;
	transition-duration: 0.8s;
}

.block05{
	margin-bottom: 60px;
}
.block05 .inner{
	width: 1100px;
	margin: 0 auto 35px;
	position: relative;
}
.block05_1{
	position: absolute;
	top: 60px;
	left: 0;
	z-index: 10;
}
.block05 h2{
	width: 163px;
	margin-bottom: 55px;
}
.block05 h3{
	font-size: 24px;
	font-weight: 700;
	line-height: 150%;
	margin: 0 0 25px 75px;
}
.block05 p{
	width: 440px;
	font-size: 18px;
	line-height: 180%;
	text-align: justify;
	margin-left: 75px;
}

.block05_2 {
	height: 816px;
	background-image: url(../images/map.png);
	background-repeat: no-repeat;
	background-size: 1006px auto;
	background-position: top right;
	/*width: 1006px;
	height: 816px;*/
	position: relative;
}
.map_list {
	width: 204px;
	height: auto;
	padding: 10px 10px 5px;
	/*padding: .6rem .8rem .3rem;*/
}
.map_list ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.map_list ul li {
	width: 49%;
	margin-bottom: 4px;
}
.map_list ul>li:only-child {
	width: 100%;
}
.map_list li a {
	font-size: 14px;
	padding: 4px 0;
	background-image: url(../images/arrow_title.gif);
	background-repeat: no-repeat;
	background-size: 8px auto;
	background-position: right 4px center;
	position: relative;
}
/*.map_list ul>li a:after {
	content: "";
	display: block;
	width: 9px;
	height: 15px;
	position: absolute;
	right: 5px;
	top: 8px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/arrow_title.gif);
}*/
.map_list li a:hover {
	opacity: 0.6;
	transition: .3s;
}
.map_hokkaido-tohoku {
	color: #7478c1;
	background: #d3d9f2;
	position: absolute;
	top: 410px;
	right: 10px;	
}
.map_hokkaido-tohoku li a {
	background-color: #7478c1;
}
.map_kanto {
	background: #d1eced;
	position: absolute;
	top: 550px;
	right: 10px;
	color: #31bdc9;
}
.map_kanto li a {
	background-color: #31bdc9;
}
.map_chubu {
	background: #d8efdc;
	position: absolute;
	top: 680px;
	right: 260px;
	color: #4ab869;
}
.map_chubu li a {
	background-color: #4ab869;
}
.map_kansai {
	background: #efeac2;
	position: absolute;
	top: 440px;
	left: 420px;
	color: #afb62f;
}
.map_kansai li a {
	background-color: #afb62f;
}
.map_chugoku-shikoku {
	background: #feebd5;
	position: absolute;
	top: 520px;
	left: 210px;
	color: #f7931e;
}
.map_chugoku-shikoku li a {
	background-color: #f7931e;
}
.map_kyushu-okinawa {
	background: #fce3e3;
	color: #fe7575;
	position: absolute;
	bottom: 0px;
	left: 90px;
}
.map_kyushu-okinawa li a {
	background-color: #fe7575;
}

.map_hokkaido-tohoku li a,
.map_kanto li a,
.map_chubu li a,
.map_kansai li a,
.map_chugoku-shikoku li a,
.map_kyushu-okinawa li a {
	color: #fff;
	text-decoration: none;
	display: block;
	text-align: center;
}
.map_areatitle {
	/*width: 100%;*/
	font-size: 14px;
	/*font-weight: bolder;*/
	font-weight: 700;
	text-align: center;
	/*text-decoration: none !important;*/
	margin-bottom: 10px;
	/*padding: 4px 0;
	position: relative;
	display: block;*/
}

.block06{
	margin-bottom: 75px;
	/*padding: 70px 0 60px;*/
	padding: 70px 0 70px;
	background-color: #f4f4f4;
}
.block06 .inner{
	max-width: 1100px;
	margin: 0 auto;
}
.newsTit{
	margin-bottom: 35px;
	position: relative;
}
.newsTit{
	width: 160px;
	float: left;
}
.newsTit dl{
	margin-bottom: 20px;
}
.newsTit h3{
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 10px;
}
.newsTit dd{
	font-size: 13px;
}
.newsTit .btn02{
	color:#4f4f4f;
	border: 1px solid #a8a8a8;
}
.newsTit .btn02:hover{
	color: #fff;
	background-color: #066eb2;
	transition-duration: 0.6s;
}
.newsBox{
	width: 885px;
	float: right;
}
.newsBox .post{
	margin-bottom: 15px;
}
.newsBox .post dt{
	width: 105px;
	font-size: 14px;
	color: #a8a8a8;
	float: left;
}
.newsBox .post dt span{
	display: none;
}
.newsBox .post dd{
	font-size: 14px;
	margin-left: 105px;
}
.newsBox .post dd img{
	width: 20px;
	vertical-align: middle;
	margin-left: 5px;
}
/*.newsBox .post dd span{
	font-size: 13px;
	font-weight: 700;
	color: #fff;
	background-color: #297fca;
	margin-right: 10px;
	padding: 2px 10px;
}*/
/*.newsBox .post dd.pdf{
	background-image: url(../images/common/icon_pdf01.png);
	background-repeat: no-repeat;
	background-size: 22px auto;
	background-position: right center;
}*/
.newsBox .post.new dd{
	padding-left: 54px;
	background-image: url(../images/common/icon_new.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 47px auto;
}
/*.newsBox .post.new dd::before{
	background-image: url(../images/common/icon_new.png);
	background-repeat: no-repeat;
	background-position: left center;
}*/

.newsBox a:link,
.newsBox a:visited{
	color: #4f4f4f !important;
	text-decoration: none !important;
}
.newsBox a:hover{
	color: #066eb2 !important;
	text-decoration: none !important;
	transition-duration: 0.3s;
}

.block07{
	padding-bottom: 80px;
	background-image: url(../images/bg07.png);
	background-repeat: no-repeat;
	background-size: 1400px auto;
	background-position: bottom center;
}
.block07 h2{
	width: 355px;
	margin: 0 auto 35px;
}
.block07 .inner{
	max-width: 1100px;
	margin: 0 auto;
	position: relative;
}
.block07_1,
.block07_2,
.block07_3{
	width: 33.3%;
	text-align: center;
	margin-bottom: 35px;
	float: left;
}
/*.block07_1 h2{
	width: 250px;
	font-size: 24px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	line-height: 100%;
	letter-spacing: 0.03em;
	margin: 0 auto 35px;
	padding: 10px 0;
	background-color: #066eb2;
}*/
/*.block07_1 h3,
.block07_2 h3,
.block07_3 h3{
	width: 280px;
	margin-left: auto;
	margin-right: auto;
}
.block07_1 h3{
	margin-bottom: 45px;
}
.block07_3 h3{
	margin-bottom: 36px;
}*/
.block07_1 h3,
.block07_2 h3,
.block07_3 h3{
	width: 250px;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	line-height: 100%;
	letter-spacing: 0.03em;
	margin: 0 auto 35px;
	padding: 10px 0;
	background-color: #066eb2;
}
.block07_2 h3{
	font-size: 24px;
	padding: 9px 0;
}
.block07_3 h3{
	font-size: 22px;
	padding: 9px 0;
}

.block07_1 dt,
.block07_2 dt,
.block07_3 dt{
	font-size: 24px;
	font-weight: 700;
	line-height: 100%;
	margin-bottom: 20px;
}
.block07_1 dt span,
.block07_2 dt span,
.block07_3 dt span{
	font-family: "source-han-sans-japanese", sans-serif;
	font-size: 70px;
	font-weight: 800;
	font-style: normal;
}
.block07_2 dt span{
	font-size: 84px;
}
.block07_3 dt span{
	font-size: 77px;
}
.block07_1 dt span.uriage{
	font-family: "source-han-sans-japanese", sans-serif;
	font-size: 80px;
	font-weight: 900;
	font-style: normal;
}
.block07_1 dt span.secondrow{
	font-family: "source-han-sans-japanese", sans-serif;
	font-size: 60px;
	font-weight: 800;
	font-style: normal;
}
.block07_1 dd,
.block07_2 dd,
.block07_3 dd{
	font-size: 14px;
	font-weight: 600;
	color: #066eb2;
	line-height: 150%;
}
.block07_1 dd{
	width: 250px;
	margin: 0 auto 5px;
	background-color: #fff;
}
.block07_1 dd p{
	text-align: right;
	padding-top: 15px;
}
.block07_2 dd{
	font-size: 18px;
}
.block07_3 dd{
	font-size: 16px;
	line-height: 130%;
}
.block07_1 dd sup,
.block07_2 dd sup,
.block07_3 dd sup {
	font-size: 70%;
	/*vertical-align: top;
	position: relative;*/
	top: -0.3em;
}


@media screen and (max-width: 767px){
.non-display-sp {display:none}
}

/*.block07{
	padding-bottom: 80px;
	background-image: url(../images/bg07.png);
	background-repeat: no-repeat;
	background-size: 1400px auto;
	background-position: bottom center;
}
.block07 .inner{
	max-width: 1100px;
	margin: 0 auto;
}
.block07 h2{
	width: 247px;
	margin: 0 auto 50px;
}
.block07_1,
.block07_2{
	margin-bottom: 75px;
	position: relative;
}
.block07_1 dt,
.block07_2 dt{
	margin-bottom: 55px;
}
.block07_1 dt span,
.block07_2 dt span{
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	background-color: #066eb2;
	padding: 10px 30px;
}
.block07_1 dd,
.block07_2 dd{
	font-size: 25px;
	font-weight: 700;
}
.block07_1 dd span,
.block07_2 dd span{
	font-family: "source-han-sans-japanese", sans-serif;
	font-size: 72px;
	font-weight: 900;
	font-style: normal;
}
.block07a,
.block07b,
.block07c{
	text-align: center;
	float: left;
}
.block07a{
	width: 380px;
	margin-right: 30px;
}
.block07b{
	width: 300px;
	margin-right: 60px;
}
.block07c{
	width: 330px;
}*/

/*.block08{
	padding: 40px 0 65px;
	background-image: url(../images/bg08.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
}
.block08 .inner{
	max-width: 1100px;
	margin: 0 auto;
}
.block08 h2{
	width: 285px;
	margin: 0 auto 25px;
}
.block08 dl{
	width: 660px;
	color: #fff;
	margin: 0 auto 35px;
}
.block08 dt{
	width: 270px;
	font-size: 18px;
	text-align: center;
	border: 1px solid #fff;
	padding: 20px 0;
	float: left;
}
.block08 dd{
	font-size: 40px;
	font-weight: 700;
	line-height: 60%;
	margin-left: 295px;
	padding-top: 6px;
}
.block08 dd span{
	font-size: 16px;
	font-weight: 400;
}
.block08_1{
	position: relative;
}
.block08_1_1,
.block08_1_2{
	width: 320px;
	background-color: #fff;
	position: relative;
	float: left;
}
.block08_1_1{
	margin-right: 70px;
	padding: 40px 35px 25px;
}
.block08_1_2{
	padding: 40px 20px 25px;
}
.block08_1_1 a,
.block08_1_2 a{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10 !important;
}
.block08_1_1:hover,
.block08_1_2:hover{
	color: #fff;
	background-color: #066eb2;
	transition-duration: 0.6s;
}
.block08_1_1 h3,
.block08_1_2 h3{
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	line-height: 130%;
	margin-bottom: 20px;
}
.block08_1_1 p,
.block08_1_2 p{
	font-size: 16px;
	line-height: 140%;
}*/


.timerHidden{ display: none !important;}
.timerVisible{ display: block !important;}

.js-time_limited{
	display: none;
}
.js-time_limited_fire{
	display: block;
}


.topNews{
	margin-bottom: 50px;
	position: relative;
}

.pickupL{
	margin-bottom: 25px;
}
.pickupL dl{
	margin-bottom: 20px;
}
.pickupL h3{
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 10px;
}
.pickupL dd{
	font-size: 13px;
}
.pickupR{
	width: 100%;
}
.pickupR .thumb{
	width: 280px;
	margin-right: 15px;
	float: left;
	position: relative;
}
.pickupR .thumb a{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.pickupR .thumb:hover{
	opacity: 0.5;
	transition-duration: 0.8s;
}
/*.pickupR .thumb dl{
	margin-top: 10px;
}
.pickupR .thumb dt{
	margin-bottom: 10px;
}
.pickupR .thumb dt span{
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	padding: 5px 10px;
	background-color: #066eb2;
}
.pickupR .thumb dd{
	font-size: 18px;
	font-weight: 500;
}
.pickupR .thumb p{
	font-size: 18px;
	font-weight: 500;
	padding-top: 10px;
}*/
.pickupR .thumbBlank{
	width: 280px;
	margin-right: 15px;
	float: left;
	position: relative;
}
.pickupR .slick-arrow:before{
	content:""!important;
	width: 100%!important;
	height: 100%!important;
	position: absolute;
	top: 0;
	left: 0;
}
.pickupR .slick-prev{
	left: -35px;
}
.pickupR .slick-next{
	right: -18px;
}
.pickupR .slick-prev,
.pickupR .slick-next{
    width: 23px;
    height: 33px;
	top: 30%;
}
.pickupR .slick-next:before{
	background-image: url(../images/common/slider_arrow01R.png);
	background-repeat: no-repeat;
	background-size: 23px 33px;
	background-position: center;
}
.pickupR .slick-prev:before{
	background-image: url(../images/common/slider_arrow01L.png);
	background-repeat: no-repeat;
	background-size: 23px 33px;
	background-position: center;
}


.slick-dotted.slick-slider {
	margin-bottom: 0 !important;
}
.slider-dots {
    /*width: 35%;*/
    margin: 0 auto;
    /*padding: 50px 0 0;*/
    text-align: center;
    list-style: none;
}
.block03_1R .slider-dots {
    width: 40%;
    padding: 30px 0 0;
}
.pickupR .slider-dots {
    width: 30%;
    padding: 50px 0 0;
}
.block03_1R .slider-dots li {
    display: inline-block;
    width: calc(15% - 8px);/* プログレスバーの横幅はスライドの枚数に合わせて調整してください */
    margin: 0 0.7%;
}
.pickupR .slider-dots li {
    display: inline-block;
    width: calc(20% - 8px);/* プログレスバーの横幅はスライドの枚数に合わせて調整してください */
    margin: 0 0.7%;
}
.slider-dots button {
    position: relative;
    width: 100%;
    height: 4px;
    border: 0;
    background-color: #d1d1d1;
    font-size: 0;
}
.slider-dots button:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: block;
    width: 0%;
    height: 100%;
}
.slider-dots .slick-active button:after {
    background-color: #066eb2;
    animation: progress 3.5s linear forwards;
}

@keyframes progress {
    from {
        width: 0%;
    }
    to {
        width: 100%;
    }
}






/*----------------------------------------------------*/
/*@media screen and (min-width:768px) and ( max-width:1100px) {*/
@media only screen and (max-width: 1115px) {

/*--------------------main--------------------*/
/*.main{
	width: 100%;
	margin-top: 110px;
	margin-bottom: 55px;
	position: relative;
}*/
/*.main .mainTxt{
	width: 48%;
	right: 3%;
}*/
/*.main .mainTxt{
	width: 40%;
	position: absolute;
	bottom: 12%;
	right: 0%;
	animation: fadein 3s ease-out forwards;
	z-index: 10;
}*/
/*.main .mainTxt dt{
	font-size: 22px;
	margin-bottom: 15px;
}
.main .mainTxt dd{
	font-size: 16px;
	line-height: 140%;
}*/
/*.mainSlide{
	z-index: 1;
}*/

/*.infoBlock{
	text-align: center;
	margin-bottom: 35px;
	padding-bottom: 25px;
	border-bottom: 0.5px solid #2b2b2b;
}*/
.infoBlock p{
	width: 80%;
	margin: 0 auto;
	/*font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-size: 12px;
	line-height: 180%;*/
}


/*--------------------contents--------------------*/
.block01{
	/*max-width: 1100px;*/
	margin: 0 auto 55px;
}
.block01 .inner{
	/*background-image: url(../images/img01.jpg);
	background-repeat: no-repeat;*/
	background-position: top 40% right;
	background-size: 45% auto;
}
.block01_1{
	margin-bottom: 40px;
}
.block01_1 h2{
	width: 200px;
	margin-bottom: 25px;
	margin-left: 5%;
	padding-top: 0;
}
.block01_1 h3{
	/*font-family: "Sawarabi Gothic";
	font-size: 26px;
	font-weight: 700;
	line-height: 150%;*/
	margin: 0 0 20px 5%;
}
.block01_1 p{
	/*font-size: 17px;
	line-height: 180%;*/
	margin-left: 5%;
}

.block02{
	margin-bottom: 50px;
	padding: 65px 0 65px;
	/*background-color: #eceded;*/
}
.block02 h2{
	width: 280px;
	margin: 0 auto 35px;
}
.block02 .inner{
	width: 99%;
	/*margin: 0 auto 55px;*/
}
.block02_1,
.block02_2,
.block02_3{
	margin-bottom: 0.3%;
	/*position: relative;*/
}
.block02_1 .tit,
.block02_2 .tit{
	width: 94%;
	/*position: absolute;*/
	top: 5px;
	/*left: 50%;
	transform: translateX(-50%);
	z-index: 5;*/
}
/*.block02_1 a,
.block02_2 a,
.block02_3 a{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.block02_1 .mask,
.block02_2 .mask,
.block02_3 .mask{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
}
.block02_1 a:hover +.mask,
.block02_2 a:hover +.mask,
.block02_3 a:hover +.mask{
	background-color: rgba(0,0,0,0.0);
	transition-duration: 0.6s;
}*/
.block02_1 dl{
	/*margin-bottom: 30px;*/
	padding-top: 100px;
}
.block02_1 dt{
	font-size: 30px;
	/*font-weight: 700;
	letter-spacing: 0.1em;
	margin-bottom: 25px;*/
}
/*.block02_1 dd,
.block02_2 dd,
.block02_3 dd{
	font-size: 14px;
	letter-spacing: 0.1em;
}*/
.block02_1 .arrow{
	/*width: 50px;*/
	margin: 0 auto;
	padding-bottom: 40px;
}
.block02_2 dl,
.block02_3 dl{
	margin-bottom: 10px;
	padding-top: 55px;
}
/*.block02_3_2 dl{
	margin-bottom: 10px;
	padding-top: 44px;
}*/
.block02_2 dt,
.block02_3 dt{
	font-size: 28px;
	/*font-weight: 700;*/
	letter-spacing: 0.02em;
	line-height: 120%;
	margin-bottom: 5px;
}
.block02_2_2 dt{
	font-size: 23px;
	padding-top: 6px;
	/*letter-spacing: 0.02em;
	line-height: 120%;*/
}
/*.block02_3_2 dt{
	font-size: 20px;
	margin-bottom: 2px;
}*/
.block02_2 .arrow,
.block02_3 .arrow{
	/*width: 45px;*/
	margin: 0 auto;
	padding-bottom: 25px;
}

.block02_1_1,
.block02_1_2{
	width: 49.8%;
	height: 100%;
	/*text-align: center;
	color: #fff;
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: relative;*/
}
/*.block02_1_1{
	background-image: url(../images/img02_1.jpg);
	float: left;
}
.block02_1_2{
	background-image: url(../images/img02_2.jpg);
	float: right;
}*/
.block02_2_1,
.block02_2_2,
.block02_2_3,
.block02_3_1,
.block02_3_2,
.block02_3_3{
	width: 33.2%;
	height: 100%;
	/*text-align: center;
	color: #fff;
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: relative;
	float: left;*/
}
.block02_2_1{
	/*width: 366px;*/
	margin-right: 0.2%;
	/*background-image: url(../images/img02_3.jpg);*/
}
.block02_2_2{
	/*width: 365px;*/
	margin-right: 0.2%;
	/*background-image: url(../images/img02_4.jpg);*/
}
/*.block02_2_3{
	width: 367px;
	background-image: url(../images/img02_5.jpg);
}*/
.block02_3_1{
	/*width: 366px;*/
	margin-right: 0.2%;
	/*background-image: url(../images/img02_6.jpg);*/
}
.block02_3_2{
	/*width: 365px;*/
	margin-right: 0.2%;
	/*background-image: url(../images/img02_7.jpg);*/
}
/*.block02_3_3{
	width: 367px;
	background-image: url(../images/img02_8.jpg);
}*/
.block02_3_1 .tit,
.block02_3_2 .tit,
.block02_3_3 .tit{
	width: 90%;
	/*position: absolute;*/
	top: 5px;
	/*left: 50%;
	transform: translateX(-50%);
	z-index: 5;*/
}
/*.block02_3_1 .tit{ width: 326px;}
.block02_3_2 .tit{ width: 336px;}
.block02_3_3 .tit{ width: 336px;}*/

.block03{
	width: 94%;
	/*margin: 0 auto;
	padding: 55px 0 50px;*/
}
/*.block03_1{
	margin-bottom: 35px;
	position: relative;
}*/

/*.block03_1L{
	width: 100%;
}*/
/*.block03_1L{
	width: 15%;
	padding-top: 15px;
}*/
/*.block03_1L dl{
	margin-bottom: 20px;
}*/
/*.block03_1L h3{
	font-size: 23px;
}*/
.block03_1L h3{
	font-size: 23px;
	/*font-weight: 700;
	margin-bottom: 30px;*/
}
/*.block03_1L h3 span{
	font-size: 13px;
}
.block03_1L h3:before{
	content: "";
	display: inline-block;
	width: 25px;
	border-top: 4px solid #066eb2;
	vertical-align: middle;
	margin-right: 10px;
	padding-bottom: 4px;
}*/

/*.block03_1L dd{
	font-size: 13px;
}*/
.block03_1R{
	width: 93%;
	margin-left: 5%;
}
/*.block03_1R{
	width: 80%;
}*/
/*.block03_1R .thumb{
	width: 280px;
	margin-right: 15px;
	float: left;
	position: relative;
}*/
/*.block03_1R .thumb a{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.block03_1R .thumb:hover{
	opacity: 0.5;
	transition-duration: 0.8s;
}
.block03_1R .thumb dl{
	margin-top: 10px;
}*/
.block03_1R .thumb dt,
.pickupR .thumb dt{
	font-size: 16px;
	line-height: 130%;
	/*font-weight: 500;*/
	margin-bottom: 6px;
}
.block03_1R .thumb dt span,
.pickupR .thumb dt span{
	font-size: 12px;
}
/*.block03_1R .thumb dd{
	font-size: 14px;
	line-height: 150%;
}*/
/*.block03_1R .thumb p{
	font-size: 16px;
}*/
/*.block03_1R .thumbBlank{
	width: 280px;
	margin-right: 15px;
	float: left;
	position: relative;
}*/
/*.block03_1R .slick-arrow:before{
	content:""!important;
	width: 100%!important;
	height: 100%!important;
	position: absolute;
	top: 0;
	left: 0;
}
.block03_1R .slick-prev{
	left: -35px;
}
.block03_1R .slick-next{
	right: -18px;
}
.block03_1R .slick-prev,
.block03_1R .slick-next{
    width: 23px;
    height: 33px;
	top: 40%;
}
.block03_1R .slick-next:before{
	background-image: url(../images/common/slider_arrow01R.png);
	background-repeat: no-repeat;
	background-size: 23px 33px;
	background-position: center;
}
.block03_1R .slick-prev:before{
	background-image: url(../images/common/slider_arrow01L.png);
	background-repeat: no-repeat;
	background-size: 23px 33px;
	background-position: center;
}*/

/*.block04{
	margin-bottom: 35px;
	padding: 70px 0 65px;
	background-color: #e0f2fb;
}*/
.block04 .inner{
	width: 92%;
	/*margin: 0 auto 45px;*/
}
.block04_1{
	width: 100%;
	padding-top: 0;
	float: none;
}
.block04_1 h2{
	width: 210px;
	margin-bottom: 25px;
}
.block04_1 h3{
	/*font-family: "Sawarabi Gothic";*/
	font-size: 28px;
	/*font-weight: 700;
	line-height: 150%;
	font-feature-settings: "palt";*/
	margin-bottom: 20px;
}
/*.block04_1 p{
	font-size: 18px;
	line-height: 170%;
	letter-spacing: 0.1em;
	text-align: justify;
	padding-bottom: 30px;
}*/
.block04_2{
	width: 100%;
	float: none;
}
.block04_2_1{
	width: 47%;
	margin: 0 1.5% 25px;
	/*margin-right: 35px;
	margin-bottom: 20px;
	float: left;*/
}
/*.block04_2_1 dt{
	margin-bottom: 10px;
}
.block04_2_1 dd{
	font-size: 20px;
	font-weight: 700;
	line-height: 120%;
}*/

/*.block05{
	margin-bottom: 60px;
}*/
.block05 .inner{
	width: 92%;
	/*margin: 0 auto 35px;
	position: relative;*/
}
.block05_1{
	position: static;
	/*position: absolute;
	top: 25px;
	left: 0;
	z-index: 10;*/
}
.block05 h2{
	width: 150px;
	margin-bottom: 30px;
}
.block05 h3{
	width: 90%;
	margin: 0 auto 25px;
	/*font-size: 24px;
	font-weight: 700;
	line-height: 150%;
	margin: 0 0 25px 75px;*/
}
.block05 p{
	width: 90%;
	margin: 0 auto;
	/*width: 370px;
	font-size: 18px;
	line-height: 180%;
	text-align: justify;
	margin-left: 75px;*/
}

.block05_2 {
	display: none;
	/*height: 816px;
	background-image: url(../images/map.png);
	background-repeat: no-repeat;
	background-size: 1006px auto;
	background-position: top right;
	position: relative;*/
}
/*.map_list {
	width: 204px;
	height: auto;
	padding: 10px 10px 5px;
}
.map_list ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.map_list ul li {
	width: 49%;
	margin-bottom: 4px;
}
.map_list ul>li:only-child {
	width: 100%;
}
.map_list li a {
	font-size: 14px;
	padding: 4px 0;
	background-image: url(../images/arrow_title.gif);
	background-repeat: no-repeat;
	background-size: 8px auto;
	background-position: right 4px center;
	position: relative;
}
.map_list li a:hover {
	opacity: 0.6;
	transition: .3s;
}
.map_hokkaido-tohoku {
	color: #7478c1;
	background: #d3d9f2;
	position: absolute;
	top: 410px;
	right: 10px;	
}
.map_hokkaido-tohoku li a {
	background-color: #7478c1;
}
.map_kanto {
	background: #d1eced;
	position: absolute;
	top: 550px;
	right: 10px;
	color: #31bdc9;
}
.map_kanto li a {
	background-color: #31bdc9;
}
.map_chubu {
	background: #d8efdc;
	position: absolute;
	top: 680px;
	right: 260px;
	color: #4ab869;
}
.map_chubu li a {
	background-color: #4ab869;
}
.map_kansai {
	background: #efeac2;
	position: absolute;
	top: 440px;
	left: 420px;
	color: #afb62f;
}
.map_kansai li a {
	background-color: #afb62f;
}
.map_chugoku-shikoku {
	background: #feebd5;
	position: absolute;
	top: 520px;
	left: 210px;
	color: #f7931e;
}
.map_chugoku-shikoku li a {
	background-color: #f7931e;
}
.map_kyushu-okinawa {
	background: #fce3e3;
	color: #fe7575;
	position: absolute;
	bottom: 0px;
	left: 90px;
}
.map_kyushu-okinawa li a {
	background-color: #fe7575;
}

.map_hokkaido-tohoku li a,
.map_kanto li a,
.map_chubu li a,
.map_kansai li a,
.map_chugoku-shikoku li a,
.map_kyushu-okinawa li a {
	color: #fff;
	text-decoration: none;
	display: block;
	text-align: center;
}
.map_areatitle {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 10px;
}*/

/*.block06{
	margin-bottom: 50px;
	padding: 70px 0 60px;
	background-color: #f4f4f4;
}*/
.block06 .inner{
	width: 92%;
	/*margin: 0 auto;*/
}
/*.newsTit{
	margin-bottom: 35px;
	position: relative;
}*/
.newsTit{
	width: 15%;
	/*float: left;*/
}
/*.newsTit dl{
	margin-bottom: 20px;
}
.newsTit h3{
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 10px;
}
.newsTit dd{
	font-size: 13px;
}
.newsTit .btn02{
	color:#4f4f4f;
	border: 1px solid #a8a8a8;
}
.newsTit .btn02:hover{
	color: #fff;
	background-color: #066eb2;
	transition-duration: 0.6s;
}*/
.newsBox{
	width: 80%;
	/*float: right;*/
}
/*.newsBox .post{
	margin-bottom: 15px;
}*/
.newsBox .post dt{
	width: 100%;
	/*font-size: 14px;
	color: #a8a8a8;*/
	margin-bottom: 5px;
	float: none;
}
.newsBox .post dd{
	/*font-size: 14px;*/
	margin-left: 0;
}
/*.newsBox .post dd img{
	width: 20px;
	vertical-align: middle;
	margin-left: 5px;
}
.newsBox .post dd span{
	font-size: 13px;
	font-weight: 700;
	color: #fff;
	background-color: #297fca;
	margin-right: 10px;
	padding: 2px 10px;
}
.newsBox .post.new dd{
	padding-left: 54px;
	background-image: url(../images/common/icon_new.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 47px auto;
}
.newsBox a:link,
.newsBox a:visited{
	color: #4f4f4f !important;
	text-decoration: none !important;
}
.newsBox a:hover{
	color: #066eb2 !important;
	text-decoration: none !important;
	transition-duration: 0.3s;
}*/

.block07{
	padding-bottom: 50px;
	/*background-image: url(../images/bg07.png);
	background-repeat: no-repeat;*/
	background-size: 100% auto;
	/*background-position: bottom center;*/
}
.block07 h2{
	width: 340px;
	/*margin: 0 auto 50px;*/
}
.block07 .inner{
	width: 94%;
	/*margin: 0 auto;
	position: relative;*/
}
/*.block07_1{
	width: 33.3%;
	text-align: center;
	margin-bottom: 30px;
	float: left;
}*/
.block07_1{
	height: 170px;
	margin-bottom: 20px;
}
.block07_2,
.block07_3{
	height: 170px;
	margin-bottom: 20px;
}
/*.block07_3{
	height: 200px;
}*/

.block07_1 h3,
.block07_2 h3,
.block07_3 h3{
	width: 90%;
}
.block07_1 h3{
	margin-bottom: 20px;
}
.block07_3 h3{
	margin-bottom: 20px;
}
.block07_2 h3{
	font-size: 22px;
	padding: 10px 0 9px;
}
.block07_3 h3{
	font-size: 21px;
}

.block07_1 dt,
.block07_2 dt,
.block07_3 dt{
	font-size: 18px;
	/*font-weight: 700;
	line-height: 100%;*/
	margin-bottom: 15px;
}
.block07_1 dt span{
	/*font-family: "source-han-sans-japanese", sans-serif;*/
	font-size: 42px;
	/*font-weight: 900;
	font-style: normal;*/
}
.block07_2 dt span{
	font-size: 50px;
}
.block07_3 dt span{
	font-size: 46px;
}
/*.block07_1 dd{
	font-size: 14px;
	font-weight: 600;
	color: #066eb2;
	line-height: 130%;
}*/
.block07_1 dd{
	width: 90%;
	/*margin: 0 auto;
	background-color: #fff;*/
}
/*.block07_1 dd p{
	text-align: right;
	padding-top: 5px;
}*/
.block07_2 dd{
	font-size: 18px;
}
.block07_3 dd{
	font-size: 15px;
}


/*.block07{
	background-size: 150% auto;
}
.block07 .inner{
	width: 92%;
	margin: 0 auto;
}
.block07_1,
.block07_2{
	margin-bottom: 35px;
}
.block07_1 dt,
.block07_2 dt{
	margin-bottom: 45px;
	padding: 10px 10px;
	background-color: #066eb2;
}
.block07_1 dt span,
.block07_2 dt span{
	font-size: 18px;
	padding: 0 0;
}
.block07_1 dd,
.block07_2 dd{
	font-size: 20px;
	line-height: 140%;
}
.block07_1 dd span,
.block07_2 dd span{
	font-size: 54px;
}
.block07a{
	width: 33%;
	margin-right: 1%;
}
.block07b{
	width: 32.5%;
	margin-right: 1%;
}
.block07c{
	width: 32.5%;
}*/

/*.block08 .inner{
	width: 94%;
}
.block08_1_1,
.block08_1_2{
	width: 100%;
	margin-bottom: 15px;
	float: none;
}
.block08_1_1{
	margin-right: 0;
	padding: 20px 35px 25px;
}
.block08_1_2{
	padding: 20px 20px 25px;
}
.block08_1_1 p,
.block08_1_2 p{
	text-align: center;
}*/

/*.pickupL{
	margin-bottom: 25px;
}
.pickupL dl{
	margin-bottom: 20px;
}
.pickupL h3{
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 10px;
}
.pickupL dd{
	font-size: 13px;
}*/
.pickupR{
	width: 93%;
	margin-left: 5%;
}
/*.pickupR .thumb{
	width: 280px;
	margin-right: 15px;
	float: left;
	position: relative;
}
.pickupR .thumb a{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.pickupR .thumb:hover{
	opacity: 0.5;
	transition-duration: 0.8s;
}
.pickupR .thumb dl{
	margin-top: 10px;
}
.pickupR .thumb dt{
	margin-bottom: 10px;
}
.pickupR .thumb dt span{
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	padding: 5px 10px;
	background-color: #066eb2;
}*/
/*.pickupR .thumb dd{
	font-size: 16px;
}*/
.pickupR .thumb p{
	font-size: 16px;
}
/*.pickupR .thumbBlank{
	width: 280px;
	margin-right: 15px;
	float: left;
	position: relative;
}
.pickupR .slick-arrow:before{
	content:""!important;
	width: 100%!important;
	height: 100%!important;
	position: absolute;
	top: 0;
	left: 0;
}
.pickupR .slick-prev{
	left: -35px;
}
.pickupR .slick-next{
	right: -18px;
}
.pickupR .slick-prev,
.pickupR .slick-next{
    width: 23px;
    height: 33px;
	top: 30%;
}
.pickupR .slick-next:before{
	background-image: url(../images/common/slider_arrow01R.png);
	background-repeat: no-repeat;
	background-size: 23px 33px;
	background-position: center;
}
.pickupR .slick-prev:before{
	background-image: url(../images/common/slider_arrow01L.png);
	background-repeat: no-repeat;
	background-size: 23px 33px;
	background-position: center;
}


.slick-dotted.slick-slider {
	margin-bottom: 0 !important;
}
.slider-dots {
    margin: 0 auto;
    text-align: center;
    list-style: none;
}*/
.block03_1R .slider-dots {
    width: 50%;
    /*padding: 30px 0 0;*/
}
.pickupR .slider-dots {
    width: 40%;
    /*padding: 50px 0 0;*/
}
/*.block03_1R .slider-dots li {
    display: inline-block;
    width: calc(20% - 8px);
    margin: 0 0.7%;
}
.pickupR .slider-dots li {
    display: inline-block;
    width: calc(20% - 8px);
    margin: 0 0.7%;
}
.slider-dots button {
    position: relative;
    width: 100%;
    height: 4px;
    border: 0;
    background-color: #d1d1d1;
    font-size: 0;
}
.slider-dots button:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: block;
    width: 0%;
    height: 100%;
}
.slider-dots .slick-active button:after {
    background-color: #066eb2;
    animation: progress 3.5s linear forwards;
}*/


}




/*----------------------------------------------------*/
@media only screen and (max-width: 767px) {

/*--------------------main--------------------*/
.main{
	margin-top: 68px;
	/*margin-bottom: 5%;*/
	margin-bottom: 10%;
}
.main .mainTxt{
	width: 80%;
	position: absolute;
	bottom: 7%;
	/*right: 0%;
	animation: fadein 3s ease-out forwards;
	z-index: 10;*/
}
/*.main .mainTxt{
	width: 100%;
	padding: 4% 5%;
	position: absolute;
	top: auto;
	bottom: 0%;
	right: 0%;
	transform: translateY(-0);
	background-color: rgba(255,255,255,0.5);
}*/
/*.main .mainTxt{
	width: 90%;
	top: auto;
	bottom: 3%;
	right: 3%;
	transform: translateY(-0);
}*/
/*@keyframes fadein {
	0%{
		opacity: 0
	}
	100%{
		opacity: 1
	}
}*/
/*.main .mainTxt dt{
	font-size: 4.6vw;
	margin-bottom: 2.5%;
}
.main .mainTxt dd{
	font-size: 3.4vw;
	line-height: 160%;
}*/
/*.mainSlide{
	z-index: 1;
}*/

.infoBlock{
	/*text-align: center;*/
	margin-bottom: 6%;
	padding-bottom: 5%;
	/*border-bottom: 0.5px solid #2b2b2b;*/
}
.infoBlock p{
	width: 92%;
	margin: 0 auto;
	/*font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;*/
	font-size: 3.0vw;
	line-height: 170%;
}


/*--------------------contents--------------------*/
.block01{
	width: 100%;
	margin: 0 auto;
}
.block01 .inner{
	background: none;
	/*background-image: url(../images/img01.jpg);
	background-repeat: no-repeat;
	background-position: top 40% right;
	background-size: 45% auto;*/
}
.block01_1{
	margin-bottom: 5%;
}
.block01_1 h2{
	width: 43%;
	margin: 0 auto 4%;
	/*margin-bottom: 10px;
	margin-left: 3%;*/
}
.block01_1 h3{
	font-size: 4.6vw;
	/*font-weight: 700;*/
	text-align: center;
	line-height: 155%;
	margin: 0 0 3%;
}
.block01_1 p{
	font-size: 3.4vw;
	text-align: center;
	line-height: 180%;
	margin-left: 0;
}
.block01_2{
	width: 100%;
	margin-top: 8%;
}
.block01_2 img{
	width: 100%;
}

.block02{
	margin-bottom: 8%;
	padding: 11% 0 8%;
	background-color: #97abb9;
	background-image: url(../images/bg02sp.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 100% auto;
}
.block02 h2{
	width: 57%;
	margin: 0 auto 7%;
}
.block02 .inner{
	width: 90%;
	margin: 0 auto 6%;
}
.block02_1,
.block02_2,
.block02_3{
	margin-bottom: 4%;
	/*position: relative;*/
}
.block02_1 .tit,
.block02_2 .tit{
	display: none;
	/*width: 94%;
	top: 5px;*/
}
.block02_1 h3,
.block02_2 h3,
.block02_3 h3{
	font-size: 4.4vw;
	font-weight: 700;
	text-align: center;
	margin-bottom: 2%;
}
.block02_1 h3{ color: #066eb2;}
.block02_2 h3{ color: #a32b97;}
.block02_3 h3.sptit01{ color: #00d3d8;}
.block02_3 h3.sptit02{
	color: #ef3535;
	padding-top: 2%;
}
.block02_3 h3.sptit03{
	/*color: #57dd00;*/
	color: #a32b97;
	padding-top: 2%;
}

/*.block02_1 a,
.block02_2 a,
.block02_3 a{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}*/
.block02_1 .mask,
.block02_2 .mask,
.block02_3 .mask{
	width: 100%;
	height: 100%;
	background: none;
	/*background-color: rgba(0,0,0,0.4);*/
}
/*.block02_1 a:hover +.mask,
.block02_2 a:hover +.mask,
.block02_3 a:hover +.mask{
	background-color: rgba(0,0,0,0.0);
	transition-duration: 0.6s;
}*/
.block02_1 dl{
	margin-bottom: 0;
	padding-top: 0;
}
.block02_1 dt{
	font-size: 4.5vw;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-bottom: 0;
}
.block02_1 dd,
.block02_2 dd,
.block02_3 dd{
	display: none;
	/*font-size: 14px;
	letter-spacing: 0.1em;*/
}
.block02_1 .arrow{
	display: none;
	/*margin: 0 auto;
	padding-bottom: 40px;*/
}
.block02_2 dl,
.block02_3 dl{
	margin-bottom: 0;
	padding-top: 0;
}
.block02_2 dt,
.block02_3 dt{
	font-size: 4.5vw;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 100%;
	margin-bottom: 0;
}
.block02_2_2 dt{
	font-size: 4.5vw;
	padding-top: 0;
}
.block02_2 .arrow,
.block02_3 .arrow{
	display: none;
	/*margin: 0 auto;
	padding-bottom: 25px;*/
}

.block02_1_1,
.block02_1_2{
	width: 100%;
	height: 100%;
	/*text-align: center;*/
	color: #303030;
	margin-bottom: 3%;
	padding: 4.5% 0;
	/*background-repeat: no-repeat;
	background-size: 100% auto;
	position: relative;*/
	background-image: none;
	background-color: #fff;
	float: none;
}
/*.block02_1_1{
	background-image: url(../images/img02_1.jpg);
	float: left;
}
.block02_1_2{
	background-image: url(../images/img02_2.jpg);
	float: right;
}*/
.block02_2_1,
.block02_2_2,
.block02_2_3,
.block02_3_1,
.block02_3_2,
.block02_3_3{
	width: 100%;
	height: 100%;
	/*text-align: center;*/
	color: #303030;
	margin-bottom: 3%;
	padding: 4.5% 0;
	/*background-repeat: no-repeat;
	background-size: 100% auto;
	position: relative;*/
	background-image: none;
	background-color: #fff;
	float: none;
}
.block02_2_1{
	margin-right: 0;
}
.block02_2_2{
	margin-right: 0;
}
.block02_3_1{
	margin-right: 0;
}
.block02_3_2{
	margin-right: 0;
}
.block02_3_1 .tit,
.block02_3_2 .tit,
.block02_3_3 .tit{
	display: none;
	/*width: 90%;
	top: 5px;*/
}
/*.block02_3_1 .tit{ width: 326px;}
.block02_3_2 .tit{ width: 336px;}
.block02_3_3 .tit{ width: 336px;}*/

.block03{
	width: 90%;
	/*margin: 0 auto;*/
	padding: 10% 0 10%;
}
.block03_1{
	margin-bottom: 0;
	/*position: relative;*/
}
.block03_1L{
	/*width: 100%;*/
	margin-bottom: 4%;
	padding-top: 0;
	float: none;
	position: relative;
}
.block03_1L dl{
	margin-bottom: 0;
	padding-top: 2%;
	float: left;
}
/*.block03_1L h3{
	font-size: 5.8vw;
	margin-bottom: 1.8%;
}*/
.block03_1L h3{
	font-size: 5.8vw;
	/*font-weight: 700;*/
	margin-bottom: 2.0%;
}
.block03_1L h3 span{
	font-size: 3.2vw;
}
.block03_1L h3:before{
	/*content: "";
	display: inline-block;*/
	width: 18px;
	/*border-top: 4px solid #066eb2;
	vertical-align: middle;*/
	margin-right: 5px;
	/*padding-bottom: 4px;*/
}

.block03_1L dd{
	font-size: 3.0vw;
}
.block03_1L .btn02{
	float: right;
}
.block03_1R{
	width: 90%;
	margin: 0 auto;
	/*float: none;*/
}
.block03_1R .thumb{
	width: 100%;
	margin-right: 0;
	float: left;
	position: relative;
}
/*.block03_1R .thumb{
	width: 280px;
	margin-right: 15px;
	float: left;
	position: relative;
}*/
/*.block03_1R .thumb a{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.block03_1R .thumb:hover{
	opacity: 0.5;
	transition-duration: 0.8s;
}*/
.block03_1R .thumb .pickicon,
.pickupR .thumb .pickicon{
	margin: 5% 0 4%;
}
.block03_1R .thumb .pickicon span,
.pickupR .thumb .pickicon span{
	font-size: 3.2vw;
	/*font-weight: 700;
	color: #fff;*/
	padding: 5px 10px;
	/*background-color: #066eb2;*/
}
.block03_1R .thumb dt,
.pickupR .thumb dt{
	font-size: 4.2vw;
	/*font-weight: 500;*/
	margin-bottom: 2%;
}
.block03_1R .thumb dt span,
.pickupR .thumb dt span{
	font-size: 3.2vw;
}
.block03_1R .thumb dd,
.pickupR .thumb dd{
	font-size: 3.6vw;
	line-height: 150%;
}
/*.block03_1R .thumb dl{
	margin-top: 3%;
}
.block03_1R .thumb dt{
	margin-bottom: 3%;
}
.block03_1R .thumb dt span{
	font-size: 3.0vw;
	padding: 2% 3%;
}
.block03_1R .thumb dd{
	font-size: 4.2vw;
}
.block03_1R .thumb p{
	font-size: 4.2vw;
	padding-top: 3%;
}*/
.block03_1R .thumbBlank{
	display: none;
	width: 100%;
	margin-right: 0;
	/*float: left;
	position: relative;*/
}
/*.block03_1R .slick-arrow:before{
	content:""!important;
	width: 100%!important;
	height: 100%!important;
	position: absolute;
	top: 0;
	left: 0;
}*/
.block03_1R .slick-prev{
	left: -30px;
}
.block03_1R .slick-next{
	right: -27px;
}
.block03_1R .slick-prev,
.block03_1R .slick-next{
    width: 23px;
    height: 33px;
	top: 40%;
}
.block03_1R .slick-next:before{
	/*background-image: url(../images/common/slider_arrow01R.png);
	background-repeat: no-repeat;*/
	background-size: 20px 30px;
	/*background-position: center;*/
}
.block03_1R .slick-prev:before{
	/*background-image: url(../images/common/slider_arrow01L.png);
	background-repeat: no-repeat;*/
	background-size: 20px 30px;
	/*background-position: center;*/
}

.block04{
	/*margin-bottom: 8%;*/
	padding: 9% 0 8%;
	/*background-color: #e0f2fb;*/
}
.block04 .inner{
	width: 96%;
	margin: 0 auto 2%;
}
.block04_1{
	width: 100%;
	margin-bottom: 7%;
	padding-top: 0;
	float: none;
}
.block04_1 h2{
	width: 42%;
	margin: 0 auto 6%;
	/*margin-bottom: 25px;*/
}
.block04_1 h3{
	/*font-family: "Sawarabi Gothic";*/
	font-size: 4.6vw;
	/*font-weight: 700;*/
	text-align: center;
	line-height: 150%;
	/*font-feature-settings: "palt";*/
	margin-bottom: 4%;
}
.block04_1 p{
	font-size: 3.4vw;
	text-align: center;
	line-height: 170%;
	letter-spacing: 0.0em;
	text-align: center;
	padding-bottom: 0;
}
/*.block04_2{
	width: 100%;
	float: none;
}*/
.block04_2_1{
	width: 47.5%;
	margin: 0 3% 6% 0;
	/*margin-right: 35px;
	margin-bottom: 20px;
	float: left;*/
}
.block04_2_1:nth-child(even) {
	margin: 0 0 6% 0;
}
.block04_2_1 dt{
	margin-bottom: 10px;
}
.block04_2_1 dd{
	font-size: 3.0vw;
	/*font-weight: 700;*/
	line-height: 120%;
	/*background-image: url(../images/common/icon_arrow03.png);
	background-repeat: no-repeat;
	background-position: right center;*/
	background-size: 7% auto;
}

.block05{
	margin-bottom: 8%;
}
.block05 .inner{
	width: 90%;
	margin: 0 auto 5%;
	/*position: relative;*/
}
/*.block05_1{
	position: static;
}*/
.block05 h2{
	width: 34%;
	margin: 0 auto 4%;
	/*margin-bottom: 20px;*/
}
.block05 h3{
	width: 100%;
	font-size: 4.6vw;
	/*font-weight: 700;*/
	line-height: 150%;
	text-align: center;
	margin: 0 auto 3%;
}
.block05 p{
	width: 100%;
	font-size: 3.4vw;
	line-height: 170%;
	/*margin: 0 auto;*/
}
.block05_2 {
	display: none;
}

.block06{
	margin-bottom: 9%;
	padding: 10% 0 10%;
	/*background-color: #f4f4f4;*/
}
.block06 .inner{
	width: 100%;
	/*margin: 0 auto;*/
}
.newsTit{
	width: 90%;
	margin: 0 auto 5%;
	float: none;
	/*position: relative;*/
}
.newsTit dl{
	margin-bottom: 0;
	float: left;
}
.newsTit h3{
	font-size: 5.8vw;
	/*font-weight: 700;*/
	margin-bottom: 1.8vw;
}
.newsTit dd{
	font-size: 3.0vw;
}
.newsTit .btn02{
	color:#066eb2;
	border: 1px solid #066eb2;
	float: right;
}
/*.newsTit .btn02:hover{
	color: #fff;
	background-color: #066eb2;
	transition-duration: 0.6s;
}*/
.newsBox{
	width: 100%;
	float: none;
}
.newsBox .post{
	margin-bottom: 3%;
	padding: 3% 5% 0;
	border-top: 1px solid #898989;
}
.newsBox .post dt{
	/*width: 100%;*/
	font-size: 3.6vw;
	font-weight: 700;
	color: #297fca;
	margin-bottom: 1.2%;
	/*float: none;*/
}
.newsBox .post dt span{
	font-size: 3.2vw;
	font-weight: 700;
	color: #fff;
	background-color: #297fca;
	margin-left: 10px;
	padding: 2px 10px;
	display: block;
}
.newsBox .post dd{
	font-size: 3.6vw;
	line-height: 135%;
	/*margin-left: 0;*/
}
.newsBox .post dd img{
	width: 18px;
	vertical-align: middle;
	margin-left: 5px;
}
/*.newsBox .post dd span{
	font-size: 13px;
	font-weight: 700;
	color: #fff;
	background-color: #297fca;
	margin-right: 10px;
	padding: 2px 10px;
}*/
.newsBox .post.new dd{
	padding-left: 0;
	background: none;
	/*background-image: url(../images/common/icon_new.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 47px auto;*/
}
.newsBox .post.new dt{
	background-image: url(../images/common/icon_new.png);
	background-repeat: no-repeat;
	background-position: left 5.6em center;
	background-size: 38px auto;
}
/*.newsBox a:link,
.newsBox a:visited{
	color: #4f4f4f !important;
	text-decoration: none !important;
}
.newsBox a:hover{
	color: #066eb2 !important;
	text-decoration: none !important;
	transition-duration: 0.3s;
}*/

.block07{
	padding-bottom: 10%;
	/*background-image: url(../images/bg07.png);
	background-repeat: no-repeat;*/
	background-size: 180% auto;
	/*background-position: bottom center;*/
}
.block07 h2{
	width: 64%;
	margin: 0 auto 2%;
}
.block07 .inner{
	width: 96%;
	/*margin: 0 auto;
	position: relative;*/
}
.block07_1,
.block07_2,
.block07_3{
	width: 48%;
	margin: 0 1% 4%;
	/*text-align: center;
	margin-bottom: 30px;
	float: left;*/
}
.block07_1{
	height: auto;
}
/*.block07_2,
.block07_3{
	height: auto;
}*/
.block07_3{
	/*height: 25vh;*/
	height: 18.5vh;
}
.block07_1 h2{
	width: 90%;
	font-size: 3.6vw;
	/*font-weight: 500;
	color: #fff;
	text-align: center;
	line-height: 100%;*/
	letter-spacing: 0em;
	margin: 0 auto 10%;
	padding: 3% 0;
	/*background-color: #066eb2;*/
}
/*.block07_1 h3,
.block07_2 h3,
.block07_3 h3{
	width: 90%;
}
.block07_1 h3{
	margin-bottom: 10%;
}
.block07_3 h3{
	margin-bottom: 10%;
}*/
.block07_1 h3,
.block07_2 h3,
.block07_3 h3{
	width: 90%;
	font-size: 3.6vw;
	letter-spacing: 0em;
	margin: 0 auto 10%;
	padding: 3% 0;
}
.block07_2 h3{
	font-size: 4.0vw;
	padding: 2.5% 0;
}
.block07_3 h3{
	font-size: 3.8vw;
	margin: 0 auto 8%;
	padding: 2.8% 0;
}
.block07_1 dt,
.block07_2 dt{
	font-size: 3.6vw;
	/*font-weight: 700;
	line-height: 100%;*/
	margin-bottom: 8%;
}
.block07_3 dt{
	font-size: 3.6vw;
	line-height: 160%;
	margin-bottom: 2%;
}

.block07_1 dt span,
.block07_2 dt span,
.block07_3 dt span{
	/*font-family: "source-han-sans-japanese", sans-serif;*/
	font-size: 10vw;
	/*font-weight: 800;
	font-style: normal;*/
}
.block07_3 dt span{
	font-size: 11.0vw;
}

/*.block07_1 dt span{
	font-size: 10.0vw;
}
.block07_2 dt span{
	font-size: 12.0vw;
}
.block07_3 dt span{
	font-size: 10.0vw;
}*/

.block07_1 dt span.uriage{
	font-size: 10.0vw;
}
.block07_1 dt span.secondrow{
	font-size: 10.0vw;
}
.block07_1 dd,
.block07_2 dd,
.block07_3 dd{
	font-size: 3.0vw;
	/*font-weight: 600;
	color: #066eb2;*/
	line-height: 130%;
}
.block07_1 dd{
	width: 90%;
	/*margin: 0 auto;
	background-color: #fff;*/
}
.block07_1 dd p{
	/*text-align: right;*/
	padding-top: 10px;
}
.block07_2 dd{
	font-size: 3.6vw;
}
.block07_3 dd{
	font-size: 3.2vw;
}


/*.block07{
	padding-bottom: 11%;
	background-image: url(../images/bg07sp.png);
	background-size: 100% auto;
}
.block07 .inner{
	width: 96%;
}
.block07 h2{
	width: 36%;
	margin: 0 auto 7%;
}
.block07_1{
	margin-bottom: 5%;
}
.block07_2{
	margin-bottom: 7%;
}

.block07_1 dt,
.block07_2 dt{
	margin-bottom: 11%;
	padding: 4% 0 5%;
}
.block07_2 dt{
	height: 12.1vw;
}
.block07_1 dt span,
.block07_2 dt span{
	font-size: 3.3vw;
	line-height: 110%;
	padding: 0 0;
}
.block07_1 dd,
.block07_2 dd{
	font-size: 3.4vw;
	line-height: 160%;
}
.block07_1 dd span,
.block07_2 dd span{
	font-size: 6.0vw;
}
.block07a{
	width: 32%;
	margin-right: 1%;
}
.block07b{
	width: 32.5%;
	margin-right: 1%;
}
.block07c{
	width: 32.5%;
}
.block07_1 .block07a dt{
	margin-bottom: 2.2%;
}
.block07_1 .block07b dd,
.block07_1 .block07c dd{
	padding-top: 5.5%;

}
.block07_2 .block07b dt,
.block07_2 .block07c dt{
	padding-top: 12%;
	box-sizing: border-box;
}*/

/*.block08{
	padding: 8% 0 6%;
	background-image: url(../images/bg08sp.jpg);
	background-size: cover;
}
.block08 .inner{
	width: 90%;
}
.block08 h2{
	width: 65%;
	margin: 0 auto 6%;
}
.block08 dl{
	width: 100%;
	margin: 0 auto 6%;
}
.block08 dt{
	width: 60%;
	font-size: 4.0vw;
	margin: 0 auto 5.6%;
	padding: 3.6% 0;
	float: none;
}
.block08 dd{
	font-size: 9.0vw;
	text-align: center;
	letter-spacing: 0.07em;
	line-height: 65%;
	margin-left: 0;
	padding-top: 0;
}
.block08 dd span{
	font-size: 3.4vw;
	letter-spacing: 0;
}
.block08_1_1,
.block08_1_2{
	margin-bottom: 3.5%;
}
.block08_1_1{
	padding: 4% 5% 4%;
}
.block08_1_2{
	padding: 4% 5% 4%;
}
.block08_1_1 h3,
.block08_1_2 h3{
	font-size: 4.4vw;
	line-height: 130%;
	margin-bottom: 2%;
}
.block08_1_1 h3 br,
.block08_1_2 h3 br{
	display: none;
}
.block08_1_1 p,
.block08_1_2 p{
	font-size: 3.3vw;
	line-height: 140%;
}*/

.topNews{
	margin-bottom: 10%;
	/*position: relative;*/
}

.pickup{
	width: 92%;
	margin: 0 auto;
}
.pickupL{
	margin-bottom: 6%;
}
.pickupL dl{
	margin-bottom: 0;
}
.pickupL h3{
	font-size: 5.8vw;
	/*font-weight: 700;*/
	margin-bottom: 1.8vw;
}
.pickupL dd{
	font-size: 3.0vw;
}
.pickupR{
	width: 90%;
	margin: 0 auto;
}
.pickupR .thumb{
	width: 100%;
	margin-right: 0;
	float: left;
	position: relative;
}
/*.pickupR .thumb a{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.pickupR .thumb:hover{
	opacity: 0.5;
	transition-duration: 0.8s;
}*/
/*.pickupR .thumb dl{
	margin-top: 3%;
}
.pickupR .thumb dt{
	margin-bottom: 3%;
}
.pickupR .thumb dt span{
	font-size: 3.2vw;
	padding: 5px 10px;
}
.pickupR .thumb dd{
	font-size: 4.2vw;
}*/
/*.pickupR .thumb p{
	font-size: 18px;
	font-weight: 500;
	padding-top: 10px;
}
.pickupR .thumbBlank{
	width: 280px;
	margin-right: 15px;
	float: left;
	position: relative;
}*/
/*.pickupR .slick-arrow:before{
	content:""!important;
	width: 100%!important;
	height: 100%!important;
	position: absolute;
	top: 0;
	left: 0;
}*/
.pickupR .slick-prev{
	left: -30px;
}
.pickupR .slick-next{
	right: -27px;
}
.pickupR .slick-prev,
.pickupR .slick-next{
    /*width: 23px;
    height: 33px;*/
	top: 35%;
}
.pickupR .slick-next:before{
	/*background-image: url(../images/common/slider_arrow01R.png);
	background-repeat: no-repeat;*/
	background-size: 20px 30px;
	/*background-position: center;*/
}
.pickupR .slick-prev:before{
	/*background-image: url(../images/common/slider_arrow01L.png);
	background-repeat: no-repeat;*/
	background-size: 20px 30px;
	/*background-position: center;*/
}


/*.slick-dotted.slick-slider {
	margin-bottom: 0 !important;
}
.slider-dots {
    margin: 0 auto;
    text-align: center;
    list-style: none;
}*/
.block03_1R .slider-dots {
    width: 90%;
    padding: 3% 0 0;
}
.pickupR .slider-dots {
    width: 80%;
    padding: 6% 0 0;
}
.block03_1R .slider-dots li {
	/*display: inline-block;*/
	width: calc(15% - 8px);
	/*margin: 0 0.7%;*/
}
.pickupR .slider-dots li {
	/*display: inline-block;*/
	width: calc(20% - 8px);
	/*margin: 0 0.7%;*/
}
.slider-dots button {
	/*position: relative;
	width: 100%;*/
	height: 3px;
	/*border: 0;
	background-color: #d1d1d1;
	font-size: 0;*/
}
/*.slider-dots button:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: block;
    width: 0%;
    height: 100%;
}
.slider-dots .slick-active button:after {
    background-color: #066eb2;
    animation: progress 3.5s linear forwards;
}*/





}




