@charset "utf-8";

/*リセットCSS（sanitize.css）の読み込み
---------------------------------------------------------------------------*/
@import url("https://unpkg.com/sanitize.css");

/*Font Awesomeの読み込み
---------------------------------------------------------------------------*/
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css");


/*全体の設定
---------------------------------------------------------------------------*/
html,body {
	margin: 0;padding: 0;
	overflow-x: hidden;
	font-size: 15px;	
	position: relative;
}

body {
	font-family: "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	
	-webkit-text-size-adjust: none;
	background: #fff;	
	color: #000;	
	line-height: 1.8;	
}

.br-sm{display:none;}

.att {
padding-left: 1em;
text-indent: -1em;
}

/*トップページのNEWアイコン
---------------------------------------------------------------------------*/
.newicon{
	background: #F00;
	color: #FFF;
	font-size: 10px;
	padding: 0px 5px;
	border-radius: 2px;
	margin: 0px 5px;
}


/*パンクズ
---------------------------------------------------------------------------*/
.pankuzu {
	padding: 0px;
	margin-left: 48px;
}
  
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

.breadcrumb li:not(:last-of-type)::after {
  content: ">";
  margin: 0 .6em; /* 記号の左右の余白 */
  color: #777; /* 記号の色 */
}


/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
  #new dl{
	  padding-left: 10px;
	  padding-right: 10px;
	  margin-bottom: 20px;
	  height: 150px;	/*高さ310px*/
	  overflow: auto;	/*高さの設定を超えるとスクロールが自動で出る設定。全部表示させていたいならこの行と上の行を削除。*/
	  background-color: #FFF;
  }
  /*日付設定*/
  #new dt {
	  font-weight: bold;	/*太字にする設定。標準がいいならこの行削除。*/
	  margin-bottom: 5px;
	  padding-top: 10px;
	  border-bottom-width: 1px;
	  border-bottom-style: solid;
	  border-bottom-color: #CED0E3;
  }
  /*記事設定*/
  #new dd {
	  border-bottom-width: 2px;
	  border-bottom-style: dotted;
	  border-bottom-color: #cccccc;
	  padding-bottom: 10px;
	  line-height: 1.5em;
	  padding-top: 15px;
  }
  
  .newinfo{
  }
  
  /*480pxより小さい(スマホ)*/
  @media screen and (max-width:480px) {
  #new dl{
	  height: 290px;	/*高さ*/
  }
  }
  
/*トップページのNEWアイコン
---------------------------------------------------------------------------*/
  .news-icon {
	  color: #333;
	  font-size: 12px;
	  background-color: #FFFFFF;
	  margin-top: 0px;
	  margin-right: 20px;
	  margin-bottom: 0px;
	  margin-left: 10px;
	  padding-top: 2px;
	  padding-right: 25px;
	  padding-bottom: 1px;
	  padding-left: 25px;
	  border: 1px solid #CCC;
	  text-align: center;
	  border-radius: 2px;
  }
  
  @media screen and (max-width:768px) {
  .news-icon {
	  margin-bottom: 10px;
	  display: inline-block;
  }
  }
  
    /*PCでは無効（改行しない）*/
  .br-sma{
	  display: none;
  }
  
    /*スマートフォンでは有効（改行する）*/
  @media screen and (max-width:768px) {
	  .br-sma{
		  display: block;
	  }
  }
  
  
/* ----------------------------------------------------------------------
 ひとつ前に戻る
---------------------------------------------------------------------- */
.back {
	text-align: center;
}
.back a {
	text-decoration: none;display: inline-block;
	padding: 0.5rem 2rem;	/*ボタン内の余白。上下、左右。*/
	border-radius: 30px;	/*角を丸くする指定。ある程度大きければ適当でいいです。*/
	background: #eee;		/*背景色*/
	margin-bottom: 10px;
	margin-top: 30px;
}
  
/*サブイメージ
---------------------------------------------------------------------------*/
  .signpost{
	  /*width: 1000px; */
	  padding-top: 8px;
	  padding-bottom: 8px;
	  background-color: #ebfef1;
	  border-bottom: 1px solid #d2fde1;
  }
  .signpost p{
	  font-size: 160%;
	  font-weight: nomal;
	  text-align: center;
	  letter-spacing: 0.1em;
	  color: #000;
  }
  /*1001pxより小さい*/
  @media screen and (max-width:1001px) {
  .signpost{
  }
  
  }
  
  /*480pxより小さい*/
  @media screen and (max-width:480px) {
  .signpost{
	  padding-top: 15px;
	  padding-bottom: 15px;
	  margin-top: -30px;
  }
  .signpost p{
	  font-size: 150%;
  }
  
  }
  
