@charset "UTF-8";
.vehi {}
.vehi_title {}
.vehi_text {
	margin-bottom: 33px;
}
.vehi_list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 75px;
}
.vehi_list > li {
	width: 18.4%;
	margin-left: 2%;
}
.vehi_list > li:first-child {}
.vehi_list > li:last-child {}
.vehi_list > li:nth-child(5n+1) {
	margin-left: 0;
}
.vehi_list > li:nth-child(n+6) {
	margin-top: 15px;
}
.vehi_list > li > a {
	height: 65px;
}
.vehi_list > li > a::before {
	content: "";
}
.vehi_list > li > a::after {
	content: "";
}
.vehi_tabList {
	list-style: none;
	position: relative;
	z-index: 2;
	margin-bottom: -1px;
}
.vehi_tabList > li {}
.vehi_tabList > li:first-child {}
.vehi_tabList > li:last-child {}
.vehi_tabList > li:nth-child(2n+1) {}
.vehi_tabList > li:nth-child(n+3) {}
.vehi_tabList > li > a {}
.vehi_tabList > li > a::before {
	content: "";
}
.vehi_tabList > li > a::after {
	content: "";
}
.box {
	border: 1px #C8D7E2 solid;
	padding: 38px 15px 45px;
	border-bottom-right-radius: 18px;
	border-bottom-left-radius: 18px;
	display: none;
}
.box.isCurrent {
	display: block;
}
.box_inner {
	max-width: 1000px;
	margin: 0 auto;
}
.box_cols {
	display: flex;
	margin-bottom: 41px;
}
.box_col {}
.box_col-no1 {
	width: 52%;
}
.box_image {}
.box_image > img {}
.box_col-no2 {
	width: 45%;
	margin-left: 3%;
}
.box_title {
	font-size: 24px;
}
.box_text {}
.sect {}
.sect_title {}
.sect_text {
	margin-bottom: 30px;
}
.sect_cols {
	display: flex;
}
.sect_col {}
.sect_col-no1 {
	width: 71%;
}
.sect_oList {
	list-style: none;
	counter-reset: number;
}
.sect_oList > li {
	margin-top: 32px;
	counter-increment: number;
	position: relative;
	z-index: 1;
	padding-left: 50px;
}
.sect_oList > li::before {
	content: counter(number);
	width: 40px;
	height: 40px;
	background-color: #0B4382;
	color: #fff;
	position: absolute;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 5px;
	left: 0;
}
.sect_oList > li:first-child {
	margin-top: 0;
}
.sect_oList > li:last-child {}
.sect_oList > li:nth-child(2n+1) {}
.sect_oList > li:nth-child(n+3) {}
.sect_col-no2 {
	width: 26%;
	margin-left: 3%;
}
.sect_image {
	margin-bottom: 20px;
}
.sect_image:last-child {
	margin-bottom: 0px;
}
.sect_image > img {}
.box_sectList {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.box_sectList > li {
	width: 47%;
	margin-left: 6%;
	flex-grow: 1;
}
.box_sectList > li:first-child {}
.box_sectList > li:last-child {}
.box_sectList > li:nth-child(2n+1) {
	margin-left: 0;
}
.box_sectList > li:nth-child(n+3) {
	margin-top: 40px;
}
.box_cols-half {
	margin-bottom: 26px;
}
.box_col-half {
	width: 49%;
}
.box_col-no1-half {}
.box_table {}
.box_table > tbody {}
.box_table > tbody > tr {}
.box_table > tbody > tr:first-child {}
.box_table > tbody > tr:last-child {}
.box_table > tbody > tr > th {
	width: 195px;
	padding: 12px 10px;
	box-sizing: border-box;
}
.box_table > tbody > tr > td {
	text-align: left;
	padding: 12px 10px;
	padding-left: 20px;
}
.box_col-no2-half {
	margin-left: 2%;
}
.box_oCauList {
	list-style: none;
	counter-reset: number;
}
.box_oCauList > li {
	font-size: 14px;
	counter-increment: number;
	position: relative;
	z-index: 1;
	padding-left: 40px;
	line-height: 1.6;
}
.box_oCauList > li::before {
	content: "(※"counter(number)")";
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	display: block;
}
.box_oCauList > li:first-child {}
.box_oCauList > li:last-child {}
.box_oCauList > li:nth-child(2n+1) {}
.box_oCauList > li:nth-child(n+3) {}
@media screen and (min-width:1000px) {
	.vehi_list > li > a:hover {}
	.vehi_tabList > li > a:hover {}
}
@media screen and (max-width:999px) {
	.vehi {}
	.vehi_title {}
	.vehi_text {
		margin-bottom: 20px;
	}
	.vehi_list {
		margin-bottom: 50px;
	}
	.vehi_list > li {}
	.vehi_list > li:first-child {}
	.vehi_list > li:last-child {}
	.vehi_list > li:nth-child(5n+1) {}
	.vehi_list > li:nth-child(n+6) {}
	.vehi_list > li > a {
		height: 60px;
		font-size: 14px;
		padding-right: 20px;
	}
	.vehi_list > li > a::before {}
	.vehi_list > li > a::after {
		right: 10px;
	}
	.vehi_tabList {}
	.vehi_tabList > li {}
	.vehi_tabList > li:first-child {}
	.vehi_tabList > li:last-child {}
	.vehi_tabList > li:nth-child(2n+1) {}
	.vehi_tabList > li:nth-child(n+3) {}
	.vehi_tabList > li > a {}
	.vehi_tabList > li > a::before {}
	.vehi_tabList > li > a::after {}
	.box {
		padding: 30px 15px;
	}
	.box_inner {}
	.box_cols {}
	.box_col {}
	.box_col-no1 {}
	.box_image {}
	.box_image > img {}
	.box_col-no2 {}
	.box_title {
		font-size: 22px;
	}
	.box_text {}
	.sect {}
	.sect_title {}
	.sect_text {
		margin-bottom: 15px;
	}
	.sect_cols {}
	.sect_col {}
	.sect_col-no1 {}
	.sect_oList {}
	.sect_oList > li {
		padding-left: 45px;
	}
	.sect_oList > li::before {
		width: 33px;
		height: 33px;
	}
	.sect_oList > li:first-child {}
	.sect_oList > li:last-child {}
	.sect_oList > li:nth-child(2n+1) {}
	.sect_oList > li:nth-child(n+3) {}
	.sect_col-no2 {}
	.sect_image {}
	.sect_image:last-child {}
	.sect_image > img {}
	.box_sectList {}
	.box_sectList > li {}
	.box_sectList > li:first-child {}
	.box_sectList > li:last-child {}
	.box_sectList > li:nth-child(2n+1) {}
	.box_sectList > li:nth-child(n+3) {
		margin-top: 30px;
	}
	.box_cols-half {}
	.box_col-half {}
	.box_col-no1-half {}
	.box_table {}
	.box_table > tbody {}
	.box_table > tbody > tr {}
	.box_table > tbody > tr:first-child {}
	.box_table > tbody > tr:last-child {}
	.box_table > tbody > tr > th {
		width: 160px;
	}
	.box_table > tbody > tr > td {}
	.box_col-no2-half {}
	.box_oCauList {}
	.box_oCauList > li {}
	.box_oCauList > li:first-child {}
	.box_oCauList > li:last-child {}
	.box_oCauList > li:nth-child(2n+1) {}
	.box_oCauList > li:nth-child(n+3) {}
}
@media screen and (max-width:767px) {
	.vehi {}
	.vehi_title {}
	.vehi_text {}
	.vehi_list {
		margin-bottom: 35px;
	}
	.vehi_list > li {
		width: 48%;
		margin-left: 4%;
	}
	.vehi_list > li:first-child {}
	.vehi_list > li:last-child {}
	.vehi_list > li:nth-child(5n+1) {
		margin-left: 4%;
	}
	.vehi_list > li:nth-child(n+6) {}
	.vehi_list > li:nth-child(2n+1) {
		margin-left: 0;
	}
	.vehi_list > li:nth-child(n+3) {
		margin-top: 10px;
	}
	.vehi_list > li > a {
		height: 50px;
	}
	.vehi_list > li > a::before {}
	.vehi_list > li > a::after {}
	.vehi_tabList {}
	.vehi_tabList > li {}
	.vehi_tabList > li:first-child {}
	.vehi_tabList > li:last-child {}
	.vehi_tabList > li:nth-child(2n+1) {}
	.vehi_tabList > li:nth-child(n+3) {}
	.vehi_tabList > li > a {}
	.vehi_tabList > li > a::before {}
	.vehi_tabList > li > a::after {}
	.box {
		padding: 25px 10px;
	}
	.box_inner {}
	.box_cols {
		flex-direction: column;
		margin-bottom: 20px;
	}
	.box_col {
		width: 100%;
	}
	.box_col-no1 {
		max-width: 300px;
		margin: 0 auto;
		margin-bottom: 15px;
	}
	.box_image {}
	.box_image > img {}
	.box_col-no2 {
		margin-left: 0;
	}
	.box_title {
		font-size: 18px;
	}
	.box_text {}
	.sect {}
	.sect_title {}
	.sect_text {}
	.sect_cols {
		flex-direction: column-reverse;
	}
	.sect_col {
		width: 100%;
	}
	.sect_col-no1 {}
	.sect_oList {}
	.sect_oList > li {
		padding-left: 22px;
		margin-top: 15px;
	}
	.sect_oList > li::before {
		width: 24px;
		height: 24px;
		background-color: transparent;
		color: #0086CD;
		top: 0px;
	}
	.sect_oList > li:first-child {}
	.sect_oList > li:last-child {}
	.sect_oList > li:nth-child(2n+1) {}
	.sect_oList > li:nth-child(n+3) {}
	.sect_col-no2 {
		margin-left: 0;
		max-width: 260px;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.sect_image {
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
	}
	.sect_image:last-child {}
	.sect_image > img {}
	.box_sectList {
		display: block;
	}
	.box_sectList > li {
		width: 100%;
		margin-left: 0;
		margin-top: 30px;
	}
	.box_sectList > li:first-child {
		margin-top: 0;
	}
	.box_sectList > li:last-child {}
	.box_sectList > li:nth-child(2n+1) {}
	.box_sectList > li:nth-child(n+3) {}
	.box_cols-half {}
	.box_col-half {}
	.box_col-no1-half {
		max-width: none;
		width: 100%;
	}
	.box_table {}
	.box_table > tbody {}
	.box_table > tbody > tr {}
	.box_table > tbody > tr:first-child {}
	.box_table > tbody > tr:last-child {}
	.box_table > tbody > tr > th {
		padding: 6px 7px;
	}
	.box_table > tbody > tr > td {
		padding: 6px 7px;
		padding-left: 12px;
	}
	.box_col-no2-half {}
	.box_oCauList {}
	.box_oCauList > li {
		font-size: 13px;
	}
	.box_oCauList > li:first-child {}
	.box_oCauList > li:last-child {}
	.box_oCauList > li:nth-child(2n+1) {}
	.box_oCauList > li:nth-child(n+3) {}
}
