@charset "UTF-8";

/*--------------------------------------------------------------- 
			ページ構造の指定
--------------------------------------------------------------- */
html, body {
 width: 100%;
 height: 100%;
}
body {
 -webkit-text-size-adjust: 100%;
 background: #FFF url(../img/bg.jpg) repeat-x center top;
 background-size: auto 30px;
 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: 1080px;
 /*border-bottom: #c5a6b1 solid 1px;*/
 margin: 0 auto 40px;
}
#wrapperInr {
 overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
 zoom: 1; /* for IE6 */
 /*background: url(../img/bg_wrap.jpg) repeat-y;
 background-size: 100% auto;*/
}


/*　NAV
---------------------------------------------------------------*/
#side-nav {
 width: 280px;
 float: left;
}
#side-nav .nav-banner {
 text-align: center;
 margin: 30px 0;
}
/**/
#side-nav .nav-banner p {
 margin-bottom: 8px;
}
/**/


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



/*--------------------------------------------------------------- 
			ヘッダー
--------------------------------------------------------------- */
#header {
 position: relative;
 height: 160px;
 background: url("../img/header.jpg") no-repeat center bottom;
 background-size: auto 90%;
 margin: 25px 0;
}
#header h1 {
 text-indent: -999999px;
}
#header h1 a {
 height: 100px;
 display: block;
 outline: none;
}
#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;
}
.gsc-control-cse {
 background-color: transparent !important;
 border-width: 0 !important;
 padding: 0 !important;
}
.gsib_a {
 padding: 1px 4px !important;
}
.gsc-input {
 font-size: 11.5px !important;
}
.gsc-search-button-v2 {
 padding: 3px 20px !important;
}
table.gsc-search-box td.gsc-input {
 padding-right: 6px !important;
}



/*--------------------------------------------------------------- 
			フッター
--------------------------------------------------------------- */
#footer {
 width: 100%;
 height: 300px;
 background: url("../img/footer_image.png") repeat-x center bottom;
 background-size: auto 100%;
}
#footer p {
 /*display: none;*/
 /*font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;*/
 font-size: 95%;
 color: #ffffff;
 text-align: center;
 letter-spacing: 0.08em;
 padding-top: 240px;
}

/*PAGETOP*/
.pagetop {
 position: fixed;
 right: 1%;
 display: block;
 /*bottom: 180px;*/
 z-index: 10;
 margin-right: 60px;
 padding: 0;
}
.pagetop img {}



/*--------------------------------------------------------------- 
			トップページ
--------------------------------------------------------------- */
#topBg {
 /*background:
  url("../img/top_main.jpg") no-repeat right top;
 background-size: 100% auto;*/
}
#topMain {
 position: relative;
 height: 710px;
 background: url("../img/top_main2.jpg") no-repeat center top;
 background-size: cover;
 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: 50px;*/
 margin: 10px 0;
}

/*---事務局メール---*/
#topMain #jimu_mail {
 position: absolute;
 left: 575px;
 top: 688px;
 font-size: 0.9em;
}

/*---ボタンエリア---*/
.box-flex ul {
 display: flex;
 align-items: center;
 justify-content: space-between;
 padding: 20px 0;
}
.box-flex ul li {
 height: 70px;
 margin: 20px;
}
.box-flex ul li img {
 height: 100%;
 width: auto;
}
.video {
 text-align: center;
 margin: 30px auto;
}