/*
サブ見出し
----------------------------*/
.balloon-2 {
    display: flex;
    justify-content: left;
    position: relative;
    max-width: 100%;
    margin-bottom: 15px;
    padding: .3em 1em;
    border-radius: 2px;
    background-color: #07a33e;
    color: #fff;
    font-size: 18px;
}

.balloon-2::before {
    position: absolute;
    bottom: -10px;
    width: 30px;
    height: 10px;
    background-color: #07a33e;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}



figure {margin:0;}
dd {margin: 0;}
nav {margin: 0;padding: 0;}
table {border-collapse:collapse;}
video {max-width: 100%;}
iframe {width: 100%;}
ul, ol {margin-bottom: 30px;}
section + section {
	margin-top: 50px;
}

/*画像 左右
---------------------------------------------------------------------------*/

img {
    max-width: 100%;
    height: auto;
}

.imgR {
	float:right;
	margin: 0 0 0.5em 0.5em;
        width: 35%;
}

.imgL {
	float:left;
	margin:0.5em 0.5em 0 0;
	width: 35%;

}

.imgC {
	clear: both;
	margin:0 auto;


}


/*2カラム
---------------------------------------------------------------------------*/
.col_2 {
	overflow:hidden;
        margin-left:-40px;
}

.col_2 ul {
	overflow:hidden;
        margin:0 0 0 2%;
}
.col_2 li {
	list-style:none;
	margin:0 2% 1% 0;
	float:left;
	width:48%;
}
.col_2 li:nth-child(2n+1) {
	clear:both;
}

.col_2 p{
	clear:both;
	font-weight:nomal;
	font-size: 14px;
	text-align: left;
	margin-top:10px;
}

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

/*================================================*/	
	.col_2 {
		overflow:hidden;
	}

	.col_2 ul {
		overflow:hidden;
		margin:0;
	}
	.col_2 li{
		width:100%;
		margin-left:0px;
		margin-bottom: 10px;
	}
	.col_2 li:nth-child(2n+1){
		clear:both;
	}

}

/*3カラム
---------------------------------------------------------------------------*/

.col_3{
  overflow: hidden;
  margin-left:-40px;
}

.col_3 ul{
  overflow: hidden;
  margin: 0;
}

.col_3 li{
  list-style: none;
  float: left;
  width: 32%;
  margin: 0 1% 1% 0;
}

.col_3 li:nth-child(3n+1){
  clear: both;
}



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

  .col_3{
    overflow: hidden;
  }
  .col_3 ul{
    overflow: hidden;
    margin: 0;
  }
  .col_3 li{
    width: 94%;
    margin-bottom: 10px;
  }
  .col_3 li:nth-child(3n+1){
    clear: both;
  }


}

/*4カラム
---------------------------------------------------------------------------*/
.col_4{
  overflow: hidden;
  margin-left:-40px;
}

.col_4 ul{
  overflow: hidden;
  margin: 0;
}

.col_4 li{
  list-style: none;
  float: left;
  width: 24%;
  margin: 0 1% 1% 0;
}

.col_4 li:nth-child(4n+1){
  clear: both;
}




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

  .col_4{
    overflow: hidden;
  }
  .col_4 ul{
    overflow: hidden;
    margin: 0;
  }
  .col_4 li{
    float: left;
    width: 100%;
    margin-bottom: 10px;
  }
  .col_4 li:nth-child(4n+1){
    clear: both;
  }


}


/*リンクテキスト全般の設定
---------------------------------------------------------------------------*/
a {
	color: #000;	/*文字色*/
	transition: 0.3s;
}

a:hover {
	color: #005500;	/*マウスオン時の文字色*/
}


.br-sm{display:none;}


/*container（サイト全体を囲むブロック）
---------------------------------------------------------------------------*/
#container {
	width: 100%;

}


/*inner共通
---------------------------------------------------------------------------*/
.inner {
	width: 70%;
	margin: 0 auto;
}


