@charset "utf-8";

/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */
.pagePpTtl {
	padding: 27px 22px;
	font-size: 2.5rem;
	letter-spacing: 0.1em;
}

#ppBody {
	margin: 70px 0 160px;
}

.ppIntro {
	margin-bottom: 35px;
	padding-bottom: 50px;
	border-bottom: 1px solid #E1E3DE;
}

.ppIntroTxt {
	margin-bottom: 15px;
	font-size: 1.6rem;
	line-height: 1.8;
}

.ppName {
	font-size: 1.6rem;
	line-height: 1.0;
	text-align: right;
}

.ppCont {
	margin-bottom: 45px;
	padding-bottom: 40px;
	border-bottom: 1px solid #E1E3DE;
}

.ppContHead {
	margin-bottom: 20px;
	font-size: 1.8rem;
}

.ppContTxt {
	margin-bottom: 20px;
	line-height: 2.0;
	letter-spacing: 0.05em;
}

.ppContTxt:nth-last-of-type(1) {
	margin-bottom: 0;
}

.ppContBox {
	margin-top: 30px;
	padding: 20px 25px;
	display: inline-block;
	background: #F2F4EC;
}

.ppContBoxTxt {
	font-size: 1.4rem;
	line-height: 1.7;
}

/* page title */
/* -------------------------------------------------- */
.pagePp {
	background: url(../../img/pp/pp_title_bg.jpg) no-repeat center center / cover;
}




/* -------------------------------------------------- */
/* TAB&SP */
/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {
	.pagePpTtl {
		font-size: 2.0rem;
	}
	
	.pagePp {
		background: url(../../img/pp/mv_sp.jpg) no-repeat center center / cover;
	}
}


/* -------------------------------------------------- */
/* TAB(調整) */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {}

/* -------------------------------------------------- */
/* SP(調整) */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
	#ppBody {
		margin-bottom: 80px;
	}

	.ppIntroTxt,
	.ppName {
		font-size: 1.4rem;
	}

	.ppContHead {
		font-size: 1.6rem;
	}

	.ppContBoxTxt {
		font-size: 1.25rem;
	}

	.pagePpTtl {
		font-size: 2.0rem;
	}
}