@charset "UTF-8";

.sec-ttl02{
	margin-top: 50px;
}
#sec02{
	background: #fff;
}
.features li{
	display: flex;
	margin-top: 40px;
	flex-wrap: wrap;
	justify-content: space-between;
}
.feature-ttl{
	background: #343436;
	display: flex;
	padding: 15px 30px;
	align-items: center;
	flex-wrap: wrap;
	color: #fff;
	letter-spacing: .1em;
	font-size: 2rem;
	font-weight: 400;
	height: 50px;
	margin-bottom: 20px;
	width: 100%;
}
.feature-no{
	display: block;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1;
	letter-spacing: .05em;
}
.feature{
	display: flex;
	margin-left: 30px;
	padding-left: 30px;
	position: relative;
	align-items: center;
	height: 100%;
	border-left: 1px solid rgba(255,255,255,.3);
}

@media screen and (min-width: 769px){

	#sec01 .features li:nth-of-type(3) .pic{
		width: 240px;
	}
	#sec01 .features li:nth-of-type(3) .txt{
		width: calc(100% - 270px);
	}
	.features .pic{
		background: #fff;
		padding: 10px;
		width: 360px;
	}
	.features .txt{
		width: calc(100% - 390px);
	}
}








@media screen and (max-width: 768px){
	.feature-ttl{
		display: block;
		margin-left: auto;
		margin-right: auto;
		padding: 1rem 1.5rem;
		font-size: 1.6rem;
		height: auto;
		margin-bottom: 1.5rem;
	}
	.feature-no{
		font-size: 1.2rem;
		display: block;
	}

	.features li{
		display: block;
		margin-top: 4rem;
	}
	.feature{
		margin-left: 0;
		padding-left: 0;
		border: none;
		padding-top: 1rem;
	}
	.features .pic{
		background: #fff;
		padding: 1rem;
		margin-top: 1.5rem;
	}
}