@charset "utf-8";
/* PC/スマホ共通表示 */

.-----PC_MOBILE_COMMON_CSS_START----- {}

body {
	background-image: url(../img/header_bg.png);
}

#page_title {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 32px;
	line-height: 100%;
	font-weight: 600;
	color: #333333;
	height:113px;
	margin-bottom:100px;
}
#page_title em {
	box-sizing:border-box !important;
	width: 100%;
	text-align: center;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 100%;
	color: #48B4E8;
	display: block;
	font-style: normal;
	padding-top:10px;
	letter-spacing:0.3em;
	padding-left:0.3em;
	font-weight:500;
}
#pan {
	width:1100px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 25px;
}

#pan a {
	text-decoration:none;
}
#pan a:hover {
	text-decoration: underline;
}

#contents {
	width: 1100px;
	min-height:800px;
	padding-top: 0px;
	margin-right: auto;
	margin-left: auto;
	display:flex;
	justify-content:space-between;
	flex-wrap: wrap;
}
#side_area {
	width: 280px;
}

#side_area .local_nav {
	width:100%;
	margin-bottom: 15px;
}

#side_area .local_nav ul {
	width:100%;
}

#side_area .local_nav ul li {
	margin-bottom: 11px;
}
#side_area .local_nav ul li a {
	background-color: #F2F3F4;
	border: 1px solid #ABABAB;
	box-shadow: 0px 0px 1px #000;
	padding-top: 1em;
	padding-bottom: 1em;
	text-align: center;
	display: block;
	font-size: 17px;
	line-height: 120%;
	color: #333;
	text-decoration: none;
	border-radius: 5px;
	transition: 0.4s;
	font-weight: bold;
}
#side_area .local_nav ul li a.current {
	background-color: #515EA4;
	border: 1px solid #ABABAB;
	color: #FFF;
}
#side_area .local_nav ul li a:hover {
	opacity:0.6;
}

#side_area .general_menu {
	width:100%;
	margin-bottom: 15px;
}

#side_area .general_menu ul {
	width:100%;
}

#side_area .general_menu ul li {
	margin-bottom: 11px;
}
#side_area .general_menu ul li a {
	background-color: #F2F3F4;
	border: 1px solid #ABABAB;
	box-shadow: 0px 0px 1px #000;
	padding-top: 1em;
	padding-bottom: 1em;
	text-align: center;
	display: block;
	font-size: 17px;
	line-height: 120%;
	color: #333;
	text-decoration: none;
	border-radius: 5px;
	transition: 0.4s;
	font-weight: bold;
}
#side_area .general_menu ul li a.current {
	background-color: #515EA4;
	border: 1px solid #ABABAB;
	color: #FFF;
}
#side_area .general_menu ul li a:hover {
	opacity:0.6;
}

.main_contents {
	width: 770px;
}
#body_loader * {
		box-sizing: content-box;
}
.subttl_01 {
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-bottom: 25px;
	font-size: 36px;
	line-height: 140%;
	font-weight: 200;
	color: #245191;
}

.-----PC_MOBILE_COMMON_CSS_END----- {}

/* スマートフォン用CSS */
@media screen and (max-width: 750px) {
	
.-----MOBILE_ONLY_CSS_START----- {}


body {
	background-image: url(../img/header_bg_sp.png);
}

#page_title {
	width: 750px;
	font-size: 46px;
	line-height: 120%;
	height:115px;
	display:flex;
	justify-content:center;
	align-content:center;
	align-items:center;
	flex-wrap:wrap;
	text-align:center;
	margin-bottom:80px;
}
#page_title em {
	font-size: 18px;
}
#pan {
	width:700px;
	padding-top: 30px;
	padding-bottom: 50px;
}

#contents {
	width: 750px;
	display:block;
}
#side_area {
	width: 700px;
	margin-left:auto;
	margin-right:auto;
}
#side_area .local_nav {
	margin-bottom:50px;
}
#side_area .local_nav ul {
	display:flex;
	align-items:stretch;
	flex-wrap:wrap;
	justify-content:space-between;
}
#side_area .local_nav ul li {
	width:48.9%;
	margin-bottom:15px;
}
#side_area .local_nav ul li a {
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	text-align: center;
	height: 100%;
	min-height:3em;
	font-size: 28px;
	border-radius: 7px;
	transition: none;
	padding-top: 0.1em;
	padding-right: 1em;
	padding-bottom: 0.1em;
	padding-left: 1em;
}
#side_area .general_menu {
	display:none;
}
.main_contents {
	width: 700px;
	margin-left:auto;
	margin-right:auto;
}

.subttl_01 {
	font-size: 50px;
	font-weight:300;
}

.-----MOBILE_ONLY_CSS_END----- {}

	
}