/*header（ロゴなどが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	line-height: 1;
	display: flex;				
	flex-direction: column;		
	text-align: left;
	margin-bottom: 15px;
	border-top: 3px solid #07a33e;		
}

header .inner{
	width: 90%;
	margin: 0 auto;
}



/*ロゴ画像*/
#logo{
	width: 600px;
	margin-top: -10px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-size: 100%;
	display: block;
	height: 90px;
	background-position: left 5px;
	float: left;
}

#logo img {
	width: 600px;
	display: none;

}





/*menubarブロック初期設定
---------------------------------------------------------------------------*/
#menubar ul {
list-style: none;
margin: 0;
padding: 0;  

}

/*メニューを非表示にしておく*/
#menubar {
display: none; 
background: #07a33e;
}


/*開閉用のスタイル*/
#menubar.db {display: block;}
#menubar.dn {display: none;}

/*メニュー１個あたりの設定*/
#menubar ul li {
	background: #07a33e;	

}
#menubar a {
	display: block;
	text-decoration: none;
	text-align: center;	
	color: #fff;	
	padding: 12px 0;

}
/*マウスオン時*/
#menubar ul li:hover {
	background: #006430;
}




/*スマホ端末用の開閉ブロック設定
---------------------------------------------------------------------------*/
/*メニューブロック設定*/
.s #menubar.db {
	position: fixed;overflow: auto;z-index: 100;
	left: 0px;top: 0px;
	width: 100%;
	height: 100%;
	animation: animation1 0.2s both;	/*animation.cssの、animation1を実行する。0.2sは0.2秒の事。*/
	background: #fff;		
	padding: 5%;			
}

/*メニュー１個あたりの設定*/
.s #menubar.db a {
	display: block;
	padding: 15px 20px;	
	text-align: left;
	font-size: 1.2em;		
}


/*開閉ブロック内のsubmenu
---------------------------------------------------------------------------*/
.sh ul.submenu li {
	background: transparent !important;
}
.sh ul.submenu li a {
	color: #555 !important;
}

/*ドロップダウンメニュー
---------------------------------------------------------------------------*/
/*ドロップダウンを非表示にしておく*/
#menubar .ddmenu_parent ul {
	display: none;
}

/*ドロップダウンメニューを持つ親に矢印アイコンをつける設定*/
a.ddmenu::before {
	font-family: "Font Awesome 5 Free";	
	content: "\f150";	
	font-weight: bold;	
	margin-right: 0.5em;
}

/*ドロップダウンメニュー１個あたりの設定*/
.ddmenu_parent ul a {
	background: #fff !important;	
	color: #333 !important;		
        border: 1px solid #ccc;	
	border-top: none;


}
.ddmenu_parent ul a:hover {
	color: #000 !important;
	background: #f5f5f5 !important;
}


/*３本バー（ハンバーガー）アイコン設定
---------------------------------------------------------------------------*/
/*３本バーブロック*/
#menubar_hdr {
	display: block;
	position: fixed;z-index: 100;
	top: 20px;
	right: 3%;	
	width: 50px;
	height: 50px;
	cursor: pointer;
	background: #006430 url(../images/ham.png) no-repeat center top/50px;
	transition: 0.2s;
}

/*マウスオン時*/
#menubar_hdr:hover {
	filter: brightness(1.1);
}

/*×印が出ている状態の設定。*/
#menubar_hdr.ham {
	background: #006430 url(../images/ham.png) no-repeat center bottom/50px;
}


/*contentsブロック設定（main、sub、sideを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	margin: 3%;	
}





/*mainブロック設定
---------------------------------------------------------------------------*/
main {
	order: 0;	
	margin-bottom: 40px;
}

/*mainブロック内のh2タグ*/
main h2 {
  position: relative;
  padding: 0.5rem 0.5rem;
  border-bottom: 3px solid #094;
  font-size: 1.1rem;
}

main h2:before {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 20%;
  height: 3px;
  content: '';
  background: #00cc5b;
}



/*mainブロック内のh3タグ*/
main h3 {
  position: relative;
  padding: 0.5rem 1rem;
  border-bottom: 2px solid #d8d8d8;
  border-radius: 2px;
  background: #fff;
  font-size: 1rem;
}

