@charset "UTF-8";
.trans_box {
	display: none;
}
.isShow + .trans_box {
	display: block;
}
.pageList {
	list-style: none;
	position: relative;
	z-index: 10;
}
.pageList > li {
	width: 15.75%;
	margin-left: 1.1%;
}
.pageList > li:first-child {}
.pageList > li:last-child {}
.pageList > li:nth-child(2n+1) {}
.pageList > li:nth-child(n+3) {}
.pageList > li > a {
	display: block;
	text-decoration: none;
	color: inherit;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
}
.pageList > li > a::before {
	content: "";
}
.pageList > li > a::after {
	content: "";
}
.about {}
.about_title {}
.about_cols {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.about_col {
	width: 48.2%;
}
.about_col-no1 {}
.about_image {}
.about_image > img {
	display: block;
}
.about_col-no2 {}
.about_headline {}
.about_list {
	list-style: disc;
	padding-left: 1.5em;
}
.about_list > li {}
.about_list > li:first-child {}
.about_list > li:last-child {}
.about_list > li:nth-child(2n+1) {}
.about_list > li:nth-child(n+3) {}
.about_text {}
.use {}
.use_title {}
.use_headline {}
.use_text {}
.use_link {}
.use_link > a {
	display: block;
	text-decoration: none;
	color: inherit;
}
.use_link > a::before {
	content: "";
}
.use_link > a::after {
	content: "";
}
.use_list {
	list-style: none;
	margin-top: 20px;
}
.use_list > li {
	width: 32%;
	margin-left: 2%;
}
.use_list > li:first-child {}
.use_list > li:last-child {}
.use_list > li:nth-child(2n+1) {}
.use_list > li:nth-child(n+3) {}
.use_fig {}
.use_fig > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.use_fig > figcaption {
	margin-top: 9px;
}
.use_btnList {
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
	margin-bottom: 30px;
}
.use_btnList:last-child {
	margin-bottom: 0;
}
.use_btnList > li {
	width: 280px;
	margin-left: 25px;
}
.use_btnList > li:first-child {
	margin-left: 0;
}
.use_btnList > li:last-child {}
.use_btnList > li:nth-child(2n+1) {}
.use_btnList > li:nth-child(n+3) {}
.use_btnList > li > a {}
.use_btnList > li > a::before {
	content: "";
}
.use_btnList > li > a::after {
	content: "";
}
.use_sect {}
.use_cols {
	display: flex;
}
.use_col {}
.use_col-no1 {
	margin-right: auto;
}
.use_subhead {
	font-size: inherit;
}
.use_col-no2 {
	width: 32%;
	min-width: 32%;
	margin-left: 2%;
}
.station {}
.station_title {}
.station_headline {
	font-size: 20px;
	line-height: 1.4;
	margin-bottom: 7px;
}
.station_cols {
	display: flex;
	border: 1px solid #C8D7E2;
	padding: 30px;
	justify-content: space-between;
}
.station_col {}
.station_col-no1 {
	width: 40.3%;
}
.station_image {}
.station_image > img {}
.station_col-no2 {
	width: 56%;
}
.station_text {}
@media screen and (min-width:1000px) {
	.pageList > li > a:hover {}
	.use_link > a:hover {}
	.use_btnList > li > a:hover {}
}
@media screen and (max-width:999px) {
	.trans_box {}
	.isShow + .trans_box {}
	.pageList {
		flex-wrap: wrap;
	}
	.pageList > li {
		width: 32%;
		margin-left: 2%;
	}
	.pageList > li:first-child {}
	.pageList > li:last-child {}
	.pageList > li:nth-child(3n+1) {
		margin-left: 0;
	}
	.pageList > li:nth-child(n+4) {
		margin-top: 2%;
	}
	.pageList > li > a {}
	.pageList > li > a::before {}
	.pageList > li > a::after {}
	.about {}
	.about_title {}
	.about_cols {}
	.about_col {}
	.about_col-no1 {}
	.about_image {}
	.about_image > img {}
	.about_col-no2 {}
	.about_headline {}
	.about_list {}
	.about_list > li {}
	.about_list > li:first-child {}
	.about_list > li:last-child {}
	.about_list > li:nth-child(2n+1) {}
	.about_list > li:nth-child(n+3) {}
	.about_text {}
	.use {}
	.use_title {}
	.use_headline {}
	.use_text {}
	.use_link {}
	.use_link > a {}
	.use_link > a::before {}
	.use_link > a::after {}
	.use_list {}
	.use_list > li {}
	.use_list > li:first-child {}
	.use_list > li:last-child {}
	.use_list > li:nth-child(2n+1) {}
	.use_list > li:nth-child(n+3) {}
	.use_fig {}
	.use_fig > img {}
	.use_fig > figcaption {}
	.use_btnList {}
	.use_btnList:last-child {}
	.use_btnList > li {}
	.use_btnList > li:first-child {}
	.use_btnList > li:last-child {}
	.use_btnList > li:nth-child(2n+1) {}
	.use_btnList > li:nth-child(n+3) {}
	.use_btnList > li > a {}
	.use_btnList > li > a::before {}
	.use_btnList > li > a::after {}
	.use_sect {}
	.use_cols {}
	.use_col {}
	.use_col-no1 {}
	.use_subhead {}
	.use_col-no2 {}
	.station {}
	.station_title {}
	.station_headline {}
	.station_cols {}
	.station_col {}
	.station_col-no1 {}
	.station_image {}
	.station_image > img {}
	.station_col-no2 {}
	.station_text {}
}
@media screen and (max-width:767px) {
	.trans_box {}
	.isShow + .trans_box {}
	.pageList {}
	.pageList > li {
		width: auto;
		margin: 10px auto 0;
	}
	.pageList > li:first-child {}
	.pageList > li:last-child {}
	.pageList > li:nth-child(2n+1) {}
	.pageList > li:nth-child(n+2) {
		margin-top: 10px;
	}
	.pageList > li > a {}
	.pageList > li > a::before {}
	.pageList > li > a::after {}
	.about {}
	.about_title {}
	.about_cols {
		display: block;
	}
	.about_col {
		width: auto;
	}
	.about_col-no1 {
		margin-bottom: 15px;
	}
	.about_image {}
	.about_image > img {
		width: 100%;
	}
	.about_col-no2 {}
	.about_headline {}
	.about_list {}
	.about_list > li {}
	.about_list > li:first-child {}
	.about_list > li:last-child {}
	.about_list > li:nth-child(2n+1) {}
	.about_list > li:nth-child(n+3) {}
	.about_text {}
	.use {}
	.use_title {}
	.use_headline {}
	.use_text {}
	.use_link {}
	.use_link > a {}
	.use_link > a::before {}
	.use_link > a::after {}
	.use_list {}
	.use_list > li {
		width: auto;
		margin: 15px auto 0;
	}
	.use_list > li:first-child {}
	.use_list > li:last-child {}
	.use_list > li:nth-child(2n+1) {}
	.use_list > li:nth-child(n+3) {}
	.use_fig {
		margin: 0 auto;
	}
	.use_fig > img {
		width: 100%;
	}
	.use_fig > figcaption {
		font-size: 12px;
		margin-top: 5px;
	}
	.use_btnList {
		display: block;
		margin: 25px 0;
	}
	.use_btnList:last-child {}
	.use_btnList > li {
		width: auto;
		margin: 10px auto 0;
	}
	.use_btnList > li:first-child {
		margin-top: 0;
	}
	.use_btnList > li:last-child {}
	.use_btnList > li:nth-child(2n+1) {}
	.use_btnList > li:nth-child(n+3) {}
	.use_btnList > li > a {}
	.use_btnList > li > a::before {}
	.use_btnList > li > a::after {}
	.use_sect {}
	.use_cols {
		display: block;
		margin-bottom: 15px;
	}
	.use_col {
		width: auto;
	}
	.use_col-no1 {}
	.use_subhead {}
	.use_col-no2 {
		margin: 15px auto 0;
	}
	.station {}
	.station_title {}
	.station_headline {
		font-size: 16px;
	}
	.station_cols {
		padding: 15px;
		display: block;
	}
	.station_col {
		width: auto;
	}
	.station_col-no1 {
		margin-bottom: 15px;
	}
	.station_image {
		margin: 0 auto 0;
	}
	.station_image > img {
		width: 100%;
	}
	.station_col-no2 {}
	.station_text {}
}
.m-boxLink_text_noIcon {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
	padding-top: 10px;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.m-boxLink_text_noIcon {
		font-size: inherit;
	}
}
