@charset "utf-8";

/* top slide
======================================================*/

#top_slide_min {
	display: none;
}

.top_slide_wrap {
	width: 100vw;
	overflow: hidden;
	position: relative;
	padding-top: 121px;
	background-color: #fff;
}
#top_slide {
	width: 2835px;
	height: 590px;
	left: calc((( 2835px - 100vw ) / 2 ) * -1 );
	position: relative;
}
.top_slide_bace .splide__slide {
	text-align: center;
}
#top_slide .splide__slide img {
	width: auto;
	height: 544px;
}
.top_slide_bace .splide__slide {
	padding: 0 0;
}
.top_slide_bace .splide__pagination {
	position: absolute;
	bottom: 26px;
}
.top_slide_bace .splide__pagination .splide__pagination__page {
	width: 9px;
	height: 9px;
	background-color: #D9D9D9;
	opacity: 1;
	margin: 0 5px;
}
.top_slide_bace .splide__pagination .splide__pagination__page.is-active {
	width: 9px;
	height: 9px;
	background-color: #6797C3;
	transform:scale(1.0);
	opacity: 1;
}


@media screen and (max-width: 999px) {

.top_slide_wrap {
	width: 100vw;
	overflow: visible;
	position: relative;
	background-color: #fff;
	padding-bottom: 34px;
}

#top_slide {
	width: 100vw;
	height: auto;
	left: 0;
	position: relative;
}
#top_slide .splide__slide img {
	width: 100%;
	height: auto;
}
.top_slide_bace .splide__pagination {
	position: absolute;
	bottom: -15px;
}
}

@media screen and (max-width: 374px) {

.top_slide_wrap {
	padding-bottom: 24px;
}

}


/* top_warning
======================================================*/

.top_warning_sp {
	width: 100%;
	padding: 20px 30px 35px 30px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	box-sizing: border-box;
}
.top_warning_sp .top_warning_content {
	width: 100%;
	max-width: 800px;
	height: 130px;
	height: auto;
	padding: 10px 0;
	border-radius: 100vh;
	background-color: #fff;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	text-align: center;
}
.top_warning_sp .top_warning_content dl dt {
	font-weight: 700;
	font-size: 26px;
	line-height: 26px;
	height: 26px;
	padding-left: 40px;
	color: #E70A40;
	background: url(../img/i_w.svg) left center no-repeat;
	background-size: auto 26px;
	display: inline-block;
}
.top_warning_sp .top_warning_content dl dd {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.66;
	margin-top: 10px;
	display: none;
}

@media screen and (max-width: 767px) {

.top_warning_sp .top_warning_content {
	width: 100%;
	max-width: 600px;
	height: auto;
	border-radius: 17px;
	text-align: left;
	padding: 14px 0px 14px 0px;
	box-sizing: border-box;
}
.top_warning_sp .top_warning_content dl dt {
	font-size: 18px;
	line-height: 1.5;
	height: auto;
	min-height: 33px;
	padding-left: 60px;
	background: url(../img/i_w.svg) left center no-repeat;
	background-size: auto 33px;
	display: block;
}
.top_warning_sp .top_warning_content dl dd br {
	display: none;
}
.top_warning_sp .top_warning_content dl dd {
	font-size: 16px;
	line-height: 1.75;
	margin-top: 10px;
}

}


@media screen and (max-width: 599px) {

.top_warning_sp {
	padding: 20px 30px 20px 30px;
}

.top_warning_sp .top_warning_content {
	max-width: 460px;
}
.top_warning_sp .top_warning_content dl dt {
	font-size: 18px;
	line-height: 1.5;
	height: auto;
	min-height: 33px;
	padding-left: 50px;
	background: url(../img/i_w.svg) left center no-repeat;
	background-size: auto 33px;
	display: block;
}
.top_warning_sp .top_warning_content dl dd br {
	display: none;
}
.top_warning_sp .top_warning_content dl dd {
	font-size: 16px;
	line-height: 1.4;
	margin-top: 10px;
}

}

@media screen and (max-width: 374px) {

.top_warning_sp {
	padding: 20px 20px;
}

.top_warning_sp .top_warning_content dl dd {
	font-size: 14px;
	line-height: 1.4;
}

}

@media screen and (max-width: 359px) {

.top_warning_sp .top_warning_content dl dt {
	font-size: 14px;
	padding-left: 40px;
	background: url(../img/i_w.svg) left center no-repeat;
	background-size: auto 24px;
}
.top_warning_sp .top_warning_content dl dd {
	font-size: 12px;
	line-height: 1.4;
	margin-top: 6px;
}

}


/* top_syuri
======================================================*/

.top_syuri {
	padding: 35px 30px 0 30px;
}
.top_syuri_inner {
	width: 100%;
	max-width: 800px;
	background-color: #18325A;
	display: block;
	border-radius: 19px;
	text-align: center;
	margin: 0 auto;
	padding: 18px 0 13px 0;
}
.top_syuri p:nth-of-type(1) a {
	font-weight: 700;
	font-size: 22px;
	line-height: 1;
	color: #fff;
}
.top_syuri p:nth-of-type(2) {
	width: 100%;
	max-width: 210px;
	height: 23px;
	font-weight: 700;
	font-size: 16px;
	line-height: 23px;
	color: #fff;
	background-color: #FFB100;
	border-radius: 100vh;
	margin: 9px auto;
}
.top_syuri p:nth-of-type(3) a {
	font-weight: 700;
	font-size: 16px;
	line-height: 1;
	color: #FFB100;
}

@media screen and (max-width: 767px) {

.top_syuri_inner {
	max-width: 600px;
}

}

@media screen and (max-width: 599px) {

.top_syuri_inner {
	max-width: 460px;
}

}

@media screen and (max-width: 374px) {

.top_syuri {
	padding: 35px 20px 0 20px;
}

}

/* top_section01
======================================================*/

#top_section01 {
	background: url(../img/top_warning_back_sp_l.jpg) center bottom no-repeat;
	background-size: 100% 100%;

}