main h3:before {
  position: absolute;
  bottom: -14px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #d8d8d8 transparent transparent transparent;
}

main h3:after {
  position: absolute;
  bottom: -10px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

main h4 {
	color: #fff;
	position: relative;
	font-size: 1.1rem;	
	font-weight: nomal;
	background: #4999ff;	
	border: 1px solid #ccc;	
	padding: 5px 20px;	
	margin: 0 0 20px;	
}

main h5 {
	font-size: 1.1rem;
        padding: 0.1rem 0.5rem;
        border-bottom: 3px dotted #ccc;	
}

main h6 {
	color: #fff;
	position: relative;
	font-size: 1.1rem;	
	font-weight: normal;
	background: #566ccc;	
	border: 1px solid #e5e5e5;	
	padding: 5px 20px;	
	margin: 0 0 20px;	
}


/*mainブロックのpタグ*/
main p {
	margin: 0 20px 10px;
}

.gazou-title {
  margin:0 auto;
  padding: 2px 4px;
  color: #fff;
  line-height: 1.9;
  background: #ff8000;
  display: inline;
  -webit-box-decoration-break: clone;
  box-decoration-break: clone;
}


/*subブロック設定
---------------------------------------------------------------------------*/
#sub {
	order: 1;		
}

/*１カラム利用時にsubブロックを非表示にする*/
.c1 #sub {
	display: none;
}





/*sub,side共通
---------------------------------------------------------------------------*/
#sub, #side {
	font-size: 1rem;	
}

/*subとside内のh2タグ*/
#sub h2{
	margin: 0;
	font-size: 1.4em;	
	font-weight: nomal!important;
	margin-bottom: 10px;
	background: #07a33e;
	padding: 15px;
	color: #fff!important;
	text-align: center;
}



/*submenu（subとsideで使っているメニュー）
---------------------------------------------------------------------------*/
/*メニュー全体の設定*/
ul.submenu {
	list-style: none;
	padding: 0;margin: 0;
	margin-bottom: 20px;
	border-top: solid 1px #e4e2d7;
	font-size: 14px;

}

/*メニュー１個あたりの設定*/
ul.submenu li {
	display: block;margin: 0;
	background: #fff;
	border-bottom: solid 1px #e4e2d7;
}
ul.submenu li a {
	text-decoration: none;display: block;
	padding: 8px 12px;	color: #000!important;	
}

ul.submenu li a:hover{
	background: #90c320;
	color: #fff!important;	
}

/*スタッフの設定
---------------------------------------------------------------------------*/
table{
  border-collapse: collapse;
  width: 100%;
}
.tb01 th,
.tb01 td{
  padding: 10px;
  border: solid 1px #ccc;
  text-align:center;
  box-sizing:border-box; 
}
.tb01 th {
  background: #f5f5f5;
  color: #000;
  width: 15%;
  font-weight: normal;
}

.tb01 .naka {
  width: 18%;
  font-size: 0.8rem;
  background: #006430;
  color: #fff;
}

.tb01 .right {
  width: 67%;
  text-align: left;
  font-size: 0.8rem;
}

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

.tb01 .naka {
  width: 20%;
  font-size: 0.8rem;
  background: #006430;
  color: #fff;
}

.tb01 .right {
  width: 65%;
  text-align: left;
  font-size: 0.8rem;
}

}


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


  .tb01 {
    width: 100%;
  }
  table.tb01 th,
  table.tb01 td {
    display: block;
    width: 100%;
    border-bottom:none;
  }
  .tb01 tr:last-child{
    border-bottom: solid 1px #ccc;
  }
  
  .tb01 .naka {
  width: 100%;
  font-size: 1rem;
}

.tb01 .right {
  width: 100%;
  text-align: left;
  font-size: 0.9rem;
}
  
}





/*一覧ブロック（listおよびlist2共通設定）
---------------------------------------------------------------------------*/
/*listおよびlist2ボックス内のpタグ*/
.list p,
.list2 p {
	margin: 0;
	font-size: 0.9em;
}


/*一覧ブロック（listタイプ）
---------------------------------------------------------------------------*/
/*listボックスを囲むボックス*/
.list-container {
	display: flex;				
	flex-wrap: wrap;			
	justify-content: space-between;	
	flex-direction: column;		
}

