@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Pacifico);

/*全端末（PC・タブレット・スマホ）共通設定
---------------------------------------------------------------------------*/

/*全体の設定
---------------------------------------------------------------------------*/
body,html {width: 100%;height: 100%;}
body {
	margin: 0px;
	padding: 0px;
	color: #000000;	/*全体の文字色*/
	font: 16px/1.9 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
	font-weight: 300;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form {margin: 0px;padding: 0px;font-size: 100%;}
ul {list-style-type: none;}
ol {padding-left: 40px;padding-bottom: 15px;}
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}
table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}
iframe {width: 100%;}

h2 {
	font-size: 150%;
	font-weight: bold;
	color: #085438;
	padding: 10px 0px 10px 10px;
	border-bottom: solid 2px #085438;
	margin-top: 1.5em;
	margin-bottom: 1em;
}
h3 {
	padding: 0.2rem 1rem;
	margin-bottom: 0.8em;
	color: #fff;
	border-radius: 100vh;
	background:#b8d200;
}
hr {
	border-top: dashed thin #b8d200;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #085438;		/*リンクテキストの色*/
	transition: 0.2s;
	text-decoration: none;/*マウスオン時の移り変わるまでの時間設定。0.4秒。*/
}
a:hover {
	color: #b8d200;			/*マウスオン時の文字色*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}

/*container。サイト全体を囲むブロック
---------------------------------------------------------------------------*/
#container {
	max-width: 1500px;	/*最大幅の制限。これ以上広がらない。*/
	  min-height: 100vh;
}

/*mainブロック
---------------------------------------------------------------------------*/
#main {
	float: right;	/*右に回り込み*/
	width: 72%;		/*ブロックの幅*/
	height: 90%;
	margin-top: 0;	/*上に空けるブロックの外側へのスペース*/
	margin-right: 0;	/*右に空けるブロックの外側へのスペース*/
	position: relative;/*←相対位置*/
    padding-bottom: 30px;/*←footerの高さ*/
}
.top {
	background-image: url(../img/bg.png) ;
	background-size: cover;
	background-attachment: fixed;         /* 固定 */
	background-position: center center;   /* 縦横中央 */
}
/*mainブロック内のh2(見出し)タグ*/


/*mainブロック内のp(段落)タグ設定*/
#main p {
	padding: 0px 20px 15px;	/*上、左右、下への余白*/
}

/*mainブロック内のsection間のスペース*/
#main section + section {
	margin-top: 60px;
}
section {
	margin-right: 3em;
}
/*ログイン設定*/
#login {
	margin-top: 4em;
	margin-bottom: 10em;
	padding-right: 30px;
	text-align: right;
}
.btn-login {
	position: relative;
	display: inline-block;
	padding: 0.5em 2em;
	text-decoration: none;
	color: #FFF;
	background: #085438;
	border-radius:5px;
	border: none;
}
.btn-login:hover {
	background: #b8d200;
	color: #FFF;
}
.login_box {
	width: 50%;
	background: #f3f4e1;
	margin: 20px auto;
	padding: 30px;
}

input[type="text"] {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
#form_t{
	border:#085438 1px solid;
	border-radius:5px;
	background: #ffffff;
	padding: 5px;
	width: 50%;
}
#form_t:focus{
	box-shadow:0 0 4px #b8d200;
	transition:all 0.3s;
}






#topics {
	width: 75%;
	padding: 10px 20px 0 0px;
	margin:0 0 30px auto;
	background:rgba(255,255,255,0.8);	
}
.topics h2 {
	margin-bottom: 0;
	margin-top: 0;
}
.topics dl {
	padding: 5px 0;
	border-bottom: 1px solid #ccc;
}
.topics dt {
	padding-bottom: 5px;
}

.inner {
	width: 60%;
	padding: 10px 20px 0 0px;
	margin:0 0 0 auto;
}
p.cover img {
	width: 180px;  /* 横幅を200pxに */
	height: auto;
}

