@charset "UTF-8";


/*--------------------------------------------------------------- 
			ページ構造の指定
--------------------------------------------------------------- */
html, body {
 width: 100%;
 height: 100%;
}
body {
 -webkit-text-size-adjust: 100%;
 background:
  url("../img/bg_top.jpg") no-repeat center top;
 /*background-size: auto 900px;*/
	background-color: #f3f7f9;
 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%;
 line-height: 1.8;
}
#wrapper {
 width: 1040px;
 margin: 0 auto;
}
#wrapperInr {
 overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
 zoom: 1; /* for IE6 */
}


/*--------------------------------------------------------------- 
			NAV
--------------------------------------------------------------- */
#side-nav {
 width: 314px;
	background: url("../img/bg_nav.jpg") no-repeat center top;
 float: left;
	height: 950px;
}
#side-navInr {
 /*background: linear-gradient(180deg, rgb(0, 132, 97), rgb(0, 153, 112)); ;*/
 background-size: 250px auto;
 /*padding-bottom: 12px;*/
	padding-top: 15px;
	padding-left: 35px;
	/*box-shadow: 0 0rem 1rem 0rem hsl(200 50% 20% / 40%);*/
}
#side-nav #menu {
}
/**/
#side-nav .nav-banner {
 text-align: center;
	width: 190px;
	/*margin: 0 auto;*/
	margin-top: 20px;
	margin-left: 14px;
}
#side-nav .nav-banner p {
 margin-bottom: 8px;
}

#side-nav .nav-banner p a:hover{
	opacity: 0.8;
	transition: .5s;
}


/*--------------------------------------------------------------- 
			MAIN
--------------------------------------------------------------- */
#main {
 width: 700px;
 float: left;
	margin-left: -14px;
	/*height: 960px;*/
}
#mainInr {
	background-color: #FFF;
	margin-top: 30px;
	/*height: 920px;*/
	box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.15);
}


/*--------------------------------------------------------------- 
			ヘッダー
--------------------------------------------------------------- */
#header {
 width: 300px; 
 height: 190px;
 background: url("../img/header.png") no-repeat;
 background-size: auto 190px;
}
#header h1 {
 text-indent: -999999px;
}
#header h1 a {
 height: 190px; 
 display: block;
 outline: none;
}


/*フッター
--------------------------------------------------------------- */
#footer {
/* width: 100%;
 height: 50px;*/
 /*background: url("../img/footer_bg.jpg") repeat-x center top;*/
	/*background-color: #eae9e1;*/
 /*background-size: auto 100%;*/
 padding: 0.5em;
	padding-top: 0em;
}
#footerInr {
 width: 1000px;
 margin: 0 auto;
	margin-bottom: 3em;
}
#footer p {
 font-size: 80%;
 color: #808080;
 text-align: right;
 letter-spacing: 0.08em;
	padding-right: 20px;
}

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



/*--------------------------------------------------------------- 
			トップページ
--------------------------------------------------------------- */
#topBg {}
#topMain {
 height: 627px;
 background: url( "../img/top_main.jpg") no-repeat center;
 background-size: 100% auto;
}
#topMain p {
 display: none;
}
#topSub {
/* background: url( "../img/top_bg.jpg") no-repeat center bottom;*/
 background-size: 100% auto;
 padding: 0 60px 40px;
	margin-top: 30px;
	margin-bottom: 10px;
}

/*---ボタンエリア(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: #6952C7;
 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;
}

/*---お知らせ---*/
#top-news {
}
#top-news #top-newsInr {
 height: 180px;
	/*height: 120px;*/
 overflow-x: auto;
 overflow-y: scroll;
 zoom: 1;
 margin-top: 20px;
}
#top-news h2, #top-news dl, #top-news dl dt, #top-news dl dd { /*余白リセット*/
 line-height: 100%;
 margin: 0;
 padding: 0;
}
#top-news h2 {
 height: 23px;
}
#top-news dl {
 overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
 zoom: 1; /* for IE6 */
 border-bottom: #b4b4b4 dotted 1px;
 margin: 0 10px 0 0px;
}
#top-news dl dt, 
#top-news dl dd {
 font-family: "游ゴシック", YuGothic, "Yu Gothic", NotoSansJP-Bold, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
 line-height: 140%;
 float: left;
 padding: 0.2em 0;
 margin-bottom: 0.7em;
	margin-top: 0.7em;
}
#top-news dl dt {
 width: 18%;
 color: #333333;
 padding-left: 30px;
	position: relative;
}

#top-news dl dt::before {
    background: #299bd3;
    content: "";
    height: 6px;
    width: 6px;
	border-radius: 100px;
    top: 9px;
    left: 10px;
    position: absolute;
}

#top-news dl dd {
 width: 70%;
}


