@charset "UTF-8";
/* =====  ロゴ  ===== */
body {
	position: relative;
	background: #e7e7eb;
}
/* =====  ヘッダ  ===== */
header {
	background: #fff;
	background: url(../images/top_bg_1280.jpg) no-repeat 50% 50%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	width: 100%;
}
header p.top_lead {
	background: #e7e7eb;
	padding: 10px 0 0 10px;
	margin: 0;
	/*20170927*/
	/*height: 28px*/
}
header .hd_wrapper {
	width: 100%;
	margin: auto;
	position: relative;
	height: 193px;
	background: #005dea;
	filter: alpha(opacity=90);
	-moz-opacity: 0.90;
	opacity: 0.90;
}
header #gnavi {
	background: none;
	position: absolute;
	top: 145px;
	left: 0;
}
/* =====  ボディ  ===== */
article {
	padding: 40px 40px 0 40px;
	color: #17458f;
}
/* ===== パンくずリスト ===== */
article nav#breadcrumb {
}
article nav#breadcrumb ol {
	margin-bottom: 8px;
}
article nav#breadcrumb ol li {
	float: left;
	margin-right: 10px;
	padding-left: 20px;
	background: url(../images/bc_allow.png) no-repeat 0 0;
}
article nav#breadcrumb ol li a {
	text-decoration: underline;
}
article nav#breadcrumb ol li a:hover {
	text-decoration: underline;
}
article nav#breadcrumb ol li#bc_home {
	padding-left: 0;
	background: none;
}
article nav#breadcrumb ol li#bc_home a {
	display: block;
	background: url(../images/bc_home.png) no-repeat 0 0;
	width: 14px;
	height: 13px;
	text-indent : -9999px;
}
article section {
	background: #fff;
}
article section#main {
	width: 75%;
	float: left;
	border-right: 25px solid #e7e7eb;
	box-sizing: border-box;
}
article section#menu {
	width: 25%;
	float: right;
}
/* ===== 下層ページ（共通項目） ===== */
article section#main div.inner {
	margin: 40px 40px 80px;
}
article section#menu div.inner {
	margin: 40px 20px 80px;
}
/* ===== メイン ===== */
article section#main h1 {
	font-size: 2.4em;
	font-weight: normal;
	border-left: 16px #17458f solid;
	padding-left : .5em;
	margin-bottom: 30px;
}
article section#main h2 {
	font-size: 1.6em;
	font-weight: normal;
	margin-bottom: 30px;
}
article section#main h3 {
	font-weight: normal;
	margin-bottom: 30px;
	font-size: 1.4em;
	font-weight: normal;
	background: #e7e7eb;
	padding: 6px 12px;
}
article section#main h3 span.date {
	float: right;
	font-size: .7em;
	color: #666;
	line-height: 1.8em;
}
article section#main h3 a.open {
	display: block;
	font-weight: normal;
	background: #e7e7eb url(../images/btn_h3_right_open.png) no-repeat 98% 50%;
	padding: 6px 12px;
}
article section#main h3 a.close {
	display: block;
	font-weight: normal;
	background: #e7e7eb url(../images/btn_h3_right_close.png) no-repeat 98% 50%;
	padding: 6px 12px;
}
article section#main .mtg_article h4 {
	font-size: 1.2em;
	padding: 12px;
	margin-bottom: 0;
}
article section#main .mtg_article table {
	border-top: 2px #17458f solid;
	width: 100%;
	margin-bottom: 50px;
}
article section#main .mtg_article table th, article section#main .mtg_article table td {
	font-size: 1.2em;
	border-bottom: 1px #17458f solid;
	padding: 12px;
	vertical-align: top;
}
article section#main .mtg_article table th {
	font-size: 1.2em;
	border-bottom: 1px #17458f solid;
	font-weight: normal;
	text-align: left;
	width: 20%;
}
/* ===== メニュー ===== */
article section#menu h1 {
	font-size: 1.8em;
	font-weight: normal;
	border-left: 16px #17458f solid;
	padding-left : .5em;
	margin-bottom: 30px;
}
article section#menu h2 {
	font-size: 1.2em;
	background: #17458f;
	color: #fff;
	padding: .5em;
	margin-bottom: 30px;
}
/* ===== メニュー ===== */
article section#menu ul {
	font-size: 1.2em;
	margin-bottom: 40px;
}
article section#menu ul li {
	line-height: 1.8;
	background: url(../images/menu_bullet_li.png) no-repeat 0 12px;
	padding-left: 12px;
}
article section#menu ul li.current {
	font-weight: bold;
}

