@media screen and (min-width: 1024px) {
	.scrolled header{
	}
}

	.logo--path--st0{fill:#333333;}
	.logo--path--st1{fill:#4481BA;}
	.logo--path--st2{fill:#4DB15C;}
	.logo--path--st3{fill:#FF6601;}

/*
---
---------------------------------------------------------------------------*/
body{
}

header{
	padding: 1rem;
	background-color: rgba(255,255,255,0.90);
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
	z-index: 50;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
}
.header__inner {
	display: flex;
	justify-content: space-between;
}

header #logo{
	flex-grow: 1;
	max-width: 480px;
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, header #logo { width: 100%; } /* IE11 */
}
header #logo a{
	display: block;
	position: relative;
}
header #logo a:before{
	content: '';
	display: block;
	padding-bottom: calc(52 / 480 * 100%);
}
header #logo svg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.header__right {
	display: flex;
	padding-left: 2rem;
	align-items: center;
	flex-shrink: 0;
}
.header__right__link:before {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	border-color: #fff;
	border-style: solid;
	border-width: 0 1px 1px 0;
	bottom: 50%;
	right: 10px;
	transform-origin: right bottom;
	transform: rotate(-45deg);
}
.header__right__link:hover:before {
	border-color: #ff6601;
}
.header__right__link:hover {
	background-color: transparent;
	color: #ff6601;
}
.header__right__link {
	display: flex;
	background-color: #ff6601;
	border: 1px solid #ff6601;
	position: relative;
	color: #fff;
	padding: 0.25rem 2rem;
	text-align: center;
	margin-right: 1rem;
	height: 100%;
	align-items: center;
	justify-content: center;
}

/*
---
---------------------------------------------------------------------------*/
.smp_header_link {
	display: none;
}


/*
---
---------------------------------------------------------------------------*/
.contents_wrapper{
	position: relative;
	overflow: hidden;
}
.contents_body{
	min-height: 150px;
	position: relative;
}
.contents_body-sb{
	max-width: calc(1000px + 2rem);
	margin-left: auto;
	margin-right: auto;
	padding-right: 1rem;
	padding-left: 1rem;
}

section:after,
.contents_body-sb:after{
	content: '';
	display: table;
	clear: both;
}
.contents_body-sb > :first-child{
	margin-top: 0 !important;
}
.contents_body-sb > :last-child{
	margin-bottom: 0 !important;
}


/*
---
---------------------------------------------------------------------------*/
.top-news-wrapper{
	display: none;
}
.top-news-wrapper.active{
	display: block;
}


/*
---
---------------------------------------------------------------------------*/
.banner__wrapper {
	background-color: #f0f3f5;
}
.banner__main__wrapper {
	padding: 0 50px;
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.banner__main__inner {
	overflow: hidden;
	padding: 2rem 0;
}
.banner__main__slick {
	margin-left: -.5rem;
	margin-right: -.5rem;
	overflow: visible;
	position: static;
}
.banner__main__slick .slick-list {
	overflow: visible;
}
.banner__main__slick .slick-arrow {
	width: 50px;
	height: 50px;
	overflow: hidden;
}
.banner__main__slick .slick-prev {
}
.banner__main__slick .slick-prev:before {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	border-color: #333;
	border-style: solid;
	border-width: 0 0px 1px 1px;
	bottom: 50%;
	left: 50%;
	transform-origin: left bottom;
	transform: translateX(-50%) rotate(45deg);
}
.banner__main__slick .slick-next {
}
.banner__main__slick .slick-next:before {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	border-color: #333;
	border-style: solid;
	border-width: 0 1px 1px 0px;
	bottom: 50%;
	left: 50%;
	transform-origin: right bottom;
	transform: translateX(-50%) rotate(-45deg);
}
.banner__main__slick .slick-slide {
	padding: 0 .5rem;
}
.banner__main__slick .slick-slide > div + div {
	margin-top: .5rem;
}
.banner__main__slickitem:hover {
	box-shadow: none;
}
.banner__main__slickitem {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: .5rem;
	background-color: #fff;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
	text-align: center;
	color: inherit;
	font-size: 0.9rem;
}
.banner__main__slickitem span {
	display: block;
/*	padding: 1rem 0;*/
}
.banner__main__slickitem img + span {
	margin-top: .25rem;
	padding: 0;
}
@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, .banner__main__slick,
	*::-ms-backdrop, .banner__main__slick .slick-list { 
		overflow: hidden;
	}
	*::-ms-backdrop, .banner__main__slickitem {
		box-shadow: none;
	}
}


/*
---
---------------------------------------------------------------------------*/
footer{
	background-color: #d5e5f1;
	padding: 1.5rem 1rem;
	font-size: .85rem;
}
.footer__logo {
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer__logo__thumb {
	width: 52px;
}
.footer__logo__text {
	padding-left: 1rem;
	font-size: 1.5rem;
}
.footer__email {
	color: inherit;
}

.copy{
	text-align: center;
	font-size: 0.5rem;
	color: #fff;
	background-color: #10408c;
	padding: .5rem;
}


/*
---
---------------------------------------------------------------------------*/
.go_page_top{
	position: fixed;
	bottom: 5px;
	right: 5px;
	opacity: 0;
	z-index: 100;
	cursor: pointer;
	width: 85px;
	height: 85px;
	transition: all .5s;
	border-radius: 5px;
	background-color: rgba(77,77,77,1);
}
.go_page_top img{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.scrolled .go_page_top{
	opacity: 0.65;
}
.notouch.scrolled .go_page_top:hover{
	opacity: 1;
}


/*
---
---------------------------------------------------------------------------*/
.remodal-lottery {
	max-width: 600px;
	padding: 3rem 2rem;
}
.remodal-basicClose {
	left: auto;
	right: 0;
}
.popup__check__wrapper input ,
.popup__check__wrapper label {
	cursor: pointer;
}
.popup__check__wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
}



@media only screen and (max-width: 1023px) {
}


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

	header #logo {
		max-width: 360px;
	}
	.header__right__link {
		display: none;
	}
	.header__inner {
		align-items: center;
	}
	.header__right {
		padding-left: 1.5rem;
	}
	
	.footer__logo__text {
		font-size: 1rem;
		padding-left: .5rem;
	}
	.footer__logo__thumb {
		width: 40px;
	}
	.banner__main__slickitem {
		font-size: .7rem;
	}
	
	.go_page_top{
		width: 50px;
		height: 50px;
	}

	/*
	---
	---------------------------------------------------------------------------*/
	.smp_header_link {
		position: absolute;
		top: 80px;
		right: 10px;
		display: flex;
		background-color: rgba(255,255,255,1);
		max-width: 260px;
		width: 100%;
		z-index: 10;
	}
		.smp_header_link .header__right__link {
			display: block;
			font-size: 12px;
			width: calc(100%/2);
			padding: 5px 15px 5px 5px;
			text-align: center;
			margin: 5px 5px;
		}
		.smp_header_link .header__right__link:before {
			width: 6px;
			height: 6px;
			border-width: 0 2px 2px 0;
			right: 5px
		}

}


@media only screen and (max-width: 450px) {
	body{
	}
}