/*---お知らせ---*/
#top-news {
 /*background-color: rgba(6,36,108,0.8);*/
 background: #F0E8E1 url( "../img/top_news_title.jpg") no-repeat left top;
 background-size: 100% auto;
 margin: 0 auto;
 padding: 170px 30px 30px;
}
#top-news #top-newsBg {
 background-color: #fff;
 padding: 25px 20px;
}
#top-news #top-newsInr {
 height: 230px;
 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 {
 display: none;
 /*margin-bottom: 8px;*/
}
#top-news dl {
 overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
 zoom: 1; /* for IE6 */
 font-family: sans-serif, Arial, Verdana, "メイリオ", Meiryo, "游ゴシック", YuGothic, "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
 /*color: #FFF;*/
 /*font-size: 85%;*/
 letter-spacing: 0.05em;
 font-weight: 400;
 margin: -1px 10px 0;
}
#top-news dl dt, 
#top-news dl dd {
 display: block;
 line-height: 130%;
 border-top: #B3C0C4 solid 1px;
 padding: 0.8em 0.3em;
 margin: 0;
}
#top-news dl dt {
 clear: left; /* 環境別での表示崩れを防ぐ */
 float: left;
 width: 16%;
 color: #dd5519;
 font-weight: bold;
 background: url("../img/icon_dot_news.png") no-repeat 5px center;
 background-size: 0.5em auto;
 padding-left: 20px;
}
#top-news dl dd {
 float: left;
 width: 75%;
}
/*#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 */
 /*color: #ffffff;*/
 font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
 background: url("../img/jimu_ttl.jpg") no-repeat left top;
 background-size: 75px auto;
 margin: 20px 45px;
 padding: 0 0 0 90px;
}
#jimu .jimuBox {}
#jimu .jimuBox .jimuBoxInr {}
#jimu h2 {
 display: none;
}
#jimu dl {
 text-align: left;
 line-height: 125%;
 margin: 9px 0;
}
#jimu dl dt, #jimu dl dd {
 margin: 0px;
 padding: 0px;
}
#jimu dl dt {
 font-size: 1.15em;
 /*line-height: 130%;*/
 margin: 0 0 0.5em;
}
#jimu dl dd {}
/*#jimu a {
 color: #FFF;
}
#jimu a:hover {
 text-decoration: none;
}*/



/*--------------------------------------------------------------- 
			ページ共通
--------------------------------------------------------------- */
#page {
 background-color: #F0E8E1;
 padding: 0 0 30px;
}
.pageInr {
 min-height: 450px;
 background-color: #fff;
 margin: 30px 30px 0;
 padding: 50px 50px 60px;
}

#page h2 {
 position: relative;
 font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
 font-size: 2.4em;
 font-weight: bold;
 color: #fff;
 letter-spacing: 2px;
 background-color: #C91239;
 padding: 10px 1.5em;
}
/*#page h2::before {
 position: absolute;
 content: "";
 top: 50%;
 left: 35px;
 width: 3px;
 height: 1.2em;
 background-color: #F0E8E1;
 margin-top: -0.6em;
}
*/
#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: 148%;
 font-weight: bold;
 /*color: #FFFFFF;*/
 line-height: 140%;
 text-align: left;
 letter-spacing: 0.05em;
 /*background: url("../img/h3_bg.jpg") repeat-y left top;
 background-size: contain;*/
 /*background: #3296c3;*/
 border-bottom: #C91239 solid 2px;
 border-left: #C91239 solid 10px;
 margin: 3em -20px 1em;
 position: relative; /* for IE6 */
 padding: 0.3em 12px;
}
/*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-family: Arial, Verdana, "游ゴシック", YuGothic, "Noto Sans Japanese", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
 color: #C91239;
 font-size: 138%;
 font-weight: bold;
 line-height: 130%;
 letter-spacing: 0.05em;
 border-bottom: #C91239 dashed 1px;
 margin: 1.8em -14px 0.85em;
 padding: 0.3em 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 {
 position: relative;
 font-family: Arial, Verdana, "游ゴシック", YuGothic, "Noto Sans Japanese", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
 font-size: 118%;
 color: #000000;
 font-weight: bold;
 text-align: left;
 line-height: 130%;
 background: url("../img/h5_bg.jpg") no-repeat 5px center;
 margin-top: 1.2em;
 margin-bottom: 0.75em;
 padding-left: 16px;
}
h5::before {
 position: absolute;
 content: "";
 top: 0;
 left: 0;
 width: 5px;
 height: 1.25em;
 background-color: #C50C0C;
}
.areaInt h5 {
 margin-left: -20px;
}
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;
}*/