@charset "utf-8";

/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */
#ppWrap {
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

.ppTitle {
	font-size: 1.8rem;
	font-weight: 700;
	text-indent: -0.5em;
}

.ppText {
	margin-bottom: 2em;
	font-size: 1.6rem;
	line-height: 2;
}

.ppText .indent {
	padding-left: 1em;
	text-indent: -1em;
}

/* -------------------------------------------------- */
/* TAB&SP */
/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {

}


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

}

/* -------------------------------------------------- */
/* SP(調整) */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
	.ppTitle {
		font-size: 1.6rem;
	}
	
	.ppText {
		font-size: 1.4rem;
	}
}