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

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

#page_title {
	font-size: 28px;
	line-height: 128px;
	font-weight: normal;
	color: #072547;
	text-align: center;
	background-color: #DCDCE2;
	padding-top: 73px;
	width: 100%;
	position: absolute;
	z-index: 0;
	left: 0px;
	top: 105px;
}

.main_contents {
	min-height: 640px;
	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: 980px;
	margin-right: auto;
	margin-left: auto;
	background-color: #dcedf0;
	padding: 5px;
}
.local_nav ul li {
	flex: 1;
	height: 64px;
	width: 490px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	position: relative;
}
.local_nav ul li:first-child {
	border-left-width: 0;
	border-left-style: none;
}
.local_nav ul li a {
	height: 64px;
	width: inherit;
	background-color: #50A7B3;
	font-size: 18px;
	font-weight: normal;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	text-decoration: none;
	transform: scale(1);
	transition : 0.4s;
}
.local_nav ul li a:hover {
	opacity:0.8;
}

.local_nav ul li a.current {
	opacity:0.8;
}

.local_nav ul li .sub_nav {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 64px;
	z-index: 9999;
	height:0px;
}
.local_nav ul li .sub_nav ul {
	text-align: center;
	display: none;
	box-sizing:border-box;
	width: 100%;
	height:auto;
	margin-right: 0;
	margin-left: 0;
	background-color: transparent;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.local_nav ul li .sub_nav ul li {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	padding-top: 1px;
}
.local_nav ul li .sub_nav ul li a {
	box-sizing: border-box;
	width: 100%;
	display: block;
	height: auto;
	padding: 0.5em;
	border: 4px solid #244F55;
	background-color: rgba(48,104,112,0.9);
	font-size: 18px;
	line-height: 120%;
}

.content {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 55px;
}
.sub_title_01 {
	font-size: 25px;
	line-height: 130%;
	font-weight: normal;
	color: #08305A;
	margin-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #93A4B7;
	padding-bottom: 5px;
}
.sub_title_02 {
	font-size: 21px;
	line-height: 130%;
	font-weight: normal;
	color: #158A99;
	margin-bottom: 10px;
}
.sub_title_03 {
	font-size: 25px;
	line-height: 130%;
	font-weight: normal;
	color: #333;
	margin-bottom: 5px;
}
.sub_title_04 {
	font-size: 28px;
	line-height: 130%;
	font-weight: normal;
	color: #324A66;
	margin-bottom: 5px;
}
.sub_title_05 {
	font-size: 36px;
	line-height: 130%;
	font-weight: normal;
	color: #50A7B3;
	margin-bottom: 10px;
}
.sub_title_06 {
	font-size: 26px;
	line-height: 130%;
	font-weight: normal;
	color: #324A66;
	margin-bottom: 7px;
}
.sub_title_07 {
	font-size: 21px;
	line-height: 130%;
	font-weight: bold;
	color: #50A7B3;
	margin-bottom: 3px;
}

.-----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: 0px;
	padding-top: 0px;
	position: relative;
	left: auto;
	top: auto;
}
.local_nav ul {
	width: 600px;
}
.local_nav ul li {
	flex: none;
	height: 64px;
	width: 299px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.local_nav ul li:nth-child(odd){
	border-left-width: 0;
	border-left-style: none;
}
.content {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
}
.sub_title_01 {
	font-size: 35px;
	line-height: 130%;
	font-weight: normal;
	color: #08305A;
	margin-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #93A4B7;
	padding-bottom: 5px;
}
.sub_title_02 {
	font-size: 30px;
	line-height: 130%;
	font-weight: normal;
	color: #158A99;
	margin-bottom: 10px;
}
.sub_title_03 {
	font-size: 32px;
	margin-bottom: 10px;
}
.sub_title_04 {
	font-size: 32px;
}
.sub_title_06 {
	font-size: 32px;
	margin-bottom: 10px;
}

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

	
}
