@charset "UTF-8";

/*--------------------------------------------------------------- 
			ページ構造の指定
--------------------------------------------------------------- */
html, body {
 width: 100%;
 height: 100%;
}
body {
 -webkit-text-size-adjust: 100%;
 background: #0c0019 url(../img/bg.jpg) no-repeat center top;
 background-size: cover;
 /*background: 
  #dfe9f3 url(../img/bg2.jpg) repeat-x center top,
  #dfe9f3 url(../img/bg.jpg) no-repeat center top;
 background-size: auto 1070px, 1400px auto;*/
 text-align: justify;
 text-justify: inter-ideograph;
 font-family: 'Noto Sans JP', sans-serif, Arial, Verdana, "メイリオ", Meiryo, "游ゴシック", YuGothic, "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
 font-size: 88%;
 color: #000000;
 line-height: 1.8;
}
#wrapper {
 width: 960px;
 background-color: #fff;
 /*border-bottom: #c5a6b1 solid 1px;*/
 box-shadow: 0px 0px 8px 0px rgba(136, 136, 136, 0.48);
 margin: 0 auto 40px;
 padding: 0 0 8px;
}
#wrapperInr {
 overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
 zoom: 1; /* for IE6 */
 /*background: url(../img/bg_wrap.jpg) repeat-y;
 background-size: 100% auto;*/
 margin: 0 8px;
}


/*　NAV
---------------------------------------------------------------*/
#side-nav {
 width: 220px;
 min-height: 830px;
 float: left;
 /*background: url("../img/bg_nav.jpg") no-repeat left top;
 background-size: 100% auto;*/
 margin-top: 8px;
}
/**/
#side-nav .nav-banner {
 background-color: #daebf9;
 text-align: center;
 margin: 10px 0;
 padding: 16px 0 4px;
}
#side-nav .nav-banner p {
 margin-bottom: 8px;
}


/* MAIN
---------------------------------------------------------------*/
#main {
 width: 716px;
 float: right;
}



/*--------------------------------------------------------------- 
			ヘッダー
--------------------------------------------------------------- */
#headerTop {
 display: none;
}

#header {
 position: relative;
 height: 121px;
 background: url("../img/header.jpg") no-repeat center top;
 background-size: 100% auto;
}
#header h1 {
 text-indent: -999999px;
}
#header h1 a {
 height: 120px;
 display: block;
 outline: none;
 background: url("../img/header_name.png") no-repeat center 10px;
 background-size: 60% auto;
}
#header #btn-osirase {
 position: absolute;
 top: 40px;
 right: 30px;
 width: 90px;
}
#header #btn-osirase img {
 width: 100%;
 height: auto;
}
#header #googlsearch {
 position: absolute;
 top: 89px;
 left: 650px;
 width: 190px;
 height: 15px;
}



/*--------------------------------------------------------------- 
			フッター
--------------------------------------------------------------- */
#footer {
 clear: both;
 width: 100%;
 background-color: #1a3994;
 /*border-top: #AC7C4D solid 2px;*/
 /*background: 
		url(../img/footer.jpg) no-repeat center top,
		url(../img/footer_bg.jpg) repeat-x center top;*/
 margin-top: 30px;
}
#footer p {
 /*display: none;*/
 font-size: 95%;
 color: #FFF;
 text-align: center;
 letter-spacing: 0.01em;
 margin: 0;
 padding: 13px 0 18px;
}
/*PAGETOP*/
.pagetop {
 position: fixed;
 right: 1%;
 display: block;
 /*bottom: 180px;*/
 z-index: 10;
 margin-right: 60px;
 padding: 0;
}
.pagetop img {}



/*--------------------------------------------------------------- 
			トップページ
--------------------------------------------------------------- */
#topBg {
 background: #004387 url("../img/top_bg.jpg") no-repeat right top;
 background-size: 100% auto;
 min-height: 1140px;
}
#topMain {
 height: 700px;
 /*background: url("../img/top_main.jpg") no-repeat center top;
 background-size: 100% auto;
 margin: 0 auto;*/
}
#topMain p {
 display: none;
}
#topSub {
 min-height: 160px;
 /*background-color: #FFF;*/
 /*background: #0b4997 url("../img/bg_topsub.jpg") no-repeat right top;
 background-size: 100% auto;*/
 padding: 0 0 24px;
 /*padding: 0 20px 24px;*/
}

