@charset "UTF-8";

/* 個人情報保護方針、ISMS基本方針 */

/* floatクリア */
h2, h3, div, p {
	clear: both;
}

/* ページタイトル */
h2 {
	padding-top: 30px;
}

/* 文頭日付 */
.p_head_date {
	text-align: right;
	margin-bottom: 15px;
}

/* 本文 */
.sub_contents>p,
ol li {
	margin-bottom: 10px;
}
ol {
	list-style-type: decimal;
	margin-left: 35px;
	margin-bottom: 25px;
}

/* 本文内のリストスタイル */
ol li>ul,
ol li>ol {
	margin-left: 30px;
}
ol li>ul {
	list-style-type: disc;
}
ol li>ol {
	list-style-type: upper-roman;
	margin-bottom: 10px; /* 上書き */
}
ol li>ul li,
ol li>ol li {
	margin-bottom: 0; /* 上書き */
}

/* テキスト右寄せ */
.p_text_right {
	float: right;
	padding: 10px 0;
}

/* 区切り線 */
.hr_style {
	display: block;
	border-top: 1px solid #ccc;
}

/* 上下スペース */
.p_text_v_margin {
	margin: 20px 0;
}
