@charset "utf-8";@charset "utf-8";
/* 変数定義 */
/* $mobile-breakpoint: 750px; */
/* $desktop-breakpoint: 751px; */

.page-container {
	font-family: "untitled", 'FOT-筑紫ゴシック Pr5 R', sans-serif !important;
}

.main-content .section-header h1 {
	margin: 0 auto;
	text-align: center;
	font-size: 19px;
	font-weight: normal;
	margin-bottom: 85px;
	padding-top: 40px;
}

@media screen and (max-width: 750px) {
	.main-content .section-header h1 {
		margin-bottom: 55px;
	}
}

.material-content {
	margin: 0 auto;
	width: 62%;
	max-width: 375px;
	padding: 0;
}

@media screen and (max-width: 750px) {
	.material-content {
		width: 310px;
		padding: 0 0 80px;
	}
}

@media (min-width: 751px) {
	.material-content {
		max-width: 545px;
		width: 100%;
	}
}

.material-content h3 {
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	color: #333232;
	margin: 0 0 0 0;
}

@media screen and (max-width: 750px) {
	.material-content h3 {
		font-size: 13px;
		margin: 0 0 8px;
	}
}

/* @media (min-width: 751px) { margin-bottom: 26px; } はコメントアウトされている */

.material-content p {
	text-align: left;
	font-size: 13px;
	font-weight: 400;
	line-height: 24px;
	color: #000;
	letter-spacing: 0.55px;
	margin-bottom: 50px;
}

@media screen and (max-width: 750px) {
	.material-content p {
		font-size: 13px;
		line-height: 22px;
		margin-bottom: 42px;
	}
}

@media (min-width: 751px) {
	.material-content p {
		margin-bottom: 88px;
		font-size: 13px;
		line-height: 32px;
		width: 100%;
		max-width: 1920px;
		padding: 0;
	}
}

.material-content .material-guid-cep {
	margin-bottom: 60px;
}

@media (min-width: 751px) {
	.material-content .material-guid-cep {
		margin-bottom: 90px;
	}
}

@media screen and (max-width: 750px) {
	.material-content .material-guid-cep {
		margin-bottom: 42px;
	}
}

.material-content .material-guid-cep p {
	margin-bottom: 20px;
}

@media (min-width: 751px) {
	.material-content .material-guid-cep p {
		margin-bottom: 13px;
	}
}

@media screen and (max-width: 750px) {
	.material-content .material-guid-cep p {
		margin-bottom: 10px;
	}
}