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

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


#page_title {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	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-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: 100%;
	min-height: 800px;
	padding-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#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: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:hover {
	opacity:0.6;
}

.main_contents {
	width: 100%;
}
#body_loader * {
		box-sizing: content-box;
}
.subttl_01 {
	font-family: "Noto Sans", sans-serif;
	margin-bottom: 25px;
	font-size: 40px;
	line-height: 130%;
	font-weight: 300;
	color: #245191;
}
.subttl_02 {
	width:100%;
	font-family: "Noto Sans", sans-serif;
	margin-bottom: 15px;
	font-size: 30px;
	line-height: 120%;
	font-weight: 900;
	color: #245191;
}

.subttl_03 {
	width:100%;
	font-family: "Noto Sans", sans-serif;
	margin-bottom: 15px;
	font-size: 30px;
	line-height: 120%;
	font-weight: 400;
	color: #245191;
}
.subttl_04 {
	width:100%;
	font-family: "Noto Sans", sans-serif;
	margin-bottom: 15px;
	font-size: 22px;
	line-height: 120%;
	font-weight: 400;
	color: #245191;
}

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

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



#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: 100%;
	display:block;
}
.main_contents {
	width: 700px;
	margin-left:auto;
	margin-right:auto;
}
.subttl_01 {
	font-size: 56px;
}
.subttl_02 {
	margin-bottom: 20px;
	font-size: 38px;
}

.subttl_03 {
	margin-bottom: 20px;
	font-size: 34px;
	line-height:130%;
}
.subttl_04 {
	font-size: 32px;
	font-weight: 600;
}

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

	
}