#slide_area {
	width: 100%;
	min-width: 1200px;
	height: 400px;
/*
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
*/
	border-bottom: 2px solid #003399;

	margin-bottom: 2em;
}
#slider li {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#slider li img {
	width: 100%;
	height: 400px;
	object-fit: cover;
}
#main_menu_area {
	width: 100%;
	/*height: 240px;*/
    height: 140px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: stretch;
	padding: 0 8px;
	/*margin-bottom: 2em;*/
}
.main_menu_block {
	/*width: 380px;*/
    width: 450px;
	/*height: 100px;*/
    height: 150px;
	/*border: 1px solid #000000;*/
}
.main_menu_block a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 12px;
	text-decoration: none;
	/*color: #000000;*/
	color: #ffffff;
	background-color: #153d77;
}
.service_catch {
	font-size: 25px;
	margin-bottom: 1.5em;
}
.service_name {
	font-size: 36px;
	letter-spacing: 1.5px;
    text-align: center;
}

/*お知らせエリア*/
#top_news_area {
	padding: 0 8px;
}
#news_header {
	font-size: 20px;
	margin-bottom: 8px;
}
#news_block {
	/*border: 1px solid #000000;*/
	padding: 8px;
}
.news_item {
	display: flex;
	margin-bottom: 1.5em;
	border-bottom: 1px dotted #bbb;
	padding-bottom: 1em;
}
.news_item a {
	text-decoration: none;
	color: #003399;
}
.news_item a:visited {
	/*color: #247fff;*/
	color: #100099;
}

.news_date {
	width: 6em;
	margin-right: 1em;
}
.news_title {
	line-height: 1.5;
	font-weight: bold;
	margin-bottom: 0.5em;
}
.news_title:before {
	content: "・";
}
.news_description {
	padding-left: 1em;
	line-height: 1.5;
}


