@charset "UTF-8";

/*------------------------------------------------ */
/* newspage
-------------------------------------------------- */

#newspage {
	width: 1200px;
	margin: 0 auto;
	background: url(../images/background.jpg) repeat-y;
	background-position: center 400px;
	height: 100%
}

#newspage #wrapper {
	background:url(../images/header_bg.jpg) no-repeat;
	background-position: top;
}

#newspage h2 {
	text-indent: -9999px;
	position: absolute;
}

#newspage h3 {
	background: url(../images/h3_top.jpg) no-repeat top;
	text-indent: -9999px;
	height: 210px;
	width: 800px;
}
#newspage #footer {
	background: url(../images/footer_bg.jpg) no-repeat bottom;
}


h4 {
	font-size:140%;
	font-weight: bold;
	color: #2142a2;
	border: none;
	border-bottom: dotted #555 1px;
	border-left: solid #2142a2 6px;
	padding: 4px 10px;
}

h5 {
	padding: 4px 0;
	margin: 60px 0 20px 0;
	font-size:120%;
	color:#2142a2;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
}

/* h5::before {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	background: #2142a2;
	margin-right: 10px;
	vertical-align: middle;
} */

h6 {
	font-size:120%;
	color:#2142a2;
	font-weight: bold;
	margin-bottom: 10px;
}

.schedule-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.schedule-list dt {
	color:#2142a2;
	font-weight: bold;
	width: 15%;
	white-space: nowrap;
}

.schedule-list dd {
	width: 85%;
	margin-bottom: 10px;
}


hr {
	border: none;
	border-bottom: 1px solid #ddd;
	margin: 30px 0;
}

.ul01 {
	list-style: disc;
}

.ul01 li {
	list-style: disc;
	margin-left: 20px;
	margin-bottom: 10px;
}

.ul02 {
}

.ul02 li {
	margin-bottom: 20px;
}

.ul02 li::before {
	content:'◎';
	margin-right: 4px;
}

.news_list {

}

.news_list__item {
	border-bottom: 1px solid #ddd;
}

.news_list__item a {
	display: block;
	font-style: normal;
	text-decoration: none;
	padding: 10px;
	color: #333;
	transition: .25s;
}

.news_list__item a::before {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	transform: rotate(45deg);
	background: radial-gradient(circle at 20%, #f8d5ff, #08138f);
	margin-right: 10px;
}

.news_list__item a:hover {
	background: rgb(240, 250, 255);
}

.news_list__item a .new {
	margin-left: 10px;
}

.news_year {
	text-align: center;
	color: #999999;
	margin: 30px;
}