@charset "UTF-8";
/* CSS Document */

/*　以下202411追加　*/
a{
	text-decoration: none;
}
a:hover {
	color: #003e70;
	text-decoration: none!important;
}

a{
	text-decoration: none;
}
a:hover {
	color: #003e70;
	text-decoration: none!important;
}
/*------------------------------------------------

   header

--------------------------------------------*/
.global_header_inner{
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	padding: 18px 6px;
}

/*------------------------------------------------

   footer

--------------------------------------------*/
.l-footer .l-footer__copy {
    color: #003e70;
}
.l-footer .l-footer__inner {
    background: #fff;
}
.l-footer .l-footer__navLink{
	color: #fff;
}
.l-footer__nav{
	background-color: #003e70;
	border-top: 1px solid #fff;
}
.footer__inner{
	background-color: #003e70;
	padding: 80px 32px;
}
.primary-btn__inner{
	color: #003e70!important;
	background-color: #fff;
	display: block;
	width: 400px;
	margin: auto;
	text-align: center;
	text-decoration: none!important;
	padding: 16px 12px;
	position: relative;
	transition: opacity .5s!important;
}
.primary-btn__inner:hover{
	opacity: .65!important;
}
.primary-btn__inner:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 4%;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
	background: url("../shared/images/ic_arrow_right.svg") no-repeat;
	background-size: 24px;
}
@media (max-width: 500px) {
	.footer__inner{
		padding: 40px 16px;
	}
	.primary-btn__inner{
		width: 100%;
	}
}
.l-footer__inner img{
	width: 52px;
}