@charset "utf-8";
/*サブメニュー*/

section .inner section {
	padding: 15px 0;
}

.page main#page-main section.policy h2 {
	font-size: 1.2em;
	margin-bottom: 15px;
}

.page main#page-main section.detail h2 {
	font-size: 1.2em;
	border-left: 10px #51729b solid;
	border-bottom: 1px #51729b solid;
	padding: 0 0 5px 15px;
	margin-bottom: 15px;
}

section .inner section p {
	text-indent: 1.0em;
}

section .inner section ol li {
	line-height: 1.5em;
}

section .inner section ol li:not(:last-child) {
	padding-bottom: 0.5em;
}

/*個人情報相談窓口*/
.contact-info {
	margin-left: 1.0em;
}

.contact-info h3 {
	margin-bottom: 12px;
}

section .inner section.detail .contact-info p {
	text-indent: 0;
}

section .inner section.detail .contact-info p span.fax {
	margin-left: 1.0em;
}

/* PC*/
@media print,
screen and (min-width: 768px) {
	section .inner {
		max-width: 1100px;
		margin: 0 auto 20px;
		padding: 10px;
	}
}

/* SP */
@media screen and (max-width:767px) {
	section .inner {
		padding: 10px;
	}

	section .inner ol {
		padding-left: 1.5em;
	}

	.page main#page-main section h2 {
		margin-top: 0;
	}
}

.inner h4 {
	color: #666;
	margin: 15px 0;
}
