@charset "utf-8";

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

footer#cx_ui_footer {
	margin: 0;
	padding: 0;
}

#gbfooter *,
#gbfooterID * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	letter-spacing: 0;
}

#gbfooter,
#gbfooterID {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック Medium", YuGothic, YuGothicM, メイリオ, Meiryo, sans-serif;
	font-size: 14px;
	line-height: 24px;
	min-width: initial;
}

@media all and (-ms-high-contrast: none)  {
	#gbfooter,
	#gbfooterID {
		font-family: Verdana, Meiryo, sans-serif;
	}
}
@media all and (-ms-high-contrast: active) {
	#gbfooter,
	#gbfooterID {
		font-family: Verdana, Meiryo, sans-serif;
	}
}

#gbfooter div,
#gbfooter ul,
#gbfooter li,
#gbfooter p,
#gbfooter a,
#gbfooterID div,
#gbfooterID ul,
#gbfooterID li,
#gbfooterID p,
#gbfooterID a {
	background: transparent;
}

#gbfooter ul,
#gbfooterID ul {
	list-style: none;
}

#gbfooter.img,
#gbfooterID.img {
	-ms-interpolation-mode: bicubic;
	vertical-align: top;
	max-width: 100%;
	height: auto;
	border: 0;
}

#gbfooter a,
#gbfooter .link,
#gbfooterID a,
#gbfooterID .link {
	color: #1a73e8;
	text-decoration: none;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	opacity: 1;
}

#gbfooter a:hover,
#gbfooter .link:hover,
#gbfooterID a:hover,
#gbfooterID .link:hover {
	opacity: .8;
}

/* switch smartphone botton
--------------------------- */
#switch_smartphone {
	min-width: initial;
	position: relative;
	z-index: 10;
}

#switch_smartphone a {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 30px 0;
	background-color: #5a5a5a;
	border-bottom: 5px solid #EEE;
	border-top: 5px solid #DDD;
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	position: relative;
}

/* #gbfooter #gbfooterID
--------------------------- */
#gbfooter,#gbfooterID {
	width: 100%;
	clear: both;
}
#gbfooter .footer_caution_wrapper,
#gbfooterID .footer_caution_wrapper {
	background: #202124;
}
#gbfooter .footer_caution_inner,
#gbfooterID .footer_caution_inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
#gbfooter .footer_caution,
#gbfooterID .footer_caution {
	color: #ffffff;
}

#gbfooter .footer_caution a,
#gbfooterID .footer_caution a {
	text-decoration: underline;
	color: #1a73e8;
}

#gbfooter .footer_copyright,
#gbfooterID .footer_copyright {
	background: #fff;
	color: #000;
	padding: 15px 0;
	text-align: center;
}

@media screen and (min-width: 768px) {
	#gbfooter .footer_caution,
	#gbfooterID .footer_caution {
		font-size: 12px;
		line-height: 17px;
		padding: 10px;
		text-align: center;
		width: 50%;
	}
	#gbfooter .footer_caution:first-child,
	#gbfooterID .footer_caution:first-child {
		border-right: 1px solid #555555;
	}
	#gbfooter .footer_copyright,
	#gbfooterID .footer_copyright {
		font-size: 14px;
	}
}
@media screen and (max-width: 767px) {
	.spNone {
		display: none;
	}
	/* hover delete
	--------------------------- */
	#gbfooter a:hover,
	#gbfooter .link:hover,
	#gbfooterID a:hover,
	#gbfooterID .link:hover {
		opacity: 1.0;
	}

	/* body after */
	body.sp_display::after {
		content: "";
		position: relative;
		display: block;
		height: 50px;
		height: 15.625vw;
		width: 100%;
		z-index: -1;
	}

	/* #gbfooter reset
	--------------------------- */
	#gbfooter,
	#gbfooterID {
		min-width: auto;
		font-size: 14px;
		font-size: min(4.375vw,14px);
		line-height: 24px;
		line-height: min(7.5vw,24px);
	}

	#gbfooter .footer_caution,
	#gbfooterID .footer_caution {
		font-size: 14px;
		font-size: min(3.73vw,14px);
		line-height: 20px;
		line-height: min(5.33vw,20px);
		padding: 13px;
		padding: min(3.47vw,13px);
		text-align: left;
		width: 100%;
	}
	#cx_ui_footer.faq #gbfooterID .footer_caution {
		font-size: min(6.36vw,23.85px);
		line-height: min(9.066666666666666vw,34px);
		padding: min(5.866666666666666vw,22px);
	}
	#gbfooter .footer_caution br {
		display: none;
	}

	#gbfooter .footer_caution:first-child,
	#gbfooterID .footer_caution:first-child {
		border-bottom: 1px solid #fff;
	}
	#cx_ui_footer.faq #gbfooterID .footer_caution:first-child {
		border-bottom: 2px solid #fff;
	}
	#gbfooter .footer_copyright,
	#gbfooterID .footer_copyright {
		font-size: 12px;
		font-size: min(3.2vw, 12px);
	}
	#cx_ui_footer.faq #gbfooterID .footer_copyright {
		font-size: min(5.6000000000000005vw,21px);
		padding-top: min(9.066666666666666vw,34px);
		padding-bottom: min(9.066666666666666vw,34px);
	}
}

@media screen and (orientation: landscape) and (max-width: 1013px) {

	/* body after */
	body.sp_display::after {
		height: 48px;
	}
}

