@charset "UTF-8";

#key-visual{
	background: url(../images/accident-key-visual.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
}
.leading{
	text-align: center;
	margin-bottom: 40px;
}
.sec h2{
	text-align: center;
	font-size: 2.2rem;
	margin-bottom: 60px;
	line-height: 1.4;
	color: #393e90;
}

.caution-accident{
	background: #fee9ee;
	padding: 0 1.5em 1.5em;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 60px;
	font-weight: 600;
}
.caution-accident p{
	color: #fff;
	height: 40px;
	border-radius: 20px;
	background: #d52727;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2rem;
	margin-top: -20px;
	margin-bottom: 1em;
	padding: 0 1.5em;
}
.caution-accident ul{
	width: 100%;
}
.caution-accident li{
	font-size: 1.8rem;
	color: #d52727;
	line-height: 1.5;
	text-indent: -1em;
	padding-left: 1em;
}
.caution-accident li:not(:last-of-type){
	margin-bottom: .8em;
}
.caution-accident li:before{
	content: "・";
}


#sec01 ol{
	line-height: 2;
}
#sec01 ol li{
	border: 1px solid #eee;
	position: relative;
}
#sec01 ol li:not(:last-of-type){
	margin-bottom: 60px;
}
#sec01 ol li:not(:last-of-type):after{
	content: "";
	display: block;
	width: 1px;
	height: 40px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -50px;
	margin: auto;
	background: #393e90;
}
#sec01 h3{
	height: 60px;
	display: flex;
	border-bottom: 1px solid #eee;
	display: flex;
	align-items: center;
	font-size: 1.8rem;
	color: #393e90;
	background: #fafafa;
}
#sec01 h3:before{
	content: "";
	width: 60px;
	height: 100%;
	background: #233364;
	color: #fff;
	font-weight: 600;
	font-family: 'Oswald';
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.8rem;
	margin-right: 1.5em;
}
#sec01 li:nth-of-type(1) h3:before{
	content: "01";
}
#sec01 li:nth-of-type(2) h3:before{
	content: "02";
}
#sec01 li:nth-of-type(3) h3:before{
	content: "03";
}
#sec01 li:nth-of-type(4) h3:before{
	content: "04";
}
#sec01 li p{
	padding: 1.5em 1.5em;
}
strong{
	color: #d52727;
}
#sec02{
	border-top: 1px solid #eee;
}
#sec02 a{
	display: flex;
	flex-direction: column;
	background: #fafafa;
	color: #393e90;
	max-width: 920px;
	justify-content: center;
	align-items: center;
	font-weight: 600;
	padding: 2em 0;
	margin: 0 auto;
}
#sec02 .tel-number{
	font-size: 4.2rem;
	margin-bottom: .25em;
}
#sec02 h2,
#sec02 .leading{
	margin-bottom: 25px;
}


@media screen and (max-width: 768px){
	.sec h2{
		font-size: 1.6rem;
		margin: 0 0 3rem;
	}
	.leading{
		text-align: left;
		margin-bottom: 3rem;
	}
	.caution-accident{
		padding: 0 .75em 1em;
		margin-bottom: 3rem;
	}
	.caution-accident p{
		height: 3rem;
		border-radius: 1.5rem;
		font-size: 1.8rem;
		margin-top: -1.5rem;
		padding: 0 2em;
		margin-bottom: .5em;
	}

	.caution-accident li{
		font-size: 1.5rem;
	}
	#sec01 ol li:not(:last-of-type){
		margin-bottom: 50px;
	}
	#sec01 ol li:not(:last-of-type):after{
		height: 30px;
		bottom: -40px;
	}
	#sec01 h3{
		height: 60px;
		font-size: 1.6rem;
		line-height: 1.4;
	}
	#sec01 h3:before{
		font-size: 1.8rem;
		margin-right: .75em;
	}
	#sec01 li p{
		padding: 1em;
	}
	#sec02 a{
		max-width: 100%;
		padding: 1.5em 0;
	}
	#sec02 .tel-number{
		font-size: 3rem;
	}
	#sec02 h2,
	#sec02 .leading{
		margin-bottom: 1.5rem;
	}

}