@charset "UTF-8";

/*  sec01 -------------------------------------------*/

.sec01 .pp_wrap{
	width: 840px;
	margin: 0 auto;
}
.sec01 .pp_wrap p.main{
	letter-spacing: -0.02em;
}
.sec01 .pp_wrap p{
	font-size: 1.4rem;
}
.sec01 .box:first-of-type{
	margin-top: 70px;
}
.sec01 .box{
	margin-bottom: 70px;
}
.sec01 .box h3.ttl{
	font-size: 1.8rem;
	font-weight: 600;
	border-bottom: 1px solid #646464;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
	.sec01 .pp_wrap{
		width: auto;
		padding: 0 5% 5%;
	}
	.sec01 .pp_wrap p.main{
		letter-spacing: 0;
	}
	.sec01 .box:first-of-type{
		margin-top: 20%;
	}
	.sec01 .box{
		margin-bottom: 20%;
	}
	.sec01 .pp_wrap p{
		font-size: 3.7vw;
	}
	.sec01 .box h3.ttl{
		font-size: 4.9vw;
		text-align: center;
		padding-bottom: 5%;
		margin-bottom: 4%;
	}
}


