@charset "UTF-8";
body::before {
	content: "";
	display: block;
	aspect-ratio: 1440 / 1046;
	width: 100%;
	height: auto;
	position: absolute;
	right: 0;
	top: 0;
	background: url(../img/cmn/bg-item@2x.png) center / cover;
}
.pagehd {
	padding: 180px 0 100px;
}
.pagehd_ttl {
	font-size: 3.75em;
	font-weight: bold;
	margin-bottom: 50px;
}
.pagehd_pnkz {
	display: flex;
	justify-content: end;
	gap: 15px;
}
.pnkz_link {
	display: flex;
	gap: 15px;
}
.pnkz_link::after {
	content: "/";
	display: inline-block;
}
.pnkz_link a {
	text-decoration: underline;
	transition: all 0.4s;
}
.pnkz_link a:hover {
	opacity: 0.6;
}
.ttl02 {
	color: #fef68f;
}
.ttl03 {
	color: #9fcec9;
}
.contain {
	padding: 80px 40px;
	background: #ffffff;
	color: #333333;
}
.pagesec {
	margin-bottom: 4em;
}
.pagesec_hd {
	font-size: 1.75em;
	font-weight: bold;
	background: #3f7895;
	color: #ffffff;
	padding: 8px 12px;
	margin-bottom: 1em;
}
.pagesec:last-child {
	margin-bottom: 0;
}
.pagesec_cnt > * {
	margin-bottom: 1.3em;
}
.pagesec_cnt > *:last-child {
	margin-bottom: 0;
}
.pagesec_cnt {
	padding: 0 15px;
}
.pagesec_cnt a {
	transition: all 0.4s;
}
.pagesec_cnt a:hover {
	opacity: 0.6;
}
.pagesec_cnt a.external {
	position: relative;
}
.pagesec_cnt a.external::after {
	content: "";
	display: inline-block;
	background: url(../img/cmn/icon-external.svg) center / cover;
	width: 12px;
	height: auto;
	aspect-ratio: 1;
	padding-left: 0.3em;
}
.f110 {
	font-size: 110%;
}
.f140 {
	font-size: 140%;
}
.f160 {
	font-size: 160%;
}
.bold {
	font-weight: bold;
}
.text_r {
	text-align: right;
}
.text_c {
	text-align: center;
}
.white_space {
	white-space: nowrap;
}
.underline {
	text-decoration: underline;
}
.red {
	color: #ff0000;
}
.blue {
	color: #1d2777;
}
/* 段落頭米印 */
.kome {
	padding-left: 1em;
	position: relative;
}
.kome::before {
	content: "※";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
}
/* 段落頭ドット */
.dot {
	padding-left: 1em;
	position: relative;
}
.dot::before {
	content: "・";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
}

