@charset "UTF-8";
body {
	padding-bottom: 110px;
}

/* レイアウトの基本設定 */
.sp_none {
	display: none!important;
}
.section {
	width: 100%;
	margin: 0;
	padding: 20px 0 0;
}
.section .inner {
	margin: 0 auto;
	padding: 0 15px;
}
.bg_white {
	background-color: #FFFFFF;
}
.bg_gray {
	background-color: #EEEEEE;
}
.bg_navy {
	background-color: #033282;
}

/* ヘッダー */
#header {
	background: #FFFFFF;
	color: #333333;
	padding: 15px;
}
.header_inner .logo_wrap {
	display: flex;
	align-items: flex-end;
	gap: 0 2%;
}
.header_inner .logo_area {
	width: 58%;
	max-width: 260px;
}
.header_inner .logo_sks {
	width: 40%;
	display: flex;
	align-items: flex-end;
	gap: 5%;
}
.header_inner .logo_sks img.poweredby {
	width: 30%;
	max-width: 55px;
}
.header_inner .logo_sks img.sks {
	width: 65%;
	max-width: 120px;
}
.header_nav {
	display: none;
}

/* フッターコンテンツ */
.footer_contents {
	margin-top: 20px;
}
.footer_contents .footer_title {
	position: relative;
	margin-bottom: 10px;
	padding: 4px 15px 4px 35px;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 500;
	background-color: #033282;
	color: #FFFFFF;
}
.footer_contents .footer_title i {
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
	color: #FFFF09;
}
.footer_contents .area_list {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 8px;
}
.footer_contents .area_item {
	width: calc((100% - 20px) / 3);
}
.footer_contents .area_item a {
	display: block;
	padding: 6px 10px;
	border-radius: 5px;
	background-color: #FFF;
	font-size: 11px;
	font-weight: 400;
	color: #033282;
}
.footer_contents .area_item .count {
	display: inline-block;
	margin-left: 1px;
	font-size: 10px;
}
.footer_contents .text {
	font-size: 13px;
	font-weight: 400;
	line-height: 1.75;
}
.footer_contents .subtext {
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
}
.footer_contents .card_wrap {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.footer_contents .card {
	display: flex;
	align-items: flex-start;
	gap: 15px;
	padding: 15px;
	border-radius: 5px;
	background-color: #FFF;
}
.footer_contents .card_img {
	width: 120px;
}
.footer_contents .card_title {
	width: calc(100% - 135px);
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
	color: #033282;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}
.footer_contents .lead {
	margin-bottom: 8px;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.5;
	color: #033282;
}
.footer_contents .sister_site_wrap {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 8px;
	padding: 10px;
	background-color: #d3dff2;
}
.footer_contents .sister_site {
	width: calc((100% - 8px) / 2);
}
.footer_contents .sister_site a {
	display: block;
	padding: 6px 10px;
	border-radius: 5px;
	background-color: #FFF;
	font-size: 11px;
	font-weight: 400;
	color: #033282;
}
.footer_contents .link_wrap {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 8px;
}
.footer_contents .link_item {
	width: 100%;
}
.footer_contents .link_item a {
	display: block;
	padding: 6px 15px;
	border-radius: 5px;
	background-color: #FFF;
	font-size: 13px;
	font-weight: 400;
	color: #033282;
}
.footer_contents .link_item a i {
	margin-left: 4px;
}
.footer_contents .section:first-child {
	padding-top: 0;
}

/* フッター */
#footer {
	position: fixed;
	bottom: 0;
	width: 100%;
}
.footer_inner {
	padding: 0 15px 10px;
}
.footer_nav {
	background-color: #033282;
	border-radius: 10px;
}
.footer_nav_list {
	margin: 0;
	padding: 7px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #FFFFFF;
}
.footer_nav_item {
	width: calc((100% - 30px) / 4);
}
.footer_nav_item a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 5px;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: 500;
}
.footer_nav_item a.regist {
	color: #FFFF09;
}
.footer_nav_item a .icon {
	font-size: 25px;
	line-height: 1;
}
.footer_nav_item a .icon img {
	width: auto;
	height: 100%;
}

