@charset "UTF-8";


/* -----------------------------------------------------------
	.drive-car_wrap
----------------------------------------------------------- */
.drive-car_wrap {
	margin: 0 auto;
    max-width: 860px;
}
.drive-car_wrap .para {

}
.drive-car_wrap .text_color {
	color: #0A55B0;
}
.drive-car_wrap .text_underline {
	border-bottom: 1px solid #0A55B0;
}
.drive-car_wrap .link {
	color: #0A55B0;
    text-decoration: underline;
}
.drive-car_wrap .link:hover {
	text-decoration: none;
}
.drive-car_wrap a.icon_pdf {
	position: relative;
}
.drive-car_wrap a.icon_pdf::after {
	content: '';
    display: inline-block;
    width: 13px;
    height: 15px;
    margin-left: 7px;
    background: url(../../img_new/ico_pdf.svg) no-repeat center;
}
.drive-car_wrap .img_crossing {
	width: 65%;
	margin: 20px auto;
	
}
.drive-car_wrap .img_loadoverview {
	width: 94%;
	max-width: 800px;
	margin: 20px auto;
}


@media screen and (min-width: 768px) and (max-width: 1000px) {

}
@media screen and (max-width: 767px) {
.page_ttl.drive-car {
	font-size: 95%;
}
.drive-car_wrap .img_crossing {
	width: 80%;
	max-width: 360px;
}
.drive-car_wrap .img_loadoverview {
	width: 100%;
	max-width: 360px;
}
}


/* -----------------------------------------------------------
	.check_wrap
----------------------------------------------------------- */
.check_wrap {
	margin: 0 auto;
    max-width: 860px;
}
.check_wrap .text_2 {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 0.08em;
}
.check_wrap .etc_wrrap {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.check_wrap .etc_wrrap .para {
	width: 48%;
}
.check_wrap .etc_wrrap .para .etc_ttl {
	font-size: 19px;
	font-weight: bold;
	border-bottom: 2px solid #005AAB;
	margin-bottom: 5px;
}
.check_wrap .etc_wrrap .img_check_1,
.check_wrap .etc_wrrap .img_check_2,
.check_wrap .etc_wrrap .img_check_3,
.check_wrap .etc_wrrap .img_check_4 {
	width: 80%;
	margin: 10px auto 0;
}
.check_wrap .etc_wrrap .img_check_2 {
	width: 92%;
}
.check_wrap .etc_wrrap .img_check_3 {
	margin-top: 30px;
}
.check_wrap .etc_wrrap .img_check_4 {
	width: 62%;
}
.check_wrap .link_box {
	margin-bottom: 100px;
}
.check_wrap .link_box .text_1 {
	text-align: center;
	position: relative;
	font-size: 20px;
	font-weight: bold;
	color: #005AAB;
	letter-spacing: 0.08em;
	margin-top: 20px;
	margin-bottom: 80px;
}
.check_wrap .link_box .text_1::before {
	display: block;
    content: '';
    position: absolute;
    top: -30px;
    left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 110px 140px 0 140px;
	border-color: rgba(0,0,0,0.1) transparent transparent transparent;
	z-index: -1;
}
.check_wrap .link_list {
	margin: 0 auto;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.check_wrap .link_list .btn {
	width: 300px;
}
.check_wrap .link_list .btn a {
	display: block;
    position: relative;
    color: #fff;
	font-size: 18px;
	text-decoration: none;
    background: #005AAB;
    text-align: center;
    padding: 8px 0;
	border-radius: 100px;
    transition: all .2s ease;
}
.check_wrap .link_list .btn a::after {
	display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    left: auto;
    width: 12px;
    height: 12px;
    margin-top: -8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.check_wrap .link_list .btn a:hover {
	opacity: .7;
}
.check_wrap .note_text {
	text-indent: -3em;
	padding-left: 3em;
	font-size: 12px;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
.check_wrap .etc_wrrap .para .etc_ttl {
	font-size: 17px;
}
.check_wrap .link_list .btn a {
	font-size: 16px;
}
}
@media screen and (max-width: 767px) {
.check_wrap .etc_wrrap .para .etc_ttl {
	font-size: 16px;
}
.check_wrap .text_2 {
	font-size: 14px;
}
.check_wrap .etc_wrrap .para {
	width: 100%;
}
.check_wrap .etc_wrrap .para .mida_01 {
	font-size: 16px;
}
.check_wrap .etc_wrrap .img_check_1,
.check_wrap .etc_wrrap .img_check_2,
.check_wrap .etc_wrrap .img_check_3,
.check_wrap .etc_wrrap .img_check_4 {
	max-width: 360px;
}
.check_wrap .link_box {
	margin-bottom: 40px;
}
.check_wrap .link_box .text_1 {
	font-size: 17px;
	margin-bottom: 60px;
	letter-spacing: 0.08em;
}
.check_wrap .link_box .text_1::before {
	top: -18px;
	border-width: 100px 100px 0 100px;
}
.check_wrap .link_list .btn a {
	font-size: 15px;
}
}