/*listボックス。１個あたりのボックスの指定です。*/
.list-container .list {
	display: flex;				
	flex-direction: column;		
	justify-content: space-between;	
	margin-bottom: 30px;		
	border: 1px solid #ccc;		
	padding: 20px;				
	background: #fff;			
	box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
}

/*listボックス内のh4タグ*/
.list h4 {
	margin: 10px 0;		
	font-weight: normal;
}


/*一覧ブロック（list2。横長タイプ。）
---------------------------------------------------------------------------*/
/*list2ボックス。１個あたりのボックスの指定です。*/
.list2 {
	display: flex;	
	padding: 25px 0;	
	
}

/*最後のlist2ブロック*/
.list2:nth-last-of-type(1) {
	margin-bottom: 30px;		
}

/*ボックス内のfigure画像*/
.list2 figure {
	width: 35%;		
	margin-right: 50px;
}

/*ボックス内のdiv*/
.list2 div {
	flex: 1;
}

/*ボックス内のnameタグ*/
.list2 .name {
        margin-top: 10px;			
	margin-bottom: 10px;
	font-size: 1.6em;
	color: #411980!important;
	font-weight: bold;	
}

/*ボックス内のnameタグ*/
.list2 .name span{			
	margin-bottom: 10px;
	margin-left: 10px;
	font-size: 0.6em;
	color: #333333!important;	
}

.list-container .box {
        clear: both;			
	width: 100%;	
}


.bana{
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;			
  padding:0.5em;
  color: #000;
  background: #f5f5f5;
  font-size: 1em;
  font-weight: nomal;	
}








/*box1
---------------------------------------------------------------------------*/
.box1 {
	padding: 20px;					
	margin-bottom: 20px;		
	background: rgba(0,0,0,0.03);
	border: 1px solid #e4e2d7;
}

/*box1内のsubmenu。下の余白をなくす。*/
.box1 ul.submenu {margin-bottom: 0px;}





/*フッター設定
---------------------------------------------------------------------------*/
footer small {font-size: 100%;}

footer {
	font-size: 14px;	
	background: #fff;
	color: #000;			
	text-align: left;		
	padding: 30px;
        width: 100%;
	border-top: 1px solid #ccc;		
}

footer .title {
	font-size: 22px;
	text-align:left;
	color: #006430;
	font-weight: bold;
	line-height: 1.4;
	padding-top: 8px;	
}


.footer-logo{
        float: left;
	margin-bottom: 30px;
	
}
.footer-logo img{
	margin-right: 15px;
}

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

	footer {
		width: 100%;
		text-align: left;
	}


}


@media screen and (max-width:767px) {
footer {
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
	}
	
footer .title {
	font-size: 16px;
	text-align:center;
	color: #006430;
	font-weight: nomal;
	line-height: 1.4;	
}

footer p {
	font-size: 13px;
	
}



#copyright{
	display:none;	
}


}


/*コピーライト
---------------------------------------------------------------------------*/
#copyright {
	clear: both;
	font-size: 11px;	
	background: #07a33e;
	color: #fff;			
	text-align: center;		
	padding: 10px;
}












/*PAGE TOP（↑）設定
---------------------------------------------------------------------------*/
.pagetop-show {display: block;}

/*ボタンの設定*/
.pagetop a {
	display: block;text-decoration: none;text-align: center;
	position: fixed;	/*スクロールに追従しない(固定で表示)為の設定*/
	z-index: 99;
	right: 20px;	
	bottom: 20px;	
	color: #fff;	
	font-size: 1.5rem;	
	background: rgba(0,100,48,0.5);	
	width: 60px;	
	line-height: 60px;
	border-radius: 10px;
}

/*マウスオン時*/
.pagetop a:hover {
	background: rgba(0,100,48,0.7);
}