/* パンくずリスト */
.breadcrumb {
	overflow: hidden;
}
.breadcrumb_list {
	display: flex;
	align-items: center;
}
.breadcrumb_item {
	position: relative;
	display: flex;
	align-items: center;
	height: 28px;
	padding: 0 10px 0 26px;
	font-size: 12px;
	color: #033282;
}
.breadcrumb_item a {
	white-space: nowrap;
}
.breadcrumb_item:first-child {
	padding-left: 20px;
	background-color: #033282;
}
.breadcrumb_item:first-child a {
	color: #FFF;
}
.breadcrumb_item:first-child::after {
	content: '';
	position: absolute;
	top: 0;
	left: 100%;
	display: block;
	border-left: 14px solid #033282;
	border-top: 14px solid transparent;
	border-bottom: 14px solid transparent;
	z-index: 2;
}
.breadcrumb_item:nth-child(2) {
	background-color: #0a5abb;
}
.breadcrumb_item:nth-child(2) a {
	color: #FFF;
}
.breadcrumb_item:nth-child(2)::after {
	content: '';
	position: absolute;
	top: 0;
	left: 100%;
	display: block;
	border-left: 16px solid #0a5abb;
	border-top: 14px solid transparent;
	border-bottom: 14px solid transparent;
	z-index: 2;
}
.breadcrumb_item:nth-child(3) {
	background-color: #73a0de;
}
.breadcrumb_item:nth-child(3) a {
	color: #FFF;
}
.breadcrumb_item:nth-child(3)::after {
	content: '';
	position: absolute;
	top: 0;
	left: 100%;
	display: block;
	border-left: 16px solid #73a0de;
	border-top: 14px solid transparent;
	border-bottom: 14px solid transparent;
	z-index: 2;
}
.breadcrumb_item:last-child {
	background-color: transparent;
	overflow: hidden;
}
.breadcrumb_item:last-child a {
	color: #033282;
	cursor: auto;
	overflow: hidden;
	text-overflow: ellipsis;
}
.breadcrumb_item:last-child::after {
	content: none;
}

.section_page_title {
	padding: 20px 0;
	background-color: #FFF;
}
.page_title {
	margin: 0;
	text-align: center;
}
.page_title .en {
	display: block;
	margin-bottom: 2px;
	font-size: 12px;
	font-weight: 500;
	color: #033282;
}
.page_title .jp {
	display: block;
	font-size: 20px;
	font-weight: 500;
	color: #033282;
}
.page_lead {
	margin: 15px 0 0;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.75;
	text-align: center;
}

.grecaptcha-badge {
	visibility: hidden;
}

/* FAQ */
.faq {
	border-radius: 5px;
	background-color: #FFF;
	margin-bottom: 8px;
}
.faq_question {
	position: relative;
	display: block;
	padding: 8px 28px 8px 32px;
	font-size: 13px;
	font-weight: 500;
	color: #033282;
	cursor: pointer;
}
.faq_question::after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%) rotate(45deg);
	border-right: 1px solid #033282;
	border-bottom: 1px solid #033282;
}
.faq_question.open::after {
	transform: translateY(-10%) rotate(-135deg);
}
.faq_question .icon_q {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	padding: 4px 6px 2px;
	border-radius: 5px 0;
	background-color: #033282;
	font-family: "Avenir Next", "Noto Sans JP", 'Arial', sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: #fff;
}
.faq_answer {
	display: none;
	padding: 0 15px 10px;
}
.faq_answer p {
	position: relative;
	padding: 10px 15px 10px 26px;
	border-radius: 5px;
	font-size: 12px;
	font-weight: 400;
	background-color: #EDF4FE;
}
.faq_answer .icon_a {
	position: absolute;
	top: 10px;
	left: 9px;
	display: inline-block;
	font-family: "Avenir Next", "Noto Sans JP", 'Arial', sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: #ef9300;
}

.chart_item {
	margin-top: 15px;
	padding: 12px 15px;
	border-radius: 5px;
}
.chart_item .chart-container {
	position: relative;
	width: 100%;
	height: 200px;
}
.chart_item .chart-container canvas {
	width: 100%;
	height: 100%;
}
.chart_item table {
	width: 100%;
	border: solid 1px #033282;
	border-collapse: collapse;
}
.chart_item thead th {
	background-color: #edf4fe;
	font-size: 14px;
	font-weight: 500;
}
.chart_item th,
.chart_item td {
	width: 50%;
	text-align: center;
	border: solid 1px #033282;
	font-size: 13px;
	font-weight: 400;
	padding: 1px 10px;
}
.chart_item td {
	background-color: #edf4fe;
}