/**/
#topSub .areaImp3 h6 {
	font-size: 1.1em;
}
#topSub .areaImp3 dl dt,
#topSub .areaImp3 dl dd {
	margin: 0.25em 0;
}
#topSub .areaImp3 dl dt {
	position: relative;
	width: 8em;
	margin-right: 0.5em;
}
#topSub .areaImp3 dl dt::after {
	content: "：";
	position: absolute;
	height: 1em;
	width: 1em;
	top: 0;
	right: 0;
}
#topSub .areaImp3 dl dd {
	width: 80%;
}
/**/
#topSub .areaImp3.end {
	background-color: #fff;
	border-color: #0197D6;
	padding: 30px;
}
#topSub .areaImp3.end h6 {
	margin-bottom: 1.5em;
}

/*---ボタンエリア(contents)---*/
.areaTopBtn {
	text-align: center;
	margin: 3em 0;
}
.areaTopBtn p {
	margin-bottom: 15px;
}
.areaTopBtn a {
display: inline-block;
	width: 70%;
 color: #FFF !important;
 font-weight: bold;
	font-size: 1.35em;
 text-decoration: none;
	line-height: 140%;
 background-color: #DB5227;
	border: #FFFFFF solid 3px;
 border-radius: 5px;
 padding: 0.75em 2em 0.85em;
}
.areaTopBtn a:hover {
  filter:alpha(opacity=80);
 -moz-opacity: 0.8;
 opacity: 0.8;
transition: 0.3s ease-in-out;
}
.areaTopBtn a.areaTopBtn-col-1 {
	background-color: #008DCF;
}
.areaTopBtn a.areaTopBtn-col-3 {
	background-color: #23B300;
}
.areaTopBtn a.areaTopBtn-col-2 {
  font-color: #000000;
	background-color: #ffffff;
	border: #ff0000 solid 3px;
}
.areaTopBtn a .txt-s {
	display: inline-block;
	font-size: 0.75em;
	font-weight: normal;
	line-height: 120%;
	margin-top: 5px;
}

.areaTopBtn2 {
	text-align: center;
	margin: 3em 0;
}
.areaTopBtn2 p {
	margin-bottom: 15px;
}
.areaTopBtn2 a {
display: inline-block;
	width: 70%;
 color: #000000 !important;
 font-weight: bold;
	font-size: 1.35em;
 text-decoration: none;
	line-height: 140%;
 background-color: #ffffff;
	border: #FF0000 solid 3px;
 border-radius: 5px;
 padding: 0.75em 2em 0.85em;
}
.areaTopBtn2 a:hover {
  filter:alpha(opacity=80);
 -moz-opacity: 0.8;
 opacity: 0.8;
transition: 0.3s ease-in-out;
}
.areaTopBtn2 a.areaTopBtn-col-1 {
	font-color: #ffffff;
}

/*---ボタンエリア(saidNav)---*/
.areaTopBtnSide {
	text-align: center;
	margin: 2em 0;
}
.areaTopBtnSide a {
	display: block;
 color: #FFF !important;
 font-weight: bold;
 text-decoration: none;
	line-height: 140%;
 background-color: #CE5D3A;
 border-radius: 5px;
 padding: 10px;
}
.areaTopBtnSide a:hover {
  filter:alpha(opacity=80);
 -moz-opacity: 0.8;
 opacity: 0.8;
transition: 0.3s ease-in-out;
}

/*---ボタンエリア(saidNav)(色変更パターン)---*/
.areaTopBtnSide a.c-org {
	background-color: #FF7600;
	border: 3px solid #FF8C28;
}

/*---ボタンエリア(saidNav)(色変更パターン)---*/
.areaTopBtnSide a.c-org {
	background-color: #FF7600;
	border: 3px solid #FF8C28;
}

/*---お知らせ---*/
#top-news {
 width: 625px;
 background-color: #FFF;
 margin: 0 auto;
 padding: 30px 24px;
}
#top-news #top-newsBorder {
 border: #D3D3D3 solid 1px;
 padding: 15px;
}
#top-news #top-newsInr {
 height: 150px;
 /*height: 240px;*/
 overflow-x: auto;
 overflow-y: scroll;
 zoom: 1;
}
#top-news h2, #top-news dl, #top-news dl dt, #top-news dl dd { /*余白リセット*/
 line-height: 100%;
 margin: 0;
 padding: 0;
}
#top-news h2 {
 text-align: center;
 margin-bottom: 20px;
}
#top-news dl {
 overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
 zoom: 1; /* for IE6 */
 font-weight: 400;
 margin-right: 10px;
}
#top-news dl dt, 
#top-news dl dd {
 display: block;
 line-height: 130%;
 padding: 0.01em 0em 0.02em;
 margin: 0.5em 0;
}
#top-news dl dt {
 clear: left; /* 環境別での表示崩れを防ぐ */
 float: left;
 width: 16%;
 letter-spacing: 0.05em;
 border-right: #0489CE solid 2px;
 color: #17418c;
}
#top-news dl dd {
 float: left;
 width: 75%;
 padding-left: 1em;
}
/*#top-news dl a {
 color: #FFF;
}*/

