@charset "utf-8";
/* ===================================================================
 CSS Document
 file name  : notices.css
 style info : お知らせ
=================================================================== */

.notice-art .sttl {
	padding-top: 80px;
}
.notice-art .date {
	margin-bottom: 20px;
}
.notice-art .sec {
	margin: 0 auto 60px;
}
.notice-art .ol01 > li {
	font-weight: bold;
	list-style-type: decimal;
	margin: 1em 0 1em 1.5em;
}
.notice-art .ol01 > li * {
	font-weight: normal;
}
.notice-art .ol01 > li h5 {
	font-weight: bold;
}
.notice-art .ul01 > li {
	list-style-type: disc;
	margin-left: 0em;
}
.notice-art .short-inquiry {
	margin: 2em 0;
	text-align: center;
}

.indent-j {
	text-indent: 1em;
}

@media all and (max-width: 767px) {

	.notice-art .sttl {
		padding-top: 20px;
	}

}

@media print {

	.header_navbtn,
	.header_utility,
	.cat-ttl,
	.footer_nav,
	.fnav,
	.s-menu01 {
		display: none;
	}

}