.pagesec_cnt a:link,
.pagesec_cnt a:visited {
	color: #0066cc;
	text-decoration: none;
}
/* オンライン */
.online_wrapper {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
}
.online_wrapper > div {
	box-shadow: 0px 0px 2px 1px rgb(0, 0, 0, 0.1);
	margin: 0 20px;
	padding: 0 5px 10px;
	box-sizing: border-box;
}
.online_wrapper > div:hover {
}
.online_wrapper > div.banner {
	box-shadow: none;
}
.online_wrapper > div.banner img {
	padding-bottom: 1em;
}
section.message_board .img_logo {
	width: 100%;
}
.online_wrapper .title {
	font-size: clamp(14px, 2.9vw, 20px);
	line-height: 1.2;
	text-align: center;
}
.online_wrapper a {
	font-weight: bold;
}
/* フレックスボタン */
.flex_btn {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	gap: 20px;
}
.pagesec_cnt .btn_default {
	max-width: 300px;
	width: 100%;
}
.pagesec_cnt .btn_default a {
	/* width: 300px; */
	min-height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 7px;
	margin: auto;
	color: #ffffff;
	font-size: 18px;
	text-align: center;
	line-height: 1.2;
	box-sizing: border-box;
	background: linear-gradient(to bottom, #3f7895 50%, #111a3c 100%);
}
.pagesec_cnt .btn_default a:hover {
	text-decoration: none;
}
img {
	border: 0;
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
.img_logo {
	text-align: center;
}
/* 表 */
table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 1em;
}
table td {
	border: 1px solid #aaaaaa;
	background-color: #ffffff;
	padding: 0.5em;
	vertical-align: top;
	text-align: left;
}
table th {
	border: 1px solid #aaaaaa;
	background-color: #fef68f;
	padding: 0.5em;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
	width: 20%;
}
table tr {
	padding: 0.5em;
	vertical-align: top;
	text-align: left;
}
table.contents th {
	text-align: center;
}
table.contents th:first-of-type {
	width: 10%;
}
table.contents td:first-of-type {
	font-weight: bold;
	background-color: #eeeeef;
	background-color: #9fcec9;
}
table.contents td.hyphen {
	vertical-align: middle;
	text-align: center;
}
table.contents td.hyphen span {
	transform-origin: center;
	transform: scaleX(1.5);
	display: inline-block;
	-webkit-transform: scaleX(1.5);
	-moz-transform: scaleX(1.5);
	-ms-transform: scaleX(1.5);
	-o-transform: scaleX(1.5);
}
/* 表の中のボタン */
table.contents td.btn a {
	max-width: 250px;
	min-height: 60px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 7px;
	margin: auto;
	color: #ffffff;
	font-size: 18px;
	text-align: center;
	line-height: 1.2;
	box-sizing: border-box;
	background: linear-gradient(to bottom, #3f7895 50%, #111a3c 100%);
}
table.contents td.btn span {
	font-size: 14px;
}
table.contents td.btn a:hover {
	text-decoration: none;
}
/* 2列表 */
.row2tbl dl {
	display: grid;
	grid-template-columns: 250px auto;
	border-bottom: 1px solid #aaaaaa;
}
.row2tbl dl:first-child {
	border-top: 1px solid #aaaaaa;
}
.row2tbl dl > * {
	padding: 1em 0.5em 1em;
}
.row2tbl dl > dt {
	font-weight: bold;
	background: #9fcec9;
}
.row2tbl dl > dd {
}

@media screen and (max-width: 1240px) {
	body::before {
	}
	.pagehd {
	}
	.pagehd_ttl {
	}
	.pagehd_pnkz {
	}
	.pnkz_link {
	}
	.pnkz_link::after {
	}
	.pnkz_link a {
	}
	.pnkz_link a:hover {
	}
	.ttl02 {
	}
	.ttl03 {
	}
	.contain {
	}
	.pagesec {
	}
	.pagesec_hd {
	}
	.pagesec:last-child {
	}
	.pagesec_cnt > * {
	}
	.pagesec_cnt > *:last-child {
	}
	.pagesec_cnt {
	}
	.f110 {
	}
	.f140 {
	}
	.f160 {
	}
	.bold {
	}
	.text_r {
	}
	.text_c {
	}
	.white_space {
	}
	.underline {
	}
	.red {
	}
	.blue {
	}
	.pagesec_cnt a:link,
	.pagesec_cnt a:visited {
	}
	.online_wrapper {
	}
	.online_wrapper > div {
	}
	.online_wrapper > div:hover {
	}
	.online_wrapper > div.banner {
	}
	.online_wrapper > div.banner img {
	}
	section.message_board .img_logo {
	}
	.online_wrapper .title {
	}
	.online_wrapper a {
	}
	.flex_btn {
	}
	.pagesec_cnt .btn_default a {
	}
	.pagesec_cnt .btn_default a:hover {
	}
	img {
	}
	table {
	}
	table td {
	}
	table th {
	}
	table tr {
	}
	table.contents th {
	}
	table.contents th:first-of-type {
	}
	table.contents td:first-of-type {
	}
	table.contents td.hyphen {
	}
	table.contents td.hyphen span {
	}
	/* 表の中のボタン */
	table.contents td.btn a {
	}
	table.contents td.btn span {
	}
	table.contents td.btn a:hover {
	}
}

@media screen and (max-width: 768px) {
	body::before {
	}
	.pagehd {
		padding: 100px 0 60px;
	}
	.pagehd_ttl {
		line-height: 1.2;
		margin-bottom: 35px;
		font-size: 3.5em;
	}
	
	.pagehd_pnkz {
	}
	.pnkz_link {
	}
	.pnkz_link::after {
	}
	.pnkz_link a {
	}
	.pnkz_link a:hover {
	}
	.ttl02 {
	}
	.ttl03 {
	}
	.contain {
		padding: 50px 15px;
	}
	.pagesec {
	}
	.pagesec_hd {
		padding: 8px 5px;
		line-height: 1.2;
		font-size: 1.6em;
	}
	.pagesec:last-child {
	}
	.pagesec_cnt > * {
	}
	.pagesec_cnt > *:last-child {
	}
	.pagesec_cnt {
		padding: 0 10px;
	}
	.f110 {
	}
	.f140 {
	}
	.f160 {
	}
	.bold {
	}
	.text_r {
	}
	.text_c {
	}
	.white_space {
	}
	.underline {
	}
	.red {
	}
	.blue {
	}
	.pagesec_cnt a:link,
	.pagesec_cnt a:visited {
	}
	.online_wrapper {
		flex-flow: column;
		gap: 10px;
		max-width: 500px;
		margin: 0 auto;
	}
	.online_wrapper > div {
	}
	.online_wrapper > div:hover {
	}
	.online_wrapper > div.banner {
	}
	.online_wrapper > div.banner img {
	}
	section.message_board .img_logo {
	}
	.online_wrapper .title {
	}
	.online_wrapper a {
	}
	.flex_btn {
		gap: 10px;
	}
	.pagesec_cnt .btn_default a {
	}
	.pagesec_cnt .btn_default a:hover {
	}
	img {
	}
	table {
	}
	table td {
	}
	table th {
	}
	table tr {
	}
	table.contents th {
	}
	table.contents th:first-of-type {
	}
	table.contents td:first-of-type {
	}
	table.contents td.hyphen {
	}
	table.contents td.hyphen span {
	}
	/* 表の中のボタン */
	table.contents td.btn a {
	}
	table.contents td.btn span {
	}
	table.contents td.btn a:hover {
	}
	table.overflow_scroll {
		display: block;
		overflow-x: scroll;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
	}
	.row2tbl dl {
		display: block;
	}
	.row2tbl dl:first-child {
	}
	.row2tbl dl > * {
		padding: 0.5em;
	}
	.row2tbl dl > dt {
	}
	.row2tbl dl > dd {
	}


}
