@charset "UTF-8";

.normal-button {
	text-align: center;
	margin-top: 80px;
}

.kana {
	display: block;
	border-bottom: 1px dotted #9e9e9e;
	margin-bottom: 10px;
	font-size: 0.8rem;
}

.table th {
	background: #00498b;
	border-bottom: 1px dotted #fff;
	border-bottom: 1px dotted var(--color-white);
	color: #fff;
	color: var(--color-white);
	font-weight: 700;
	text-align: center;
	width: 30%;
}

@media (max-width: 768px) {
	.pc-only {
		display: none;
	}
	.sp-only {
		display: block;
	}
}

.table2 {
	border: 1px solid #00498b;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

@media (max-width: 768px) {
	.table2,
	.table2 tbody,
	.table2 td,
	.table2 th,
	.table2 tr {
		display: block;
	}
}

.table2 td,
.table2 th {
	padding: 1rem 1.5rem;
	padding: var(--size-16px) var(--size-24px);
}

.table2 th {
	border-bottom: 1px dotted #00498b;
	border-right: 1px solid #00498b;
	font-weight: 700;
	text-align: center;
	width: 30%;
}

.tr-first {
	background: #00498b;
	color: #fff;
	color: var(--color-white);
}

@media (max-width: 768px) {
	.table2 th {
		border-bottom: 0;
		width: 100%;
	}
}

.table2 td {
	border-bottom: 1px dotted #00498b;
	border-right: 1px solid #00498b;
	width: 35%;
}

@media (max-width: 768px) {
	.table2 td {
		border-bottom: 0;
		width: 100%;
	}
}

.table th {
	background: #00498b;
	border-bottom: 1px dotted #fff;
	border-bottom: 1px dotted var(--color-white);
	color: #fff;
	color: var(--color-white);
	font-weight: 700;
	text-align: center;
	width: 30%;
	vertical-align: middle;
}

.section__lead--no-bold {
	font-weight: 400;
	text-align: left;
}

@media (min-width: 951px) {
	.header-nav__item {
		margin-left: 30px;
	}
}

p.hosoku {
	text-align: right;
	margin-top: 30px;
}

@media (max-width: 768px) {
	.table th {
		border-bottom: 0;
		width: 100%;
	}
}

.intro-section p + p {
	margin-top: 26px !important;
}

.intro-section {
	padding: 120px 16px 60px !important;
	text-align: center;
}

@media (max-width: 768px) {
	.intro-section {
		text-align: left;
	}
	.intro-section {
		padding: 40px 16px !important;
	}
}

.pc-only {
	display: block;
}

.sp-only {
	display: none;
}

@media (max-width: 768px) {
	.pc-only {
		display: none;
	}

	.sp-only {
		display: block;
	}
}

/* GA-701 2025年度改修 */
.header-logo__item:not(:first-child) {
	width: 150px;
}

:root {
	--color-yellow: #fff67f;
	--color-dark-blue: #006ca5;
}
