@charset "utf-8";

/*----------------------------
	common
------------------------------*/
* {
	box-sizing: border-box;
}
html {
	font-size: 10px;
	color: #333;
}
@media screen and (max-width: 1080px) {
	html {
		font-size: 0.925vw;
	}
}
@media screen and (max-width: 768px) {
	html {
		font-size: 1.3vw;
	}
}
body {
	font-size: 1.6rem;
	line-height: 1;
}
@media screen and (max-width: 768px) {
	body {
		font-size: 2.4rem;
	}
	#globalNavi .backTop a{
		text-decoration: underline;
	}
}
a {
	color: #000;
	text-decoration: none;
}
.section .btn-white a {
	color: #203D95;
}
a img {
	transition: opacity 0.3s ease-out;
}
a img:hover,
a img:active {
	opacity: 0.7;
}
.accountOpenModal .showDetail a{
	color: #203D95;
    text-decoration: underline;
}
img {
	max-width: 100%;
	height: auto;
}
img[src$=".svg"] {
	width: 100%;
	height: auto;
}
.wrapper {
	margin: 0 auto;
	max-height: 100%; /*for android*/
}
.inner {
	margin: 0 auto;
	max-width: 108rem;
}
.sp {
	display: none;
}
/* .end{
	padding: 15px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #d0111b;
	line-height: 1.4;
	border: 4px solid #d0111b;
	display:none;
} */
@media (max-width: 768px) {
	.inner {
		margin: 0 2rem;
	}
	.sp {
		display: block;
	}
	.pc {
		display: none;
	}
	/* .end{
		font-size: 18px;
	} */
}

/* =============================================================================
 footer
============================================================================= */
footer {
	position: relative;
	/* line-height: 2.14; */
	background: #f5f5f5;
}
footer .inner {
	max-width: 108rem;
}
footer .serviceSummary {
	padding: 6rem 0 3.5rem;
}
footer .serviceSummary .title {
	margin-bottom: 0.5rem;
	font-weight: bold;
}
footer .serviceSummary dl {
	display: flex;
	font-size: 1.4rem;
}
footer .serviceSummary dl dt {
	white-space: nowrap;
}
footer .serviceSummary ul {
	margin-top: 1rem;
	display: flex;
}

footer .serviceSummary ul.list {
	margin-top:0px;
	display: block;
}

#footer .serviceSummary ul.list li:last-child{
	margin-left:0px
}

footer .serviceSummary ul li + li {
	margin-left: 1rem;
}
footer .serviceSummary ul li a {
	color: #003cff;
	text-decoration: underline;
}
footer .footerBottom {
	padding: 1.8rem 0;
	font-size: 1.4rem;
	text-align: center;
}
footer .footerBottom ul {
	margin: 0 0 0.6rem;
}
footer .footerBottom ul li {
	margin-right: 1em;
	display: inline-block;
}
footer .footerBottom ul li:last-child {
	margin-right: 0;
}
footer .footerBottom ul li a {
	color: #a1a1a1;
	text-decoration: none;
}
footer .footerBottom ul li a:hover,
footer .footerBottom ul li a:active {
	text-decoration: underline;
}
footer .copyright {
	color: #323232;
}
@media screen and (max-width: 768px) {
	/* footer {
		line-height: 1.77;
	} */
	footer .inner {
		margin: 0 3rem;
	}
	footer .serviceSummary {
		padding: 7rem 0 9rem;
	}
	footer .serviceSummary .title {
		margin-bottom: 1.5rem;
		font-size: 3rem;
	}
	footer .serviceSummary dl {
		margin-top: 1rem;
		display: block;
		font-size: 2.6rem;
	}
	footer .serviceSummary dl dt,
	footer .serviceSummary dl dd {
		display: inline;
		white-space: normal;
	}
	footer .serviceSummary ul {
		display: block;
		font-size: 2.6rem;
	}
	footer .serviceSummary ul li + li {
		margin-left: 0;
	}
	footer .footerBottom {
		padding: 3rem 0 2rem;
		font-size: 2.6rem;
		background: #fff;
	}
	footer .footerBottom ul {
		text-align: left;
	}
	footer .footerBottom ul li {
		margin: 0 0 0.5rem;
		margin: 0px;
		display: block;
	}
	footer .copyright {
		margin-top: 2.5rem;
	}
}
