@charset "UTF-8";

/* p-ec */
.p-ec-sec {
	padding: 80px 15px 0
}
@media(max-width:768px) {
	.p-ec-sec {
		padding: 50px 18px
	}
}
.p-ec-sec__head {
	text-align: center;
	font-size: 3rem;
	margin: 0 0 40px
}
@media(max-width:768px) {
	.p-ec-sec__head {
		font-size: 2rem
	}
}
.p-ec-sec__ph {
	max-width: 600px;
	margin: 0 auto 40px;
	text-align: center
}
.p-ec-sec__txt {
	font-size: 15px;
	max-width: 1016px;
	margin: 0 auto 60px;
	line-height: 2;
}
.p-ec-sec__lead {
	font-size: 2.6rem;
	text-align: center;
	margin: 0 auto 40px
}
.p-ec-sec__list {
	max-width: 1016px;
	margin: 0 auto 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.p-ec-sec__list li {
	width: 32%
}
@media(max-width:768px) {
	.p-ec-sec__list li {
		width: 100%;
		max-width: 390px;
		margin: auto;
	}
	.p-ec-sec__list li + li {
		margin-top: 40px
	}
}
.p-ec-sec__list li h4 {
	font-size: 2.2rem;
}
.p-ec-sec__bnr {
	max-width: 560px;
	margin: 0 auto;
	height: 160px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #25313D;
	border-radius: 20px
}
.p-ec-sec__bnr p {
	font-size: 3rem;
	color: #fff;
	text-align: center
}
@media(max-width:768px) {
	.p-ec-sec__bnr {
		height: 120px;
	}
	.p-ec-sec__bnr p {
		font-size: 2rem
	}
}