ul li span {
	font-size: 12px;	/*文字サイズ*/
	color: #666666;
}

.disc2 span {
	font-size: 90%;	/*文字サイズ*/
	color: #333333;
}

/*情報センター
---------------------------------------------------------------------------*/
.unit {
	margin-left: 1.5em;
}
.unit ul {
	padding: 0em 25px 15px;
	list-style: disc;
}
.unit ul li {
	color: #085438;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 15px;
}
.unit span {
	font-size: 90%;	/*文字サイズ*/
	font-weight: 300;
	color: #333333;
}

.tab_container {
  padding-bottom: 1em;
  background-color: #fff;
  margin: 0 auto;
}
.tab_item {
	width: calc(100%/2);
	padding:10px 0;
	border-bottom: 1px solid #085438 ;
	background-color: #f3f4e1;
	text-align: center;
	color: #085438 ;
	display: block;
	float: left;
	font-weight: bold;
	transition: all 0.2s ease;
	margin-bottom: 20px;
	border-radius: 5px 5px 0 0;
}
.tab_item:hover {
  opacity: 0.75;
}
input[name="tab_item"] {
  display: none;
}
.tab_content {
  display: none;
  padding: 1em 1em 0;
  clear: both;
  overflow: hidden;
}
#tab1:checked ~ #tab1_content,
#tab2:checked ~ #tab2_content,
#tab3:checked ~ #tab3_content,
#tab4:checked ~ #tab4_content {
  display: block;
}
.tab_container input:checked + .tab_item {
  background-color: #085438 ;
  color: #fff;
}
.tab_container input:checked + .tab_item:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #085438;
    border-width: 14px;
    margin-left: -14px;
}
.tab_container input:checked + .tab_item  {
    background: #085438;
    position: relative;
}

/*news
---------------------------------------------------------------------------*/
.news {
	position: relative;
	display: inline-block;
	margin: 0 auto!important;
	min-width: 98%;
	max-width: 100%;
	color: #555;
	font-size: 16px;
	background: #ffffff;
	border-bottom: 1px solid #b8d200;
}

.news:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 10px solid #b8d200;
}

.news p {
	margin: 0;
	padding: 0!important;
	text-align: center;
	color: #b8d200;
}
.newsBox {
	width: 98%;
	background: #f3f4e1;
	margin-top: -30px;
	padding: 3px 0px 20px 0;
}
.newsBox h2{
	font-size: 120%;
	font-weight: normal;
	color: #085438;
	padding: 18px 0px 10px 10px;
	border: none;
	margin-top: 1.8em;
	margin-bottom: 1.5em;
}


/*subブロック
---------------------------------------------------------------------------*/
#sub {
	float: left;	/*左に回り込み*/
	width: 25%;		/*ブロックの幅*/
	max-width: 300px;	/*最大幅の制限。これ以上広くならない。*/
	height: 100%;	/*高さ*/
	background: #f3f4e1;
	font-size: 92%;
	text-align: center;	/*ブロック内を中央に*/
	position: fixed;	/*画面をスクロールしても固定させる指定*/
	box-shadow: 0px 0px 20px rgba(0,0,0,0.5);	/*ブロックの影。右に、下に、広げる幅、0,0,0は黒の事で0.5は50%色が出た状態。*/
}
/*subブロックのロゴ*/
#sub .logo {
	width: 100%;	/*ロゴ画像の幅*/
	margin: 0.8em auto;	/*上下、左右へとるスペース*/
}
#sub .title {
    padding: 2.3em 2em;
    margin: 0 0 4em;
    background: #b8d200;/*背景色*/
	text-align: justify;
	text-justify: inter-ideograph;
}
#sub .sub_box {
	width: 90%;
	max-width: 280px;
	margin: 3em auto 0.5em;
	padding: 0.5em;
	border: 1px solid #085438;
	font-size: 80%;
	color: #085438;
	text-align:justify;
}




