@charset "UTF-8";

#key-visual{
	background: url(../images/service-key-visual.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
}
#sec01,
#sec03{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.leading{
	margin-bottom: 60px;
}
.sec-sub-ttl{
	width: 100%;
	max-width: 1000px;
	font-weight: 500;
	font-size: 1.8rem;
	padding: .25em 0 .25em 1em;
	border-left: 4px solid #393e90;
	line-height: 1.4;
	display: flex;
	align-items: center;
	margin-bottom: 30px;
	margin-top: 20px;
}
.sec-sub-ttl:after{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #eee;
	margin-left: 1.5em;
}
.sec-sub-ttl span{
	flex-shrink: 0;
}

#insurance02.sec-sub-ttl,
#insurance04.sec-sub-ttl{
	border-color: #e97a2b;
}
.insurance-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
.insurance-list li{
	width: calc(50% - 20px);
	margin-bottom: 40px;
}
.insurance-list h4{
	font-size: 1.6rem;
	margin: 1em 0 .5em;
	line-height: 1.4;
	color: #393e90;
}
.insurance-list .parag{
	font-size: 1.4rem;
}

/* +++++++++++++++++#sec02+++++++++++++++++ */
#sec02{
	background: #fafafa;
	display: flex;
	flex-direction: column;
	align-items: center;
}
#sec02 ul{
	display: flex;
	justify-content: space-between;
}
#sec02 li{
	width: calc(33.333% - 24px);
}
#sec02 li *{
	display: block;
	width: 100%;
}
#sec02 li a{
	border: 1px solid #eee;
}



#sec03 ol{
	line-height: 2;
}
#sec03 ol li{
	border: 1px solid #eee;
	position: relative;
}
#sec03 ol li:not(:last-of-type){
	margin-bottom: 60px;
}
#sec03 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;
}
#sec03 h3{
	height: 60px;
	display: flex;
	border-bottom: 1px solid #eee;
	display: flex;
	align-items: center;
	font-size: 1.8rem;
	color: #393e90;
	background: #fafafa;
}
#sec03 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;
}
#sec03 li:nth-of-type(1) h3:before{
	content: "01";
}
#sec03 li:nth-of-type(2) h3:before{
	content: "02";
}
#sec03 li:nth-of-type(3) h3:before{
	content: "03";
}
#sec03 li:nth-of-type(4) h3:before{
	content: "04";
}
#sec03 li .desc{
	padding: 1.5em 1.5em;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
#sec03 .pic{
	width: 200px;
}
#sec03 .desc p{
	width: calc(100% - 220px);
}

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


	.sec-sub-ttl{
		max-width: 100%;
		font-size: 1.6rem;
		margin-bottom: 2.5rem;
		margin-top: 2rem;
	}
	.sec-sub-ttl:after{
		margin-left: 1em;
	}

	.insurance-list{
		display: block;
	}
	.insurance-list li{
		width: 100%;
		margin-bottom: 3rem;
		max-width: 480px;
		margin-left: auto;
		margin-right: auto;
	}
	.insurance-list h4{
		font-size: 1.5rem;
		margin: 1em 0 .5em;
	}
	.insurance-list .parag{
		font-size: 1.3rem;
	}



/* +++++++++++++++++#sec02+++++++++++++++++ */

	#sec02 ul{
		display: block;
		padding: 0 1.5rem;
	}
	#sec02 li{
		width: 100%;
		max-width: 310px;
		margin: 0 auto 2rem;
	}
/* +++++++++++++++++#sec03+++++++++++++++++ */
	#sec03 ol li:not(:last-of-type){
		margin-bottom: 50px;
	}
	#sec03 ol li:not(:last-of-type):after{
		height: 30px;
		bottom: -40px;
	}
	#sec03 h3{
		height: 60px;
		font-size: 1.6rem;
		line-height: 1.4;
	}
	#sec03 h3:before{
		font-size: 1.8rem;
		margin-right: .75em;
	}
	#sec03 li .desc{
		padding: 1em;
		flex-direction: column-reverse;
		justify-content: flex-start;
	}
	#sec03 .pic{
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		max-width: 480px;
		margin-bottom: 1em;
	}
	#sec03 .desc p{
		width: 100%;
	}

}