@media screen and (max-width: 768px) and (min-width: 481px) {
header {
	min-height: 188px;
	height: auto;
}
header p.top_lead {
	overflow: hidden;
}
header .hd_wrapper {
	min-height: 150px;
	height: auto;
}
header #gnavi {
	width: 100%;
	z-index: 1;
	top: 138px;
	left: 0;
	filter:alpha(opacity=97);
    -moz-opacity: 0.97;
    opacity: 0.97;
	height: 50px;
}
header #gnavi .smp_menu {
	display: block;
	width: 100%;
	float: left;
	color: #fff;
	cursor:pointer;
	font-weight: normal;
	height: 50px;
}
header #gnavi .smp_menu span {
	width: 100%;
	display: block;
	margin: 10px 0 0 16px;
	font-size: 20px;
}
header #gnavi ul {
	display: none;
	clear: both;
	margin: 0;
	padding: 0;
	margin-top: 2px;
}
header #gnavi ul li {
	float: none;
	display: block;
	margin: 0 !important;
	padding: 0;
	border-top: 1px #999 solid;
	background: #005dea;
}
header #gnavi ul li a {
	margin: 0 !important;
}
article {
	padding: 20px 20px 0 20px;
}
	article section#main {
		width: 100%;
		float: none;
		border-right: none;
		box-sizing: border-box;
		padding: 5px 0;
	}
	article section#menu {
		width: 100%;
		float: none;
		padding: 5px 0;
		border-bottom: 20px #e7e7eb solid;
	}
	article section#main div.inner {
		margin: 20px;
	}
	article section#menu div.inner {
		margin: 20px 20px 0;
	}
	article section#menu div.blg_menu {
		display: none;
	}
}

@media screen and (max-width: 480px) {
header {
	min-height: 188px;
	height: auto;
}
header p.top_lead {
	overflow: hidden;
}
header .hd_wrapper {
	min-height: 150px;
	height: auto;
}
header #gnavi {
	width: 100%;
	z-index: 1;
	top: 138px;
	filter:alpha(opacity=97);
    -moz-opacity: 0.97;
    opacity: 0.97;
	height: 50px;
}
header #gnavi .smp_menu {
	display: block;
	width: 100%;
	float: left;
	color: #fff;
	cursor:pointer;
	font-weight: normal;
	height: 50px;
}
header #gnavi .smp_menu span {
	width: 100%;
	display: block;
	margin: 10px 0 0 16px;
	font-size: 20px;
}
header #gnavi ul {
	display: none;
	clear: both;
	margin: 0;
	padding: 0;
	margin-top: 2px;
}
header #gnavi ul li {
	float: none;
	display: block;
	margin: 0 !important;
	padding: 0;
	border-top: 1px #999 solid;
	background: #005dea;
}
header #gnavi ul li a {
	margin: 0 !important;
}
article {
	padding: 20px 20px 0 20px;
}
	article section#main {
		width: 100%;
		float: none;
		border-right: none;
		box-sizing: border-box;
		padding: 5px 0;
	}
	article section#menu {
		width: 100%;
		float: none;
		padding: 5px 0;
		border-bottom: 20px #e7e7eb solid;
	}
	article section#main div.inner {
		margin: 20px;
	}
	article section#menu div.inner {
		margin: 20px 20px 0;
	}
	article section#menu div.blg_menu {
		display: none;
	}
}