/*メインメニュー
---------------------------------------------------------------------------*/
/*メニューブロック*/
#gnavi {
	border-top: 1px solid #fff;	/*上の線の幅、線種、色*/
}
/*メニュー１個あたりの設定*/
#gnavi li {
	border-bottom: 1px solid #fff;	/*下の線の幅、線種、色*/
}
#gnavi li a {
	display:  block;text-decoration: none;
	color: #085438;	/*文字色*/
	padding: 15px 5px;	/*上下、左右へのメニュー内の余白*/
	position: relative;	/*下の「■」を配置指定する為に必要なスタイル*/
}

/*マウスオン時と、現在表示中メニューの設定*/
#gnavi li a:hover, #gnavi li.current a {
	background: #085438;	/*背景色*/
	color: #ffffff;
}
/*現在表示中のメニューの右側に出る矢印マーク*/
#gnavi li.current a::after {
	display: block;
	content: "■";	/*このテキストを表示させています。変更してもOKですが機種依存文字は化けるので使わないで下さい。*/
	color: #085438;	/*文字色*/
	font-size: 30px;	/*サイズ*/
	position: absolute;
	right: -10px;	/*上で「position:relative」を指定している「#menubar li a」ブロックに対して右から-10pxの場所に配置*/
	top: 1px;		/*上で「position:relative」を指定している「#menubar li a」ブロックに対して上から10pxの場所に配置*/
	transform: rotate(45deg);	/*45度回転させる*/
}
/*スマホ用メニューを表示させない*/
#gnavi-s {display: none;}
/*３本バーアイコンを表示させない*/
#gnavi_hdr {display: none;}

.c_nav{
	width: 100%;
	margin: 0.4em 0 1em;
}
a.cp_btn {
	display: block;
	width: 260px;
	padding: 0.3em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border: 1px solid #085438;
	background: #085438;
	border-radius: 0px;
	transition: .4s;
	margin: 0 0 0 auto;
}
a.cp_btn:hover {
	color: #b8d200;
}


/*footerブロック
---------------------------------------------------------------------------*/
footer {
	clear: both;
	text-align: right;	/*右寄せ*/
	padding-right: 3%;	/*右に空ける余白*/
	font-size: 14px;	/*文字サイズ*/
	margin-top: auto;
	height: 30px;
}



footer a {
	text-decoration: none;
}
footer .pr {display: block;}
/*footerテキストを表示させない*/
.f_box {display: none;
	font-size: 80%;
}

/*ページの上部に戻る「↑」ボタン
---------------------------------------------------------------------------*/
@keyframes scroll {
0% {opacity: 0;}
100% {opacity: 1;}
}
/*通常時のボタンは非表示*/
body .nav-fix-pos-pagetop a {
	display: none;
}
/*fixmenu_pagetop.jsで設定している設定値になったら出現するボタンスタイル*/
body.is-fixed-pagetop .nav-fix-pos-pagetop a {
	display: block;text-decoration: none;text-align: center;
	width: 50px;	/*ボタンの幅*/
	line-height: 50px;	/*ボタンの高さ*/
	z-index: 100;
	position: fixed;
	bottom: 20px;	/*ウィンドウの下から20pxの場所に配置*/
	right: 1%;		/*ウィンドウの右から1%の場所に配置*/
	background: #000;	/*背景色（古いブラウザ用）*/
	background: rgba(0,0,0,0.6);	/*背景色。0,0,0は黒の事で0.6は60%色がついた状態。*/
	color: #fff;	/*文字色*/
	border-radius: 50%;	/*角丸指定。50%にすると円形になる。四角形がいいならこの１行削除。*/
	animation-name: scroll;	/*上のアニメーションで指定しているkeyframesの名前（scroll）*/
	animation-duration: 1S;	/*アニメーションの実行時間*/
	animation-fill-mode: forwards;	/*アニメーションの完了後、最後のキーフレームを維持する*/
}
/*マウスオン時の背景色*/
body.is-fixed-pagetop .nav-fix-pos-pagetop a:hover {
	background: #999;
}


