@charset "UTF-8";
.handi {}
.handi_title {}
.about {}
.about_title {}
.about_cols {
	display: flex;
}
.about_col {}
.about_col-no1 {
	width: 27.8%;
}
.about_image {}
.about_image > img {}
.about_col-no2 {
	width: 67.6%;
	margin-left: 4.6%;
}
.about_text {}
.about_headline {}
.about_table {}
.about_table > thead {}
.about_table > thead > tr {}
.about_table > thead > tr:first-child {}
.about_table > thead > tr:last-child {}
.about_table > thead > tr > th {
	padding: 5px 25px;
}
.about_table > thead > tr > td {}
.about_table > tbody {}
.about_table > tbody > tr {}
.about_table > tbody > tr:first-child {}
.about_table > tbody > tr:last-child {}
.about_table > tbody > tr > td {
	padding: 12px 10px;
}
.about_oList {
	list-style: none;
	counter-reset: number;
}
.about_oList > li {
	counter-increment: number;
	display: flex;
}
.about_oList > li::before {
	content: "※"counter(number);
	margin-right: 5px;
}
.about_oList > li:first-child {}
.about_oList > li:last-child {}
.about_oList > li:nth-child(2n+1) {}
.about_oList > li:nth-child(n+3) {}
.cAbout {}
.cAbout_title {}
.cAbout_cols {
	display: flex;
	margin-bottom: 25px;
}
.cAbout_col {}
.cAbout_col-no1 {
	width: 8.8%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px #C8D7E2 solid;
}
.cAbout_headline {
	font-size: inherit;
}
.cAbout_col-no2 {
	width: 88.9%;
	margin-left: 2.3%;
}
.cAbout_oList {
	list-style: none;
	counter-reset: number;
}
.cAbout_oList[start="2"] {
	counter-reset: number 1;
}
.cAbout_oList[start="4"] {
	counter-reset: number 3;
}
.cAbout_oList > li {
	counter-increment: number;
	padding: 16px 0;
	position: relative;
	z-index: 1;
	padding-left: 19px;
}
.cAbout_oList > li::before {
	content: counter(number)".";
	color: #0086CD;
	display: block;
	position: absolute;
	z-index: 1;
	top: 16px;
	left: 0;
}
.cAbout_oList > li:first-child {}
.cAbout_oList > li:last-child {}
.cAbout_oList > li:nth-child(2) {}
.cAbout_oList > li:nth-child(2n+1) {}
.cAbout_oList > li:nth-child(n+3) {}
.cAbout_oList > li > b {
	font-weight: normal;
}
.cAbout_oList > li > b > a {
	padding-left: 1em;
}
.cAbout_oList > li > b > a::before {
	content: "";
}
.cAbout_oList > li > b > a::after {
	content: "";
}
.cAbout_tblWrap {
	display: flex;
	justify-content: space-between;
}
.cAbout_table {
	width: 49%;
}
.cAbout_table > thead {}
.cAbout_table > thead > tr {}
.cAbout_table > thead > tr:first-child {}
.cAbout_table > thead > tr:last-child {}
.cAbout_table > thead > tr > th {
	white-space: nowrap;
}
.cAbout_table > thead > tr > td {}
.cAbout_table > tbody {}
.cAbout_table > tbody > tr {}
.cAbout_table > tbody > tr:first-child {}
.cAbout_table > tbody > tr:last-child {}
.cAbout_table > tbody > tr > th {
	white-space: nowrap;
}
.cAbout_table > tbody > tr > td {}
.cAbout_cau {
	text-indent: -1em;
	padding-left: 1em;
}
.cAbout_fareLink {
	max-width: 280px;
	margin: 0 auto;
}
.cAbout_fareLink > a {}
.cAbout_fareLink > a::before {
	content: "";
}
.cAbout_fareLink > a::after {
	content: "";
}
.cAbout_oList-border {}
.cAbout_oList-border > li {
	border-bottom: 1px #EBEBEB solid;
}
.cAbout_oList-border > li:first-child {
	border-top: 1px #EBEBEB solid;
}
.cAbout_oList-hBorder {}
.cAbout_oList-hBorder > li:nth-child(2) {
	border-top: 1px #EBEBEB solid;
	border-bottom: 1px #EBEBEB solid;
}
.about_oList-numJump {}
.about_oList-numJump > li:nth-child(2) {
	counter-reset: number 3;
}
@media screen and (min-width:1000px) {
	.cAbout_oList > li > b > a:hover {}
	.cAbout_fareLink > a:hover {}
}
@media screen and (max-width: 999px) {
	.handi {}
	.handi_title {}
	.about {}
	.about_title {}
	.about_cols {}
	.about_col {}
	.about_col-no1 {}
	.about_image {}
	.about_image > img {}
	.about_col-no2 {}
	.about_text {}
	.about_headline {}
	.about_table {}
	.about_table > thead {}
	.about_table > thead > tr {}
	.about_table > thead > tr:first-child {}
	.about_table > thead > tr:last-child {}
	.about_table > thead > tr > th {}
	.about_table > thead > tr > td {}
	.about_table > tbody {}
	.about_table > tbody > tr {}
	.about_table > tbody > tr:first-child {}
	.about_table > tbody > tr:last-child {}
	.about_table > tbody > tr > td {}
	.about_oList {}
	.about_oList > li {}
	.about_oList > li::before {}
	.about_oList > li:first-child {}
	.about_oList > li:last-child {}
	.about_oList > li:nth-child(2n+1) {}
	.about_oList > li:nth-child(n+3) {}
	.cAbout {}
	.cAbout_title {}
	.cAbout_cols {}
	.cAbout_col {}
	.cAbout_col-no1 {}
	.cAbout_headline {}
	.cAbout_col-no2 {}
	.cAbout_oList {}
	.cAbout_oList[start="2"] {}
	.cAbout_oList[start="4"] {}
	.cAbout_oList > li {}
	.cAbout_oList > li::before {}
	.cAbout_oList > li:first-child {}
	.cAbout_oList > li:last-child {}
	.cAbout_oList > li:nth-child(2) {}
	.cAbout_oList > li:nth-child(2n+1) {}
	.cAbout_oList > li:nth-child(n+3) {}
	.cAbout_oList > li > b {}
	.cAbout_oList > li > b > a {}
	.cAbout_oList > li > b > a::before {}
	.cAbout_oList > li > b > a::after {}
	.cAbout_tblWrap {}
	.cAbout_table {}
	.cAbout_table > thead {}
	.cAbout_table > thead > tr {}
	.cAbout_table > thead > tr:first-child {}
	.cAbout_table > thead > tr:last-child {}
	.cAbout_table > thead > tr > th {}
	.cAbout_table > thead > tr > td {}
	.cAbout_table > tbody {}
	.cAbout_table > tbody > tr {}
	.cAbout_table > tbody > tr:first-child {}
	.cAbout_table > tbody > tr:last-child {}
	.cAbout_table > tbody > tr > th {}
	.cAbout_table > tbody > tr > td {}
	.cAbout_cau {}
	.cAbout_fareLink {}
	.cAbout_fareLink > a {}
	.cAbout_fareLink > a::before {}
	.cAbout_fareLink > a::after {}
	.cAbout_oList-border {}
	.cAbout_oList-border > li {}
	.cAbout_oList-border > li:first-child {}
}
@media screen and (max-width:767px) {
	.handi {}
	.handi_title {}
	.about {}
	.about_title {}
	.about_cols {
		display: block;
	}
	.about_col {
		width: auto;
	}
	.about_col-no1 {
		max-width: 280px;
		margin: 0 auto 20px;
	}
	.about_image {}
	.about_image > img {}
	.about_col-no2 {}
	.about_text {}
	.about_headline {}
	.about_table {
		white-space: nowrap;
	}
	.about_table > thead {}
	.about_table > thead > tr {}
	.about_table > thead > tr:first-child {}
	.about_table > thead > tr:last-child {}
	.about_table > thead > tr > th {
		padding: 6px 10px;
	}
	.about_table > thead > tr > td {}
	.about_table > tbody {}
	.about_table > tbody > tr {}
	.about_table > tbody > tr:first-child {}
	.about_table > tbody > tr:last-child {}
	.about_table > tbody > tr > td {
		padding: 5px 5px;
	}
	.about_oList {
		font-size: 12px;
	}
	.about_oList > li {}
	.about_oList > li::before {}
	.about_oList > li:first-child {}
	.about_oList > li:last-child {}
	.about_oList > li:nth-child(2n+1) {}
	.about_oList > li:nth-child(n+3) {}
	.cAbout {}
	.cAbout_title {}
	.cAbout_cols {
		display: block;
		margin-bottom: 0;
	}
	.cAbout_col {
		width: auto;
		margin-left: 0;
	}
	.cAbout_col-no1 {
		padding: 5px 0;
	}
	.cAbout_headline {}
	.cAbout_col-no2 {}
	.cAbout_oList {}
	.cAbout_oList[start="2"] {}
	.cAbout_oList[start="4"] {}
	.cAbout_oList > li {
		padding: 12px 10px;
		padding-left: 19px;
	}
	.cAbout_oList > li::before {
		top: 12px;
	}
	.cAbout_oList > li:first-child {}
	.cAbout_oList > li:last-child {}
	.cAbout_oList > li:nth-child(2) {}
	.cAbout_oList > li:nth-child(2n+1) {}
	.cAbout_oList > li:nth-child(n+3) {}
	.cAbout_oList > li > b {}
	.cAbout_oList > li > b > a {
		padding-left: 0;
	}
	.cAbout_oList > li > b > a::before {}
	.cAbout_oList > li > b > a::after {}
	.cAbout_tblWrap {
		display: block;
	}
	.cAbout_table {
		width: 100%;
		margin-bottom: 14px;
	}
	.cAbout_table > thead {}
	.cAbout_table > thead > tr {}
	.cAbout_table > thead > tr:first-child {}
	.cAbout_table > thead > tr:last-child {}
	.cAbout_table > thead > tr > th {}
	.cAbout_table > thead > tr > td {}
	.cAbout_table > tbody {}
	.cAbout_table > tbody > tr {}
	.cAbout_table > tbody > tr:first-child {}
	.cAbout_table > tbody > tr:last-child {}
	.cAbout_table > tbody > tr > th {
		padding: 10px 10px;
	}
	.cAbout_table > tbody > tr > td {}
	.cAbout_cau {
		font-size: 12px;
	}
	.cAbout_fareLink {
		max-width: none;
	}
	.cAbout_fareLink > a {}
	.cAbout_fareLink > a::before {}
	.cAbout_fareLink > a::after {}
	.cAbout_oList-border {}
	.cAbout_oList-border > li {}
	.cAbout_oList-border > li:first-child {}
}
.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;
	}
}

