@charset "utf-8";
.crash h2{
	border-bottom: 3px solid #2162b1;
	color: #2162b1;
	font-size: 26px;
}

.text-blo{
	padding: 40px 0;
}

.text-blo h3{
    background: #2162b1;
    border-radius: 5px;
    color: #ffffff;
    font-size: 22px;
    line-height: 45px;
    margin-bottom: 40px;
    padding: 0 10px;
}

.sec1 .body{
	width: 48%;
}

.sec1 p{
	font-size: 16px;
	letter-spacing: 0;
}

.sec2 ul{
	counter-reset: number;
}

.sec2 ul li{
	font-size: 18px;
	padding-left: 90px;
	position: relative;
	margin-bottom: 40px;
}

.sec2 ul li:last-child{
	margin-bottom: 0;
}

.sec2 ul li::before {
	counter-increment: number;
	content: counter(number);
	border-radius: 5px;
	background: #2162b1;
	display: block;
	color: #ffffff;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 500;
	font-style: italic;
	height: 47px;
	left: 0;
	line-height: 47px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 40px;
}

.sec3 ul li{
	border: 1px solid #eeeeee;
	padding: 30px 30px 15px;
	text-align: center;
}

.sec4 ul li{
	border: 1px solid #eeeeee;
	padding: 30px 60px 15px;
	text-align: center;
}

.sec3 ul li p,
.sec4 ul li p{
	font-size: 16px;
	font-weight: 500;
	margin-top: 15px;
}

.sec6 ul{
	counter-reset: number;
}

.sec6 ul li{
	font-weight: 500;
	margin-top: 10px;
	padding-left: 56px;
	position: relative;
}

.sec6 ul li span{
	background: linear-gradient(transparent 0%, #fff799 0%);
}

.sec6 ul li::before {
	counter-increment: number;
	content: counter(number);
	border: 1px solid #000000;
	display: block;
	font-size: 11px;
	border-radius: 50%;
	height: 16px;
	line-height: 16px;
	text-align: center;
	width: 16px;
	position: absolute;
	left: 0;
	top: 4px;
}

.sec7 h4{
	color: #2162b1;
	font-size: 18px;
	font-weight: 500;
}

.sec7 h4:before{
	content: "";
    background: #2162b1;
	border-radius: 5px;
	display: inline-block;
	height: 26px;
	margin-right: 10px;
	vertical-align: bottom;
	width: 8px;
}

.sec7 ul,
.sec7 .p{
	padding: 0 30px;
}

.sec7 ul li{
	margin-top: 20px;
	padding-left: 25px;
	position: relative;
}

.sec7 ul li:before{
	content: "";
    background: #2162b1;
	border-radius: 50%;
	display: block;
	height: 15px;
	margin-right: 10px;
	position: absolute;
	left: 0;
	top: 6px;
	width: 15px;
}

.sec7 ul li span,
.sec7 .p span{
	color: #a41010;
}

.pdf-blo{
	display: table;
	margin: 40px auto 0;
}

.pdf-blo p{
	font-weight: 500;
}

.pdf-blo .pdf{
	border: 1px solid #eeeeee;
	margin-top: 20px;
	padding: 30px;
}

.atention{
	background: #fff9ad;
	padding: 30px 45px;
}

.atention h5{
	font-size: 16px;
	margin-bottom: 10px;
}

.atention p{
	line-height: 26px;
	padding-left: 15px;
	position: relative;
}

.atention p:before{
	content: "※";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

.sec8 h4{
	color: #2162b1;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 10px;
}

.sec8 h4:before{
	content: "";
    background: #2162b1;
	border-radius: 5px;
	display: inline-block;
	height: 26px;
	margin-right: 10px;
	vertical-align: bottom;
	width: 8px;
}

.sec8 ul li .img img:nth-child(2){
	margin-left: 30px;
}

.sec9 table{
	border: 2px solid #e5e5e5;
	border-collapse: collapse;
	width: 100%;
}

.sec9 table th,
.sec9 table td{
	border: 1px solid #e5e5e5;
	font-weight: 400;
	line-height: 45px;
	width: 25%;
}

.sec9 table th{
	background: #eeeeee;
}

.sec9 table tr td{
	padding-right: 20px;
	text-align: right;
}

.sec9 table tr td:first-child{
	background: #f7f7f7;
	padding-left: 30px;
	text-align: left;
}

.sec10 .contact-blo{
	background: #fce5e7;
	padding: 30px 0;
	text-align: center;
}

.sec10 .contact-blo h5{
	font-size: 20px;
	font-weight: 400;
}

.sec10 .back-link a{
	color: #1a62c1;
	display: table;
	font-weight: 500;
	margin-left: auto;
}

.sec10 .back-link a .fa{
	margin-left: 10px;
}
/*------------------------------------------------------------
	レスポンシブ
------------------------------------------------------------*/
@media all and (min-width: 0) and (max-width: 767px){
	.crash h2{
		font-size: 20px;
	}
	
	.crash .inner {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.text-blo {
		padding: 20px 0;
	}
	
	.text-blo h3 {
		font-size: 20px;
		line-height: 35px;
		margin-bottom: 20px;
		padding: 10px 20px;
	}
	
	.sec1 .body {
		line-height: 26px;
		margin-bottom: 20px;
		width: 100%;
	}
	
	.sec2 ul li {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 20px;
		padding-left: 40px;
	}
	
	.sec2 ul li::before {
		font-size: 16px;
		height: 40px;
		line-height: 40px;
		width: 30px;
	}
	
	.sec3 ul li {
		margin-bottom: 20px;
		padding: 10px;
		width: 48%;
	}
	
	.sec4 ul li {
		margin: 0 auto 20px;
		padding: 10px;
		width: 80%;
	}
	
	.sec6 ul li {
		padding-left: 25px;
	}
	
	.sec7 ul, .sec7 .p {
		padding: 0 15px;
	}
	
	.atention {
		padding: 15px 20px;
	}
	
	.sec8 li{
		margin-bottom: 20px;
		width: 100%;
	}
	
	.sec8 li .img{
		text-align: center;
	}
	
	.sec8 ul li .img img:nth-child(2) {
		margin-left: 0;
		margin-top: 20px;
	}
	
	.sec8 .link-btn2{
		margin-right: auto;
	}
	
	.sec9 .overflow{
		overflow: auto;
		width: 106%;
	}
	
	.sec9 table {
		width: 800px;
	}
	
	.sec10 .contact-blo {
		padding: 20px 15px;
	}
	
	.sec10 .contact-blo h5 {
		font-size: 16px;
	}
}