/*---事務局---*/
#jimu dl, #jimu dl dt, #jimu dl dd {		/*余白リセット*/
	margin: 0;
	padding: 0;
}
#jimu {
	/*display: flex;*/
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1; /* for IE6 */
/* background: url("../img/top_jimu_bg.jpg") repeat center top;*/
 color: #231815;
	/*margin-top: 18px;*/
	/*margin-bottom: 20px;*/
}
#jimu .jimuBox1{
	/*width: 300px;*/
	/*float: left;*/
	/*display: flex;*/
	margin-left: 50px;
}

#jimu .jimuBox2{
	width: 320px;
	display: flex;
}
	
#jimu h2 {
	/*margin: 0 0 0.8em 0;*/
	/*padding: 10px;*/
	font-size: 95%;
    color: #214f8a;
    font-weight: bold;
	padding-bottom: 5px;
}

#jimu h2 img {
 height: auto;
 width: 11px;
	padding-right: 3px;
}
#jimu dl {
/*	margin: 10px 0;
 margin-left: 10px;*/
}

#jimu dl dt, 
#jimu dl dd {
	margin: 0px;
	padding: 0px;
}
#jimu dl dt {
	font-size: 80%;
	line-height: 150%;
	margin-bottom: 0.5em;
}
#jimu dl dd {
	font-size: 80%;
	line-height: 160%;
}



/*--------------------------------------------------------------- 
			ページ共通
--------------------------------------------------------------- */
#page {
 min-height: 920px;
 height: auto !important; /* for IE6 */
 height: 910px; /* for IE6 */
 /*background-color: #ffffff;*/
/* border-left: 1px solid #D6CEEE;
 border-right: 1px solid #D6CEEE;
 border-bottom: 1px solid #D6CEEE;*/
 /* box-shadow */
 /*box-shadow: 0px 0px 6px 0px rgba(41, 28, 12, 0.28);*/
 margin-bottom: 10px;
}

#page #box-white {
	width: 700px;
    /*margin: 15px 10px;*/
    background: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 70px);
    /*box-shadow: 4px 8px 8px 0 rgba(0, 0, 0, 0.2);*/
    min-height: 730px;
}

.pageInr {
 width: 600px;
 margin: 0 45px 0px;
 padding-bottom: 40px;
	padding: 30px 5px 70px;
}

.pageInr p {
	margin: 0 1em;
}

#page h2 {
 font-size: 2.4em;
 font-weight: 600;
 color: #1873c9;
 letter-spacing: 2px;
 line-height: 170%;
 text-shadow: 1px 2px 10px #FFFFFF;
 
 background: url("../img/h2_bg.jpg") no-repeat left top;
 background-size: 100% auto;

 padding: 20px 0 20px 50px;
}
#page h2 img {
 width: auto;
 height: 97px;
}

h3 {
  font-family: NotoSansJP-Bold, YuGothic, "Yu Gothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  position: relative;
  font-size: 139%;
  font-weight: bold;
  line-height: 125%;
  color: #FFF;
/*  background: #008461;
  background: -moz-linear-gradient(left, #ef6465 0%, #feac4d 100%);
  background: -webkit-linear-gradient(left, #ef6465 0%,#feac4d 100%);*/
  background: linear-gradient(to right,  #0041a3 0%, #2e92dd 100%);
 /* filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ef6465', endColorstr='#feac4d',GradientType=1 );*/
  letter-spacing: 1px;
	margin: 1.5em 0 1em;
    padding: 0.4em 0.5em;
  /*margin: 3.2em -10px 1em;
    margin-top: 3.2em;*/
	border-radius: 3px;
}
/*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: NotoSansJP-Bold, YuGothic, "Yu Gothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
font-size: 127%;
font-weight: bold;
line-height: 130%;
	color: #333;
/*background: url("../img/h4_bg.png") no-repeat 4px center;*/
border-bottom: #f58101 solid 2px;
	margin: 1.8em 0.45em 0.8em;
/*margin: 2em 0.45em 0.8em;
  margin-top: 2em;*/
padding: 0.3em 10px;
position: relative;
}
/*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: #27548d;
    font-weight: bold;
    text-align: left;
    position: relative;
    margin: 1.2em 0.5em 0.5em;
    padding-left: 20px;
 /*font-weight: bold;
 text-align: left;
 background: url("../img/h5_bg.jpg") no-repeat left center;
 margin-top: 1.2em;
 margin-bottom: 0.5em;
 padding-left: 15px;*/
}

h5:before {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
	background: #51abf1;
    /*border: solid 3px #51abf1;*/
    border-radius: 50%;
    left: 5px;
    top: 9px;
}

.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;
}*/


a img{
    transition: .5s;
}
a img:hover{
    opacity: 0.8;
}