/*「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*見出しを含まないお知らせブロック*/


/*その他
---------------------------------------------------------------------------*/
.look {background: #c3b5a2;background: rgba(0,0,0,0.1);padding: 5px 10px;border-radius: 4px;}
.mb15,.mb1em {margin-bottom: 15px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb50 {margin-bottom: 50px !important;}
.p0 {padding:0 !important;}
.clear {clear: both;}
ul.disc {padding: 0em 25px 15px;list-style: disc;}
ul.disc2 {padding: 0em 25px 15px;list-style: disc;}
.color1, .color1 a {color: #2b95ea !important;}
.pr {font-size: 10px;}
.pm {font-size: 90%;}
.wl {width: 96%;}
.wm {width: 70%;}
.ws {width: 50%;}
.c {text-align: center;}
.r {text-align: right;}
.l {text-align: left;}
.fl {float: left;}
.fr {float: right;}
.big1 {font-size: 50px;}
.mini1 {font-size: 11px;display: inline-block;line-height: 1.5;}
.sh {display: none;}
#sh-sub {display: none;}
.text { overflow:auto; zoom:1; }



/*画面幅が801px以上、かつ、高さが650px以下の場合の設定。
左メニューが650px以下になると切れて見えなくなるので、固定からスクロール表示に切り替えます。
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width:801px) and (max-height:650px){

/*subブロック
---------------------------------------------------------------------------*/
#sub {
	position: absolute;	/*固定からスクロール表示に変更*/
	height: auto;
}

}




/*メインメニュー
---------------------------------------------------------------------------*/
/*アニメーションのフレーム設定。全100コマアニメーションだと思って下さい。
透明(opacity: 0;)から色をつける(opacity: 1;)までの指定。*/
@keyframes gnavi{
	0% {opacity: 0;}
	100% {opacity: 1;}
}

/*画面幅800px以下の設定
---------------------------------------------------------------------------*/

	
@media screen and (max-width:800px) {
	


/*スマホ用メニューブロック*/
#gnavi-s {
	display: block;overflow: hidden;
	position: fixed;z-index: 50;
	top: 70px;
	width: 100%;
	background: rgba(8,84,56,0.8);	/*背景色*/
	border-top: 1px solid #fff;		/*上の線の幅、線種、色*/
	animation-name: menubar;		/*上のkeyframesの名前*/
	animation-duration: 0.5s;	/*アニメーションの実行時間。0.5秒。*/
	animation-fill-mode: both;	/*待機中は最初のキーフレームを、完了後は最後のキーフレームを維持*/
}
/*メニュー１個あたりの設定*/
#gnavi-s li a {
	display: block;text-decoration: none;
	padding: 10px 15px;	/*メニュー内の余白。上下、左右。*/
	border-bottom: 1px solid #fff;	/*下の線の幅、線種、色*/
	color: #fff;	/*文字色*/
	font-size: 16px;
}

/*PC用メニューを非表示にする*/
#gnavi {display: none;}

/*３本バーアイコン設定
---------------------------------------------------------------------------*/
/*３本バーブロック*/
#gnavi_hdr {
	display: block;
	position: fixed;z-index: 50;
	top: 10px;		/*上から10pxの場所に配置*/
	right: 10px;	/*右から10pxの場所に配置*/
	border: 1px solid #fff;	/*枠線の幅、線種、色*/
}
/*アイコン共通設定*/
#gnavi_hdr.close,
#gnavi_hdr.open {
	width: 50px;	/*幅*/
	height: 50px;	/*高さ*/
}
/*三本バーアイコン*/
#gnavi_hdr.close {
	background: url(../img/icon_menu.png) no-repeat center top/50px;	/*背景画像の読み込み、画像の上半分（３本マーク）を表示。幅は50px。*/
}
/*閉じるアイコン*/
#gnavi_hdr.open {
	background: url(../img/icon_menu.png) no-repeat center bottom/50px;	/*背景画像の読み込み、画像の下半分（×マーク）を表示。幅は50px。*/
}

