@charset "utf-8";

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

/* CSS BrowserReset #gbfooter
--------------------------- */
footer#cx_ui_footer {
	margin: 0;
	padding: 0;
}

#gbfooter * {
	-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 {
	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 {
		font-family: Verdana, Meiryo, sans-serif;
	}
}
@media all and (-ms-high-contrast: active) {
	#gbfooter {
		font-family: Verdana, Meiryo, sans-serif;
	}
}

#gbfooter div,
#gbfooter ul,
#gbfooter li,
#gbfooter p,
#gbfooter a {
	background: transparent;
}

#gbfooter ul {
	list-style: none;
}

#gbfooter.img {
	-ms-interpolation-mode: bicubic;
	vertical-align: top;
	max-width: 100%;
	height: auto;
	border: 0;
}

#gbfooter a,
#gbfooter .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 {
	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
--------------------------- */
#gbfooter {
	width: 100%;
	clear: both;
}
#gbfooter p {
	/* font-size: 14px; */
	/* line-height: 24px; */
	font-size: 13px;
	line-height: 21px;
	text-align: center;
}
#gbfooter .footer_caution_wrapper {
	background: #202124;
}
#gbfooter .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;
	width: 100%;
	margin: 0 auto;
}
#gbfooter .footer_caution {
	/* padding: 20px 0; */
	/* background: #202124; */
	padding: 20px;
	color: #ffffff;
	width: 50%;
}
#gbfooter .footer_caution:first-child {
	border-right: 1px solid #555555;
}
#gbfooter .footer_caution a {
	text-decoration: underline;
	color: #1a73e8;
}

#gbfooter .footer_copyright {
	padding: 15px 0;
	background: #fff;
	color: #000;
}


/* =======================================

	デバイス用

======================================= */
@media screen and (orientation: portrait) and (max-width: 750px), (orientation: landscape) and (max-width: 1013px) {
	#gbfooter {
		width: 100%;
	}

	/* pc or device
	--------------------------- */
	#gbfooter .pc {
		display: none;
	}

	#gbfooter .sp {
		display: block;
	}

	/* ::-webkit-scrollbar {
	display: none;
	-webkit-appearance: none;
	} */

	/* hover delete
	--------------------------- */
	#gbfooter a:hover,
	#gbfooter .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 {
		min-width: auto;
		font-size: 14px;
		font-size: 4.375vw;
		line-height: 24px;
		line-height: 7.5vw;
	}

	
	/* #gbfooter
	--------------------------- */
	#gbfooter p {
		font-size: 16px;
		/* font-size: 5vw; */
		font-size: 4.2666vw;
		line-height: 26px;
		/* line-height: 8.125vw; */
		line-height: 6.9333vw;
		text-align: left;
	}
	#gbfooter .footer_caution_inner {
		width: 100%;
	}
	#gbfooter .footer_caution {
		padding: 16px;
		padding: 5vw;
		width: 100%;
	}
	#gbfooter .footer_caution:first-child {
		border-right: none;
		border-bottom: 1px solid #fff;
	}
	#gbfooter .footer_copyright {
		font-size: 12px;
		font-size: 3.75vw;
		text-align: center;
	}
}

@media screen and (orientation: landscape) and (max-width: 1013px) {

	/* body after */
	body.sp_display::after {
		height: 48px;
	}

	/* #gbfooter reset
	--------------------------- */
	#gbfooter {
		font-size: 14px;
		line-height: 24px;
	}


	/* #gbfooter
	--------------------------- */
	#gbfooter p {
		font-size: 16px;
		line-height: 26px;
	}

	#gbfooter .footer_caution {
		padding: 16px;
	}

	#gbfooter .footer_copyright {
		font-size: 12px;
	}
}