/*---事務局---*/
#jimu dl, #jimu dl dt, #jimu dl dd {		/*余白リセット*/
	margin: 0;
	padding: 0;
}
#jimu {
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1; /* for IE6 */
/* background: url("../img/top_jimu_bg.jpg") repeat center top;*/
 color: #231815;
 margin: 24px 8px 0;
}
#jimu .jimuBox {
	/*float: left;*/
 margin-bottom: 20px;
}
#jimu h2 {
 height: 29px;
 margin-bottom: 6px;
}
#jimu h2 img {
 width: 100%;
 height: auto;
}
#jimu dl {
 margin-left: 10px;
}
#jimu dl dt, 
#jimu dl dd {
	margin: 0px;
	padding: 0px;
}
#jimu dl dt {
	font-size: 90%;
	line-height: 130%;
	margin-bottom: 0.3em;
}
#jimu dl dd {
	font-size: 85%;
	line-height: 140%;
}



/*--------------------------------------------------------------- 
			ページ共通
--------------------------------------------------------------- */
#page {
}
.pageInr {
 width: 630px;
 margin: 20px auto 0;
 padding-bottom: 60px;
}
#page h2 {
 background: url("../img/h2_bg.jpg") no-repeat center top;
 background-size: 100% auto;
 border-top: dotted 1px #405ea2;
 /*border-bottom: dotted 1px #405ea2;*/
 color: #aa9702;
 font-size: 215%;
 font-weight: 600;
 letter-spacing: 0.13em;
 padding: 20px 40px;
}
#page h2.title-ptn1 {
 letter-spacing: 0;
 font-size: 200%;
}
#page h2 img {
 width: 100%;
 height: auto;
}
h3 {
 position: relative;
 /*height: 54px;*/
 /*font-family: Arial, Verdana, "游ゴシック", YuGothic, "Noto Sans Japanese", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;*/
 font-size: 145%;
 font-weight: bold;
 color: #FFFFFF;
 line-height: 140%;
 text-align: left;
 letter-spacing: 0.05em;
 background: #032f86;
 margin: 3em -20px 1em;
 position: relative; /* for IE6 */
 padding: 0.45em 0.75em 0.53em;
}
/*h3::before {
 position: absolute;
 content: "";
 top: 0;
 right: 6px;
 width: 70px;
 height: 54px;
 background: url(" ../img/h3_icon.png") top left no-repeat;
 background-size: 70px 54px;
}*/
h4 {
 font-size: 128%;
 font-weight: bold;
 color: #032F86;
 line-height: 130%;
 letter-spacing: 0.05em;
	text-align: left;
 border-bottom: 3px double #032F86;
 margin: 1.8em -14px 0.85em;
 padding: 0.45em 0.5em;
}
/*h4::before {
	position: absolute;
	content: "";
	top: 50%;
	left: 3px;
	width: 16px;
	height: 14px;
	background: url(" ../img/h4_icon.jpg") top left no-repeat;
	background-size: 16px 14px;
	margin-top: -9px;
}*/
h5 {
 font-family: Arial, Verdana, "游ゴシック", YuGothic, "Noto Sans Japanese", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
 font-size: 118%;
 color: #a29212;
 font-weight: bold;
 text-align: left;
 line-height: 130%;
 background: url("../img/h5_bg.jpg") no-repeat 0px center;
 background-size: auto 60%;
 margin-top: 1.2em;
 margin-bottom: 0.75em;
 padding-left: 18px;
}
.areaInt h5 {
 margin-left: -15px;
}
h6 {
 font-size: 105%;
 font-weight: bold;
 text-align: left;
 margin: 1em 0 0.3em;
}
.title7 {
 /*color: #D90000;*/
 color: #16B419;
 font-size: 105%;
 margin-top: 0.8em;
}
/*.areaInt .title7 {
	margin-left: -20px;
}*/