@charset "UTF-8";
* {
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body {
	color: #262626;
	font-family: "Noto Sans JP", sans-serif !important;
	height: 100%;
	width: 100%;
	word-break: break-all;
}

.cover {
	background-size: cover;
	background-position: center;
}

.fontxll {
	font-size: 24px;
}

.fontxl {
	font-size: 22px;
}

.fontll {
	font-size: 20px;
}

.fontl {
	font-size: 18px;
}

.fontm {
	font-size: 16px;
}

.fonts {
	font-size: 14px;
}

.fontss {
	font-size: 12px;
}

.sp{
	display: none;
}
header{
	background-color:#F3F4F6;
	padding: 20px 40px;
}
.login{
	color: #2D3E56;
	display: inline-block;
}
.header-link{
	position: relative;
	top: -15px;
	margin-right: 30px;
}

footer{
	background-color: #303E54;
	color: #fff;
	padding:30px 100px;
	margin-top:80px;
}
.footer-text1{
	color: #8AD2E8;
	font-size: 14px;
}
.footer-text2{
	font-size: 13px;
	line-height: 22px;
	margin-top: 10px;
	color: #E5E7EB;
}
.footer-text3 {
	color: #D1D5DB;
}
hr{
	background-color: #FFFFFF;
	margin-bottom: 35px;
}
.footer-list div:after{
	content: "|";
	display: inline-block;
	position: relative;
	left: 8px;
}
footer .text-link:after {
	background-image: url("../images/top/icon7.svg");
}
.copyright-area{
	margin-top: 50px;
}
.copyright{
	font-size: 10px;
}
.page-header{
	background: transparent linear-gradient(90deg, #2E3E56 0%, #184F77 55%, #00629D 100%) 0% 0% no-repeat padding-box;
	height: 160px;
	text-align: center;
	font: normal normal bold 34px/160px Noto Sans CJK JP;
	color: #FFFFFF;
	position: relative;
	z-index: 1;
}
.page-header:after {
	background-image: url("../images/top/page-header.png");
	content: "";
	width: 510px;
	display: block;
	height: 160px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: -1;
}
#breadcrumb{
	margin-top:20px;
}
#breadcrumb ul{
	padding: 5px 0px;
	font-size: 12px;
}
#breadcrumb ul li {
	display: inline;
	padding: 0 5px 0 0;
}
#breadcrumb ul li a,
#breadcrumb ul li span {
	color: #2D3E56;
	display: inline-block;
	margin-bottom: 0;
	font: normal normal normal 10px/24px Noto Sans CJK JP;
}

.area{
	max-width: 850px;
	margin: 30px auto 0;
}
.footer-list div:last-of-type:after {
	display: none;
}
.header-text{
	color: #4B5563;
	font-size: 12px;
	margin-bottom: 5px;
}
.text-link{
	text-decoration:underline;
}
.text-link:after{
	background-image: url(../images/top/icon6.svg);
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-left: 3px;
}
.dr-list{
	border:1px solid #2C3F56;
	border-radius: 3px;
	max-width: 400px;
	width: 100%;
	margin-top: 30px;
	color:#2E3E56!important;
	position: relative;
}
@media screen and (max-width: 767px) {
	.fontxll {
		font-size: 20px;
	}

	.fontxl {
		font-size: 20px;
	}

	.fontll {
		font-size: 18px;
	}

	.fontl {
		font-size: 16px;
	}

	.fontm {
		font-size: 14px;
	}

	.fonts {
		font-size: 12px;
	}

	.fontss {
		font-size: 11px;
	}
	footer{
		padding:30px 15px;
	}
	header{
		padding:10px;
	}
	header .logo {
		width: 100%;
	}
	.sp-header{
		display: flex;
		align-items: center;
		justify-content: end;
	}
	.sp-header .header-link {
		width: 45%;
	}
	.header-link{
		position: static;
		margin-right: 0;
		text-align: left;
		font-size: 11px;
	}
	.login div{
		font-size: 10px;
	}
	#search .text-link{
		margin: 10px 0 15px;
	}
	.btn2{
		max-width: initial;
	}
	.header-text{
		display: none;
	}
	#main:after {
		background-image: url(../images/top/fv-bg_sp.png);
		height: 43px;
		bottom: 0;
	}
	.justify-content-end{
		justify-content: start!important;
	}
	.copyright {
		padding-right: 15px;
		padding-left: 15px;
	}
	#breadcrumb ul{
		padding: 0;
	}
	.area{
		margin-top: 0;
		padding: 0 15px;
	}
	.page-header{
		height: 80px;
		font: normal normal bold 24px/80px Noto Sans CJK JP;
	}
	.page-header:after{
		width: 255px;
		height: 80px;
	}
	.sp{
		display: block;
	}
	.pc{
		display: none;
	}
}