/*その他
---------------------------------------------------------------------------*/
.clearfix::after {content: "";display: block;clear: both;}
.color-theme, .color-theme a {color: #002ade !important;}
.color-check, .color-check a {color: #f00 !important;}
.c {text-align: center !important;}
.ws {width: 95%;display: block;}
.wl {width: 95%;display: block;}
.mb30 {margin-bottom: 30px !important;}
.look {display: inline-block;padding: 0px 10px;background: #666; color: #fff; border-radius: 3px;margin: 5px 0;}
.look .color-check {color: #ffcc00 !important;}
.small {font-size: 0.6em;}
.sn {display: none;}










/*---------------------------------------------------------------------------
ここから下は画面幅1000px以上の追加指定
---------------------------------------------------------------------------*/
@media screen and (min-width:1000px) {


/*全体の設定
---------------------------------------------------------------------------*/
html, body {
	font-size: 15px;
}

/*header（ロゴなどが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	flex-direction: row;			
	justify-content: space-between;	
	align-items: left;	
}

header .inner{
	width: 70%;
	margin: 0 auto;
}

/*ロゴ画像*/
header #logo {
	margin: 0;
}



/*menubarブロック設定
---------------------------------------------------------------------------*/
/*メニューブロック全体*/
#menubar ul {
	margin: 0;
	display: flex;
	justify-content: space-around;
	line-height: 1.6;
}

/*メニュー１個あたりの設定*/
#menubar ul li {
	flex: 1;
}


/*ドロップダウンメニュー
---------------------------------------------------------------------------*/
#menubar .ddmenu_parent{
	position: relative;
}

/*ドロップダウンメニューブロック全体*/
#menubar .ddmenu_parent ul {
	position: absolute;		
	z-index: 100;
	width: 100%;
			
}

/*３本バー（ハンバーガー）アイコン設定
---------------------------------------------------------------------------*/
/*ハンバーガーメニューを非表示にする*/
#menubar_hdr {display: none;}


/*contentsブロック設定（main、sub、sideを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	display: flex;	/*中身(main、sub、side)を横に並べる*/
}


/*mainブロック設定
---------------------------------------------------------------------------*/
main {
	flex: 1;
	order: 1;	
	margin: -40px 30px;	
	float: right;
	width: 73%;
}

/*２カラム利用時に右側のマージンをなくす*/
.c2 main {
	margin-right: 0;
}

/*１カラム利用時にマージンをなくす*/
.c1 main {
	margin: 0;
}


/*subブロック設定
---------------------------------------------------------------------------*/
#sub {
	width: 22%;
	margin: -40px 0px;
	float: left;
	order: 0;		
}





/*フッターメニュー設定
---------------------------------------------------------------------------*/
/*ボックス全体の設定*/
#footermenu {
	font-size: 0.8rem;	
	padding: 20px 50px;	
}


/*一覧ブロック（list2。横長タイプ。）
---------------------------------------------------------------------------*/
/*list2ボックス。１個あたりのボックスの指定です。*/
.list2 {
	padding-left: 10px;	
}


/*list、list2内で使っているtableっぽく見える所。
---------------------------------------------------------------------------*/
/*list2ブロック内でのline設定*/
.list2 dl.line dd {
	width: calc(50% - 8em - 10px);	
	margin-right: 10px;				
}

.list2 dl.line {border-top: none;}

.list2 dl.line dt:nth-of-type(1), .list2 dl.line dd:nth-of-type(1),
.list2 dl.line dt:nth-of-type(2), .list2 dl.line dd:nth-of-type(2) {
	border-top: 1px solid #ccc;
}












/*その他
---------------------------------------------------------------------------*/
.ws {width: 48%;display: inline;}
.sn {display: block;}
.sh {display: none;}


/*　※注意！　下の閉じカッコ　}　はこのブロックに必要なので、削除しないで下さい。　*/

}


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

.inner {
	width: 98%;
	margin: 0 auto;
}

.br-sm{display:inline;}

}




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

.br-sm{display:inline;}




#logo{
	background-size: 90%;
	display: block;
	height: 70px;
	width: 95%; 	        
	margin-top: 15px;
}

.footer-logo{
	display:none;	
}

.pankuzu {
	padding: 0px;
	margin-left: 15px;
}

/*３本バー（ハンバーガー）アイコン設定
---------------------------------------------------------------------------*/
/*３本バーブロック*/
#menubar_hdr {

	top: 22px;
	right: 3%;	
	width: 50px;
	height: 50px;
	cursor: pointer;
	background: #006430 url(../images/ham.png) no-repeat center top/50px;
	transition: 0.2s;
}

}

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





#logo img {
	width: 320px;
	margin-top: 15px;

}

ul.submenu {

	font-size: 15px;
}

ul.submenu li a {
	text-decoration: none;
	display: block;
	padding: 6px 10px;	
}




}
