@charset "UTF-8";
.bus {}
.bus_title {}
.bus_list {
	list-style: none;
	display: flex;
	max-width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.bus_list > li {
	width: 23.5%;
	margin-left: 2.5%;
}
.bus_list > li:first-child {
	margin-left: 0;
}
.bus_list > li:last-child {}
.bus_list > li:nth-child(2n+1) {}
.bus_list > li:nth-child(n+3) {}
.bus_list > li > a {
	height: 85px;
	font-size: 18px;
	padding: 0 20px;
}
.bus_list > li > a::before {
	content: "";
}
.bus_list > li > a::after {
	content: "";
	right: 17px;
}
.cont_dList {
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	color: #0B4382;
	flex-wrap: wrap;
}
.cont_dList > dt {
	font-size: 22px;
}
.cont_dList > dd {
	margin-left: 20px;
	margin-top: 2px;
	margin-bottom: 2px;
}
.cont_dList > dd > a {
	display: flex;
	align-items: center;
	border: 1px #0B4382 solid;
	border-radius: 12px;
	height: 55px;
	justify-content: center;
	font-size: 20px;
	text-decoration: none;
	padding: 0 20px;
}
.cont_dList > dd > a:not([href^="tel:"]) {
	font-size: 18px;
	font-size: 16px;
}
.cont_dList > dd > a::before {
	content: "";
}
.cont_dList > dd > a::after {
	content: "";
}
.cont_dList > dd > a > .icon {
	margin-right: 10px;
}
.cont_cau {
	color: #E73F4B;
	font-size: 16px;
	text-align: center;
}
@media screen and (min-width:1000px) {
	.bus_list > li > a:hover {}
	.cont_text > a:hover {}
	.cont_dList > dd > a:hover {}
}
@media screen and (max-width:999px) {
	.bus {}
	.bus_title {}
	.bus_list {
		flex-wrap: wrap;
	}
	.bus_list > li {
		width: 49%;
		margin-left: 2%;
	}
	.bus_list > li:first-child {}
	.bus_list > li:last-child {}
	.bus_list > li:nth-child(2n+1) {
		margin-left: 0;
	}
	.bus_list > li:nth-child(n+3) {
		margin-top: 2%;
	}
	.bus_list > li > a {
		height: 60px;
		font-size: 16px;
	}
	.bus_list > li > a::before {}
	.bus_list > li > a::after {}
	.cont {}
	.cont_text {
		font-size: 20px;
		line-height: inherit;
	}
	.cont_text > b {}
	.cont_text > a {}
	.cont_text > a::before {}
	.cont_text > a::after {}
	.cont_text > small {
		font-size: 15px;
	}
	.cont_text > a > .icon {}
	.cont_dList {
		display: block;
	}
	.cont_dList > dt {
		font-size: 18px;
		margin-right: 0;
		text-align: center;
	}
	.cont_dList > dd {
		margin-left: 0;
		margin-top: 8px;
	}
	.cont_dList > dd:first-of-type {}
	.cont_dList > dd > a {
		font-size: 18px;
	}
	.cont_dList > dd > a::before {}
	.cont_dList > dd > a::after {}
	.cont_dList > dd > a > .icon {}
	.cont_cau {
		font-size: 14px;
	}
}
@media screen and (max-width:767px) {
	.bus {}
	.bus_title {}
	.bus_list {
		display: block;
	}
	.bus_list > li {
		width: 100%;
		margin-top: 8px;
		margin-left: 0;
	}
	.bus_list > li:first-child {
		margin-top: 0;
	}
	.bus_list > li:last-child {}
	.bus_list > li:nth-child(2n+1) {}
	.bus_list > li:nth-child(n+3) {}
	.bus_list > li > a {}
	.bus_list > li > a::before {}
	.bus_list > li > a::after {}
	.cont {}
	.cont_text {
		font-size: 16px;
	}
	.cont_text > b {}
	.cont_text > a {}
	.cont_text > a::before {}
	.cont_text > a::after {}
	.cont_text > small {
		font-size: 13px;
	}
	.cont_text > a > .icon {}
	.cont_dList {}
	.cont_dList > dt {
		width: 100%;
		margin-bottom: 10px;
		text-align: center;
		font-size: 16px;
	}
	.cont_dList > dd {
		margin-top: 5p;
	}
	.cont_dList > dd > a {
		height: 45px;
		padding: 0 10px;
		font-size: 16px;
		border-radius: 6px;
	}
	.cont_dList > dd > a::before {}
	.cont_dList > dd > a::after {}
	.cont_dList > dd > a > .icon {
		margin-right: 10px;
	}
	.cont_cau {
		font-size: 13px;
	}
	.cont_dList > dd > a:not([href^="tel:"]) {
		font-size: 14px;
	}
}