/*mainブロック
---------------------------------------------------------------------------*/
section {
	margin-right: 0em;
}
#main {
	float: none;
	margin: 70px 0 0;
	width: auto;
}
#login {
	padding-top: 1em;
	padding-right: 20px;
	margin-bottom: 0em;
	text-align: right;
}
#topics {
	width: 90%;
	padding-top: 0px;
	margin: 0 auto;
	
}
.inner {
	width: 90%;
	padding: 10px 20px 0 0px;
	margin:0 0 0 auto;
	
}
.login_box {
	width: 80%;
	background: #f3f4e1;
	margin: 20px auto;
	padding: 30px;
}
.unit {
	margin-left: 0.5em;
}


/*footerブロック
---------------------------------------------------------------------------*/
.f_box {
	display: block;
	width: 92%;
	margin: 0 auto;
	text-align: left;
	color: #085438;
	padding: 0.5em;
	border: 1px solid #085438;
	}
footer {
	text-align: center;	/*右寄せ*/
	padding-right: 0;	/*右に空ける余白*/
}

/*subブロック
---------------------------------------------------------------------------*/
#sub {
	display: none;
}
	
/*小さな端末用(800px以下)で表示させるブロック
---------------------------------------------------------------------------*/
#sh-sub {
	display: block;	/*非表示から表示に切り替える*/
	position: fixed;
	top: 0px;	/*上から0pxの場所に配置*/
	height: 70px;	/*ブロックの高さ*/
	width: 100%;	/*ブロックの幅*/
	background: #b8d200;	/*背景色*/
}
/*ロゴ画像*/
#sh-sub .logo img {
	width: 300px;
	margin: 20px 4%;
}

/*その他
---------------------------------------------------------------------------*/
body.s-n #sub,body.s-n #footermenu,.m-n {display: none;}
.big1 {font-size: 24px;}
.fl {float: none;}
.fr {float: none;}
.sh {display:block;}
.pc {display:none;}
}



/*画面を横向きにした場合の高さが500px以下の場合の設定。メニューを２列にします。
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (orientation: landscape) and (max-height:500px){

/*メインメニュー
---------------------------------------------------------------------------*/
/*メニュー１個あたりの設定*/
#gnavi-s li a {
	float: left;		/*左に回り込み*/
	width: 40%;			/*幅*/
	margin-left: 4%;	/*メニューの左側に空けるスペース*/
	line-height: 1.2;	/*行間*/
}

}



/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){

/*全体の設定
---------------------------------------------------------------------------*/
body {
	font-size: 14px;	/*文字サイズ*/
	line-height: 1.5;	/*行間*/
}

/*小さな端末用(800px以下)で表示させるブロック
---------------------------------------------------------------------------*/
/*ロゴ画像*/
#sh-sub .logo img {
	width: 280px;
	margin-top: 25px;
}

/*mainコンテンツ
---------------------------------------------------------------------------*/

/*段落タグ設定*/
#main p {
	padding: 0px 10px 15px;	/*上、左右、下への余白*/
}
/*mainブロック内のsectin間のスペース*/
#main section + section {
	margin-top: 30px;
}
/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*見出しを含まないお知らせブロック*/


/*その他
---------------------------------------------------------------------------*/
.ws,.wl {width: 94%;}
.big1 {font-size: 16px;}

}





@media screen and (min-width: 768px) {
.topics dt {
clear: left;
float: left;
width: 14%;
}
.topics dd {
margin-left: 15%;
}
}

