@charset "UTF-8";
/* CSS Document */

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
 全デバイス共通のスタイルとスマートフォンおよび小型タブレット向けレイアウトの指定
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

.switch {
	visibility: hidden;
}

/*==========================================
 body
===========================================*/
body {
  width: 100%;
  background-color:#FFF;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color:#000;
}
a {
  color:#000;
  text-decoration:none;
}
a:hover {
  color:#FF3F00;
  text-decoration:underline;
}


/*==========================================
 グローバルナビゲーションのスタイル
===========================================*/

nav {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	background:#ECECFB;
	  font-weight:bold	
}
nav ul {
	list-style: none;
	overflow: hidden;
}

nav ul li {
  text-align: center;
  line-height:1;
  float: left;
  width: 50%;
  border-bottom: 1px solid #999;
}
nav ul li:nth-child(odd) {
  width: 49%;
  border-right: 1px dotted #000;
}
nav ul li a{
  color:#228C00;
  font-size:110%;
  display: block;
  width: 100%;
  padding:10px 0 5px;
}
nav small {
	font-size:80%;
	color: #666;
}
nav ul li a:hover{
	background:#CFC;
	text-decoration:none;
	display: block;
	}
	
/*==========================================
 フッター
===========================================*/
#footer {
  border-top: 1px solid #999;
  padding:10px 0 20px;
  text-align:center;
  background:#D8E4F2;
}
footer {
  border-top: 1px solid #999;
  padding:10px 0 20px;
  text-align:center;
}
#box {
  width:90%;
  max-width: 960px;
  margin:0 auto;
}
#add {
	width:100%;
}

.nm1, .nm2{
	font-size:105%;
	font-weight:bold;
}
.ad1, .ad2 {
	font-size:75%;
}

#copy {
	width:100%;
	margin-top:20px;
}
.c {
	font-size:65%;
}

/* font */
.bg_gr {
	font-size:220%;
	font-weight:bold;
	letter-spacing:0.5em;
	color:#FFF;
	background:#238C00;
	width:100%;
	display:block;
	margin:0 auto 10px;
}
.b_km {
	font-size:115%;
	font-weight:bold;
	line-height:1.3;
}
.b_k, .b_k2 {
	font-weight:bold;
	line-height:1.5;
}
.b_or0 {
	font-weight:bold;
	color:#FF3F00;
}
.b_or {
	font-size:180%;
	font-weight:bold;
	color:#FF3F00;
}
.b_or2 {
	font-size:130%;
	font-weight:bold;
	color:#FF3F00;
}
.k_s {
	font-size:87%;
	margin-bottom:20px;
}
.b_gr, .b_gr2 {
	font-size:160%;
	font-weight:bold;
	color:#238C00;
	line-height:1.2;
}
.b_grs {
	font-weight:bold;
	color:#238C00;
}
.iln img {
	display:inline;
	vertical-align:top;
}
/* 2020-08 add */
.txt-pbl120 {
	font-size:120%;
	color:#7396FF;
}
.txt-bold {
	font-weight:bold;
}
	

/* メディアクエリによる切り替え */


/* PC向け・大型タブレット向けレイアウト：769px～960px */
@media print, screen and (min-width: 580px) {
nav ul {
	max-width:960px;
	margin: 0 auto;
	}
nav ul li {
  width: 25%;
  border-right: 1px dotted #000;
}
nav ul li:nth-child(even) {
  border-right: none;
}
nav ul li:nth-child(odd) {
  width: 24%;
  border-left: 1px dotted #000;
}
nav ul li.home {
  border-left: none;
}
nav ul li.info {
  border-left: none;
}
.nm1, .nm2 {
	display:inline;
}
.ad1, .ad2 {
	display:inline;
}
.b_k2, .b_gr2 {
	display:inline;
}

}

@media print, screen and (min-width: 768px) {
.nm1, .nm2 {
	font-size:100%;
	font-weight:bold;
	display:inline;
}
#add {
	width: 55%;
    float: left;
	text-align:left;
}
#copy {
	width: 45%;
    float: right;
	text-align:right;
	margin-top:45px;
}

	}
	
/* PC向けレイアウト：961px以上固定レイアウト */
@media print, screen and (min-width: 930px) {
nav ul {
	padding:10px 0;
	}
nav ul li {
	width: 12.5%;
	border-right: 1px dotted #000;
    border-bottom:none;
}
nav ul li:nth-child(odd) {
  width: 12.25%;
  border-left: none;
  border-bottom:none;
}
nav ul li.home {
  border-left: 1px dotted #000;
}
nav ul li:nth-child(even) {
  border-right: 1px dotted #000;
}	
nav ul li a{
  font-size:105%;
}
.nm1, .nm2 {
	font-size:105%;
	font-weight:bold;
	display:inline;
}
.ad1, .ad2 {
	font-size:80%;
	display:inline;
}
#copy {
	margin-top:50px;
}
.c {
	font-size:75%;
}
	
	}
	
