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

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

#page_title {
	font-size: 34px;
	line-height: 159px;
	font-weight: normal;
	color: #3A6585;
	text-align: center;
	background-color: #E8F2F9;
	margin-bottom: 35px;
}

.main_contents {
	min-height: 1000px;
	padding-bottom: 60px;
}

.local_nav {
	margin-bottom: 40px;
	padding-top: 30px;
}
.local_nav ul {
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content : space-between;
	width: 945px;
	margin-right: auto;
	margin-left: auto;
}
.local_nav ul li {
	height: 68px;
	width: 155px;
}
.local_nav ul li a {
	height: 68px;
	width: 185px;
	background-color: #0DAEA3;
	font-size: 18px;
	font-weight: normal;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	text-decoration: none;
}
.local_nav ul li a.current {
	background-color: #55c6be;
}

.local_nav ul.item3 li {
	width: 313px;
}
.local_nav ul.item3 li a {
	width: 313px;
}


.local_nav ul.parent {
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content : space-between;
	width: 945px;
	margin-right: auto;
	margin-left: auto;
	height: 68px;
	overflow: visible;
	position: relative;
}
.local_nav ul.parent li {
	width: 233px;
}
.local_nav ul.parent li a {
	height: 68px;
	width: 233px;
	background-color: #0DAEA3;
	font-size: 18px;
	font-weight: normal;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	text-decoration: none;
	background-image: url(../img/l_nav_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.local_nav ul.parent li a.current {
	background-color: #55c6be;
}
.local_nav ul.parent li ul.child {
	text-align: center;
	display: none;
	width: 100%;
	height: auto;
	background-color: rgba(0,0,0,0.75);
}
.local_nav ul.parent li ul.child li {
	width: 233px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #FFF;
	height: auto;
}
.local_nav ul.parent li ul.child li:first-child {
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: #FFF;
}
.local_nav ul.parent li ul.child li a {
	height: auto;
	width: 233px;
	background-color: transparent;
	font-size: 13px;
	font-weight: normal;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	display: block;
	text-decoration: none;
	line-height: 130%;
	background-image: none;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}
.local_nav ul.parent li ul.child li a:hover {
	background-color: rgba(255,255,255,0.5);
}

.content {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
}
.content_item {
	margin-bottom: 30px;
}
.sub_title_01 {
	font-size: 30px;
	line-height: 130%;
	font-weight: normal;
	color: #0C2579;
	margin-bottom: 10px;
}
.sub_title_01 em {
	font-size: 75%;
	font-style: normal;
}
.sub_title_03 {
	font-size: 24px;
	line-height: 130%;
	font-weight: normal;
	color: #0C2579;
	margin-bottom: 10px;
}
.sub_title_04 {
	font-size: 22px;
	line-height: 130%;
	font-weight: normal;
	color: #0C2579;
	margin-bottom: 10px;
}
.sub_title_05 {
	font-size: 100%;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #596AA4;
	background-color: #E8EAF2;
	padding-top: 0.7em;
	padding-right: 1em;
	padding-bottom: 0.7em;
	padding-left: 1em;
	margin-bottom: 15px;
	font-weight: normal;
}
.image_center {
	text-align: center;
}
.list_01 {
	margin-bottom: 10px;
}
.list_01 li {
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #596AA4;
	background-color: #E8EAF2;
	padding-top: 0.7em;
	padding-right: 1em;
	padding-bottom: 0.7em;
	padding-left: 1em;
	margin-bottom: 2px;
}
.list_02 {
	margin-right: 1em;
	margin-left: 1em;
}
.list_02 li {
	padding-left: 1em;
	margin-bottom: 2px;
	text-indent: -1em;
}
.list_02 li:first-letter {
	color:#596AA4;
}
.under_construction {
	font-size: 138%;
	color: #FFF;
	background-color: #9ea8c9;
	text-align: center;
	line-height: 70px;
	width: 464px;
	margin-top: 120px;
	margin-right: auto;
	margin-bottom: 120px;
	margin-left: auto;
	border-radius:5px;
}


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


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

#page_title {
	font-size: 40px;
	line-height: 120px;
	margin-bottom: 20px;
}
.local_nav {
	padding-top: 0px;
}
.local_nav ul {
	display: block;
	width: 100%;
}
.local_nav ul li {
	height: 60px;
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.local_nav ul li a {
	height: 60px;
	line-height: 60px;
	width: 100%;
	font-size: 24px;
	display: block;
}
.local_nav ul li a.current {
	background-color: #55c6be;
}
.local_nav ul.item3 li {
	width: 100%;
}
.local_nav ul.item3 li a {
	width: 100%;
}

.local_nav ul.parent {
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content : space-between;
	width: 600px;
	height: auto;
	overflow: visible;
	position: relative;
}
.local_nav ul.parent li {
	width: 100%;
	height: auto;
	margin-bottom: 2px;
}
.local_nav ul.parent li a {
	height: 68px;
	width: 100%;
	font-size: 22px;
	color: #FFF;
	display: block;
}
.local_nav ul.parent li a.current {

}
.local_nav ul.parent li ul.child {
	width: 100%;
	height: auto;
}
.local_nav ul.parent li ul.child li {
	width: 100%;
	border-top-style: none;
	height: auto;
	margin-bottom: 0px;
}
.local_nav ul.parent li ul.child li:first-child {

}
.local_nav ul.parent li ul.child li a {
	width: 100%;
	font-size: 20px;
	vertical-align: middle;
	display: block;
	text-decoration: none;
	background-image: none;
	padding-top: 0.7em;
	padding-bottom: 0.7em;
}
.local_nav ul.parent li ul.child li a:hover {

}

.content {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}

.sub_title_01 {
	font-size: 30px;
	line-height: 130%;
	font-weight: normal;
	color: #0C2579;
	margin-bottom: 10px;
}



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

	
}
