
/* ニュース一覧
---------------------------------------------------*/
@media screen and (min-width: 768px) {
	.pageNotice h3 { padding-bottom: 10px; font-size: 2.4rem; color: #0a51af; font-weight: bold; border-bottom: 1px solid #0a51af; text-align: center; }
	.pageNotice h4 { margin-bottom: 20px; padding: 10px; text-align: center; font-size: 1.8rem; font-weight: bold; background: #0a51af; color: #fff; }
	.pageNotice h5 { margin-top: 20px; font-size: 1.8rem; color: #0a51af; font-weight: bold; }
	.pageNotice h5.border { margin-top: 20px; padding-top: 20px; border-top: 1px solid #0a51af; }
	.pageNotice p + p { margin-top: 15px; }
}
@media screen and (max-width: 767px) {
	.pageNotice h3 { padding-bottom: 10px; font-size: 4.8vw; color: #0a51af; font-weight: bold; border-bottom: 1px solid #0a51af; text-align: center; }
	.pageNotice h4 { margin-bottom: 15px; padding: 10px; text-align: left; font-size: 4.26666666vw; font-weight: bold; background: #0a51af; color: #fff; }
	.pageNotice h5 { margin-top: 15px; font-size: 4.26666666vw; color: #0a51af; font-weight: bold; }
	.pageNotice h5.border { margin-top: 15px; padding-top: 15px; border-top: 1px solid #0a51af; }
	.pageNotice p + p { margin-top: 10px; }
}

