@charset "utf-8";



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

/*全体の設定
---------------------------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	color: #00103F;	/*全体の文字色*/
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/
	font-size: 100%;	/*文字サイズ*/
	line-height: 145%;		/*行間*/
	background: #fff;	/*背景色*/
	-webkit-text-size-adjust: none;
}

.water{
	background-image: none;
	background-repeat: no-repeat;
	background-position: top center;
}


h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form {margin: 0px;padding: 0px;font-size: 100%;font-weight: normal;}
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%;}

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

.visibble_sm{/*スマホで非表示　PCで表示*/
	display: none !important;
}

.hidden_sm{/*スマホで非表示　PCで表示*/
		display: block !important;
}
.hidden_sm2{/*スマホで非表示　PCで表示*/
		display: inline!important;
}

section a {
	color: #006CD8 !important;	/*リンクテキストの色*/
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	text-decoration: underline;
}

section a:hover {
	opacity: 0.62 ;
}

/*ホバー時の透過画像*/
body a:hover img{
opacity:0.62;
filter: alpha(opacity=62);
-ms-filter: "alpha( opacity=62 )";
background: #fff;
transition: 0.5s;
}


/*inner共通
---------------------------------------------------------------------------*/
.inner {
	max-width: 1400px;	/*サイトの最大幅。「#mainimg」のmax-widthと揃える。*/
	margin: 0 auto;
	padding: 0 1%;
	overflow: hidden;
}

.inner2 {
	max-width: 1400px;	/*サイトの最大幅。「#mainimg」のmax-widthと揃える。*/
	margin: 0 auto;
	padding: 1% 1%;
	background-color: rgba(255,255,255,0.77);
	overflow: hidden;
}

.inner4{
	max-width: 1400px;	/*サイトの最大幅。「#mainimg」のmax-widthと揃える。*/
	margin: 0 auto;
	padding: 1% 0% 0% 0%;
	overflow: hidden;
	background: #fff;
}

.topinner {
	max-width: 1400px;	/*サイトの最大幅。「#mainimg」のmax-widthと揃える。*/
	margin: 0 auto;
	padding: 1% 1%;
	background-color: rgba(255,255,255,0.77);
	overflow: hidden;
}

/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	border-top: 0px solid #59bada;	/*上の線の幅、線種、色*/
}
header .inner {
	height: auto;	/*高さ*/
}
/*ロゴ画像*/
#logo{
	margin-left: -2px;
	margin-top: 2.2%;
	margin-bottom: 0px;
	padding: 0 !important; 
	overflow: hidden;
	/*width: 347px;*/
	width: 347px;/*新しく変更したところ2020.02.08*/
	width: 25%;/*新しく変更したところ2020.02.08*/
	float: left;
}



@media print {/*印刷レイアウト表示崩れ防止*/
#logo{
	margin-left: -10px;
	margin-top: 25px;
	margin-bottom: 0px;
	padding: 0 !important; 
	overflow: hidden;
	width: 220px;
	float: left;
}
}


/*ヘッダー右側検索などナビゲーション部分
---------------------------------------------------------------------------*/
/*ブロック全体*/
#contact {
	float: right;		/*右に回り込み*/
	margin-top: 0px;	/*ブロックの上にあける余白。上下のバランスをここで調整して下さい。*/
	width: auto;		/*ブロック幅*/
	padding: 2.5% 0 0px 0;		/*ボックス内の余白*/
	text-align: right !important;
	margin-right: 0 !important;
}


#contact ul{
	list-style: none;
	float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -ms-flex-direction: row;
         flex-direction: row;
  -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
	margin-top: 20px;/*新しく変えたところ2020.02.08*/
	
}

#contact li{
	margin-right: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -ms-flex-direction: row;
         flex-direction: row;
  -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
	font-size: 100% !important;
	line-height: 145% !important;
}


#contact li:last-child {
	margin-right: 0px !important;
}



.serch_header {
width: 250px !important;
}
.gsc-input-box {
	height: 27px !important;
	padding: 0 !important;
	width: 160px;
	margin: 0 !important;
}


.gsc-input-box input::-webkit-input-placeholder {
	margin: 0 !important;
	padding: -5px 0 0 0 !important;

}



#contact li a{
	color: #00103F;
	text-decoration: none;
	font-size: 92%;
}

#contact li a:hover{
	color: #00103F;
	text-decoration: underline;
}

#contact li img{
	float: left;
	margin-right: 5px;
}




/*メインメニュー
---------------------------------------------------------------------------*/
/*メニューブロック*/
#menubar {
	clear: both;
	overflow: hidden;
	background: #fff;	/*背景色*/
	padding: 0 0 1% 0;
	font-size: 104%;
	margin-top: 16px;
}

#menubar ul{
  display: flex;
  flex-wrap: wrap;
display:-webkit-flex
display: -moz-flex;
display: flex;
	margin: 0 -20px;
}
/*メニュー１個あたりの設定*/
#menubar li {
	padding: 0px;
	width: calc(100% / 6);
	overflow: hidden;
}
#menubar li a,.hover{
	display:  block;
	text-decoration: none;
	text-align: center;
	color: #001040;	/*文字色*/
	padding: 12px 0px 12px 0px;	/*上、左右、下への余白。上の「#menubar li」のpadding-topの解説と合わせて読んで下さい。*/
	border-right: 1px solid #AAAAAA;
	margin: 0;
}


#menubar li a:hover,.hoveron{
	background: #C0EAF8;	/*背景色*/
	color: #001040;		/*文字色*/
	text-decoration: none;
	padding: 12px 0px 12px 0px;	/*上、左右、下への余白。上の「#menubar li」のpadding-topの解説と合わせて読んで下さい。*/
	border-radius: 0px;	/*角丸のサイズ。左上、右上、右下、左下への順。*/
box-shadow:0px 0px 5px 0px #888888 inset;
	overflow: hidden;
	display: block;
}

/*スマホ用メニューを表示させない*/
#menubar-s {
	display: none;
}
/*３本バーアイコンを表示させない*/
#menubar_hdr {
	display: none;
}



/*ドロップダウンメニュー用
---------------------------------------------------------------------------*/



/*ドロップダウンブロックの設定*/
#menubar ul.ddmenu{
	position:absolute;
	visibility: hidden;
	z-index: 100;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.15);	/*ボックスの影。右に、下に、広げる幅、0,0,0は黒の事で0.15は透明度15%の事。*/
	background: #001966;	/*背景色（古いブラウザ用）*/
	background: rgba(0,25,102,0.9);	/*背景色。0,0,0は黒の事で0.8は透明度80%の事。*/
	width: 25%;	/*幅。お好みで変更してもらってOKです。*/
	padding: 10px;	/*ボックス内の余白*/
	border-radius: 0px;	/*角丸のサイズ*/
	border: 0px solid #fff;	/*枠線の幅、線種、色*/
	margin-left: -1px !important;
	overflow: hidden;
	display: block;
}




/*メニュー１個あたりの設定*/


#menubar ul.ddmenu li {
	padding-top: 0;
	width: 50%;	/*幅*/
	height: 2em;	/*高さ*/
	overflow: hidden;	/*上の高さを超えた時に非表示にする設定。文字数が増えた時にレイアウトが崩れないための設定ですが、文字を全て表示させたいならこの行と上の行を削除。*/
	border: none;
}

#menubar ul.ddmenu li a {
	background: transparent;	/*背景色をリセットする*/
	border-radius: 0;
	text-align: left;	/*文字を左寄せ*/
	padding: 0 10px;	/*上下、左右への余白*/
	color: #fff;	/*文字色*/
	border: none;
	-webkit-transition: 0;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0s;			/*同上*/
}

/*マウスオン時*/
#menubar ul.ddmenu li a:hover {
	border-radius: 0;
	background: #fff;	/*背景色*/
	color: #001966;		/*文字色*/
}

/*メンバー専用ページ
---------------------------------------------------------------------------*/
.mem_btn_box{
	text-align: center;
	width: 77%;
	margin: 10% auto;
}

.mem_btn_box img{
	width: 100%;
	margin-bottom: 5%;
}

/*法定検査補足
---------------------------------------------------------------------------*/
.hosoku_box{
	
}

.hosoku_box p{
	margin: 0 0 0 0!important;
	padding: 0 !important;
	line-height: 125%;
	font-size: 125%;
}

.hosoku_box ul{
	margin: 0 2.5% 5% 4% !important;
	padding: 0 !important;
}

.hosoku_box li{
	list-style-type: decimal;
	list-style-position: inside;
	margin-left: 0;
	padding-left: 0;
	margin: 0;
	padding: 0;
}

/*法定検査index
---------------------------------------------------------------------------*/

.price_container{
	width: 94%;
	margin: 0 auto 10% auto !important;
}

.price_container p{
	margin: 0 1% 2% 1% !important;
	padding: 0 !important;
}

.price_tab{/*検査手数料テーブル*/
	width: 100%;
	border: #ccc;
	border-collapse: collapse;
	border: 1px solid #ccc;
	margin-bottom: 8%;
}

.price_tab td{/*検査手数料テーブル*/
	padding: 1%;
	border: 1px solid #ccc;
}

.td_gl{
	background-color: #eee;
	text-align: left;
}

.td_wh{
	background-color: #fff;
	text-align: center;
}

.td_wh2{
	background-color: #fff;
	text-align: left;
	vertical-align: top;
}
.td_wh2 ol{
	list-style-type: katakana;
}

.td_wh2 li{
	line-height: 165%;
}

.td_pi{
	background-color: #ddd;
	text-align: center;
}

.td_ye{
	background-color: #FFE599;
	text-align: center;
}

.kensasho{/*検査証*/
	float: left;
	margin: -2% 2% 5% 2%;
}

/*Q&Aアコーディオンパネル*/

.accordion1 {text-align: left; margin-bottom: 5%;}
.accordion1 .inner {display: none;}
.accordion1 p{cursor: pointer; padding: 10px;}
.accordion1 p.ac1{background: none;color: #00103F;text-decoration: none; padding: 0 0 0 25px !important; margin: 1% !important; background-image: url("../images/arrow_circle.png"); background-repeat: no-repeat;}
.accordion1 p.ac2{background: none;color: #00103F;text-decoration: none; padding: 0 0 0 25px !important; margin: 1% !important; background-image: url("../images/arrow_circle.png"); background-repeat: no-repeat;}
.accordion1 p.ac3{background: none;color: #00103F;text-decoration: none; padding: 0 0 0 25px !important; margin: 1% !important; background-image: url("../images/arrow_circle.png"); background-repeat: no-repeat;}
.accordion1 .inner{padding: 0px; margin: 0;}
.accordion1 .inner li{padding: 0px 0;}
.accordion1 .inner li.content1-1{background: #DDDDDD; padding: 1%; margin: 0 1% 1.8% 0;}
.accordion1 .inner li.content2-1{background: #DDDDDD; padding: 1%; margin: 0 1% 1.8% 0;}
.accordion1 .inner li.content3-1{background: #DDDDDD; padding: 1%; margin: 0 1% 1.8% 0;}

.houtei_header{/*ヘッダー*/

	overflow: hidden !important;
	clear: both;
	margin-bottom: 2%;
	margin-top: 4%;
	height: auto;
}

.houtei_header h3{/*ヘッダー*/
	font-size: 220%;
	font-weight: 600;
	border-bottom: 1px solid #000000;
	line-height: 125%;
	overflow: hidden;
	margin-top: 2%;
	padding-left: 2%;
	padding-top: 2%;
	width: 72%;
}

.houtei_header img{/*ヘッダー*/
	float: right;
	width: 25%;
}

.kenkou_01{/*一番上のボックス*/
	width: 100%;
	margin: 0 auto;
	clear: both;
}

.kenkou_01 div{/*一番上のボックス左*/
	background-image: url("../images/note_img.png");
	background-repeat: no-repeat;
	background-position: center center; 
	width: 32%;
	background-size: contain;
	float: left;
	margin-right: 2.5%;
	overflow: hidden;
}

.kenkou_01 div ul{/*一番上のボックス左*/
	margin: 0;
	padding: 0;
	width: 70% !important;
	margin: 70px auto 20px auto !important;
}

.kenkou_01 div ul li{/*一番上のボックス左*/
	list-style: none;
	clear: both;
	background-image: url("../images/arrow_circle.png");
	background-repeat: no-repeat;
	background-position: left 3.5% center;
	border-bottom: 1px dotted #000;	
	padding: 3% 2% 3% 17% !important;
}

.kenkou_01 div span{/*一番上のボックス左*/
	margin: 0;
	font-size: 88% !important;
	display: block !important;
	padding: 0;
	clear: both;
	text-align: center;
	margin-bottom: 55px;
}

.kenkou_01 h4,.kenkou_03 h4{/*一番上のボックス右*/
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 250%;
	margin-bottom: 5%;
	font-weight: bold !important;
}


.kenkou_01 h4 span,.kenkou_03 h4 span{/*一番上のボックス右*/
	font-size: 45%;
	display: block;
	margin-bottom: 1.4%;
	font-family: "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
}

.kenkou_01 p{/*一番上のボックス右*/
	line-height: 145%;
}

.kenkou_02{/*二番目のボックス*/
	width: 100%;
	margin: 0 auto;
	clear: both;
	padding-bottom: 1% !important;
}

.kenkou_02 h4{
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 220%;
	font-weight: bold;
	float: left;
	display: inline-block;
	color: #245099;
	margin-top: 8%;
}

.kenkou_02 h4 span{
	font-size: 250%;
	margin: 0 !important;
}

.kenkou_02 h5{
	background-color: #245099;
	color: #fff;
	padding: 0.7% 1.8%;
	display: inline-block;
	float: left;
	font-size: 110%;
	margin-top: 9%;
	margin-left: 1%;
}

.kenkou_02 p{
	margin: 0 !important;
	padding: 20px 0 20px 0 !important;
	display: block;
	clear: both;
}

.kk_tab{
	display: table;
	clear: both;
	border-collapse: collapse;
	width: 100% !important;
}

.kk_tab_row{
	display: table-row;

}

.kk_cell_l{
	display: table-cell;
	width: 25%;
	background-color: #ddd;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
	vertical-align: middle;
	padding: 2.5%;
}
.kk_cell_r{
	display: table-cell;	
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	vertical-align: middle;
	padding: 2.5%;
}

.kk_cell_r span{
	background-color: #ccc;
	padding: 0.1% 1%;
}

.kenkou_03{
	padding: 8% 0;
}

.kenkou_03 h5{
	border-left: 7px solid #1183D7;
	font-size: 155%;
	font-weight: 400;
	padding: 1% 1% 1% 2.5%;
	border-bottom: 1px solid #001966;
	margin-bottom: 1%;
}

.kenkou_03 p{
	margin: 2% 0 !important;
	padding: 0 !important;
}

.line_h{
	line-height: 175%;
}

.ttk{/*担当区域*/
	background-color: #ddd;
	padding: 2%;
	margin-top: 4%;
}

.ttk img{/*担当区域*/
	float: left;
	margin-right: 2%;
}

.ttk_tab{/*担当区域テーブル*/
	border-collapse: collapse;
	border-top: 1px solid #ccc;
	display: table;
	width: 100%;
	margin-top: 4%;
}

.ttk_tab_row{/*担当区域テーブル*/
	display: table-row;
}


.ttk_cell_l{
	background-color: #245099;
	color: #fff;
	border-bottom: 1px solid #ccc;
	display: table-cell;
	width: 25%;
	text-align: center;
	vertical-align: middle;
	padding: 2%;
	font-size: 125%;
}

.ttk_cell_r{
	border-bottom: 1px solid #ccc;
	display: table-cell;
	vertical-align: middle;
	padding: 2%;
}


.ttk_cell_r p{
	line-height: 165% !important;
	margin: 0 !important;
	padding: 0 !important;
}

.ttk_cell_r p span{
	background-color: #245099;
	color: #fff;
	padding: 0.4% 1% !important;
	margin-right: 0.4%;
	font-size: 88%;
}

.ttk_cell_r dl{
	background-color: #ddd;	
	padding: 2%;
	overflow: hidden;
	margin-top: 2%;
}

.ttk_cell_r dt{
	font-size: 110%;
	margin-bottom: 1%;
}

.ttk_cell_r dd{
	font-size: 100%;
}

.ttk_map{/*担当区域マップ*/
	width: 88%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.ttk_map_img{/*担当区域マップ*/
	width: 100%;
	margin: 4% auto !important;
}

.ttk_icon_01{/*会津*/
	position: absolute;
	top: 52%;
	left: 14%;
}

.ttk_icon_02{/*福島*/
	position: absolute;
	top: 23%;
	left: 62%;
}

.ttk_icon_03{/*郡山*/
	position: absolute;
	top: 47%;
	left: 58%;
}

.ttk_icon_04{/*いわき*/
	position: absolute;
	top: 65%;
	right: 0;
}

/*福島県浄化槽生涯保証システム
---------------------------------------------------------------------------*/
.hosyo_01,.hosyo_02{
		width: 100%;
	overflow: hidden;
}

.hosyo_02{
	padding-top: 7%;
}


.hosyo_01 h4,.hosyo_02 h4,.hosyo_03 h4,.hosyo_04 h4{
		border-left: 7px solid #1183D7;
	border-bottom: 1px solid #001966;
	font-size: 145%;
	padding: 1% 1.8%;
	margin-bottom: 4%;
}
	
.hosyo_01 div{
		font-size: 125%;
	line-height: 145%;
	width: 88%;
	margin: 4% auto;
}

.hosyo_01 h5{
	background-color: #ddd;
	font-size: 125%;
	padding: 1.4%;
	margin:0 auto 2% auto;
	width: 95% !important;
		
}

.hosyo_01 p{
		width: 88%;
	margin: 1% auto 2.5% auto;
}	

.hosyo_tab{
	display: table;
	width: 97.8% !important;
	margin: 2% auto 7% auto;
	border-collapse: collapse;
}

.hosyo_row{
	display: table-row;
}

.hosyo_td_ye{
	background-color: #ddd;
	display: table-cell;
	vertical-align: middle;
	padding: 2%;
	width: 35%;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}


.hosyo_td{
	display: table-cell;
	vertical-align: middle;
	padding: 2%;
	width: 65%;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.hosyo_td span{
	font-size: 88%;
	display: block;
	line-height: 125%;
	margin-top: 2.5%;
}

.hosyo_03_p{
	line-height: 145%;
	width: 95%;
	margin: 4% auto 1% auto;
}

.hosyo_03_ye_box{
	background-color: #ddd;
	padding: 2.5%;
	margin:0 auto 2% auto;
	width: 92% !important;
}


.hosyo_03_ye_box h5{
	font-size: 124%;
	line-height: 145%;
}

.hosyo_03_ye_box p{
	width: 90%;
	margin: 1% auto;
}

.hosyo_03_hashira{
	width: 97%;
	margin: 4% auto 8.8% auto;
}

.hosyo_03_hashira p{
	padding: 5% 0 0% 0 !important;
	margin: 0 !important;
}

.hosyo_03_hashira img{
	float: left;
	margin-right: 5.5%;
	width: 35%;
}

.hosyo_03_hashira a,.hosyo_04 a{
	clear: both;
	background-color: #245099;
	color: #fff !important;
	padding: 2% 3%;
	background-image: url("../images/arrow_circle_wh.png");
	background-repeat: no-repeat;
	background-position: right 2% center;
	font-size: 125%;
	text-decoration: none !important;
	display: block;
	margin-bottom: 4%;
}

.small_tab{/*入れ子のテーブル*/
	width: 100%;
	display: table;
}
.ireko_row{
	display: table-row;
}

.ireco_td{
	width: 46%;
	display: table-cell;
	padding: 2%;
}

.ireco_td2{
	width: 31%;
	display: table-cell;
	padding: 2%;
}

/*尾瀬と浄化槽
---------------------------------------------------------------------------*/
.oze_01{/*上からの2番目の写真のボックス*/
	padding-bottom: 8%;
	clear: both !important;
}

.oze_01 img{/*上からの2番目の写真のボックス*/
	width: 27%;
	margin: 0 5% 5% 0;
	float: left;
}



.oze_01 p{
	line-height: 145%;
	margin: 0 1% !important;
	padding: 0 !important;
}

.oze_01 h4{/*上からの2番目の写真のボックス*/
	font-size: 180%;
	font-weight: 400;
	margin-bottom: 4%;
	line-height: 125%;
}

.topic3{
	background-color: #fff;
	border: 1px solid #ddd;
	clear: both;
	overflow: hidden;
	margin-top: 7%;
}


.topic_icon{
	float: left;
	width: 20%;
	margin: 1% 4% 4% 0;
}

.topic3 h4{
	font-size: 200%;
	margin: 6.2% 2% 1% 2%;
	line-height: 125%;
}
.topic3 p{
	margin-bottom: 4%;
	
}

.pics_wrap{
 display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
justify-content: space-around;
	width: 95%;
	margin: 2% auto 5% auto;
}

.pics_wrap div{
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 1%;
	width: 28%;
}

.pics_wrap div img{
	width: 100%;
}

.pics_wrap div span{
	display: block;
	margin: 4% auto 1% auto !important;
	font-size: 88%;
	text-align: center;
}


.oze_02{/*上からの2番目のボックス*/
	clear: both;
	margin: 8% 0 8% 0;
	
}

.oze_02 div{/*上からの2番目のボックス*/
	width: 31%;
	background-color: #eee;
	border: 1px solid #ccc;
	padding: 1%;
	float: right;
	margin: 0 0 4% 4% !important;
}

.oze_02 div img{/*上からの2番目のボックス*/
	width: 100%;
}

.oze_02 div span{/*上からの2番目のボックス*/
	display: block;
	text-align: center;
	margin: 4% auto 1% auto;
	font-size: 88%;
	line-height: 125%;
}

.hakase_icon{
	width: 11.8%;
	float: left;
	margin: 0 2% 2% 0 !important;
}

.oze_02 h4{/*上からの2番目のボックス*/
	background-color: #00103F;
	color: #fff;
	font-size: 135%;
	padding: 1% 1.8%;
	margin-bottom: 1.4%;
	line-height: 125%;
	display: inline-block;
}

.oze_02 h5{/*上からの2番目のボックス*/
	font-size: 180%;
	line-height: 125%;
	margin-bottom: 5.5%;
}



.oze_02 p{/*上からの2番目のボックス*/
	margin: 0 1% !important;
	padding: 0 !important;
}

.oze_03{/*上からの3番目のボックス*/
	clear: both;
	margin: 8% 0 5% 0;
	overflow: hidden;
}

.oze_03 div{/*上からの3番目のボックス*/
	width: 31%;
	background-color: #eee;
	border: 1px solid #ccc;
	padding: 7px;
	float: left;
	margin: 0 4% 4% 0 !important;
}

.oze_03 div img{/*上からの3番目のボックス*/
	width: 100%;
}

.oze_03 div span{/*上からの3番目のボックス*/
	display: block;
	text-align: center;
	margin: 4% auto 1% auto;
	font-size: 88%;
	line-height: 125%;
}



.oze_03 p{/*上からの2番目のボックス*/
	margin: 0 1% !important;
	padding: 0 !important;
}


.oze_linkbox{/*リンクボックス*/
	width: 100%;
	clear: both;
	overflow: hidden;
	margin: 1% auto 8% auto !important;

}

.oze_linkbox img{/*リンクボックス*/
	float: left;
	width: 14%;
	margin-right: 2%;
}

.oze_linkbox_in{/*リンクボックス*/
	float: right;
	width: 84%;
	padding: 0.5% 0 3.5% 0 !important;
}

.oze_linkbox_in ul{/*リンクボックス*/
	margin: 0 !important;
}

.oze_linkbox_in li{/*リンクボックス*/
	line-height: 145%;
	margin-bottom: 1%;
}

.oze_border{/*リンクボックス*/
	overflow: hidden;
	background-image: url("../images/or_border.png");
	background-repeat: repeat-x;
	background-position: 0% 50%;
	width: 100%;
	clear: both;
}

.oze_border h4{/*リンクボックス*/
	color: #00238C !important;
	font-size: 128% !important;
	font-weight: 600 !important;
	background-color: #fff !important;
	display: inline-block;
	width: auto;
	padding-right: 10px;
	margin-bottom: 1.8%;
}

/*ふくしまの風景
---------------------------------------------------------------------------*/
.fukushimapic_img{
	float: right;
	width: 40%;
}

.fukushimna_land{
	width: 100%;
	margin: 7.7% auto 0 auto !important;
	overflow: hidden;
	position: relative;
	text-align: center;
}

.fukushimna_land img{
	width: 70%;
	margin: 0 auto !important;
}

.fukushimna_land ul{
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
}

.fukushimna_land ul li{
	list-style: none;
	background-image: url("../images/camera_icon.png");
	padding-left:  7.7%;
	line-height: 145%;
	background-position: left center;
	background-repeat: no-repeat;
	font-size: 125%;
	min-height: 58px;
	vertical-align: middle;
	display: table-cell;
	font-weight: 600;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
}

.fukuland_01{
	position: absolute;
	left: 20%;
	top: 38%;
}

.fukuland_02{
	position: absolute;
	left: 18%;
	top: 61%;
}

.fukuland_03{
	position: absolute;
	left: 45%;
	top: 12%;
}

.fukuland_04{
	position: absolute;
	left: 45%;
	top: 34%;
}

.fukuland_05{
	position: absolute;
	left: 45%;
	top: 59%;
}

.fukuland_06{
	position: absolute;
	left: 72%;
	top: 29%;
}

.fukuland_07{
	position: absolute;
	left: 72%;
	top: 59%;
}

.land_navi{
	text-align: center;
	margin: 4% 0 4.9% -1% !important;
	padding: 0 !important;
	clear: both !important;
	display: block!important;
	width: 100% !important;
	font-size: 100%;
}

.zyouken{
	text-align: center !important;
	margin: 5% auto;
	padding: 0!important;
	display: inline-block;
	clear: both;
	width: auto !important;
}

.spacer_land{
	padding: 2% 0 0 0 !important;
}

.spacer_h4 h4{
	margin-top: 5% !important;
	margin-bottom: 2% !important;
}

.fuku_land_tab{/*写真の一覧部分*/
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
	padding-left: 1.4% !important;
}

.fuku_land_tab div{/*写真の一覧部分*/
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 1%;
	text-align: center;
	width: calc(100% / 4.7);
	margin-bottom: 1%;
	margin-right: 1%;
}

.fuku_land_tab > div:nth-child(4n+1){
		margin-right: 0;
}

.fuku_land_tab div img{/*写真の一覧部分*/
	margin-bottom: 4%;
	width: 100%;	
  height: 148px;
  object-fit: cover;
}

.fuku_land_tab div span{/*写真の一覧部分*/
	display: block;
	clear: both;
	font-size: 88%;
	line-height: 125%;
	margin-bottom: 1%;
}


/*調査研究
---------------------------------------------------------------------------*/
.reaseach_img{
	float: right;
	width: 23%;
}

/*ここからお知らせページののタブ*/
/*タブ切り替え全体のスタイル*/
.tabs10 {
  margin-top: 50px;
  padding-bottom: 10% !important;
  width: 100%;
  margin: 5% auto 5% auto;	
}
.itiran_btn10{/*一覧ボタン*/
	display: block !important;
	float: right;
	margin: 3% 2% 2% 2% !important;
	background-image: url("../images/arrow_nv.png");
	background-repeat: no-repeat;
	background-position: top 50% left 0;
	padding-left: 2.5% !important;
	font-size: 88%;
	clear: both !important;
	overflow: hidden;
}

/*タブのスタイル*/

	
.tab_item10 {
  width: 18.4%;
  height: 50px;
  border-bottom: 0px solid #245099;
  background-color: #BCDFFA;
  line-height: 50px;
  font-size: 100%;
  letter-spacing: -1px;
  text-align: center;
  color: #00103F;
  display: block;
  float: left;
  text-align: center;
  font-weight: 400;
  transition: all 0.2s ease;
	margin-right: 2%;
}

.last10 {
	margin-right: 0%;
	width: 18.4%;
}

.tab_item10:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item10"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content10 {
  display: none;
  padding: 0;
  clear: both;
  overflow: hidden;
  border-top: 1px solid #245099;
}


/*選択されているタブのコンテンツのみを表示*/
#all10:checked ~ #all_content10,
#kenkyu10:checked ~ #kenkyu_content10,
#gekkan10:checked ~ #gekkan_content10,
#touron10:checked ~ #touron_content10,	
#other10:checked ~ #other_content10{
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs10 input:checked + .tab_item10 {
  background-color: #245099;
  color: #fff;
}

.tab_content10 ul{
	margin: 2.5% 0 0 0;
	padding: 0;
	clear: both !important;
}

.tab_content10 li{
	border-bottom: 1px solid #ddd;
	list-style: none;	
	padding: 1% 1.4%;
}

.tab_content10 li span{
	margin-right: 2%;	
}

/*水環境を守るために
---------------------------------------------------------------------------*/
.okonau_img{
	float: right;
	width: 16.5%;
	margin-top: -4% !important;
}



.btf_header2{
	overflow: hidden;
	margin-bottom: 7%;
	padding-top: 4%;
	margin-top: -4% !important;

}



.btf_header2 h3{
	font-size: 250%;
	border-bottom: 1px solid #00103F;
	font-weight: 600;
	padding: 2% 2% 2% 12% !important;
	width: 85%;
	line-height: 110%;
}

.btf_header2 p{
	font-size: 95%;
	padding: 2% 2% 2% 12% !important;
	line-height: 125%;
}

.okonau_tab{
	width: 100%;
	overflow: hidden;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
	text-decoration: none !important;
  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
}

.okonau_tab a{
	color: #00103F !important;
	width: 48.8% !important;
	display: block;
	margin-bottom: 2%;
	overflow: hidden;
}

.okonau_tab a div div{
	width: 35%;
	float: left;
	padding: 1%;
	border: 1px solid #ccc;
	background-color: #eee;	
	margin-right: 3.1% !important;

}

.okonau_tab a div div img{
	width: 100%;
}


.okonau_tab a div h4{
	background-color: #BCDFFA;
	font-size: 118%;
	background-image: url("../images/arrow_circle.png");
	background-repeat: no-repeat;
	padding-left: 4%;
	background-position: left 3.5% center;
	padding: 1.4% 2.5% 1.4% 7%;
	text-decoration: none !important;
	width: 47%;
	float: left;
	line-height: 110%;
	margin-bottom: 2%;
}

.okonau_tab a div p{
	font-size: 88%;
	line-height: 145%;
	text-decoration: none !important;
	margin: 1% 2%;
	width: 48%;
	float: left;
	padding: 0 !important;
}


/*tabの全体枠*/
.tab {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

/*inputを非表示にする*/
.input {
  position: absolute;
  opacity: 0; }

/*tabボタン部分*/
.tab-label {
  width: 8% !important;
  padding: 1.4% 3.5%;
  background: #BCDFFA;
  cursor: pointer;
  font-size: 88%;
  color: #00103F;
  margin-bottom: 0;
  transition: background 0.1s, color 0.1s; 
  text-align: center;
  margin-right: 2%;
  line-height: 125%;
}

.last{
	margin-right: 0 !important;
}

.tab-label:hover {
  background: #DDEFFD; }

.tab-label:active {
  background: #245099;
  color: #fff;
}

.input:checked + .tab-label {
  background: #245099;
  color: #fff; }

@media (min-width: 600px) {
  .tab-label {
    width: auto; } }
/*tabの本文エリア*/
.tab-panel {
	border-top: 1px solid #245099;
  display: none;
  padding: 0;
  background: #fff;
	width: 100% !important;

}


.tab-panel ul{
	width: 100%;
	margin: 3% auto 4% auto;
}

.tab-panel ul li{
	border-bottom: 1px solid #DDD;
	padding: 1% 1.4%;
	line-height: 125%;
	
}

.tab-panel ul li span{
	margin-right: 4%;
}


@media (min-width: 600px) {
  .tab-panel {
    order: 99; } }
.input:checked + .tab-label + .tab-panel {
  display: block; }

/*その他
---------------------------------------------------------------------------*/
.u-mb-20 {
  margin: 0 0 20px 0; }

.content {
  width: 100%;
  margin: 40px auto;
  padding: 0px; }


/*ふくしまの風景／美しいふくしまの水環境を求めて
---------------------------------------------------------------------------*/
.land_det_head{
	width: 98%;
	overflow: hidden;
	margin: 2% auto;
}

.land_det_head h4{
	border-left: 7px solid #1183D7;
	border-bottom: 1px solid #001966;
	font-size: 165%;
	padding: 1% 2%;
	margin-bottom: 2%;
}

.land_det_head p{
	margin: 4% 1% 2% 1%;
	padding: 0;
}

.land_det_head p span{
	background-color: #00238C;
	color: #fff;
	padding: 0.5% 1%;
	margin-left: 1%;
	font-size: 88%;
	line-height: 125%;
}

.spot_detail{
	border: 1px solid #ccc;
	display: table;
	border-collapse: collapse;
	width: 95%;
	margin: 2% auto;
}

.spot_detail_row{
	display: table-row;
}

.spot_detail_cell1{
		background-color: #888888;
	color: #fff;
	padding: 1%;
	display: table-cell;
	border: 1px solid #ccc;
	width: 20%;
	text-align: center;
}

.spot_detail_cell2{
	padding: 1%;
	display: table-cell;
	border: 1px solid #ccc;
}

.spot_picbox_l,.spot_picbox_r{
	width: 95%;
	margin: 2% auto 7% auto;
	overflow: hidden;
	clear: both;
}

.spot_picbox_l div{
	width: 32%;
	float: left;
	padding: 1%;
	border: 1px solid #ccc;
	background-color: #eee;
	text-align: center;
	margin-right: 2%;
}


.spot_picbox_r div{
	width: 32%;
	float: right;
	padding: 1%;
	border: 1px solid #ccc;
	background-color: #eee;
	text-align: center;
	margin-left: 2%;
}

.spot_picbox_l div img,.spot_picbox_r div img{
	width: 100%;
	margin-bottom: 0;
}

.spot_picbox_l div span,.spot_picbox_r div span{
	margin: 5% 0 4% 0 !important;
	display: block;
	padding: 0 !important;
	line-height: 125%;
}

.spot_picbox_l p,.spot_picbox_r p{
	
}

/*お問合せ
---------------------------------------------------------------------------*/
.access_sisyo,.access_mail{
	width: 95%;
	margin: 5% auto;
}

.access_sisyo h4,.access_mail h4{
	border-left: 7px solid #1183D7;
	border-bottom: 1px solid #001966;
	font-size: 165%;
	padding: 1% 2%;
	margin-bottom: 2%;
}


.sisyo_p{
	margin: 2.5% auto 1.8% auto;
	line-height: 145%;
}

.sisyo_tab{
	display: table;
	border: 1px solid #ccc;
	background-color: #fff;
	border-collapse: collapse;
	width: 95%;
	margin: 0 auto 7% auto;
}

.sisyo_row{
	display: table-row;
}

.sisyo_td_l{
	width: 20%;
	display: table-cell;
	padding: 2%;
	border: 1px solid #ccc;
	vertical-align: middle;
	text-align: center;
	font-size: 125%;
	line-height: 125%;
}

.sisyo_td_r{
	display: table-cell;
	padding: 2%;
	border: 1px solid #ccc;
}

.sisyo_td_r p{
margin: 0% 0 0.5% 0;
	line-height: 165%;
}


.sisyo_td_r span{
	background-color: #245099;
	color: #fff;
	padding: 0.4% 1.1%;
	font-size: 90%;
}

.sisyo_td_r span a{
	color: #fff !important;
	background-image: url("../images/arrow_wh.png");
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 2%;
	text-decoration: none !important;
}

.gmap {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}

.cyui{
	background-color: #ddd;
	overflow: hidden;
	padding: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -ms-flex-direction: row;
         flex-direction: row;
  -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
}

.cyui img{
	width: 5%;
	margin-right: 3.5%;
	margin-left: 2%
}

.cyui p{
	font-size: 90%;
	line-height: 145%;
	margin: 0 !important;
	padding: 0 !important;
}

.ryui{/*留意事項*/
	background-color: #eee;
	overflow: hidden;
	padding: 2%;
}

.ryui dt{/*留意事項*/
	font-size: 115%;
}

.ryui dd{/*留意事項*/
	font-size: 80%;
	border-bottom: 1px solid #ccc;
	padding: 1%;
	line-height: 145%;
}

.ryui dd:last-child{/*留意事項*/
	border-bottom: none;
}

.access_tab2{/*お問い合わせフォーム*/
	width: 100%;
	display: table;
	margin: 7% 0;
}

.access_tab2_row{/*お問い合わせフォーム*/
	display: table-row;
}

.access_tab2_cell_l{
	display: table-cell;
	width: 25%;
	vertical-align: middle;
}

.access_tab2_cell_l span{
	color: #E5595F;
	font-size: 80%;
	margin-left: 4%;
}

.access_tab2_cell_r{
	display: table-cell;
	padding: 1% 0;
}

.access_tab2_cell_r span{
	clear: both;
	display: block;
	margin: 1% 0 0 0 !important;
	padding: 0;
}

.access_tab2_cell_r input{
	width: 100%;
	border:1px solid #ddd;
	border-radius: 4px;
	padding: 1% 0;
	height: 22px;
}

.access_tab2_cell_r textarea{
	width: 100%;
	border:1px solid #ddd;
	border-radius: 4px;
	padding: 1% 0;
	height: 100px;
}

.tab_check{
	text-align: center;
	font-size: 125%;
	margin: 5.5% 0;
}

.tab_check span{
	text-align: center;
	font-size: 65%;
	color: #E5595F;
}

.tab_check p{
	text-align: center;
	font-size: 77%;
}



.sendbtn4{
	width: 100% !important;
	min-height: 200px;
	border-radius: 0px !important;
	border: 0px !important;
	background-image: url("../images/sendbtn.gif") !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
	text-indent:-9999px;
}

.sendbtn4:hover{
	opacity: 0.62;
	transition: 0.5s;
}

/*こども環境教室
---------------------------------------------------------------------------*/
.child_img{
	float: right;
	width: 32%;

}

.child_header{/*こども環境教室のトピック欄*/
	width: 85%;
	margin: 5.5% auto;
	background-color: #fff;
	border: 1px solid #ddd;
	overflow: hidden;
	padding: 2% 5% 5% 5%;	
}

.child_box_01{
	clear: both;
	width: 100%;
	overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
}

.child_box_01 img{	
	float: left;
	margin-right: 2%;
	width: 20%;
}

.child_box_01 h3{
	font-size: 145%;
	width: 75%;
}

.child_box_02{
	background-color: #eee;
	border: 1px solid #ccc;
	padding: 1%;
	text-align: center;
	width: 40%;
	float: right !important;
	margin-left: 3.5%;	
}

.child_box_02 span{
text-align: center;
	margin: 4% auto 1% auto;
	font-size: 80%;
	display: block;
	font-size: 80%;
	line-height: 125% !important;
}

.child_box_02 img{
	width: 100%;
}

.child_detail{
margin: 5% 0 4% 0 !important;
	padding: 0 !important;
	
}

.child_detail span{
	background-color: #00238C;
	color: #fff;
	font-size: 88%;
	padding: 0.5% 1%;
	text-align: center;
	line-height: 125%;
	margin-left: 1%;
}

.news_header span{
	display: block;
	font-size: 100%;
	margin: 2.5% 0 2.5% 0 !important;
	padding: 0;
}

.child_news{/*ニュース一覧*/
	width: 95%;
	margin: 4% auto 4% auto !important;
	padding-bottom: 45px !important;
	overflow: hidden;
}

.child_news div{
		border-bottom: 1px solid #245099;
	overflow: hidden;
}

.child_news div h5{
	background-color: #245099;
	color: #fff;
	font-size: 110%;
	width: 14%;
	display: inline-block;
	padding: 2% 3%;
	text-align: center;
}

.child_news ul{
	width: 100%;
	margin: 3% auto 4% auto;
}

.child_news ul li{
	border-bottom: 1px solid #DDD;
	padding: 1% 1.4%;
	line-height: 125%;
	
}

.child_news ul li span{
	margin-right: 4%;
}

.child_index{/*背景がグレーの小さいボックス*/
	width: 95%;
	margin: 4% auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
}

.child_index a{
	background-color: #eee;
	border: 1px solid #ccc;
	padding: 2%;
	width: 44.8%;
	margin-bottom: 2%;
	display: block;
	text-decoration: none !important;
	color: #00103F !important;
}

.child_index div img{
	width: 28%;
	float: left;
	margin-right: 4%;
}

.child_index div h4{
	padding-left: 5%;
	font-size: 128%;
	line-height: 125%;
	margin-bottom: 2%;
}

.child_index div h4:before{
	content:"";
	display:inline-block;
	width:18px;
	height:18px;
	background-image:url("../images/arrow_circle.png");
	background-repeat: no-repeat;
	background-size:contain;
	margin-right: 2%;
}

.child_index div p{
	font-size: 88%;
	line-height: 145%;
	margin: 0 !important;
	padding: 0 !important;
	
}

/*猪苗代湖・裏磐梯の水環境
---------------------------------------------------------------------------*/
.btf_header{
	overflow: hidden;
	margin-bottom: 7%;

}

.btf_icon{
	float: left;
}

.btf_header h3{
	font-size: 250%;
	border-bottom: 1px solid #00103F;
	font-weight: 600;
	padding: 2% 2% 2% 12% !important;
	width: 85%;
	line-height: 110%;
}

.btf_header p{
	font-size: 95%;
	padding: 2% 2% 2% 12% !important;
	line-height: 125%;
}

.btf_map{
	float: right;
	width: 22%;

}
.inwsr_01{/*上からの2番目の写真のボックス*/
	padding-bottom: 8%;
	clear: both !important;
}

.inwsr_01 div{/*上からの2番目の写真のボックス*/
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 8px;
	width: 40%;
	margin: 0 4% 4% 0;
	float: left;
}

.inwsr_01 div img{/*上からの2番目の写真のボックス*/
	width: 100%;
	margin-bottom: 18px;
}

.inwsr_01 div p{/*上からの2番目の写真のボックス*/
	font-size: 88%;
	margin: 0 auto 0 auto !important;
	text-align: center;
	line-height: 125%;
}

.inwsr_01 h4{/*上からの2番目の写真のボックス*/
	font-size: 180%;
	font-weight: 600;
	margin-bottom: 4%;
	line-height: 125%;
}

.nihon1{
	margin: 0 1%!important;
	padding: 0 !important;
}

.inwsr_02{
	padding-top: 8%;
	padding-bottom: 2%;
	clear: both;
}

.inwsr_02 h4{
	font-size: 180%;
	font-weight: 600;
	margin: 0 1% 4% 1%!important;
	line-height: 125%;
}

.inwsr_02 p{
	margin: 0 1%!important;
	padding: 0 !important;
}

.inwsr_02 p span{
	margin: 0 0.4%!important;
	background-color: #00238C;
	color: #fff;
	padding: 0.4% 1%;
	display: inline-block;
	line-height: 125%;
}


.bod_why_wrap2{
position: relative;	
	overflow: hidden;
	width: 100%;
	margin-bottom: 4%;
}
.bod_why2{
	background-color: #ddd;
	width: 100%;
	overflow: hidden;
	margin-top: 65px;
}

.bod_why2 h4{
font-size: 145%;
	background-color: #fff;
	margin: 20px;
	clear: both;
	padding: 10px 15px;
	margin-bottom: 25px;
	font-weight: 600;
}

.bod_why2 h4 span{
color: #00238C;
}

.bod_why2 div{
background-color: #fff;
	padding: 15px;
	width: 25%;
	float: left;
	margin: 0 20px 20px 20px !important;
}


.bod_why2 p{
 width: 70%;
	margin: 3.5% 0;
}

.hatena_img2{
	width: 25%;
	position: absolute;
	right: 0;
	bottom: 0px;
}

.bes5{
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin-bottom: 2%;
}

.bes5 td{
	border: 1px solid #ccc;
	padding: 1%;
	text-align: center;
}

.td_gr{
	background-color: #ddd;
}

.kensa_li a{
	background-image: url("../images/arrow_circle.png");
	background-repeat: no-repeat;
	background-position: left center !important;
	padding-left: 4% !important;
	display: block;
	margin: 4% 1% 4% 1%;
}

/*水の惑星地球
---------------------------------------------------------------------------*/
.qa_img7{/*地球儀*/
	width: 18% !important;
	margin-top: 35px;
}

.wakusei_box_01{
	background-image: url("../images/haisui_haikei.png");
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 358px;
	margin-bottom: 8%;
}

.wakusei_box_01 h4{
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 220%;
	font-weight: bold;
	display: inline-block;
	color: #00103F;
	margin-top: 0%;
	margin-bottom: 2%;
	line-height: 125%;
	margin-left: 1.7%;
	clear: both !important;
}

.wakusei_box_01 p{
	margin: 2% !important;
	padding: 0 !important;
}

/*ここからbeautiful関連indexページのタブ*/
.wrap{
	width: 100%;
	margin: 17% auto 7% auto;
}

.body1 {
	background-color: #FFBF00;
	color: #fff;
	width: calc(100% / 4);
	padding: 1%;
}

.tab_tit{
	border-left: 8px solid #FFBF00;
	margin: 1% 0 !important;
	width: 40%;
	padding: 0 !important;
}
.body2 {
	background-color: #6ABA3A;
	color: #fff;
	width: calc(100% / 4);
	padding: 1%;
}

.tab_tit2{
	border-left: 8px solid #6ABA3A;
	margin: 0 !important;
	width: 40%;
	padding: 0 !important;
}

.body3 {
	background-color: #E06184;
	color: #fff;
	width: calc(100% / 4);
	padding: 1%;
}

.tab_tit3{
	border-left: 8px solid #E06184;
	margin: 0 !important;
	width: 40%;
	padding: 0 !important;
}


.body4 {
	background-color: #56A9D1;
	color: #fff;
	width: calc(100% / 4);
	padding: 1%;
}

.tab_tit4{
	border-left: 8px solid #56A9D1;
	margin: 0 !important;
	width: 40%;
	padding: 0 !important;
}

.intitle1{
	background-color: #FFBF00;
	color: #fff;
	width: calc(100% / 4);
	height: 70px;
	position: absolute;
	top: -18.5%;
	left:  0;
	z-index: 1000;
}

.intitle2{
	background-color: #6ABA3A;
	color: #fff;
	width: calc(100% / 4);
	height: 70px;
	position: absolute;
	top: -18.5%;
	left: 25%;
	z-index: 1000;
}


.intitle3{
	background-color: #E06184;
	color: #fff;
	width: calc(100% / 4);
	height: 70px;
	position: absolute;
	top: -18.5%;
	left: 50%;
	z-index: 1000;
}
.intitle4{
	background-color: #56A9D1;
	color: #fff;
	width: calc(100% / 3.99);
	height: 70px;
	position: absolute;
	top: -18.5%;
	left: 74.9%;
	z-index: 1000;
}
.tab-title {
    border-bottom: none;
    padding: 0.7% 0 1.3% 0% ;
    text-align: left;
    display: table;
	margin: 0 !important;
	font-size: 145%;
	font-weight: 400;
}

.tab-title img{
	margin-left: 4.5%;
	width: 29%;
}

.tab-title span{
width: calc(90% - 37%);
	text-align: left;
	display: inline-block;
	padding-left: 11.8%;
}


.tab-body{
	width: 100%;
}
.tab-body > div {
    width: 96.6%;
    min-height: 400px;
    padding: 1.7%;
}

.tab-body > div > div{
    width: 100%;
    min-height: 400px;
    padding: 1% 0;
	background-color: #fff;
}

.tab-body_img1{/*タブの中身　画像*/
		float: right;
	width: 40%;
	margin: 5.5% 4%;
}

.tab-body_img2{/*タブの中身　画像*/
		float: right;
	width: 28%;
	margin: 5.5% 4%;
}

.tab-body_img3{/*タブの中身　画像*/
		float: right;
	width: 35%;
	margin: 5.5% 4%;
}

.tab-body_img4{/*タブの中身　画像*/
		float: right;
	width: 23%;
	margin: 5.5% 4%;
}

.tab-body > div > div > div{/*タブの中身　タイトル*/
	margin: 2%  2% 2% 4% !important;
	padding: 0 2% 0 2.8% !important;
	vertical-align: middle;
}

.tab-body > div > div > div h4{/*タブの中身　タイトル*/
	font-size: 250%;
	color: #00103F !important;
	line-height: 100% !important;
}

.tab-body > div > div > div span{/*タブの中身　タイトル*/
	font-size: 110%;
	margin: 0 !important;
	padding: 0 !important;
	display: inline !important;
    color: #00103F !important;
}

.tab-body > div > div p{/*タブの中身　詳細*/
 line-height: 145%;
	font-size: 100%;
	color: #00103F !important;
	margin: 3.2% 2% 3.2% 4%;
	padding: 0;
}

.tab-body > div > div ul{/*タブの中身　リスト全体*/
	margin-left: 4%;
}

.kirei_ul_01{
	float: left !important;
	width: 23.5% !important;
	overflow: hidden;
}

.kirei_ul_01 li{
	padding-left: 13% !important;
}

.tab-body > div > div li{/*タブの中身　リスト詳細*/
	list-style: none;
	background-image: url("../images/arrow_circle.png");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 3.2%;
	margin-bottom: 1%;
}

/* radio non-display */
.container .radio {
    display: none;
}
/* tabs position */
.container {
    display: flex;
    flex-wrap: wrap;
    position: relative;
	width: 100%;
}
.container::after {
    content: "";
    width: 100%;
}

.container .tab-title:hover {
    cursor: pointer;
}
.container .tab-body {
    order: 1;
	z-index: 10000;
}
/* tab's body init */
.add-control .tab-body > div {
    display: none;
}

/* selected tab's color change */
.add-control .radio:checked + .tab-title {
    color: #fff;
}
.add-control #tab1:checked ~ .intitle1 {
	color: #fff;
    background: #FFBF00;
	height: 84px;
	position: absolute;
	top: -22.1%;
	left: 0;
}


.add-control #tab2:checked ~ .intitle2 {
	color: #fff;
    background: #6ABA3A;
	height: 84px;
	position: absolute;
	top: -22.1%;
	left:  25%;
}

.add-control #tab3:checked ~ .intitle3 {
	color: #fff;
    background: #E06184;
	height: 84px;
	position: absolute;
	top: -22.1%;
	left: 50%;
}

.add-control #tab4:checked ~ .intitle4 {
	color: #fff;
	height: 84px;
	position: absolute;
	top: -22.1%;
	left: 74.9%;
}
/* tabs control */
.add-control #tab1:checked ~ .tab-body > .body1 {
    display: block;
}
.add-control #tab2:checked ~ .tab-body > .body2 {
    display: block;
}
.add-control #tab3:checked ~ .tab-body > .body3 {
    display: block;
}
.add-control #tab4:checked ~ .tab-body > .body4 {
    display: block;
}
/*ここまでタブ*/


/*ここからbeautiful関連その他ページのタブ*/
.wrap{
	width: 100%;
	margin: 17% auto 7% auto;
}

.body1 {
	background-color: #FFBF00;
	color: #fff;
	width: calc(100% / 4);
	padding: 1%;
}

.tab_tit{
	border-left: 8px solid #FFBF00;
	margin: 1% 0 !important;
	width: 40%;
	padding: 0 !important;
}
.body2 {
	background-color: #6ABA3A;
	color: #fff;
	width: calc(100% / 4);
	padding: 1%;
}

.tab_tit2{
	border-left: 8px solid #6ABA3A;
	margin: 0 !important;
	width: 40%;
	padding: 0 !important;
}

.body3 {
	background-color: #E06184;
	color: #fff;
	width: calc(100% / 4);
	padding: 1%;
}

.tab_tit3{
	border-left: 8px solid #E06184;
	margin: 0 !important;
	width: 40%;
	padding: 0 !important;
}


.body4 {
	background-color: #56A9D1;
	color: #fff;
	width: calc(100% / 4);
	padding: 1%;
}

.tab_tit4{
	border-left: 8px solid #56A9D1;
	margin: 0 !important;
	width: 40%;
	padding: 0 !important;
}

.title1{
	background-color: #FFBF00;
	color: #fff;
	width: calc(100% / 4);
	height: 70px;
	position: absolute;
	top: -18.5%;
	left:  0;
	z-index: 1000;
}

.title2{
	background-color: #6ABA3A;
	color: #fff;
	width: calc(100% / 4);
	height: 70px;
	position: absolute;
	top: -18.5%;
	left: 25%;
	z-index: 1000;
}


.title3{
	background-color: #E06184;
	color: #fff;
	width: calc(100% / 4);
	height: 70px;
	position: absolute;
	top: -18.5%;
	left: 50%;
	z-index: 1000;
}
.title4{
	background-color: #56A9D1;
	color: #fff;
	width: calc(100% / 3.99);
	height: 70px;
	position: absolute;
	top: -18.5%;
	left: 74.9%;
	z-index: 1000;
}
.tab-title {
    border-bottom: none;
    padding: 0.7% 0 1.3% 0% ;
    text-align: left;
    display: table;
	margin: 0 !important;
	font-size: 145%;
	font-weight: 400;
}

.tab-title img{
	margin-left: 4.5%;
	width: 29%;
}

.tab-title span{
width: calc(90% - 37%);
	text-align: left;
	display: inline-block;
	padding-left: 11.8%;
}


.tab-body{
	width: 100%;
}
.tab-body > div {
    width: 96.6%;
    min-height: 400px;
    padding: 1.7%;
}

.tab-body > div > div{
    width: 100%;
    min-height: 400px;
    padding: 1% 0;
	background-color: #fff;
}

.tab-body_img1{/*タブの中身　画像*/
		float: right;
	width: 40%;
	margin: 5.5% 4%;
}

.tab-body_img2{/*タブの中身　画像*/
		float: right;
	width: 28%;
	margin: 5.5% 4%;
}

.tab-body_img3{/*タブの中身　画像*/
		float: right;
	width: 35%;
	margin: 5.5% 4%;
}

.tab-body_img4{/*タブの中身　画像*/
		float: right;
	width: 23%;
	margin: 5.5% 4%;
}

.tab-body > div > div > div{/*タブの中身　タイトル*/
	margin: 2%  2% 2% 4% !important;
	padding: 0 2% 0 2.8% !important;
	vertical-align: middle;
}

.tab-body > div > div > div h4{/*タブの中身　タイトル*/
	font-size: 250%;
	color: #00103F !important;
	line-height: 100% !important;
}

.tab-body > div > div > div span{/*タブの中身　タイトル*/
	font-size: 110%;
	margin: 0 !important;
	padding: 0 !important;
	display: inline !important;
    color: #00103F !important;
}

.tab-body > div > div p{/*タブの中身　詳細*/
 line-height: 145%;
	font-size: 100%;
	color: #00103F !important;
	margin: 3.2% 2% 3.2% 4%;
	padding: 0;
}

.tab-body > div > div ul{/*タブの中身　リスト全体*/
	margin-left: 4%;
}

.kirei_ul_01{
	float: left !important;
	width: 23.5% !important;
	overflow: hidden;
}

.kirei_ul_01 li{
	padding-left: 13% !important;
}

.tab-body > div > div li{/*タブの中身　リスト詳細*/
	list-style: none;
	background-image: url("../images/arrow_circle.png");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 3.2%;
	margin-bottom: 1%;
}

/* radio non-display */
.container .radio {
    display: none;
}
/* tabs position */
.container {
    display: flex;
    flex-wrap: wrap;
    position: relative;
	width: 100%;
}
.container::after {
    content: "";
    width: 100%;
}

.container .tab-title:hover {
    cursor: pointer;
}
.container .tab-body {
    order: 1;
	z-index: 10000;
}
/* tab's body init */
.add-control .tab-body > div {
    display: none;
}

/* selected tab's color change */
.add-control .radio:checked + .tab-title {
    color: #fff;
}
.add-control #tab1:checked ~ .title1 {
	color: #fff;
    background: #FFBF00;
	height: 84px;
	position: absolute;
	top: -22.1%;
	left: 0;
}


.add-control #tab2:checked ~ .title2 {
	color: #fff;
    background: #6ABA3A;
	height: 84px;
	position: absolute;
	top: -22.1%;
	left:  25%;
}

.add-control #tab3:checked ~ .title3 {
	color: #fff;
    background: #E06184;
	height: 84px;
	position: absolute;
	top: -22.1%;
	left: 50%;
}

.add-control #tab4:checked ~ .title4 {
	color: #fff;
	height: 84px;
	position: absolute;
	top: -22.1%;
	left: 74.9%;
}
/* tabs control */
.add-control #tab1:checked ~ .tab-body > .body1 {
    display: block;
}
.add-control #tab2:checked ~ .tab-body > .body2 {
    display: block;
}
.add-control #tab3:checked ~ .tab-body > .body3 {
    display: block;
}
.add-control #tab4:checked ~ .tab-body > .body4 {
    display: block;
}
/*ここまでタブ*/


/*美しいふくしまの水環境を求めて
---------------------------------------------------------------------------*/
/*その他ページヘッダータブ切り替え部分*/

/*ここからタブ*/
.sonota_wrap{
	width: 100%;
	margin: 14% auto 7% auto;

}

.sonota_body1 {
	background-color: #FFBF00;
	color: #fff;
	width: calc(100% / 4);
	padding: 1%;
}


.sonota_body2 {
	background-color: #6ABA3A;
	color: #fff;
	width: calc(100% / 4);
	padding: 1%;
}



.sonota_body3 {
	background-color: #E06184;
	color: #fff;
	width: calc(100% / 4);
	padding: 1%;
}




.sonota_body4 {
	background-color: #56A9D1;
	color: #fff;
	width: calc(100% / 4);
	padding: 1%;
}



.title1{
	background-color: #FFBF00;
	color: #fff;
	width: calc(100% / 4);
	height: 77px;
	position: absolute;
	top: -70% !important;
	z-index: 1000;
}

.title2{
	background-color: #6ABA3A;
	color: #fff;
	width: calc(100% / 4);
	height: 77px;
	position: absolute;
	top: -70% !important;
	z-index: 1000;
}


.title3{
	background-color: #E06184;
	color: #fff;
	width: calc(100% / 4);
	height: 77px;
	top: -70% !important;
	position: absolute;
	z-index: 1000;
}
.title4{
	background-color: #56A9D1;
	color: #fff;
	width: calc(100% / 3.99);
	height: 77px;
	top: -70% !important;
	position: absolute;
	z-index: 1000;
}


.sonotab-body{
	width: 100%;
}
.sonotab-body > div {
    width: 96.6%;
    min-height: 80px !important;
    padding: 1.7%;
}

.sonotab-body > div > div{
    width: 100%;
    min-height: 80px;
    padding: 1% 0;
	background-color: #fff;
}


.sonotab-body > div > div > div{/*タブの中身　タイトル*/
	margin: 2%  2% 2% 4% !important;
	padding: 0 2% 0 2.8% !important;
	vertical-align: middle;
}



.sonotab-body > div > div ul{/*タブの中身　リスト全体*/
	margin: 2.3% 4%;
}

.sonotakirei_ul_01{
	float: none !important;
	width: 80% !important;
	overflow: hidden;
	clear: both;
	margin-bottom: 0% !important;
	margin-top: 0 ;
}

.tab_spacer{
	margin-top: 1% !important;
}

.tab_spacer2{
	margin-top: 0% !important;
}

.sonotakirei_ul_01 li{
	padding-left: 3.4% ;


}

.sonotab-body > div > div li{/*タブの中身　リスト詳細*/
	list-style: none;
	background-image: url("../images/arrow_circle.png");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 3.2%;
	margin-bottom: 1%;
	float: left !important;
	margin-right: 4%;
}

/* radio non-display */
.container .radio {
    display: none;
}
/* tabs position */
.container {
    display: flex;
    flex-wrap: wrap;
    position: relative;
	width: 100%;
}
.container::after {
    content: "";
    width: 100%;
}

.container .sonotab-title:hover {
    cursor: pointer;
}
.container .sonotab-body {
    order: 1;
	z-index: 10000;
}
/* tab's body init */

.add-control{
	position: relative !important;
}

.add-control .sonotab-body > div {
    display: none;
}

/* selected tab's color change */
.add-control .radio:checked + .sonotab-title {
    color: #fff;
}
.add-control #tab1:checked ~ .title1 {
	color: #fff;
    background: #FFBF00;
	height: 84px;
	position: absolute;
	top: -77% !important;
	left: 0;
}


.add-control #tab2:checked ~ .title2 {
	color: #fff;
    background: #6ABA3A;
	height: 84px;
	position: absolute;
	top: -77% !important;
	left:  25%;
}

.add-control #tab3:checked ~ .title3 {
	color: #fff;
    background: #E06184;
	height: 84px;
	position: absolute;
	top: -77% !important;
	left: 50%;
}

.add-control #tab4:checked ~ .title4 {
	color: #fff;
	height: 84px;
	position: absolute;
	top: -77% !important;
	left: 74.9%;
}
/* tabs control */
.add-control #tab1:checked ~ .sonotab-body > .sonota_body1 {
    display: block;
}
.add-control #tab2:checked ~ .sonotab-body > .sonota_body2 {
    display: block;
}
.add-control #tab3:checked ~ .sonotab-body > .sonota_body3 {
    display: block;
}
.add-control #tab4:checked ~ .sonotab-body > .sonota_body4 {
    display: block;
}
/*ここまでタブ*/



/*浄化槽のしくみ
---------------------------------------------------------------------------*/
.qa_img5{/*ヘッダー右上に聴診器を持ったジョー君*/
	width: 32% !important;
	margin-top: 35px;
}

.sikumi_ye_box{
	position: relative;
	margin-bottom: 2.8% !important;
	margin-top: -7% !important;

}
.sikumi_ye_box div{
	background-color: #ddd;
	overflow: hidden;
	padding: 2% 2.5% 0% 2.5%;
}

.sikumi_ye_box img{
	position: absolute;
	left: 2%;
	top: -6.5%;
	width: 17%;
}

.sikumi_ye_box h5{
	background-color: #fff;
	color: #00103F;
	font-size: 140%;
	padding: 1.4% 7.7%;
	clear: both;
	margin-bottom: 2.8%;
	margin-top: 1.5%;
	font-weight: 600;
	margin-left:11.8%;
	line-height: 125%;
}

.sikumi_ye_box p{
	margin-top: 2.8%;
	margin-left:18%;
	margin-bottom: 2.8%;
	margin-right: 18px;
}

.sikumi_img_box{
	text-align: center;
	width: 100%;
	margin-top: 0 !important;
	padding-top: 4% !important;
	padding-bottom: 2%;
}

.sikumi_img_box img{
	width: 88%;
}

/*タブ切り替え全体のスタイル*/
.tabs5 {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  width: calc(91% - 4%);
  margin: 5% auto;
		}

/*タブのスタイル*/
.tab_item5 {
  width: calc(88% / 4);
  height: auto;
  border-top: 5px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  background-color: #fff;
  line-height: 125%;
  font-size: 88%;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  margin-right: 1%;
	padding: 1.8% 0.5%;
}
		

		
.tab_item5:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content5 {
  display: none;
  padding: 2.8% 3.5% 1%2%;
  clear: both;
  overflow: hidden;
	border-top: 1px solid #0085B2;
}

/*タブ切り替えの中身のスタイル*/
.tab_content5 h5 {
	background-color: #0085B2;
	color: #fff;
	font-size: 125%;
	font-weight: 600;
	margin: 0 !important;
	padding: 2% 2% 1.4% 2%;
	line-height: 125%;
}

.tab_content5 h6 {
	background-color: #FFDC73;
	color: #00103F;
	font-size: 100%;
	margin: 0 !important;
	padding: 1% 2%;
}

.tab_content5 dl {
	width: 100%;
	margin-top: 2.8%;
}

.tab_content5 dt {
	font-size: 125%;
	margin-bottom: 1%;
}

.tab_content5 dd {
	font-size: 100%;
	line-height: 125%;
	margin-bottom: 4%;
}

.tab_content5 dt:before {
	content:"■ ";
	color: #FF9226;
}

/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content,
#sonota:checked ~ #sonota_content{
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs5 input:checked + .tab_item5 {
  background-color: #fff;
  color: #0085B2;
  border-top: 5px solid #0085B2;
  border-left: 1px solid #0085B2;
  border-right: 1px solid #0085B2;

}

/*設置から管理の流れ
---------------------------------------------------------------------------*/
.flow_img{
	margin: -20px auto 7% auto!important;
	width: 88%;
}

.flow_img img{
	width: 100%;
}

.hourei{
	width: 90%;
	margin: 0 auto;
}

.hourei h4{
	border-left: 7px solid #1183D7;
	border-bottom: 1px solid #001966;
	font-size: 155%;
	padding: 1% 1.8%;
	clear: both;
	font-weight: 600;
	margin-bottom: 4%;
}

.hourei h5{
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 188%;
	font-weight: 600;
	clear: both;
	margin: 0 1% 4% 2%;
	line-height: 125%;
}

.hourei p{
	
}

/*タブ切り替え全体のスタイル*/
.tabs4 {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  width: 88%;
  margin: 5% auto;}

/*タブのスタイル*/
.tab_item4 {
  width: 180px;
  height: 50px;
  background-color: #DDDDDD;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #777777;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  margin-right: 15px;
}
.tab_item4:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item4"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content4 {
	display: none;
	padding: 2.5% !important;
	clear: both;
	overflow: hidden;
	background-color: #C9F0F8;
	border: 5px solid #0085B2;
	overflow: hidden;
}

/*タブ切り替えの中身のスタイル*/
.tab_content4 h5{
	background-color: #184392;
	color: #fff;
	font-size: 135%;
	font-weight: 400;
	padding: 1.1% 1.7%;
	line-height: 125%;
	margin-bottom: 2%;
}

.tab_content4 h5:before {
      content: "■ " ;
}

.tab_content4 p{
	margin-bottom: 2.8%;
}

.tab_content4 p:last-child{
	margin-bottom: 0;
}

/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs4 input:checked + .tab_item4 {
  background-color: #0085B2;
  color: #fff;
}

/*浄化槽index
---------------------------------------------------------------------------*/
.joka_main{
    width: 97%;
	overflow: hidden;
	border: 1px solid #001966;
	background-color: #59B200;
	margin: 4% auto;
}

.handa{
	float: right;
	margin: 0;
	padding: 0;
	width: 50%;
}

.joka_main h3 img{
	float: left;
	width: 50%;
	margin-bottom: 4%
}
.joka_main h4{
	color: #fff;
	font-weight: 600;
	font-size: 145%;
	margin: 0 4% 2% 4%!important;
	line-height: 125%;
	width: 44%;
	padding: 0 !important;
}

.joka_main p{
	color: #fff;
	margin: 0 4% 0 4% !important;
	padding: 0 !important;
	width: 41% !important;
	line-height: 145%;
	display: block;
	font-size: 95%;
}

.joka_main ul{
	width: 100%;
	background-color: #fff;
	clear: both;
	overflow: hidden;
}

.joka_main ul a{
	width : 24.8%;
	float: left;
	margin: 2% 0 !important;
	padding: 0 !important;
	border-right: 1px solid #001966;
	display: block;
	text-decoration: none !important;
}
.joka_main ul a:last-child {
	border-right: 0px solid #001966;	
}



.joka_main ul a li{
	font-size: 107%;
	font-weight: 600;
	letter-spacing: -2.5px;
	color: #001966 !important;
	text-decoration: none !important;
	padding-left: 22%;
	background-image: url("../images/arrow_sita.png");
	background-repeat: no-repeat;
	background-position: right 5% center;
}

.joka_main ul a li span{
	font-size: 70%;
	display: block;
	text-decoration: none !important;
}

.joka_navi_01{
	background-image: url("../images/joka_icon_01.png");
	background-repeat: no-repeat;
	background-position: 1.6% 0;
}

.joka_navi_02{
	background-image: url("../images/joka_icon_02.png");
	background-repeat: no-repeat;
	background-position: 1.6% 0;
}

.joka_navi_03{
	background-image: url("../images/joka_icon_03.png");
	background-repeat: no-repeat;
	background-position: 1.6% 0;
}
.joka_navi_04{
	background-image: url("../images/joka_icon_04.png");
	background-repeat: no-repeat;
	background-position: 1.6% 0;
}

.joka_in_box{
	width: 95%;
	margin: 8.8% auto 0 auto;
	border-left: 5px solid #001966;
	clear: both;
	overflow: hidden;
}

.joka_in_box h4{
	font-size: 180%;
	font-weight: 600;
	border-bottom: 1px solid #001966;
	margin: 0 0 4% 4%;
	padding: 0 0 1.8% 1.8%;
}

.joka_in_box h4 span{
	font-size: 55% !important;
	display: block;
	margin-bottom: 0.5%;
}

.joka_in_box div{
	width: 44%;
	float: left;
	margin: 4% 0 0 4%;
}

.joka_in_box div img{
	float: left;
	width: 35%;
	margin: 0 7% 4% 2%;
}

.joka_in_box div h5{
	font-size: 145%;
	font-weight: 600;
	margin-bottom: 5%;
}

.joka_in_box div p{
	
}

.jokaday_box{
	background-color: #00238C;
	color: #fff;
	overflow: hidden;
	clear: both;
	width: 88%;
	margin: 7% auto;
	padding: 4%;
}

.jokaday_box img{
	float: right;
	width: 28%;
	margin-left: 4%;
}

.jokaday_box h4{
	font-size: 165%;
	font-weight: 600;
	margin-bottom: 2.8%;
}

.jokaday_box p{
	margin: 0 !important;
	padding: 0 !important;
}

.jokaday_box p a{
	color: #fff !important;
}

/*浄化槽３つのルール
---------------------------------------------------------------------------*/
.rule_ind{
	width: 100%;
 display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
justify-content: space-around;
	padding-bottom: 7%;
}

.rule_box_head{
	width: 95%;
	margin: 0 auto;
}

.tit_or{
	color: #FF8000;
	font-size: 620%;
	font-weight: 600;
		font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	clear: both;
	overflow: hidden;
	line-height: 100%;
	margin: 0 !important;
	padding: 0 !important;

}

.sub_tit_or{
	background-color: #FF8000;
	color: #fff;
	clear: both;
	font-size: 135%;
	padding: 15px;
	line-height: 125%;
	margin: -15px 0 0 0 !important;
}

.tit_gr{
	color: #59B200;
	font-size: 620%;
	font-weight: 600;
		font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	clear: both;
	overflow: hidden;
	line-height: 100%;
	margin: 8% 0 0 0 !important;
	padding: 0 !important;

}

.sub_tit_gr{
	background-color: #59B200;
	color: #fff;
	clear: both;
	font-size: 135%;
	padding: 15px;
	line-height: 125%;
	margin: -15px 0 0 0 !important;
}

.tit_bl{
	color: #0085B2;
	font-size: 620%;
	font-weight: 600;
		font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	clear: both;
	overflow: hidden;
	line-height: 100%;
	margin: 8% 0 0 0 !important;
	padding: 0 !important;

}

.sub_tit_bl{
	background-color: #0085B2;
	color: #fff;
	clear: both;
	font-size: 135%;
	padding: 15px;
	line-height: 125%;
	margin: -15px 0 0 0 !important;
}

.rule_box_r{
	width: 95%;
	margin: 2.8% auto !important;
	
}

.rule_box_r img{
	float: right;
	width: 28%;
	margin-left: 2%;
}

.rule_box_r p{
	margin: 0 1.8%!important;
	padding: 0 !important;
}

.rule_box_l{
	width: 95%;
	margin: 2.8% auto;
}

.rule_box_l img{
	float: left;
	width: 28%;
	margin-right: 2%
}

.rule_box_l h5{
	font-size: 125%;
	font-weight: 600;
	margin: 2% 0;
	clear: both;

}

.rule_box_l p{
margin: 0 1.8%!important;
	padding: 0 !important;

}

.rule_box_l a{
display: block;
	text-align: right;
	background-image: url("../images/arrow_circle.png");
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 3.5%;
}

.rule_box_l p span{
background-color: #ccc;
	padding: 1% 2%;
}

.rule_box_l h6{
	background-color: #0085B2;
	background-image: url("../images/check_rd.png");
	background-repeat: no-repeat;
	background-position: center left 2%;
	padding:2% 2% 2% 7%;
	font-size: 110%;
	font-weight: 400;
	clear: both;
	margin: 5% 0 7% 0!important;

}

/*浄化槽と下水道
---------------------------------------------------------------------------*/
.gesui_box_01{
	padding-bottom: 11%;
	margin-top: -5% !important;
	padding-top: 0 !important;
}
.gesui_box_01 h4{
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 220%;
	font-weight: bold;
	color: #00103F;
	margin-top: 0%;
	margin-bottom: 2%;
	line-height: 125%;
	margin-left: 1.7%;
	clear: none !important;
}
.gesui_box_01 img{
	float: right;
	width: 28%;
	margin: 0 0 2.8% 4%;
}
.gesui_box_01 p{
	margin: 2% !important;
	padding: 0 !important;
}

.iitokoro{
	background-color: #ddd;
	overflow: hidden !important;
	clear: both;
	padding: 15px;
	margin-bottom: 8.8%;
}

.iitokoro h4{
	float: left;
	margin: 0 2% 0 0;
	padding: 0;
}

.iitokoro h5{
	background-image: url("../images/touka_wh.png");
	background-repeat: repeat-y;
	font-size: 145%;
	font-weight: 600;
	padding: 15px;
	line-height: 125%;
}


.iitokoro p{
	margin: 15px -15px 0 -15px !important;
}

.iitokoro p span{
	color: #fff;
	background-color: #00238C;
}

.gesui_tab{
	border-collapse: collapse;
	border: 1px solid #ccc;
	margin-bottom: 8%;
}

.gesui_tab td{
	border: 1px solid #ccc;
	padding: 2%;
	vertical-align: middle;
	font-size: 88%;
	line-height: 125% !important;
}

.gesui_tab td img{
	float: left;
	margin: 0 2% 2% 0;
	width: 14%;
}

.gesui_tab td a{
	font-size: 110%;
	font-weight: 600;
	display: block;
	margin-bottom: 2%;
}

.gesui_tab td h5{
	font-size: 110%;
	font-weight: 600;
	clear: both;
	margin-bottom: 1.4%;
}

.gesui_tab td p{
	margin: 0 0 3.5% 0;
	padding: 0;
}

.gesui_tab td p span{
	color: #fff;
	background-color: #00238C;
}

.td_bl{
	text-align: center;
	color: #fff;
	font-size: 100% !important;	
	background-color: #0059B2;
}

.td_gl{
	background-color: #eee;
	text-align: left;
}

.td_ye{
	background-color: #ddd;
	text-align: center;
	font-size: 100% !important;	
}


/*生活排水
---------------------------------------------------------------------------*/
.haisui_box_01{
	background-image: none;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 358px;
}

.haisui_box_01 h4{
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 220%;
	font-weight: bold;
	display: inline-block;
	color: #00103F;
	margin-top: 0%;
	margin-bottom: 2%;
	line-height: 125%;
	margin-left: 1.7%;
	clear: both !important;
}

.haisui_box_01 p{
	margin: 2% !important;
	padding: 0 !important;
}

.haisui_box_01 p span{
	background-color: #00238C;
	color: #fff;
	
}

.graph_box01{
	width: 45%;
	float: left;
	text-align: center;
	padding: 4% 2%;
}

.graph_box02{
	width: 45%;
	float: right;
	text-align: center;
	padding: 4% 2%;
}

.graph_box01 img,.graph_box02 img{
	margin: 4% auto !important;
}

.graph_box01 h5:before,.graph_box02 h5:before  {
	content:"◾️ ";
	font-size: 125% !important;
}

.graph_box01 h5,.graph_box02 h5{
	font-size: 125%;
	text-align: left !important;
	line-height: 125%;
	margin: 0 !important;
	padding: 0 !important;
}

.graph_box01 p,.graph_box02 p{
	font-size: 88%;
	text-align: left !important;
	line-height: 125%;
	margin: 3.5% 0 !important;
	padding: 0 !important;
}

.haisui_bg{
	clear: both;
	width: 100%;
	margin: 4%;
}

/*浄化槽の日
---------------------------------------------------------------------------*/
.daybox{
	width: 95%;
	margin: 0 auto;
	clear: both;
	padding-bottom: 1% !important;
}

.daybox h4{
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 220%;
	font-weight: bold;
	float: left;
	display: inline-block;
	color: #00103F;
	margin-top: 2%;
	margin-bottom: 2%;
	line-height: 125%;
}

.daybox p{
	margin: 0 !important;
	padding: 20px 0 20px 0 !important;
	display: block;
	clear: both;
}

.day_ye_box{
	background-color: #ddd;
	overflow: hidden;
	padding: 2%;
}

.day_ye_box img{
	width: 17%;
	float: left;
	margin: 1%;
}

.day_ye_box h5{
	font-size: 155%;
	margin-bottom: 2%;
	margin-top: 2%;
	font-weight: 600;
	line-height: 125%;
}



.day_ye_box ul li{
	list-style: none;
	line-height: 125%;
	margin-bottom: 0.5%;
}

.day_ye_box + p {
	text-align: right;
	margin-top: 1.7%;
	font-size: 80%;
	margin-right: 0.5% !important;
	padding-right: 0 !important;
	line-height: 125%;
}

/*災害協定
---------------------------------------------------------------------------*/
.agree_box_01{
	padding: 2.5% 1%;
	width: 92%;
	margin: 0 auto 2.5% auto;
	overflow: hidden;
}

.agree_box_01 div{
	border:1px solid #dddddd;
	padding: 8px;
	width: 35%;
	float: right;
	margin-left: 25px;
	background-color: #fff;
	
}

.agree_box_01 div img{
width: 100%;
}

.agree_box_01 div p{
	text-align: center;
	line-height: 145%;
	font-size: 80%;
	margin-top: 5.5%;
	padding-bottom: 0.5%;
	margin-bottom: 5%;
}

.agree_box_01 h3{
	margin-bottom: 35px;
	width: 55%;
}

.agree_01_p{
	
}

.agree_box_02{/*応急復旧*/
		background-color: #ddd !important;
	padding: 2%;
	width: 90%;
	overflow: hidden !important;
	clear: both;
	display: block;
	margin: 0 auto 45px auto;
}
	
.agree_box_02 div{
	clear: both;
	background-color: #fff;
	overflow: hidden;
	padding: 0;
	margin-bottom: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
	height: 40px;
}

.agree_box_02 div p{
font-size: 108%;
	background-color: #00238C;
	color: #fff;
	display: block !important;
	width: 22%;
	text-align: center;
	font-weight: 400;
	padding: 0  1.8%!important;
	margin-right: 25px;
	height: 45px;
	line-height: 45px;
}
.agree_box_02 div h3{
font-size: 108%;
	font-weight: 400;
	display: inline-block;
}
		
.agree_box_02 img{
float: left;
	margin: 1% 2.5%;
	width: 20%;
}
	
.agree_box_02 ol{
	list-style-position: outside;
	width: 60%;
	float: left;
}
	
.agree_box_02 ol li{
	line-height: 125%;
	margin-bottom: 7px;

}
	
.agree_box_03{/*災害対策関連資料*/
	width: 95%;
	clear: both;
	overflow: hidden;
	margin: 0 auto 45px auto;

}

.agree_box_03 img{/*災害対策関連資料*/
	float: left;
	width: 17%;
	margin-right: 2%;
}

.agree_box_03_in{/*災害対策関連資料*/
	float: right;
	width: 80%;
	padding: 2% 0 4% 0 !important;
}

.agree_box_03_in p{/*災害対策関連資料*/
	margin:15px 0 !important;
	padding: 0 !important;
}

.or_border{/*災害対策関連資料*/
	overflow: hidden;
	background-image: url("../images/or_border.png");
	background-repeat: repeat-x;
	background-position: 0% 50%;
	width: 100%;
	clear: both;
}

.or_border h4{/*災害対策関連資料*/
	color: #00238C !important;
	font-size: 128% !important;
	font-weight: 600 !important;
	background-color: #fff !important;
	display: inline-block;
	width: auto;
	padding-right: 10px;
}


.agree_box_03_in h5{/*災害対策関連資料*/
	font-size: 107%;
	font-weight: 600;
	margin: 10px 0;
	line-height: 125%;
}

.agree_box_03_in ul{/*災害対策関連資料*/
	list-style: none;
}

.agree_box_03_in ul li{/*災害対策関連資料*/
	line-height: 125%;
	margin-bottom: 7px;
}

/*トピックボックス*/
.topic_box{
	background-color: #ddd;
	border: 1px solid #eee;
	overflow: hidden;
	width: 88%;
	margin: 0 auto 45px auto;
	clear: both;
	padding: 3.5% 3.5% 4.5% 3.5%;
}

.topibox_header{
	width: 100%;
	clear: both;
	overflow: hidden;
	margin-bottom: 0px;
}


.topibox_header img{/*注目記事のアイコン*/
	float: left;
	width: 17%;
	margin: -2% 1% 0 0;
}

.topibox_header h3{
	font-size: 165%;
	font-weight: 600;
	padding-top: 5%;
}

.topibox_pic{
	width: 35%;
	float: right;
	padding: 8px;
	overflow: hidden;
	background-color: #fff;
	border: 1px solid #ccc;
}

.topibox_pic img{
	width: 100%;
}

.topibox_pic p{
	font-size: 88%;
	text-align: center;
	margin: 5% 2% 0% 2%;
	line-height: 125%;	
}

.topibox_body{
	width: 58%;
	float: left;
	padding: 2% 0;
}

.topibox_body h4{
	background-color: #001A66;
	color: #fff;
	font-size: 114%;
	padding: 1.6% 2.2%;
	margin: 3.5% 0;
}

.date_topi{/*日付*/
	margin: 0 !important;
	padding: 0 !important;
}

.topic_detail{
	margin: 0 !important;
	padding: 0 !important;
}

.topic_detail span{
	display: block;
	clear: both;
	margin: 4% 0;
}

.itiran_box{/*一覧のボックス*/
	width: 95%;
	margin: 5% auto;
	
}

.itiran_box div{/*一覧のボックス*/
	border-bottom: 1px solid #245099;
	margin-bottom: 2.3%;
}

.itiran_box div h4{/*一覧のボックス*/
	background-color: #001A66;
	color: #fff;
	display: inline-block;
	padding: 2% 5%;
	text-align: center;
}

.itiran_box ul{/*一覧のボックス*/
	list-style: none;
}

.itiran_box ul li{/*一覧のボックス*/
	border-bottom: 1px solid #DDDDDD;
	padding: 2%;
}

.itiran_box ul li span{/*一覧のボックス*/
	margin-right: 2%;
	
}

/*福島県との災害協定　詳細記事
---------------------------------------------------------------------------*/
.kyoutei_box{
	padding: 0 0 4.5% 0;
	margin: 0 auto ;
	clear: both;
	width: 95%;
	overflow: hidden;
}

.kyoutei_box h3{
	border-left: 7px solid #1183D7;
	font-size: 146%;
	border-bottom: 1px solid #001966;
	padding: 10px 20px;
	clear: both;
	margin-bottom: 35px;
	margin-top: 45px;
}

.kyoutei_pic{
	width: 35%;
	float: left;
	overflow: hidden;
	padding: 7px;
	background-color: #fff;
	border: 1px solid #DDDDDD;
}

.kyoutei_pic img{
	width: 100%;
}

.kyoutei_pic p{
	font-size: 88%;
	text-align: center;
	margin: 5.5% auto 2.0% auto;
	line-height: 125%;
}

.kyoutei_right{
	width: 56.5%;
	float: right;
	padding: 0 2%;
}

.kyoutei_right h4{
	background-color: #001A66;
	color: #fff;
	font-size: 131%;
	font-weight: 400;
	padding: 2.2% 2.5%;
}

.kyoutei_date{/*日付*/
	text-align: right;
	margin: 5% 0;
	padding: 0 !important;
}

.kyoutei_p{
	line-height: 145%;
	margin: 0 !important;
	padding: 0 !important;
}

.kyoutei_hosoku_01{/*災害協定の補足事項*/
	width: 95%;
	margin: 2% auto;
}

.kyoutei_hosoku_01 h4{/*災害協定の補足事項*/
	font-size: 128%;
	font-weight: 600;
}

.kyoutei_tab{/*災害協定の補足事項*/
	display: table;
	width: 100%;
	border-collapse: collapse;
	margin-top: 2%;
	margin-bottom: 7%;
}

.kyoutei_row{/*災害協定の補足事項*/
	display: table-row;
		border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.kyoutei_cell_l{
	display: table-cell;
	background-color: #ddd;
	width: 25%;
	padding: 2%;
	text-align: center;
	vertical-align: middle;
}

.kyoutei_cell_r{
	display: table-cell;
	width: 72%;
	padding: 2%;
	vertical-align: middle;
}

.kyoutei_thanks{/*感謝の言葉*/
	background-color: #ddd;
	overflow: hidden;
	width: 92%;
	margin: 2% auto 5% auto;
	padding: 2%;
}

.kyoutei_thanks img{/*感謝の言葉*/
	width: 25%;
	float: right;
	margin-left: 2.8%;
}

.kyoutei_thanks h4{/*感謝の言葉*/
	border-left: 27px solid #00238C;
	background-color: #fff;
	font-size: 135%;
	padding: 1.4% 2.2%;
	margin-bottom: 2.8%;
}

.kyoutei_thanks p{/*感謝の言葉*/
	margin: 0;
	padding: 0;
	
}

/*色合い変更
---------------------------------------------------------------------------*/
.sonota_p2{/*ヘッダーの説明文*/
	margin: 35px 25px;
	line-height: 145%;
	font-size: 100%;
}

.color_container{/*色合い変更全体の囲み*/
	width: 100%;
	overflow: hidden;
	clear: both;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
}

.color_mihon{/*色見本囲み*/
		border: 1px solid #444444;
	background-color: #fff;
	width: 60%;
	padding: 1.8%;
	overflow: hidden;
	font-size: 135%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
	align-items: center;
}

.color_red{/*色見本赤*/
	background-color: #00238C;
	color: #fff;
	width: 48.5%;
	text-align: center !important;
	height: 100%;
	line-height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
	align-items: center;
}


.color_green{/*色見本緑*/
	background-color: #00238C;
	color: #fff;
	width: 48.5%;
	text-align: center !important;
	height: 100%;
	line-height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
	align-items: center;
}



.color_btn{/*ボタンの囲み*/
	width: 34.5%;
}


/*ホバー時の透過画像*/
a:hover .color_btn1,a:hover .color_btn2{
transition: 0.5s;
	color: #000;
		text-align: center;
	background-image: url("../images/arrow_blk.png");
	background-repeat: no-repeat;
	background-position: left 8% center;
	background-color: #fff;
	border: 1px solid #000;
}


.color_btn1{/*設定するボタン*/
	background-color: #555555;
	color: #fff;
	margin-bottom: 5.5%;
	height: 80px;
	font-size: 155%;
	text-align: center;
	background-image: url("../images/arrow_wh.png");
	background-repeat: no-repeat;
	background-position: left 8% center;
	line-height: 80px;
	border: 1px solid #000;
}

.color_btn2{/*標準に戻すボタン*/
	background-color: #444444;
	color: #fff;
	height: 80px;
	font-size: 155%;
	text-align: center;
	background-image: url("../images/arrow_wh.png");
	background-repeat: no-repeat;
	background-position: left 8% center;
	line-height: 80px;
	border: 1px solid #000;
}



/*トップページメイン画像
---------------------------------------------------------------------------*/
#mainimg {
	clear: both;
	box-shadow: 0px 10px 40px rgba(0,0,0,0.2);	/*ボックスの影。右に、下に、広げる幅、0,0,0は黒の事で0.2は透明度20%の事。*/
	position: relative;
	max-width: 1400px;	/*画像の最大幅。「.inner」のmax-widthと揃える。*/
	margin: 0 auto;
}
/*左側（小さい端末だと上に位置するボタン）のボタン「職種で検索」*/
#mainimg #btn_job1 {
	position: absolute;
	left: 10%;		/*メイン画像に対して左から10%の場所に配置*/
	bottom: 20%;	/*メイン画像に対して下から20%の場所に配置*/
	width: 23%;;	/*画像幅*/
	background: #9faf35;	 /*背景色（古いブラウザ用）*/
	background: #9faf35 padding-box;	/*背景色。padding-boxは、下で設定しているボーダーの半透明を反映する為に指定。*/
	border: 6px solid rgba(159,175,53,0.4);	/*枠線の幅、線種、rgb指定での色。0.4は透明度40%の事。*/
}
/*右側（小さい端末だと下に位置するボタン）のボタン「勤務地で検索」*/
#mainimg #btn_job2 {
	position: absolute;
	left: 36%;		/*メイン画像に対して左から36%の場所に配置*/
	bottom: 20%;	/*メイン画像に対して下から20%の場所に配置*/
	width: 23%;;	/*画像幅*/
	background: #35a5af;	/*背景色（古いブラウザ用）*/
	background: #35a5af padding-box;	/*背景色。padding-boxは、下で設定しているボーダーの半透明を反映する為に指定。*/
	border: 6px solid rgba(53,165,175,0.4);	/*枠線の幅、線種、rgb指定での色。0.4は透明度40%の事。*/
}
/*ボタンのマウスオン時*/
#mainimg #btn_job1:hover,
#mainimg #btn_job2:hover{
	opacity: 0.8;	/*透明度80%にする*/
}



.top_bn{/*トップ　スライダー下のバナー画像*/
	width: 100% !important;
	padding: 3.2% 0 3.2% 0;
	overflow: hidden;
}

.top_bn li{
	width: 25%;
	border: 0px solid #222;
	text-align: center;
	list-style: none;
	display: block;
	float: left;

}

.top_bn li img{
	width: 88% !important;
	margin: 0 auto;
}

/*トップページタブ切り替え
---------------------------------------------------------------------------*/
/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  width: 100%;

}

.tabs a{
	color: #006CD8 !important;
	text-decoration: none !important;
}

.tabs a:hover{
	color: #006CD8 !important;
	text-decoration: underline !important
}

.tabs h4{
  width: calc(100%/5.6);	
	float: left;
	text-align: center;
	font-size: 145%;
	color: #001966;
	font-weight: 600;
	line-height: 50px;
	height: 50px;
}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/5.6);
  height: 50px;
  background-color: #BCDFFA;
  line-height: 50px;
  font-size: 100%;
  text-align: center;
  color: #00103F;
  display: block;
  float: left;
  text-align: center;
  font-weight: 600;
  transition: all 0.2s ease;
  margin-right: 1.4%;
}



.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 0;
  clear: both;
  overflow: hidden;
	border-top: 1px solid #245099;
}

.tab_content ul{
	margin: 35px 25px;
	padding: 0;
	
}

.tab_content ul li{
	font-size: 100% !important;
	border-bottom: 1px solid #B5CAEE;
	padding: 0.62% 1.6%;
}

.date_n{
	margin-right: 20px;
}

.new_icon{
	background-color: #D2315E;
	color: #fff;
	font-size: 95%;
	display: inline-block;
	border-radius: 4px;
	padding: 4px 8px;
	margin: 0 0 0 15px !important;
	line-height: 100% !important;
}

/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#kousin:checked ~ #kousin_content,
#osirase:checked ~ #osirase_content,
#report:checked ~ #report_content
{
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #245099;
  color: #fff;
}

/*トップページ「美しいふくしまの水環境を求めて」
---------------------------------------------------------------------------*/
.top_utksm_tit{
	font-size: 220% !important;
	text-align: center !important;
	font-weight: 500 !important;
	clear: both !important;
	margin: 65px auto 55px auto;
}

.vissible_tab{
	display: none;
}
.utksm_wrap{
	width: 98%;
	margin: 1% auto 2.2% auto;
	padding: 0;
	overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
}



.utukushima_siru ul,.utukushima_manabu ul,.utukushima_tamotu ul{
	margin: 4% 0;
	width: 100% !important;
	margin-left: 1.4%;
}

.utukushima_okonau ul{
	margin: 4% 0;
	width: 47% !important;
	float: left !important;
	margin-left: 2.2%;
}


.utksm_wrap ul li{
	font-size: 100% !important;
	background-image: url("../images/arrow_circle.png");
	background-repeat: no-repeat;
	padding-left: 25px;
	margin-bottom: 8px;
}


.utksm_wrap a{
	color: #006CD8 !important;
	text-decoration: none !important;
}

.utksm_wrap a:hover{
	text-decoration: underline !important;
}


.utukushima_siru,.utukushima_okonau,.utukushima_manabu,.utukushima_tamotu{
	width: 48.9%;
	margin: 0;
	overflow: hidden;
}

.utukushima_siru h4{/*知る*/
	background-color: #00238C;;
	background-image: url("../images/topicon_siru.png");
	background-repeat: no-repeat;
	padding: 20px 0 20px 125px !important;
	background-position: top 10px left 20px;
}

.utukushima_okonau h4{/*行う*/
	background-color: #00238C;;
	background-image: url("../images/topicon_okonau.png");
	background-repeat: no-repeat;
	padding: 20px 0 20px 125px !important;
	background-position: top 10px left 20px;
}

.utukushima_manabu h4{/*学ぶ*/
	background-color: #00238C;;
	background-image: url("../images/topicon_manabu.png");
	background-repeat: no-repeat;
	padding: 20px 0 20px 125px !important;
	background-position: top 10px left 20px;
}

.utukushima_tamotu h4{/*保つ*/
	background-color: #00238C;;
	background-image: url("../images/topicon_tamotu.png");
	background-repeat: no-repeat;
	padding: 20px 0 20px 125px !important;
	background-position: top 10px left 20px;
}

.utksm_wrap h4{
	color: #fff;
	font-size: 180%;
		padding: 10px 15px;
	width: 100%;
}

.utksm_wrap h4 span{
	color: #fff;
	font-size: 50% !important;
	clear: both;
	display: block;
	padding: 4px 0px;
}



.btn_wrap{
	width: 44%;
	display: block;
	clear: both;
	margin: -25px auto 0 auto;
}

.utks_btn_top{
	color: #fff !important;
	text-align: center;
	font-size: 170%;
	font-weight: 400;
	background-color: #001966;
	margin: 0 auto 0 auto !important;
	width: 100% !important;
	padding: 35px;
	display: block;
	background-image: url("../images/arrow_circle_wh.png");
	background-repeat: no-repeat;
	background-position: top 50% right 10%;
	line-height: 100% !important;
	clear: both;
}

a:hover .utks_btn_top {
opacity:0.62;
filter: alpha(opacity=62);
-ms-filter: "alpha( opacity=62 )";
transition: 0.5s;
}

/*トップふくしまの風景
---------------------------------------------------------------------------*/
.lands{/*全体の囲み*/
	margin: 140px 0 100px 0;
}

.fuku_icon{/*福島の地図部分*/
	text-align: center;
	width: 32%;
	float: left;
}

.fuku_icon img{/*福島の地図画像*/
	margin: 25px auto 0 auto;
	width: 80%;
}

.fuku_icon p{/*福島の地図説明部分*/
	text-align: center;
	margin: 25px auto;
}

.lands_pics{/*写真枠全体の囲み*/
	width: 65%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
justify-content: space-around;
}

.lands_pics div{/*個別の写真枠の囲み*/
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 2%;
	width: 40%
}


.lands_pics div img{/*個別の写真枠の写真画像*/
	width: 100%;
	clear: both;
	height: 250px;
	object-fit: cover;
}

.lands_pics div p{/*個別の写真枠の写真説明*/
	font-size: 88%;
	text-align: center;
	margin: 8% auto 0 auto;	
}



/*コンテンツ（mainとsubを囲むブロック）
---------------------------------------------------------------------------*/
.contents {
	clear: both;
	overflow: hidden;
	padding: 20px;	/*上下、左右に空けるボックス内の余白*/
}


/*コンテンツの段落タグ設定*/
.contents p {
	padding: 0px 20px 15px;	/*上、左右、下への余白*/
}



/*その他ヘッダー
---------------------------------------------------------------------------*/
.sonotaheader{
	background-color: #ddd;
	width: 100%;
	height: 97px;
	padding: 0 !important;
	position: relative;
	margin-top: 15px;
	clear: both;
	margin-bottom: 0px;
	z-index: 10 !important;
}

.sonotaheader2{
	background-image: url("../images/gyousei_hd.gif") !important;
	background-position: right;
	background-size: contain;
}

.sonotaheader img{
	left: 20px;
	top: -15px;
	position: absolute;
}

.sonotaheader h2{
	font-size: 220%;
	color: #001966;
	font-weight: 600;
	display: block;
	margin: 0 !important;
	padding: 25px 25px 25px 150px !important;
	line-height: 125%;
}



.kasen_bl{/*サブタイトル　下線が水色*/
	color: #00103F;
	font-size: 175%;
	font-weight: 600;
	border-bottom: 3px solid #00238C;;
	margin: 15px 0 25px 0;
	padding: 20px 0 15px 15px
}

.left_bl{/*サブタイトル　左側が水色*/
	color: #00103F;
	font-size: 145%;
	font-weight: 500;
	border-bottom: 1px solid #001966;
	border-left: 7px solid #1183D7;
	margin: 45px 2% 25px 2%;
	padding: 12px 0 12px 17px
}

.navi_cms{
	text-align: center;
	margin: 55px auto 35px auto;
}

.header_nv_01{/*ヘッダー右上に聴診器を持ったジョー君*/
	clear: both;
	overflow: hidden;
	margin-top: 45px;
	margin-bottom: 35px;
}

.header_nv_01 h3{/*ヘッダー右上に聴診器を持ったジョー君*/
	font-size: 230%;
	border-bottom: 1px solid #00103F;
	width: auto;
	display: block;
	overflow: hidden;
	padding: 20px 20px;
	margin-top: 25px;
	font-weight: 600;
}

.header_nv_01 p{/*ヘッダー右上に聴診器を持ったジョー君*/
	margin-top: 2%;
	font-weight: 40;
}

.header_nv_01 img{/*ヘッダー右上に聴診器を持ったジョー君*/
	width: 22%;
	float: right;
	margin-top: 1%;
	margin-left: 5%;
}

.qa_img{/*ヘッダー右上に聴診器を持ったジョー君*/
	width: 34% !important;
}
.qa_img2{/*ヘッダー右上に聴診器を持ったジョー君*/
	width: 28% !important;
}

.qa_img4{/*ヘッダー右上に聴診器を持ったジョー君*/
	width: 22% !important;
	margin-top: 35px;
}
.sonota_p{
	
}

/*ディスクロージャー
---------------------------------------------------------------------------*/
.body_header{/*ディスクロージャー以外についても共通*/
	padding: 1.1% 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
}

.body_header img{
	float: left;
	margin-right: 2.5%;
	margin-left: 2.5%;
	margin-bottom: 25px;
}

.body_header p{
	margin: 1.4% 0;
}

.body_header ul{
	margin: 1.4% 0;
	list-style: none;
	width: 100%;
}

.body_header ul li{
	line-height: 125% !important;
	margin-bottom: 1.6%;
}

.body_header ul li span{
	background-color: #DDDDDD;
	padding: 0.5% 1%;
	width: 110px;
	display: inline-block;
	text-align: center;
	margin-right: 1%;
}

.body_header2{/*ディスクロージャー以外についても共通*/
	padding: 2.8% 2% 1.1% 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
}

.body_header2 img{
	float: left;
	margin-right: 2.5%;
	margin-left: 2.5%;
	margin-bottom: 25px;
}

.body_header2 p{
	margin: 1.4% 0;
}

.privacy_container{/*プライバシーポリシー*/
	width: 95%;
	overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
	margin: 0 auto !important;
}

.disc_container{
	width: 95%;
	overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
	margin: 0 auto !important;
}
.disc_container div{
	width: 47%;
	padding-bottom: 45px;
	margin: 0 !important;
}

.privacy_container div{
	width: 100%;
	padding-bottom: 25px;
	margin: 0 !important;
}


.disc_container div:nth-child(odd){/*基数番目のボックスのみ適用*/
	margin-right: 4% !important;
}

.disc_container div h4,.privacy_container div h4{
	border-left: 7px solid #1183D7;
	border-bottom: 1px solid #001966;
	font-size: 145%;
	font-weight: 600;
	padding: 2.2% 4%;
	margin-bottom: 20px;
}

.disc_container div h4 span{
	font-size: 62% !important;
	font-weight: 600;
	margin-left: 2%;
}

.disc_container div ul{
	margin: 20px;
	padding: 0;
	
}

.disc_container div ul li,.privacy_container div ul li{
	list-style: none;
	background-image: url("../images/adoberead_icon.png");
	background-repeat: no-repeat;
	background-position: top 4px left 0;
	padding: 5px 35px;
	line-height: 125%;
	margin-bottom: 8px;
	margin-left: 10px;
}

.disc_container div ul li a{
	
}

/*プライバシーポリシー
---------------------------------------------------------------------------*/
.madoguti{
	background-color: #CEDBFF;
	padding: 2.5%;
	width: 88%;
	margin: 2% auto 3.2% auto;
}

.rokuon{
	background-color: #DDDDDD;
	padding: 2.5%;
	width: 88%;
	margin: 2% auto 3.2% auto;
}

.madoguti h4,.rokuon h4{
	font-size: 135%;
	clear: both;
	margin-bottom: 2%;
}

.madoguti p,.rokuon p{
	margin: 0;
	padding: 0;
}

/*名簿関連
---------------------------------------------------------------------------*/
.fjslist{
	width: 95%;
	margin: 0 auto;
	padding-bottom: 45px;
}


.fjslist li{
	list-style: none;
	display: block;
	border-bottom: 1px dotted #001966;
	overflow: hidden;
	padding-bottom: 15px;
	padding-top: 15px;
}

.sibu li{/*支部事務局　TELとFAXの縦中央*/
	list-style: none;
	display: block;
	border-bottom: 1px dotted #001966;
	overflow: hidden;
	padding-bottom: 15px;
	padding-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
     -ms-flex-align: end;
        align-items: flex-end;
}

.cell_01{
	width: 60%;
	float: left;
	padding: 0;
	margin: 0;
}

.cell_01 p{
	font-size: 125%;
	margin: 0 0 10px 0;
	padding: 0;
}

.sibu li .cell_01 p{/*支部事務局の支部タイトル*/
	font-size: 100%;
	margin: 0 0 0px 0;
	padding: 0;
}

.cell_01 p span{
	font-size: 100% !important;
	display: block;
	clear: both;
	margin: 0;
	padding: 0;
}


.cell_02{
	width: 40%;
	float: right;
	padding: 0;
	margin: 0;
	line-height: 145%;
}

.cell_002{/*支部事務局TELFAX　表示不具合修正用*/
	width: 44%;
	float: right;
	padding: 0;
	margin: 0;
	line-height: 145%;
	text-align: right;
}

.cell_002 p{/*支部事務局TELFAX　表示不具合修正用*/
	display: inline;
	margin-right: 0 !important;
	padding-right: 0 !important;
}

.cell_02 ul{
	width: 100% !important;
	clear: both !important;
	overflow: hidden;
}

.cell_02 li{
	list-style: none;
	display: block;
	float: left;
	width: calc(100% / 4);
	border-bottom: none !important;
	margin-bottom: 15px;
	padding: 2px 0 2px 0 !important;
}

.icon_or span{/*アイコンオレンジ*/
	color: #fff;
	font-size: 80%;
	text-align: center;
	background-color: #FF8000;
	margin-right: 10px;
	display: block;
}

.icon_bl span{/*アイコン青*/
	color: #fff;
	font-size: 80%;
	text-align: center;
	background-color:#0080FF ;
	margin-right: 10px;
	display: block;
}

.icon_gr span{/*アイコン緑*/
	color: #fff;
	font-size: 80%;
	text-align: center;
	background-color:#59B200 ;
	margin-right: 10px;
	display: block;
}

.icon_pi span{/*アイコンピンク*/
	color: #fff;
	font-size: 80%;
	text-align: center;
	background-color:#E6687E ;
	margin-right: 10px;
	display: block;
}

.tel{
	float: left;
	margin: 0 10px 0 0 !important;
	padding: 0 !important;
	line-height: 145%;
}

.fax{
	float: left;
	margin: 0 10px 0 0 !important;
	padding: 0 !important;
	line-height: 145%;
}

.tel2{
	float: right;
	margin: 0 10px 0 0 !important;
	padding: 0 !important;
	line-height: 145%;
}



.url{
	float: left;
	clear: both;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 145%;
}

.tel span,.fax span,.url span,.tel2 span,.cell_002 p span{/*tel2は支部の右揃えよう*/
	color: #59B200;
	margin-right: 8px;
}

.cell_002 p span{
	margin-left: 10px;
}

/*会員名簿地図ページ
---------------------------------------------------------------------------*/
.member_header{
	margin: 45px 45px;

}
.member_header img{/*左上のアイコン*/
	float: left;
	margin: 0 25px 0 0;
}

.member_header p{/*アイコンの横の説明*/
	padding: 25px 0 0 25px;
	
}

.mem_date{/*日付*/
	float: right;
	margin: 0 0 45px 0;	
}

.map_wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
	width: 100%;
}
.print_map{
	display: none;
}
@media print{/*印刷表示崩れ防止*/
.sub .box_pk {
	overflow: hidden;
	background-color: #ddd;
	padding: 17px;			/*ボックス内の余白*/
	margin-bottom: 20px;	/*ボックスの下に空けるスペース*/
	padding-top: 15px !important;
}
	
.sub .box_pk h2{/*サイドピンク色部分のタイトル*/
	display: none !important;
	margin: 0 !important;
	padding: 0 !important;
	height: 0 !important;
}


	
.pk_icon_pr{/*サイドピンク色部分のタイトル*/
	display: block !important;
	margin: 0 !important;
	padding: 0 !important;
}

.menu_tit_pr{/*サイド黄色部分のタイトル*/
	display: block !important;
	width: 58%;
	margin: 0 auto 15px auto !important;
}
.sub .box_ye h2{
	display: none;
}
	
.member_header{
	margin: 10px 45px !important;

}
.mem_date{/*日付*/
	float: right;
	margin: 0 0 0 0 !important;	
}
.map_wrap {
	display:none;
	}
.print_map{
	display: block;
	width: 88%;
	margin: 0 auto;
}


	
.kensaku_body h5{
	font-size: 70% !important;
	border-left: 35px solid #E6687E;
	background-color: #eee;
	font-weight: 600;
	padding: 13px 15px 11px 15px!important;
	width: 100%;
	margin: 45px 25px 25px 5%;
	line-height: 125%;
}
	
.kensaku_body img{
	float: right;
	margin: 1% 5.5% 25px 25px;
	width: 35% !important;
}
	
.kensaku_head{
		display: none;
}
.print_kensaku{
		display: block;
		clear: both;
}
.cp_ipselect {
	overflow: hidden;
	width: calc(100% / 4.9);
	margin: 2em 8px 2em 0px !important;
	text-align: center;
			float: left;
}
	
.kensaku_body h5{
	font-size: 106%;
	border-left: 35px solid #E6687E;
	background-color: #eee;
	font-weight: 600;
	padding: 13px 15px 11px 15px!important;
	width: 100%;
	margin: 15px 25px 15px 5% !important;
	line-height: 125%;
}
.kensaku_body p{
	margin: 14px 5% 14px 8%  !important;
	width: 77%;
	
}
}

.map_member{
	width: 80%;
	height: auto;
	margin: 0 auto !important;
	position: relative;
	overflow: hidden;
}

@media all and (-ms-high-contrast:none) {/*IE10ハック*/
.map_member{
	width: 80%;
	height: auto;
	margin: 0!important;
	position: relative;
	overflow: hidden;
}

}
_:-ms-fullscreen, :root .map_member {/*IE11ハック*/
	width: 80%;
	height: auto;
	margin: 0!important;
	position: relative;
	overflow: hidden;
}


.map_member img{/*地図画像*/
	width: 100%;
}

.sibutit a{/*支部事務局ボタン*/
	background-color: #00238C;
	color: #fff !important;
	text-align: center;
	padding: 8px 15px;
	background-image: url(../images/arrow_wh.png);
	background-repeat: no-repeat;
	background-position: right 15px center;
	width: 200px;
	text-decoration: none !important;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

.sanzyotit a{/*賛助会員ボタン*/
	background-color: #00238C;
	color: #fff !important;
	text-align: center;
	padding: 8px 15px;
	background-image: url(../images/arrow_wh.png);
	background-repeat: no-repeat;
	background-position: right 15px center;
	width: 200px;
	text-decoration: none !important;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
}

.map_member div{
	padding: 25px 0px
}

.map_member div h5{
	font-size: 140%;
	font-weight: 600;
	margin-bottom: 10px;
}

.map_member div ul{
	
}

.map_member div ul li{
	list-style: none;
	display: block;
	clear: both;
	background-image: url(../images/circle_nv.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;	
}

.houbu_01{/*会津方部*/
	position: absolute;
	top:34%;
	left: 15%;
}

.houbu_02{/*南会津方部*/
	position: absolute;
	top:55%;
	left: 15%;
}

.houbu_03{/*県北方部*/
	position: absolute;
	top:13%;
	left: 62%;
}

.houbu_04{/*県中方部*/
	position: absolute;
	top:43%;
	left: 55%;
}

.houbu_05{/*県南方部*/
	position: absolute;
	top:63%;
	left: 55%;
}

.houbu_06{/*相双方部*/
	position: absolute;
	top:10%;
	left: 80%;
}

.houbu_07{/*いわき方部*/
	position: absolute;
	top:62%;
	left: 82%;
}

.print_kensaku{
	display: none;
}

.kensaku_head{/*ここから検索部分*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
	width: 100%;
	padding-bottom: 45px;
	overflow: hidden;
		position: relative;
	margin-top: 65px;
	margin-bottom: 0;
}


.kensaku_head h4{
	width: 88%;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
	height: 100px;
	border-bottom: 1px solid #001966;
	z-index: 10 !important;
}

.kensaku_head h4 img{
	position: absolute;
	left: 5%;
	bottom: 0px;
	z-index: 100 !important;
}

@media all and (-ms-high-contrast:none) {/*IE10ハック*/
.kensaku_head h4 img{
	position: absolute;
	left: 6.5%;
	bottom: 0px;
	z-index: 100 !important;
}

}
_:-ms-fullscreen, :root .map_member {/*IE11ハック*/
.kensaku_head h4 img{
	position: absolute;
	left: 6.5%;
	bottom: 0px;
	z-index: 100 !important;
}
}

.kensaku_body{
	margin: 0 !important;
	padding: 0;
}

.kensaku_body div{
	width: 45%;
	overflow: hidden;
	margin: 0 0 0 5%;
}

.kensaku_body img{
	float: right;
	margin: 1% 5.5% 25px 25px;
	width: 40%;
}

.kensaku_body h5{
	font-size: 106%;
	border-left: 35px solid #E6687E;
	background-color: #eee;
	font-weight: 600;
	padding: 13px 15px 11px 15px!important;
	width: 100%;
	margin: 45px 25px 25px 5%;
	line-height: 125%;
}

.kensaku_body p{
	margin: 55px 5% 25px 8% ;
	width: 77%;
	
}

.kensaku_form{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
justify-content: space-around;
	clear: both;

}

.kensaku_form2{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
justify-content: space-around;
	clear: both;

}


.kensaku_form form{
	background-color: #EEEEEE;
	width: 82%;
	text-align: center;
	padding: 1.8% 3.5%;
	margin: 25px auto 45px auto;
}
.kensaku_form2 form{
	background-color: #EEEEEE;
	width: 100%;
	text-align: center;
	padding: 1.8% 3.5%;
	margin: 25px auto 45px auto;
}
		
.cp_ipselect {
	overflow: hidden;
	width: calc(100% / 4.9);
	margin: 2em 25px 2em 0px;
	text-align: center;
			float: left;
}

.cp_ipselect2 {
	overflow: hidden;
	width: 70%;
	margin: 2em 25px 2em 0px;
	text-align: center;
			float: left;
}

.cp_ipselect select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl01 {
	position: relative;
	border: 1px solid #bbbbbb;
	border-radius: 2px;
	background: #ffffff;
}
.cp_ipselect.cp_sl01::before {
	position: absolute;
	top: 0.8em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.cp_ipselect.cp_sl01 select {
	padding: 5px 38px 5px 8px;
	color: #00103F;
	font-size: 92%;
}





.sendbtn{
	display: inline-block;
	background-color: #00238C !important;
	color: #fff !important;
	text-align: center;
	height: 35px;
	border: 0px !important;
	border-radius: 0 !important;
	font-size: 100%;
	cursor: pointer;
	width: calc(100% / 4.9);
}

.sendbtn:hover{
	opacity: 0.62;
	transition: 0.5s;
}

.sendbtn2{
	display: inline-block;
	background-color: #28ADE6 !important;
	color: #fff !important;
	text-align: center;
	height: 35px;
	border: 0px !important;
	border-radius: 0 !important;
	font-size: 100%;
	cursor: pointer;
	width: calc(100% / 4.9);
}

.sendbtn2:hover{
	opacity: 0.62;
	transition: 0.5s;
}

/*ここから法定検査年度検索用*/

.cp_ipselect2 select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


.cp_ipselect2 select::-ms-expand {
    display: none;
}
.cp_ipselect2.cp_sl01 {
	position: relative;
	border: 1px solid #bbbbbb;
	border-radius: 2px;
	background: #ffffff;
}
.cp_ipselect2.cp_sl01::before {
	position: absolute;
	top: 0.8em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.cp_ipselect2.cp_sl01 select {
	padding: 5px 38px 5px 8px;
	color: #00103F;
	font-size: 92%;
}

.kensadata{/*検査結果データ*/
	margin: 0 2% !important;
	padding: 0 !important;
}

.kensadata li{/*検査結果データ*/
	margin-bottom: 1.4%;
	line-height: 125%;
}

/*リンク集
---------------------------------------------------------------------------*/
.link_box{
	padding: 0 0 8.8% 0;
	margin: 0 auto ;
	clear: both;
	width: 95%;
	overflow: hidden;
}

.link_box h3{
	border-left: 7px solid #1183D7;
	font-size: 146%;
	border-bottom: 1px solid #001966;
	padding: 10px 20px;
	clear: both;
	margin-bottom: 2.8%;
	margin-top: 0%;
}

.link_navi{
	width: 100%;
	clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
	margin: 4% auto 7% auto;
}

.link_navi div{
	width: 45%;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
	margin: 0 auto;
}

.link_navi img{
	float: left;
	margin: 2.8% 0;
}

.link_navi p{
	font-size: 125%;
	font-weight: 600;	
}

.link_map{/*ふくしま市町村リンク用地図マップ*/
	width: 77%;
	margin: 8% auto 8% auto;
		position: relative;
}

.link_map img{/*ふくしま市町村リンク用地図マップ*/
	width: 100%;
	margin: 0;
	padding: 0;

}

.link_map ul{/*ふくしま市町村リンク用地図マップ*/
	margin: 0;
	padding: 0;
}

.link_map ul li{/*ふくしま市町村リンク用地図マップ*/
	list-style: none;
	font-size: 128%;
	font-weight: 600;
	background-image: url("../images/circle_bl.png");
	background-repeat: no-repeat;
	background-position: top 0 left 0;
	padding-left: 4%;
}

.link_mp_01{/*会津*/
	position: absolute;
	left: 6.5%;
	top: 43%;
}

.link_mp_02{/*南会津*/
	position: absolute;
	left: 6.5%;
	top: 65%;
}

.link_mp_03{/*県北*/
	position: absolute;
	left: 40%;
	top: 22%;
}


.link_mp_04{/*県中*/
	position: absolute;
	left: 40%;
	top: 42%;
}
.link_mp_05{/*県南*/
	position: absolute;
	left: 40%;
	top: 62%;
}

.link_mp_06{/*相双*/
	position: absolute;
	left: 72%;
	top: 28%;
}

.link_mp_07{/*いわき*/
	position: absolute;
	left: 72%;
	top: 65%;
}

.link_wrap{
	width: 99%;
	margin: 0 auto;
	overflow: hidden;
}
.link_det_1,.link_det_2,.link_det_3{/*ふくしま関連リンク集*/
	width: 33.1%;
	float: left;
}

.link_wrap dl{/*ふくしま関連リンク集　写真*/
	border: 1px solid #ddd;
	padding: 7px;
	margin-bottom: 10%;
}

.link_wrap dt img{/*ふくしま関連リンク集　写真*/
	width: 100%;
}

.link_wrap dd{/*ふくしま関連リンク集　写真*/
	font-size: 88%;
	line-height: 125%;
	padding: 3.5% 2% 2% 2%;
	text-align: center;
}



.link_det_l{
	width: 50%;
	float: left;	
}

.link_det_r{
	width: 50%;
	float: right;	
}

.link_det_l div,.link_det_r div,.link_det_1 div,.link_det_2 div,.link_det_3 div{
	width: 90%;
	clear: both;
	margin: 0 auto;
}

.link_det_l div h4,.link_det_r div h4,.link_det_1 div h4,.link_det_2 div h4,.link_det_3 div h4{
 background-color: #C0EAF8;
	border-bottom: 1px solid #00238C;
	font-size: 118%;
	font-weight: 600;
	padding: 2.2% 3%;
	margin-bottom: 2.5%;
	line-height: 125%;
}

.link_det_l div ul,.link_det_r div ul,.link_det_1 div ul,.link_det_2 div ul,.link_det_3 div ul{
	margin-bottom: 18%;
}

.link_det_l div li,.link_det_r div li,.link_det_1 div li,.link_det_2 div li,.link_det_3 div li{
	border-bottom: 1px solid #dddddd;
	background-image: url("../images/arrow_nv.png");
	background-repeat: no-repeat;
	padding: 2.5% 2.5% 2.5% 7%;
	background-position: top 50% left 3.1%;
}

/*お知らせ（NEWS）
---------------------------------------------------------------------------*/
.news_header{
	width: 80%;
	margin: 5.5% auto;
	background-color: #fff;
	border: 1px solid #ddd;
	overflow: hidden;
	padding: 2% 5% 5% 5%;
	
}

.news_box_01{
	clear: both;
	width: 100%;
	overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
}

.news_box_01 img{	
	float: left;
	margin-right: 2%;
	width: 20%;
}

.news_box_01 h3{
	font-size: 145%;
	width: 75%;
}

.news_box_02{
	background-color: #eee;
	border: 1px solid #ccc;
	padding: 7px;
	text-align: center;
	width: 40%;
	float: right !important;
	margin-left: 3.5%;	
}

.news_box_02 p{
text-align: center;
	margin: 4% auto 0% auto;
	font-size: 80%;
	line-height: 125% !important;
}

.news_box_02 img{
	width: 100%;
}

.nh_detail{
margin: 0 !important;
	padding: 0 !important;
	
}


.news_header span{
	display: block;
	font-size: 100%;
	margin: 2.5% 0 2.5% 0 !important;
	padding: 0;
}

/*動画埋め込み*/

.movie_container{
	overflow: hidden; 
	padding: 1% 0%;
	width: 98.7%;
	clear: both;
	margin: 0 auto;
}

.movie_container p{
	text-align: center;
	line-height: 125%;
	padding: 0.8% 1% 2% 1% !important;
	font-size: 80%;
}
.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

/*ここからお知らせページののタブ*/
/*タブ切り替え全体のスタイル*/
.tabs2 {
  margin-top: 50px;
  padding-bottom: 40px;

  width: 90%;
  margin: 5% auto;	
}
.itiran_btn{/*一覧ボタン*/
	display: block !important;
	float: right;
	margin: 2% 0 2% 0 !important;
	background-image: url("../images/arrow_nv.png");
	background-repeat: no-repeat;
	background-position: top 50% left 0;
	padding-left: 2%;
	font-size: 88%;
	clear: both !important;
}

/*タブのスタイル*/

	
.tab_item2 {
  width: 23.5%;
  height: 50px;
  border-bottom: 0px solid #245099;
  background-color: #BCDFFA;
  line-height: 50px;
  font-size: 100%;
  text-align: center;
  color: #00103F;
  display: block;
  float: left;
  text-align: center;
  font-weight: 400;
  transition: all 0.2s ease;
	margin-right: 2%;
}

.last {
	margin-right: 0%;
	width: 23.5%;
}

.tab_item2:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item2"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content2 {
  display: none;
  padding: 0;
  clear: both;
  overflow: hidden;

}


/*選択されているタブのコンテンツのみを表示*/
#all2:checked ~ #all_content2,
#programming2:checked ~ #programming_content2,
#design2:checked ~ #design_content2,
#sonota2:checked ~ #sonota_content2	{
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs2 input:checked + .tab_item2 {
  background-color: #245099;
  color: #fff;
}

.tab_content2 ul{
	margin: 5% 0 0 0 !important;
	padding: 0;
}

.tab_content2 li{
	border-bottom: 1px solid #ddd;
	list-style: none;	
	padding: 1% 1.4%;
}

.tab_content2 li span{
	margin-right: 2%;
}

/*お知らせカテゴリ別
---------------------------------------------------------------------------*/
.cate_body{
	width: 95%;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 8%;
}



.cate_body h3{
	border-left: 7px solid #1183D7;
	font-size: 146%;
	border-bottom: 1px solid #001966;
	padding: 10px 20px;
	clear: both;
	margin-bottom: 2.8%;
	margin-top: 5%;
}

.cate_body div ul{
	margin: 2.5% 0 0 0;
	padding: 0;
}

.cate_body div li{
	border-bottom: 1px solid #ddd;
	list-style: none;	
	padding: 1% 1.4%;
}

.cate_body div li span{
	margin-right: 2%;
}

/*お知らせ（NEWS）詳細
---------------------------------------------------------------------------*/
.detail_body{
	width: 95%;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 8%;
}



.detail_body h3{
	border-left: 7px solid #1183D7;
	font-size: 146%;
	border-bottom: 1px solid #001966;
	padding: 10px 20px;
	clear: both;
	margin-bottom: 2.8%;
	margin-top: 5%;
}

.detail_body h4{
	font-size: 125%;
	padding: 1% 2% 0.7% 2%;
	margin-bottom: 2.8%;
	margin-top: 0;
	line-height: 135%;
	font-weight: 400;
	background-color: #001966;
	color: #fff;
}

.detail_pics{/*写真部分のコンテナ*/
	width: 40%;
	float: right;
	overflow: hidden;
	text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
	margin:0% 0 1% 2.2% !important;
  -webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
}



.det_pic_01{/*1枚目の写真*/
	width: 100%;
	padding: 0% 2% 1% 2%!important;
	overflow: hidden;
}

.det_pic_01 img{
	width: 100%;
	height: 280px;
	object-fit: cover;
}

.det_pic_01 p{
	text-align: center;
	line-height: 125%;
	padding: 2% 1% 2% 1% !important;
	font-size: 80%;
}

.det_pic_02,.det_pic_03,.det_pic_04,.det_pic_05{/*２枚目以降の写真*/
	width: 46%;
	padding: 0 2%;
}

.det_pic_02 img,.det_pic_03 img,.det_pic_04 img,.det_pic_05 img{
	width: 100% !important;
	height: 145px !important;
	object-fit: cover;
}

.object-fit-img {/*ＩＥ用*/
  width: 100% !important;
  height: 280px !important;
  object-fit: cover;
  font-family: 'object-fit: cover;'
}

.object-fit-img {/*トリミングするため　2枚目以降の画像について横は100%縦は揃える*/
  object-fit: cover;
  font-family: 'object-fit: cover;'
}

.det_pic_02 p,.det_pic_03 p,.det_pic_04 p,.det_pic_05 p{
	text-align: center;
	line-height: 125%;
	padding: 3.5% 3.5% 5.0% 3.5%;
	font-size: 80%;
}

.det_date{/*日付*/
	display: inline-block;
	margin: 0 0 2% 0;
	padding: 0;
}

.detail_p{/*メインの文章*/
	margin: 0 4% 2.5% 0 !important;
	padding: 0 !important;
}

.detail_body dl{
	width: auto;
}

.detail_body dt{
	border-bottom: 0px solid #001966;
	margin-bottom: 2%;
	margin-top: 5.5% !important;
}

.detail_body dt span{
	display: inline-block;
	background-color: #001966;
	color: #fff;
	text-align: center;
	font-size: 92%;
	padding: 1% 1.4%;
	line-height: 100%;
	width: 110px;
}


.detail_body dd{
	border-bottom: 0px solid #ddd;
	padding: 0 0 0 2%;
	font-size: 92%;
	line-height: 165%;
	border-left: 4px solid #ccc;
	margin-bottom: 1%;
}

.detail_body dd span{
	background-color: #ddd;
	font-size: 77%;
	line-height: 145%;
	display: block !important;
	padding: 0.5% 1% !important;
	margin-top: 0.5%;
	margin-right: 1% !important;
	overflow: hidden !important;
	height: auto !important;
}

/*協会のご案内「概要」
---------------------------------------------------------------------------*/
.gaiyou_box{
	padding: 0 0 8.8% 0;
	margin: 0 auto ;
	clear: both;
	width: 95%;
	overflow: hidden;
}

.gaiyou_box h4{
	border-left: 7px solid #1183D7;
	font-size: 146%;
	border-bottom: 1px solid #001966;
	padding: 10px 20px;
	clear: both;
	margin-bottom: 2.8%;
	margin-top: 13%;
}

.gaiyou_box h4:first-child{
	margin-top: 4%;
}

.gaiyou_header{
	width: 99% !important;
	margin: 0 auto 0 auto !important;
	padding: 2.8% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -ms-flex-direction: row;
         flex-direction: row;
     -ms-flex-align: center;
        align-items: center;
	overflow: hidden;
}

.gaiyou_header img{
	width: 18%;
	height: auto;
	margin: 0% 2.8% 1.8% 2.8%;
}


.gaiyou_header div{
display: table-cell;
	font-size: 128%;
	font-weight: 600;
	line-height: 145%;
	vertical-align: middle;
}

.kaisyou{
	background-color: #ddd;
	overflow: hidden;
	width: 100%;
	padding: 0% !important;
	margin-bottom: 5%;
}

.ks_box_01_wrap{
display: table;
	width: 96%;
	overflow: hidden;
	margin: 2%;
}

.ks_box_01{
display: table-row;
}


.ks_box_01 h5{
	font-size: 145%;
	border-right: 1px solid #000000;
	width: 20% !important;
	text-align: center;
	margin: 0;
	padding: 1%;
	display: table-cell;
	vertical-align: middle;
}

.ks_box_01 div{
	width: auto !important;
	text-align: left;
	margin: 0 !important;
	padding: 0px 20px 0px 15px!important;
	height: auto;
	line-height: 125%;
	display: table-cell;
	vertical-align: middle;
}


.box_02_wrap{
	display: table;
	width: 96%;
	background-color: #000;
	margin: 2%;
	clear: both;
}
.ks_box_02{
	background-color: #bbb;	
	display: table-row;
	overflow: hidden;
	margin: 0px;
	font-size: 95%;
	padding: 15px !important;
}

.ks_box_02 span{
	background-color: #FFFFFF;
	width: 20% !important;
	text-align: center;
	margin: 0 !important;
	padding: 1%;
	height: auto;
	line-height: 125%;
	display: table-cell;
	vertical-align: middle;
}

.ks_box_02 div{
	width: auto !important;
	text-align: left;
	margin: 0 !important;
	padding: 1% 2.8%;
	height: auto;
	line-height: 125%;
	display: table-cell;
	vertical-align: middle;
}

.mascot{
	width: 100%;
	clear: both;
	overflow: hidden;
}

.mascot div{
	width: 50%;
	float: left;
	overflow: hidden;
}

.mascot div img{
	float: left;
	width: 20%;
}

.mascot div dl{
	float: right;
	width: 75%;
}

.mascot div dt{
	font-size: 165%;
	margin-bottom: 4%;

}

.mascot div dt span{
	font-size: 65%;
	clear: both !important;
	display: block;
	margin-top: 1.4%;
}

.mascot div dd{
	font-size: 88%;
	margin-right: 2%;
}

/*組織図
---------------------------------------------------------------------------*/
.sosikizu_box{
	padding: 0 0 8.8% 0;
	margin: 0 auto ;
	clear: both;
	width: 95%;
	overflow: hidden;
}
.sosikizu_box h4{
	border-left: 7px solid #1183D7;
	font-size: 146%;
	border-bottom: 1px solid #001966;
	padding: 10px 20px;
	clear: both;
	margin-bottom: 35px;
}

.sosiki_tab{
	display:table;
	width: 100%;
	border-collapse: collapse;
}


.sosiki_row{
	display: table-row;
	width: 100%;
	border-bottom: 1px dotted #999;
}

.sosiki_cell_l{
	display: table-cell;
	vertical-align: middle !important;
	width: 20%;
	padding: 2%;
}

.sosiki_img{
	text-align: center;
	padding: 5%;
}


.sosiki_cell_r{
	display: table-cell;
	vertical-align: middle !important;
	padding: 2%;
	width: 80%;
}

.sosiki_img{
	margin: 4% auto !important;
}


/*会報
---------------------------------------------------------------------------*/
.cms_navi{
	text-align: center;
	margin: 65px auto;
}

.kaihou_box{
	padding: 0 0 8.8% 0;
	margin: 0 auto ;
	clear: both;
	width: 95%;
	overflow: hidden;
}

.kaihou_box h4{
	border-left: 7px solid #1183D7;
	font-size: 146%;
	border-bottom: 1px solid #001966;
	padding: 10px 20px;
	clear: both;
	margin-bottom: 35px;
}

.kaihou_l{
	width: 28%;
	margin: 0;
	float: left;
	padding: 0;
	overflow: hidden;
	text-align: center;
}

.kaihou_l img{
	border: 1px solid #ccc;
	width: 70%;
	height: auto;
	margin: 0 auto !important;
}

.kaihou_r{
	width: 67%;
	float: right;
	padding: 1% 1% 0 0;

}

.kaihou_link
{
	background-image: url("../images/adoberead_icon.png");
	background-repeat: no-repeat;
	padding: 0 0 0 5.5% !important;
	font-size: 100%;
	margin-bottom: 25px;
}

.kaihou_r h5{
	background-color: #00238C;
	color: #fff;
	font-size: 110%;
	padding: 10px 20px;
	clear: both;
	margin-bottom: 25px;
}

.kaihou_r_p{
	margin: 0 0 0 0 !important;
	padding: 0;
}



/*BOD測定について
---------------------------------------------------------------------------*/
.bod_why_wrap{
position: relative;	
	overflow: hidden;
	width: 100%;
}
.bod_why{
	background-color: #ddd;
	width: 100%;
	overflow: hidden;
	margin-top: 45px;
}

.bod_why h4{
font-size: 145%;
	background-color: #fff;
	margin: 20px;
	clear: both;
	padding: 10px 15px;
	margin-bottom: 25px;
	font-weight: 600;
}

.bod_why h4 span{
color: #00238C;
}

.bod_why div{
background-color: #fff;
	padding: 15px;
	width: 25%;
	float: left;
	margin: 0 20px 20px 20px !important;
}

.bod_why div ul{
 list-style: none;
}

.bod_why div ul li{
font-size: 100%;
}

.bod_why div ul li:last-child {
  font-size: 80%;
}

.bod_why div ul li{
font-size: 100%;
}

.bod_why div ul li span{
font-size: 180%;
	color: #00238C;
}

.bod_why p{
 width: 70%;
}

.tobod{
	background-image: url("../images/arrow_circle.png");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 4%;
	margin-bottom: 2% !important;
	display: inline-block;
}

.hatena_img{
	width: 25%;
	position: absolute;
	right: 0;
	bottom: 0px;
}



.bod_honkaku{
	overflow: hidden;
	clear: both;
	margin: 45px 0;
}

.bod_honkaku h4{
		color: #00238C;;
	font-weight: 600;
	font-size: 135%;
	border-bottom: 1px solid #00238C;;
	padding: 5px 0px;
	margin-bottom: 20px;
	clear: both !important;
}


.bod_box_01{
	padding: 0px 20px 20px 0px;
	width: 48%;
	float: left;
}

.bod_box_01 h5{
color: #FFFFFF;
	font-size: 130%;
background-color: #245099;
	padding: 10px 15px;
	margin-bottom: 20px;

}


.bod_box_01 p{
	margin: 0 !important;
	padding: 0 !important;
	
}

.bod_pic_wrap{
 width: 48%;
	float: right;
display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
}

.bod_pic{
	background-color: #eee;
	border: 1px solid #ccc;
	padding: 5px;
	width: 45%;
}



.bod_pic img{
	margin: 0;
}
.bod_pic p{
	font-size: 77%;
	margin: 15px auto 0 auto;
	text-align: center;
	line-height: 125%;
}



.subtit_nv{
	border-left: 7px solid #1183D7;
	border-bottom: 1px solid #001966;
	font-size: 155% !important;
	padding: 10px 15px;
	margin-bottom: 35px;
	clear: both;
	float: none;
}

.hosoku_ye{
	background-color: #ddd;
	margin-bottom: 25px;
	padding: 20px 20px;
}

.hosoku_li_01{
	
}

.hosoku_li_01 li { 
	list-style:none; 
	position: relative;
	margin: 0 0 0 45px;
}
.hosoku_li_01 li:before { 
	content:"※１"; 
	position: absolute;
	top: 0;
	left: -45px;
}

.hosoku_li_02 li { 
	list-style:none; 
	position: relative;
	margin: 0 0 0 45px;
}
.hosoku_li_02 li:before { 
	content:"※２";
	position: absolute;
	top: 0;
	left: -45px;
}

.hosoku_li_03 li { 
	list-style:none; 
	position: relative;
	margin: 25px 0 0 45px;
}
.hosoku_li_03 li:before { 
	content:"（例）";
	position: absolute;
	top: 0;
	left: -45px;
}

.bod_map{
	width: 80%;
	height: auto;
	margin: 0 auto !important;
	position: relative;
	overflow: hidden;
	padding: 45px 0 45px 0;
	/*background-color: #eee;*/
}



.bod_map li{
	list-style: none;
	background-image: url("../images/circle_or.png");
	background-repeat: no-repeat;
	padding-left: 1.7%;
	font-size: 88%;
	line-height: 100%;
	background-position: 0 1px;
}


.bod_aidu li{
	position: absolute;	
}

/*会津*/
.kitakata{	
	top: 25%;
	left: 28%;
}

.kitasiobara{	
	top: 28%;
	left: 38%;
}


.nisiaidu{	
	top: 31%;
	left: 20.5%;
}

.inawasiro{	
	top: 32%;
	left: 42%;
}

.aidubange{	
	top: 35%;
	left: 27%;
}

.bandai{	
	top: 36%;
	left: 39%;
}

.yukawa{	
	top: 39%;
	left: 30%;
}

.kanayama{	
	top: 45%;
	left: 14%;
}

.yanaidu{	
	top: 44%;
	left: 23.5%;
}

.wakamatu{	
	top: 43%;
	left: 32.5%;
}

.misima{	
	top: 48%;
	left: 22%;
}

.aidumisato{
		top: 47%;
	left: 33%;
}

.syouwa{	
	top: 53%;
	left: 23%;
}

.bod_minamiaidu li{
	position: absolute;	
}

/*南会津*/
.tadami{	
	top: 58%;
	left: 8%;
}

.simogou{	
	top: 61%;
	left: 28%;
}


.minamiaidu{	
	top: 70%;
	left: 16%;
}

.hinoemata{	
	top: 75%;
	left: 10%;
}


.bod_kenpoku li{
	position: absolute;	
}

/*県北*/
.kunimi{	
	top: 13%;
	left: 62%;
}


.kori{	
	top: 16%;
	left: 59%;
}


.date{	
	top: 20%;
	left: 61%;
}


.fukushima{	
	top: 23%;
	left: 53%;
}

.kawamata{	
	top: 26%;
	left: 62%;
}

.nihonmatu{	
	top: 29%;
	left: 57%;
}


.otama{	
	top: 33%;
	left: 55%;
}

.motomiya{	
	top: 37%;
	left: 58%;
}


.bod_kencyu li{
	position: absolute;	
}

/*県中*/
.tamura{	
	top: 45%;
	left: 66%;
}

.koriyama{	
	top: 48%;
	left: 49%;
}


.miharu{	
	top: 48%;
	left: 59%;
}

.sukagawa{	
	top: 52%;
	left: 52%;
}

.ono{	
	top: 52%;
	left: 64%;
}

.tenei{	
	top: 55%;
	left: 42%;
}
.kagamiisi{	
	top: 56%;
	left: 55%;
}

.hirata{	
	top: 57%;
	left: 64%;
}

.tamagawa{	
	top: 60%;
	left: 59%;
}
.isikawa{	
	top: 64%;
	left: 61%;
}

.asakawa{	
	top: 67%;
	left: 59%;
}

.hurudono{	
	top: 70%;
	left: 66%;
}

.bod_kennan li{
	position: absolute;	
}

/*県南*/
.yabuki{	
	top: 63%;
	left: 53%;
}

.nisigou{	
	top: 64.5%;
	left: 40%;
}

.izumizaki{	
	top: 66%;
	left: 50%;
}
.nakazima{	
	top: 69.5%;
	left: 54%;
}

.sirakawa{	
	top: 72%;
	left: 49%;
}
.tanagura{	
	top: 77%;
	left: 54%;
}

.samekawa{	
	top: 78%;
	left: 62%;
}


.hanawa{	
	top: 81.5%;
	left: 56%;
}

.yamaturi{	
	top: 86%;
	left: 58%;
}

.bod_sousou li{
	position: absolute;	
}

/*相双*/
.sinti{	
	top: 15%;
	left: 80.5%;
}
.souma{	
	top: 21%;
	left: 79%;
}
.iidate{	
	top: 26%;
	left: 72%;
}
.minamisouma{	
	top: 28%;
	left: 82%;
}
.namie{	
	top: 33%;
	left: 78%;
}
.katurao{	
	top: 38%;
	left: 74%;
}
.hutaba{	
	top: 41%;
	left: 84%;
}
.ookuma{	
	top: 45%;
	left: 80%;
}
.tomioka{	
	top: 49%;
	left: 83%;
}
.kawauti{	
	top: 53%;
	left: 74%;
}
.naraha{	
	top: 53%;
	left: 83%;
}
.hirono{	
	top: 57%;
	left: 81.5%;
}

.bod_iwaki li{
	position: absolute;	
}

/*いわき*/
.iwaki{	
	top: 71%;
	left: 75%;
}


/*BOD組合*/

.bod_kumiai{
	
}

.bod_kumiai h5{
	background-color: #245099;
	color: #fff;
	font-size: 130%;
	padding: 10px 15px;
}

.bod_kumiai p{
	margin: 20px 0 0 0;
}

.bod_tab{
	border-collapse: collapse;
	margin: 0 0 45px 0;
	width: 100%;
}


.bod_tab td{
	padding: 10px;
	line-height: 125%;
	border: 1px solid #ccc;
	font-size: 88%;
}

.td_ye{
	background-color: #ddd;
	text-align: center;
}

.bod_tab2{
	border-collapse: collapse;
	margin: 0 auto 45px auto;
	width: 97%;
	clear: both;
}


.bod_tab2 td{
	padding: 10px;
	line-height: 125%;
	border: 1px solid #ccc;
	font-size: 88%;
}

.arrow_r{
	float: right;
	display: inline-block;
	background-image: url("../images/arrow_circle.png");
	background-repeat: no-repeat;
	background-position: left center;
	padding: 2px 0 2px 28px !important;
	margin: 0 20px 0 0;
	clear: both;
	margin-bottom: 35px;
	line-height: 100%;
}


/*メインコンテンツ
---------------------------------------------------------------------------*/
.main {
	float: left;	/*左に回り込み*/
	width: 74.7%;		/*幅*/
}

.topmain {
	float: none;	/*左に回り込み*/
	width: 100%;		/*幅*/
	clear: both;
	padding: 0;
	margin: 0;
}
/*1カラム時のメインコンテンツ*/
.contents.c1 .main {
	float: none;
	width: auto;
}

/*求人一覧ページの各ブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
.list {
	position: relative;
	overflow: hidden;
	padding: 20px;		/*ボックス内の余白*/
	border: 4px solid #dcdcdc;	/*枠線の幅、線種、色*/
	margin-bottom: 50px;		/*ボックス間の余白*/
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1) inset;	/*ボックスの影。右へ、下へ、広げる幅、0,0,0は黒の事で0.1は透明度10%の事。insetは内側への影、という意味。*/
}
/*ボックス内のh4タグ設定*/
.list h4 {
	font-size: 28px;	/*文字サイズ*/
	color: #a21e1e;		/*文字色*/
}
.list h4 a {
	color: #a21e1e;	/*リンクテキストの文字色*/
}
/*ボックス内のp(段落)タグ設定*/
.list p {
	padding: 0px 0px 10px;	/*上、左右、下への余白*/
}
/*「詳細を見る・応募する」ボタン*/
a.btn {
	display: block;
	text-decoration: none;
	background: #a21e1e;	/*背景色（古いブラウザ用）*/
	background: linear-gradient(#d42a2a, #a21e1e);	/*グラデーション*/
	color: #fff;	/*文字色*/
	font-size: 20px;	/*文字サイズ*/
	text-align: center;	/*文字をセンタリング*/
	padding: 10px;		/*ボタン内の余白*/
	border-radius: 4px;	/*角丸のサイズ*/
	letter-spacing: 0.2em;	/*文字間隔を広くとる設定*/
	box-shadow: 2px 2px 5px rgba(0,0,0,0.3);	/*ボックスの影。右に、下に、広げる幅、0,0,0は黒の事で0.15は透明度15%の事。*/
}
/*「詳細を見る・応募する」ボタン。マウスオン時。*/
a:hover.btn {
	position: relative;top:1px;left:1px;	/*マウスオン時に少し移動させる設定。*/
	box-shadow: none;	/*ボックスの影を消す設定。*/
	background: linear-gradient(#a21e1e, #d42a2a);	/*グラデーション*/
}
/*アイコン（正社員、アルバイト、パート、未経験可、など）共通*/
.icon {
	display: inline-block;
	margin: 2px;
	font-size: 12px;	/*文字サイズ*/
	padding: 0 5px;		/*ボックス内の余白*/
	border-radius: 4px;	/*角丸のサイズ*/
	border: 1px solid #ccc;	/*枠線の幅、線種、色*/
	background: #eee;	/*背景色（古いブラウザ用）*/
	background: linear-gradient(#fff, #eee);	/*グラデーション*/
}
.icon a {
	text-decoration: none;
}
/*アイコン色付き（正社員）*/
.icon.color1 {
	border: 1px solid #a21e1e;	/*枠線の幅、線種、色*/
	background: #d42a2a;	/*背景色（古いブラウザ用）*/
	background: linear-gradient(#d42a2a, #a21e1e);	/*グラデーション*/
	color: #fff;	/*文字色*/
}
/*アイコン色付き（アルバイト）*/
.icon.color2 {
	border: 1px solid #161995;	/*枠線の幅、線種、色*/
	background: #2b2ebc;	/*背景色（古いブラウザ用）*/
	background: linear-gradient(#2b2ebc, #161995);	/*グラデーション*/
	color: #fff;	/*文字色*/
}

/*一覧ページのボックス内の右上のマーク
（CMSの場合は管理ページだと「オプション1」～のプルダウン、setup.phpだと「オプション選択肢」に関連します）
---------------------------------------------------------------------------*/
/*option1〜option3、と、newアイコン共通*/
.option1,.option2,.option3,.new {
	font-size: 10px;	/*文字サイズ*/
	text-align: center;
	display: block;
	width: 90px;
	padding-top: 10px;
	position: absolute;
	right: -20px;
	top: -20px;
	transform: rotate(45deg) translate(22px);
}
/*option1*/
.option1 {
	color: #FFF;	/*文字色*/
	background: #f83d72;	/*背景色*/
}
/*option2*/
.option2 {
	color: #000;	/*文字色*/
	background: #ffd200;	/*背景色*/
}
/*option3*/
.option3 {
	color: #FFF;	/*文字色*/
	background: #999;	/*背景色*/
}
/*new*/
.new {
	color: #FFF;	/*文字色*/
	background: #F00;	/*背景色*/
}

/*subコンテンツ
---------------------------------------------------------------------------*/
/*subブロック*/
.sub {
	float: right;	/*右に回り込み*/
	width: 24%;		/*幅*/
}
/*1カラム時のサブブロック*/
.contents.c1 .sub {
	display: none;	/*非表示にする設定*/
}

/*subコンテンツ内の段落タグ設定*/
.sub p {
	margin: 0 !important;
	padding: 10px !important;
}

/*subコンテンツ内のメニュー
---------------------------------------------------------------------------*/
/*メニュー全体の設定*/
.sub ul.submenu {
	margin-bottom: 15px;	/*メニューブロックの下に空けるスペース*/
}
/*メニュー１個ごとの設定*/
.sub ul.submenu li a {
	text-decoration: none;
	display: block;
	padding: 5px 10px;	/*メニュー内の余白。上下、左右への設定。*/
}



/*subコンテンツ内のbox1
---------------------------------------------------------------------------*/
.sub .box1 {
	overflow: hidden;
	padding: 10px;			/*ボックス内の余白*/
	margin-bottom: 20px;	/*ボックスの下に空けるスペース*/
}

.sub .box_ye {
	overflow: hidden;
	background-color: #ddd;
	padding: 17px;			/*ボックス内の余白*/
	margin-bottom: 20px;	/*ボックスの下に空けるスペース*/
}


.sub .box_ye h2{
	background-color: #ddd !important;
	text-align: center;
	border: none !important;
	margin-bottom: 25px;
}

.menu_tit_pr{/*サイド黄色部分のタイトル*/
	display: none;
}

.sub .box_ye ul{
	background-color: #fff;
	margin-bottom: 0px !important;
}

.sub .box_ye ul li a{
	border-bottom: 1px solid #ddd;
	background-image: url("../images/arrow_circle.png");
	background-repeat: no-repeat;
	background-position: 11px center;
	padding: 10px 15px 10px 37px;
}

.sub .box_ye ul li a:hover{
	border-bottom: 1px solid #FFE599;
	background-image: url("../images/arrow_circle.png");
	background-repeat: no-repeat;
	background-position: 11px center;
	background-color: rgba(255,229,153,0.44);
	padding: 10px 15px 10px 37px;
}


.side_wrap{
	position: relative;
	padding-left: 0 !important;
	background-color: #ccc;
	margin-top: 45px;
}
.pk_icon_pr{/*サイドピンク色部分のタイトル*/
	display: none;
}
.sub .box_pk h2 img{
	position: absolute;
   left: 15px;
   top: -25px;
	margin: 0 !important;
	padding: 0 !important;
	text-align: left !important;
}

.sub .box_pk {
	overflow: hidden;
	background-color: #ddd;
	padding: 17px;			/*ボックス内の余白*/
	margin-bottom: 20px;	/*ボックスの下に空けるスペース*/
	padding-top: 77px;
}


.sub .box_pk ul li a{
	border-bottom: 0px solid #F0B0C2;
	background-image: url("../images/arrow_circle.png");
	background-repeat: no-repeat;
	background-position: 3.5% center;
	padding: 10px 15px 10px 37px;
}

.sub .box_pk ul li a:hover{
	border-bottom: 0px solid #F0B0C2;
	background-image: url("../images/arrow_circle.png");
	background-repeat: no-repeat;
	background-position: 3.5% center;
	background-color: rgba(240,176,194,0.44);
	padding: 10px 15px 10px 37px;
}

.sub .box_pk p{
	margin-bottom: 0px !important;
	margin-top: 0px !important;
}

.sub .box_pk ul{
	background-color: #fff;
	margin-bottom: 0px !important;
}

.sub .box_pk ul li{
	margin-bottom: 0px !important;
}




.sub .box_gr h2 img{

}

.sub .box_gr {
	overflow: hidden;
	background-color: #ddd;
	padding: 17px;			/*ボックス内の余白*/
	margin-bottom: 20px;	/*ボックスの下に空けるスペース*/
	margin-top: 45px;
}


.sub .box_gr ul a{
	border-bottom: 0px solid #F0B0C2;
	padding: 10px 15px 10px 10px;
	display: block;
	overflow: hidden;
	font-size: 90%;
}

.sub .box_gr ul a:hover{
	border-bottom: 0px solid #F0B0C2;
	background-color: rgba(190,227,168,0.44);
	padding: 10px 15px 10px 10px;
	display: block;
	overflow: hidden;
}

.sub .box_gr ul li{
	margin-bottom: 0px !important;
}

.sub .box_gr ul li p{
	margin: 0 !important;
	padding: 0 !important;
}

.sub .box_gr ul li img{
	float: left;
	width: 40%;
	border: 1px solid #56972F;
	padding: 0;
	margin: 0 10px 0 0;
  height: 80px;
  object-fit: cover;
}

.sub .box_gr p{
	margin-bottom: 0px !important;
	margin-top: 0px !important;
}

.sub .box_gr ul{
	background-color: #fff;
	margin-bottom: 0px !important;
}

.sub .box_gr ul li{
	margin-bottom: 0px !important;
}




/*h2直下にbox1が続いた場合のみ、box1の上の線を消す設定*/
.sub h2 + .box1 {
	border-top: none;
}


/*subコンテンツ内のlist-subボックス
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
.sub .list-sub {
	position: relative;
	overflow: hidden;
	border-left: 0px solid #dcdcdc;		/*左の線の線種、幅、色*/
	border-right: 0px solid #dcdcdc;	/*右の線の線種、幅、色*/
	border-bottom: 0px solid #dcdcdc;	/*下の線の線種、幅、色*/
	line-height: 1.5;	/*行間を少し狭くする。基本となる値は一番上のbodyにあります。*/
}
.sub .list-sub a {
	display: block;
	text-decoration: none;
	overflow: hidden;
	padding: 5px;	/*ボックス内の余白*/
}

/*h4タグ*/
.sub .list-sub a h4 {
	font-weight: bold;	/*太字にする設定*/
	font-size: 16px;	/*文字サイズ*/
}
/*段落(p)タグ*/
.sub .list-sub p {
	padding: 0 !important;
}


/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	background: #ddd;	/*背景色*/
}




/*フッターメニュー
---------------------------------------------------------------------------*/
/*ボックス全体*/
#footermenu {
	overflow: hidden;
	padding: 35px 0;
}
/*１行分の設定*/
#footermenu ul {
	float: left;	/*左に回り込み*/
	width: 23%;		/*幅。今回は５列作ったのでここの幅18%と下のpadding(合計の2%)でトータル20%になるよう設定。列に応じて調整して下さい。*/
	padding-right: 1%;
	padding-left: 1%;
	font-size: 95%;
}

#footermenu ul a{
	color: #000;
	text-decoration: none;
	background-image: url("../images/arrow_nb.png");
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 15px;
	line-height: 165%;
}

#footermenu ul a:hover{
	color: #000;
	text-decoration: underline;
}

.ft_titles{
	font-size: 130%;
	color:#001966;
	margin-bottom: 28px;
	font-weight: 600;
	letter-spacing: -1.65px;
}

/*コピーライト
---------------------------------------------------------------------------*/
#copyright {
	clear: both;
	background: #fff;	/*背景色*/
	color: #888;
	font-size: 100%;
}
#copyright ul li a {
	text-decoration: none;
}

#copyright p{
	color: #00103F !important;
	margin-top: 25px;

}

.ft_logo{
	float: left;
	margin-right: 15px;
	width: 271px;
	margin-top: 15px;

}

#copyright small{
	clear: both !important;
	text-align: right !important;
	display: block;

}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new dl {
	padding-left: 20px;
	margin-bottom: 20px;
	height: 160px;	/*高さ*/
	overflow: auto;	/*上で設定した高さを超えた場合にスクロールを出す設定。全部表示させていたいなら、この行と上の高さの行を削除する。*/
}
/*日付設定*/
#new dt {
	float: left;
	width: 9em;		/*幅*/
	color: #59bada;	/*文字色*/
	letter-spacing: 0.1em;
}
/*記事設定*/
#new dd {
	padding-left: 9em;
	border-bottom: 1px solid #eee;	/*下線の幅、線種、色*/
}

/*よく頂く質問ページ
---------------------------------------------------------------------------*/
/*ブロック全体*/
.faq {
	padding: 0px 20px;	/*上下、左右への余白*/
}
/*質問の設定*/
.faq dt {
	color: #59bada;	/*文字色*/
	padding-top: 15px;
}
.faq dt a {
	color: #59bada;	/*文字色*/
}
/*回答の設定*/
.faq dd {
	border-bottom: 1px solid #dcdcdc;	/*下線の幅、線種、色*/
	overflow: hidden;
	padding-bottom: 15px;
}

/*テーブル（ta1）
---------------------------------------------------------------------------*/
/*ta1設定*/
.ta1 {
	width: 100%;
	margin: 0 auto 20px;
}
.ta1, .ta1 td, .ta1 th {
	border: 1px solid #ccc;	/*テーブルの枠線の幅、線種、色*/
	padding: 10px 15px;	/*ボックス内の余白*/
	word-break: break-all;
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi {
	width: auto;
	text-align: left;	/*左よせ*/
	background: #f6f5f2;	/*背景色*/
	font-size: 18px;	/*文字サイズ*/
}
/*ta1の左側ボックス*/
.ta1 th {
	width: 140px;	/*幅*/
	text-align: center;	/*センタリング*/
	font-weight: normal;
}
/*左側ボックスに画像を入れた場合の設定*/
.ta1 th img {
	width: 100%;
}
/*labelタグを２列表示にする*/
.ta1.cms td label {
	float: left;
	width: 50%;
}

/*submitボタンの設定
---------------------------------------------------------------------------*/
input[type="submit"],
input[type="button"],
input[type="reset"] {
	padding: 10px 30px;	/*ボタン内の余白*/
	margin-bottom: 20px;
	border: none;
	border-radius: 30px;	/*角丸のサイズ*/
	background: linear-gradient(#fff, #eee);	/*グラデーション*/
	font-size: 16px;	/*文字サイズ*/
	border: 1px solid #ccc;
}
/*マウスオン時の設定*/
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover{
	background: #fff;	/*背景色*/
}

/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
	clear: both;
	padding-top: 40px;
}
#pagetop a {
	color: #fff;		/*文字色*/
	font-size: 20px;	/*文字サイズ*/
	background: #59bada;	/*背景色*/
	text-decoration: none;
	text-align: center;
	display: block;
	float: right;
	width: 60px;	/*幅*/
	line-height: 60px;	/*高さ*/
	border-radius: 10px;	/*角丸のサイズ*/
	border: 3px solid #fff;	/*枠線の幅、線種、色*/
	box-shadow: 0px 5px 15px rgba(0,0,0,0.2);	/*ボックスの影*/
	margin-bottom: 20px;
}
/*マウスオン時*/
#pagetop a:hover {
	background: #fff;	/*背景色*/
	color: #59bada;		/*文字色*/
}

/*トップページのNEWアイコン
---------------------------------------------------------------------------*/
.newicon {
	background: #F00;	/*背景色*/
	color: #FFF;		/*文字色*/
	font-size: 70%;
	line-height: 1.5;
	padding: 2px 5px;
	border-radius: 2px;
	margin: 0px 5px;
	vertical-align: text-top;
}

/*その他
---------------------------------------------------------------------------*/
.look {background: #e5e5e5;padding: 5px 10px;border-radius: 4px;}
.mb15,.mb1em {margin-bottom: 15px;}
.clear {clear: both;}
ul.disc {padding: 0em 25px 15px;list-style: disc;}
.color1, .color1 a {color: #a21e1e;}
.bg1 {background: #f6f5f2;}
.pr {font-size: 10px;}
.wl {width: 96%;}
.ws {width: 50%;}
.c {text-align: center;}
.r {text-align: right;}
.l {text-align: left;}
img.fr {float: right;margin-left: 10px;margin-bottom: 10px;}
img.fl {float: left;margin-right: 10px;margin-bottom: 10px;}
.big1 {font-size: 20px;}
.sub .big1 {font-size: 100%;}
.mini1 {font-size: 11px;display: inline-block;line-height: 1.5;}
.sh {display: none;}
.date {text-align: right;color: #999;font-size: 12px;}

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

/*設置から管理の流れ
---------------------------------------------------------------------------*/
/*タブのスタイル*/
.tab_item4 {
width: calc(100%/3) !important;
  margin-right: 0px !important;
}
	
.cell_002 p{/*支部事務局TELFAX　表示不具合修正用*/
	display: block;
	margin-right: 0 !important;
	padding-right: 0 !important;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

	
#contact ul{/*右上のメニュー*/
	list-style: none;
	float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -ms-flex-direction: row;
         flex-direction: row;
  -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
	margin-top: 3.4%;/*新しく変えたところ2020.02.08*/
	width: 88%;
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding: 0 !important;
}
	
#contact li{
	margin-right: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -ms-flex-direction: row;
         flex-direction: row;
  -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
	font-size: 88% !important;
	line-height: 125% !important;
	white-space: nowrap;
}
	
#contact li img{
	width: 25%;
}
	
/*ロゴ画像*/
#logo{
	width: 22%;/*新しく変更したところ2020.02.08*/
	margin-top: 3.5%;
	margin-left: 0.5%;
}
	
/*ふくしまの風景
---------------------------------------------------------------------------*/
	
.fukushimna_land{
	width: 100%;
	margin: 2% auto;
	overflow: hidden;
	position: relative;
	text-align: center;
}

.fukushimna_land img{
	width: 95%;
	margin: 0 auto !important;
}

.fukushimna_land ul{
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
}

.fukushimna_land ul li{
	list-style: none;
	background-image: url("../images/camera_icon.png");
	padding-left:  10.5%;
	line-height: 145%;
	background-position: left center;
	background-repeat: no-repeat;
	font-size: 104%;
	min-height: 58px;
	vertical-align: middle;
	display: table-cell;
	font-weight: 600;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
}

.fukuland_01{
	position: absolute;
	left: 12%;
	top: 38%;
}

.fukuland_02{
	position: absolute;
	left: 11%;
	top: 61%;
}

.fukuland_03{
	position: absolute;
	left: 41%;
	top: 12%;
}

.fukuland_04{
	position: absolute;
	left: 41%;
	top: 34%;
}

.fukuland_05{
	position: absolute;
	left: 41%;
	top: 59%;
}

.fukuland_06{
	position: absolute;
	left: 68%;
	top: 29%;
}

.fukuland_07{
	position: absolute;
	left: 68%;
	top: 59%;
}

.fuku_land_tab div img{/*写真の一覧部分*/
	margin-bottom: 4%;
	width: 100%;	
  height: 148px;
  object-fit: cover;
}
	
/*尾瀬と浄化槽
---------------------------------------------------------------------------*/
.topic_icon{
	float: left;
	width: 20%;
	margin: 3.2% 4% 4% 0;
}
	
	
/*猪苗代湖・裏磐梯の水環境
---------------------------------------------------------------------------*/
.btf_header{
	overflow: hidden;
	margin-bottom: 7%;

}

.btf_icon{
	float: left;
	width: 10%;
}

.btf_header h3{
	font-size: 165%;
	border-bottom: 1px solid #00103F;
	font-weight: 600;
	padding: 2% 2% 2% 13% !important;
	width: 85%;
	line-height: 110%;
}

.btf_header p{
	font-size: 95%;
	padding: 2% 2% 2% 13% !important;
	line-height: 125%;
}

.btf_map{
	float: right;
	width: 22%;

}
	
.inwsr_01 h4{/*上からの2番目の写真のボックス*/
	font-size: 145%;
	font-weight: 600;
	margin-bottom: 4%;
	line-height: 125%;
}

.inwsr_02 h4{
	font-size: 145%;
	font-weight: 600;
	margin: 0 1% 4% 1%!important;
	line-height: 125%;
}
	
/*美しいふくしまの水環境を求めて
---------------------------------------------------------------------------*/
/*その他ページヘッダータブ切り替え部分*/

/*ここからタブ*/
.sonota_wrap{
	width: 100%;
	margin: 18% auto 7% auto;

}

.sonotakirei_ul_01 li{
	padding-left: 5.5% ;
}

.sonotab-body > div > div li{/*タブの中身　リスト詳細*/
	list-style: none;
	background-image: url("../images/arrow_circle.png");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 5.5%;
	margin-bottom: 1%;
	float: left !important;
	margin-right: 4%;
}
	
.sonotab-body > div > div ul{/*タブの中身　リスト全体*/
	margin: 3.5% 4%;
}

.tab_spacer{
	margin-top: 2% !important;
}

.tab_spacer2{
	margin-top: 0% !important;
}
	
/*水の惑星地球
---------------------------------------------------------------------------*/
	
/*ここからタブ*/
.wrap{
	width: 100%;
	margin: 22% auto 7% auto;
}
.tab-title {/*タブ切り替え*/
    border-bottom: none;
    padding: 1% 0;
    text-align: left;
    display: table;
	float: left;
	margin: 0 !important;
	font-size: 125%;
	font-weight: 400;
}
	
/*浄化槽の仕組み
---------------------------------------------------------------------------*/
.sikumi_ye_box h5{
	background-color: #fff;
	color: #00103F;
	font-size: 110%;
	padding: 1.4% 1.7% 1.5% 7.7%;
	clear: both;
	margin-bottom: 2.8%;
	margin-top: 1.5%;
	font-weight: 600;
	margin-left:12.8%;
	line-height: 125%;
}	
	
.sikumi_ye_box img{
	position: absolute;
	left: 2%;
	top: -5%;
	width: 17% !important;
}
	
.sikumi_ye_box p{
	margin-top: 6.5%;
	margin-left:1% !important;
	margin-bottom: 2.8%;
	margin-right: 1% !important;
	padding: 0 !important;
}
	
/*浄化槽index
---------------------------------------------------------------------------*/
.hidden_smpc{
	display: none !important;
}
	
.joka_main ul a{
	width : 49.8%;
	float: left;
	margin: 2% 0 !important;
	padding: 0 !important;
	border-right: 1px solid #001966;
	display: block;
	text-decoration: none !important;
}
.joka_main ul a:nth-child(even) {
	border-right: 0px solid #001966;
}
	
.joka_main ul a li{
	letter-spacing: -1px !important;
}

.joka_in_box{
	width: 100%;
	margin: 8.8% auto 0 auto;
	border-left: 5px solid #001966;
	clear: both;
	overflow: hidden;
}
.jokaday_box{
	background-color: #00238C !important;
	color: #fff;
	overflow: hidden;
	clear: both;
	width: 100%;
	margin: 7% auto;
	padding: 0 !important;
}

.jokaday_box img{
	margin: 5% 5% 4% 5% !important;
}
	
.jokaday_box h4{
	margin: 0 !important;
	padding: 5% 5% 4% 5% !important;
}

.jokaday_box p{
	margin: 0 !important;
	padding: 0 5% 4% 5% !important;
}

.jokaday_box p a{
	color: #fff !important;
}
	
/*法定検査index
---------------------------------------------------------------------------*/

.kenkou_01 div{/*一番上のボックス左*/
	background-image: url("../images/note_img.png");
	background-repeat: no-repeat;
	background-position: center center; 
	width: 43%;
	background-size: contain;
	float: left;
	margin-right: 2.5%;
	overflow: hidden;
}
	
.kenkou_01 div ul{/*一番上のボックス左*/
	width: 65% !important;
	font-size: 88%;
}
	
.kenkou_01 div span{/*一番上のボックス左*/
	font-size: 70% !important;
}


/*災害協定
---------------------------------------------------------------------------*/
.agree_box_02 div p{/*応急復旧*/
	width: 31%;
}
	
	
/*ディスクロージャー
---------------------------------------------------------------------------*/
.body_header ul li span{/*ディスクロージャー以外についても共通*/
	background-color: #DDDDDD;
	padding: 0.5% 1%;
	width: 110px;
	display: block;
	text-align: center;
	margin-right: 1%;
}
	
.body_header ul li{/*ディスクロージャー以外についても共通*/
	margin-bottom: 5%;
}
/*トップページ美しいふくしまの水環境を求めてボタンなど
---------------------------------------------------------------------------*/
.btn_wrap{
	width: 67%;
	display: block;
	clear: both;
	margin: -25px auto 0 auto;
}
	
.utksm_wrap h4{
	font-size: 155%;
	line-height: 100%;
}
	
/*名簿関連
---------------------------------------------------------------------------*/	
	
.sonotaheader h2{
	font-size: 148%;
	color: #001966;
	font-weight: 600;
	display: block;
	margin: 0 !important;
	padding: 32px 25px 25px 150px !important;
	line-height: 125%;
}
	
/*会員名簿地図頁
---------------------------------------------------------------------------*/
	
.member_header{
	margin: 10px 15px;
}
	
.member_header p{/*アイコンの横の説明*/
	padding: 0 0 0 0;
	margin: 0;
	
}


.map_member{
	width: 100%;
	height: auto;
	margin: 0 auto !important;
	position: relative;
	overflow: hidden;
	padding: 11% 0;
}

.map_member img{/*地図画像*/
	width: 100%;
}

.sibutit a{/*支部事務局ボタン*/
	background-color: #FF8000;
	color: #fff !important;
	text-align: center;
	padding: 8px 15px;
	background-image: url(../images/arrow_wh.png);
	background-repeat: no-repeat;
	background-position: right 15px center;
	width: 200px;
	text-decoration: none !important;
	display: block;
	position: absolute;
	left: 2.8%;
	top: 0;
}

.sanzyotit a{/*賛助会員ボタン*/
	background-color: #59B200;
	color: #fff !important;
	text-align: center;
	padding: 8px 15px;
	background-image: url(../images/arrow_wh.png);
	background-repeat: no-repeat;
	background-position: right 15px center;
	width: 200px;
	text-decoration: none !important;
	display: block;
	position: absolute;
	left: 2.8%;
	bottom: 0;
}

.map_member div{
	padding: 25px 0px
}

.map_member div h5{
	font-size: 125%;
	font-weight: 600;
	margin-bottom: 0px;
}

.map_member div ul{
	
}

.map_member div ul li{
	font-size: 95%;
	list-style: none;
	display: block;
	clear: both;
	background-image: url(../images/circle_nv.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;	
}

.houbu_01{/*会津方部*/
	position: absolute;
	top:40%;
	left: 9%;
}

.houbu_02{/*南会津方部*/
	position: absolute;
	top:58%;
	left: 9%;
}

.houbu_03{/*県北方部*/
	position: absolute;
	top:18%;
	left: 44%;
}

.houbu_04{/*県中方部*/
	position: absolute;
	top:35%;
	left: 44%;
}

.houbu_05{/*県南方部*/
	position: absolute;
	top:51%;
	left: 44%;
}

.houbu_06{/*相双方部*/
	position: absolute;
	top:25%;
	left: 74%;
}

.houbu_07{/*いわき方部*/
	position: absolute;
	top:55%;
	left: 74%;
}

	

/*BOD関連
---------------------------------------------------------------------------*/
.bod_why p{
 width: 70%;
	font-size: 88%;
	line-height: 125%;
}

.hatena_img{
	width: 25%;
	position: absolute;
	right: 0;
	top: 34%;
}
	
}

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

.hidden_sm,.hidden_sm2{/*スマホで非表示　PCで表示*/
		display: none !important;
}
	
/*お知らせ一覧の日付改行
---------------------------------------------------------------------------*/	
	.tab_content2 li span{
		clear: both !important;
		display: block !important;
	}
	
/*お問合せ
---------------------------------------------------------------------------*/
	
.access_tab2_cell_l span{
	display: block;
	clear: both;
}

.cyui img{
	width: 14%;
	margin-right: 3.5%;
	margin-left: 2%
}
	
/*ふくしまの風景
---------------------------------------------------------------------------*/
	
.fukushimna_land{
	width: 100%;
	margin: 2% auto;
	overflow: hidden;
	position: relative;
	text-align: center;
}

.fukushimna_land img{
	width: 95%;
	margin: 0 auto !important;
}

.fukushimna_land ul{
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
}

.fukushimna_land ul li{
	list-style: none;
	background-image: url("../images/camera_icon.png");
	padding-left:  11.8%;
	line-height: 145%;
	background-position: left center;
	background-repeat: no-repeat;
	font-size: 100% !important;
	min-height: 58px;
	vertical-align: middle;
	display: table-cell;
	font-weight: 600;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
}

.fukuland_01{
	position: absolute;
	left: 2%;
	top: 38%;
}

.fukuland_02{
	position: absolute;
	left: 1%;
	top: 61%;
}

.fukuland_03{
	position: absolute;
	left: 38%;
	top: 12%;
}

.fukuland_04{
	position: absolute;
	left: 38%;
	top: 34%;
}

.fukuland_05{
	position: absolute;
	left: 38%;
	top: 59%;
}

.fukuland_06{
	position: absolute;
	left: 68%;
	top: 29%;
}

.fukuland_07{
	position: absolute;
	left: 68%;
	top: 59%;
}

.fuku_land_tab{/*写真の一覧部分*/
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
	width: 100%;
	margin: 0 auto;
	padding-left: 0 !important;
}

.fuku_land_tab div{/*写真の一覧部分*/
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 1%;
	text-align: center;
	width: calc(100% / 2.18);
	margin-bottom: 2.5%;
	margin-right: 2%;
}

.fuku_land_tab > div:nth-child(2n+1){
		margin-right: 0;
}

.fuku_land_tab div img{/*写真の一覧部分*/
	margin-bottom: 4%;
	width: 100%;	
  height: 165px;
  object-fit: cover;
}
	
/*水環境を守るために
---------------------------------------------------------------------------*/
.okonau_tab a{
	color: #00103F !important;
	width: 100% !important;
	display: block;
	margin-bottom: 4%;
	overflow: hidden;
}
	
.okonau_tab a div h4{
	width: 49% !important;
}
	

/*tabボタン部分*/
.tab-label {
  width: 100% !important;
  padding: 2.8% 3.5% 2.8% 8.8%!important;
  background: #BCDFFA;
  cursor: pointer;
  font-size: 100%;
  color: #00103F;
  margin-bottom: 0;
  transition: background 0.1s, color 0.1s; 
  text-align: left;
	margin-right: 0% !important;
	background-image: url("../images/arrow_sita.png");
	background-repeat: no-repeat;
	background-position: left 2.8%  center;
	border-bottom: 1px solid #fff;
}
	

.tab-label:hover {
  width: 100% !important;
  padding: 2.8% 3.5% 2.8% 8.8%!important;
  background: #DDEFFD; 
  cursor: pointer;
  font-size: 100%;
  color: #00103F;
  margin-bottom: 0;
  transition: background 0.1s, color 0.1s; 
  text-align: left;
	margin-right: 0% !important;
	background-image: url("../images/arrow_sita.png") !important;
	background-repeat: no-repeat !important;
	background-position: left 2.8%  center !important;
	border-bottom: 1px solid #fff;
  background: #DDEFFD; 	
}

.tab-label:active {
	background: #245099;
	color: #fff;
	background-image: url("../images/arrow_sita.png") !important;
	background-repeat: no-repeat !important;
	background-position: left 2.8%  center !important;
}

.input:checked + .tab-label {
	background: #245099;
	color: #fff;
	background-image: url("../images/arrow_sita.png") !important;
	background-repeat: no-repeat !important;
	background-position: left 2.8%  center !important;
}


	
	
.tab-label:active {
  background: #245099;
  color: #fff;
}

.input:checked + .tab-label {
  background: #245099;
  color: #fff; }


.tab-panel{
	border: none !important;
		
}

.tab-panel ul li:last-child{
	border-bottom: none !important;
}
	
.tab-panel ul li span{
	display: block;
	clear: both;
}


	
/*こども環境教室
---------------------------------------------------------------------------*/
.child_index{
	width: 100%;
	margin: 4% auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
}
.child_index a{
	background-color: #eee;
	border: 1px solid #ccc;
	padding: 2%;
	width: 100%;
	margin-bottom: 2%;
	display: block;
	text-decoration: none !important;
	color: #00103F !important;
}

.child_index div h4{
	padding-left: 5%;
	font-size: 125%;
	line-height: 125%;
	margin-bottom: 2%;
	letter-spacing: -1px;
}
	
.child_header{/*こども環境教室のトピック欄*/
	width: 95%;
	margin: 5.5% auto;
	background-color: #fff;
	border: 1px solid #ddd;
	overflow: hidden;
	padding: 2% 2.5% 5% 2.5%;	
}
	
.child_news{/*ニュース一覧*/
	width: 100%;
	margin: 4% auto;
}
.child_news div h5{
	background-color: #245099;
	color: #fff;
	font-size: 110%;
	width: 25%;
	display: inline-block;
	padding: 2% 3%;
	text-align: center;
}
.child_news ul li{
	margin-bottom: 2.8%;
	line-height: 145%;
}
.child_news ul li span{
	margin-right: 4%;
	display: block;
	clear: both;
	margin-bottom: 0.5%;
}
	
/*尾瀬と浄化槽
---------------------------------------------------------------------------*/
.oze_01 h4{/*上からの2番目の写真のボックス*/
	font-size: 135%;
	font-weight: 600;
	margin:0 1% 4% 1%;
	line-height: 125%;
}
	
.oze_01 img{/*上からの2番目の写真のボックス*/
	width: 40%;
}	
	
.topic3 h4{
	font-size: 165%;
	margin: 7.7% 2% 1% 2%;
	
}
	
.topic_icon{
	float: left;
	width: 20%;
	margin: 4% 4% 4% 0;
}
.topic3 p{
	margin: 2% 2% 4% 2% !important;
	clear: both !important;
	line-height: 125%;
	padding: 0 !important;
}
.pics_wrap{
 display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
justify-content: space-around;
	width: 98%;
	margin: 1% auto 7% auto;
}

.pics_wrap div{
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 1%;
	width: 29%;
}

.pics_wrap div span{
	display: block;
	margin: 4% auto 1% auto !important;
	font-size: 80%;
	text-align: center;
}
	
.oze_02 div{/*上からの2番目のボックス*/
	width: 31%;
	background-color: #eee;
	border: 1px solid #ccc;
	padding: 1%;
	float: right;
	margin: 0 0 4% 4% !important;
}
	
.oze_02 div span{
	font-size: 80%;
}

.oze_02 h4{/*上からの2番目のボックス*/
	background-color: #00103F;
	color: #fff;
	font-size: 110%;
	padding: 1% 1.8%;
	margin-bottom: 1.4%;
	margin-left: 1%;
	line-height: 125%;
	display: inline-block;
}

.oze_02 h5{/*上からの2番目のボックス*/
	font-size: 165%;
	line-height: 125%;
	margin-bottom: 5.5%;
	margin-left: 1%;
}

.oze_03 div{
	padding: 1%;
	font-size: 80%;
	margin-top: 2% !important;
}
	
.oze_03{
	padding-bottom: 7%;
}
	
.oze_linkbox img{
		width: 18%;
	margin-top: 0% !important;
	margin-left: 1%;
}
	
.oze_linkbox_in{
		width: 77%;
}
	
/*inner共通
---------------------------------------------------------------------------*/
.inner {
	width: auto;
}

.inner2 {
	max-width: 1400px;	/*サイトの最大幅。「#mainimg」のmax-widthと揃える。*/
	margin: 0 auto;
	padding: 1% 0;
	background-color: rgba(255,255,255,0.77);
	overflow: hidden;
}

.topinner {
	max-width: 1400px;	/*サイトの最大幅。「#mainimg」のmax-widthと揃える。*/
	margin: 0 auto;
	padding: 0;
	background-color: rgba(255,255,255,0.77);
	overflow: hidden;
}

.mainbody{
 padding: 0 !important;		
}
/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	border-bottom: 1px solid #dcdcdc;	/*下の線の幅、線種、色*/
}

#footermenu{
		display: none;
}
	
/*ヘッダー右側の電話番号ブロック
---------------------------------------------------------------------------*/
/*ブロック全体を非表示にする*/
#contact {
	display: none;
}



/*main,subコンテンツ
---------------------------------------------------------------------------*/
.main, .sub {
	float: none;
	width: auto;
}

/*subコンテンツ内のメニュー
---------------------------------------------------------------------------*/
/*メニュー１個ごとの設定*/
.sub ul.submenu li {
	width: 50%;		/*半分の幅にする*/
	float: left;	/*左に回り込み*/
}
/*偶数番目のメニューの左のラインを消す設定*/
.sub ul.submenu li:nth-child(even) a {
	border-left: none;
}

/*subコンテンツ内のlist-subボックス
---------------------------------------------------------------------------*/
/*画像*/
.sub .list-sub figure {
	width: 20%;		/*画像の幅*/
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*アイコン*/
section#new h2::before {
	float: right;	/*右に回り込み*/
	margin-top: 4px;
	font-size: 18px;	/*文字サイズ*/
	background: #fff;	/*背景色*/
	border-radius: 50%;	/*角丸のサイズ*/
	width: 30px;		/*幅*/
	line-height: 30px;	/*高さ*/
	text-align: center;	/*文字をセンタリング*/
	border: 1px solid #dcdcdc;	/*枠線の幅、線種、色*/

	}
/*プラスアイコンの文字*/
section#new h2.close::before {
	content: "＋";
}
/*マイナスアイコンの文字*/
section#new h2.open::before {
	content: "−";
}

/*トップページタブ切り替え
---------------------------------------------------------------------------*/
.tabs h4{
  width: 100%;	
	float: none;
	clear: both;
	text-align: center;
	font-size: 125%;
	color: #001966;
	font-weight: 600;
	line-height: 50px;
	height: 50px;
	margin: -25px auto 0px auto;
}

/*タブのスタイル*/
.tab_item {
  width: 23.35%;
  height: 40px;
  background-color: #BCDFFA;
  line-height: 40px;
  font-size: 78%;
  text-align: center;
  color: #00103F;
  display: block;
  float: left;
  text-align: center;
  font-weight: 400;
  transition: all 0.2s ease;
  margin-right: 2%;
	letter-spacing: -0.1px;
}
	
.tab_content ul li{
	font-size: 100%;
	border-bottom: 1px solid #B5CAEE;
	padding: 1.4% 1.6%;
}
	
.last_sm{
  margin-right: 0;
  width: 23.88%;
}
	
	
	
/*タブ切り替えの中身のスタイル*/
.tab_content {
}

.tab_content ul{
	margin: 15px 0px;
	padding: 0;
}
	
.tab_content ul li{
	line-height: 125%;
}

.date_n{
	margin-right: 20px;
	clear: both;
}
	


/*猪苗代湖・裏磐梯の水環境
---------------------------------------------------------------------------*/
.btf_header{
	overflow: hidden;
	margin-bottom: 7%;
}

.btf_icon{
	float: left;
}
.btf_map{
	float: right;
	width: 25%;
}
.btf_header h3,.btf_header2 h3{
	font-size: 145%;
	border-bottom: 1px solid #00103F;
	font-weight: 600;
	padding: 0 0 2% 1% !important;
	width: 99%;
	line-height: 110%;
}

.btf_header p,.btf_header2 p{
	font-size: 88%;
	padding: 2% 0 1% 1% !important;
	line-height: 125%;
}

.kensa_li a{
	padding-left: 7% !important;
}

/*浄化槽のしくみ
---------------------------------------------------------------------------*/
.sikumi_ye_box h5{
	background-color: #fff;
	color: #00103F;
	font-size: 106%;
	letter-spacing: -1px;
	padding: 1.4% 1% 1.4% 7.7%;
	clear: both;
	margin-bottom: 2.8%;
	margin-top: 1.5%;
	font-weight: 600;
	margin-left:14%;
	line-height: 125%;
}	
	
.sikumi_ye_box img{
	position: absolute;
	left: 2.5%;
	top: -2.7%;
	width: 17% !important;
}

.sikumi_ye_box p{
	margin-top: 7.7%;
	margin-top: 7.7%;
}
	
/*美しいふくしまの水環境を求めて
---------------------------------------------------------------------------*/
/*その他ページヘッダータブ切り替え部分*/

	
.sonota_wrap{
	width: 100%;
	margin: 22% auto 7% auto;

}
	
.sonotab-body > div {
    width: 96.6%;
    min-height: 100px !important;
    padding: 1.7%;
}

.sonotab-body > div > div{
    width: 100%;
    min-height: 100px;
    padding: 1% 0;
	background-color: #fff;
}
	
.sonotab-body > div > div ul{/*タブの中身　リスト全体*/
	margin: 2.8% 4%;
}
	
.sonotakirei_ul_01 li{
	padding-left: 7% ;
}

.tab_spacer{
	margin-top: 2.8% !important;
}

.tab_spacer2{
	margin-top: 0% !important;
}

.title1{
	background-color: #FFBF00;
	color: #fff;
	width: calc(100% / 4);
	height: 77px;
	position: absolute;
	top: -43% !important;
	z-index: 1000;
}

.title2{
	background-color: #6ABA3A;
	color: #fff;
	width: calc(100% / 4);
	height: 77px;
	position: absolute;
	top: -43% !important;
	z-index: 1000;
}


.title3{
	background-color: #E06184;
	color: #fff;
	width: calc(100% / 4);
	height: 77px;
	top: -43% !important;
	position: absolute;
	z-index: 1000;
}
.title4{
	background-color: #56A9D1;
	color: #fff;
	width: calc(100% / 3.99);
	height: 77px;
	top: -43% !important;
	position: absolute;
	z-index: 1000;
}

.add-control #tab1:checked ~ .title1 {
	color: #fff;
    background: #FFBF00;
	height: 84px;
	position: absolute;
	top: -50% !important;
	left: 0;
}


.add-control #tab2:checked ~ .title2 {
	color: #fff;
    background: #6ABA3A;
	height: 84px;
	position: absolute;
	top: -50% !important;
	left:  25%;
}

.add-control #tab3:checked ~ .title3 {
	color: #fff;
    background: #E06184;
	height: 84px;
	position: absolute;
	top: -50% !important;
	left: 50%;
}

.add-control #tab4:checked ~ .title4 {
	color: #fff;
	height: 84px;
	position: absolute;
	top: -50% !important;
	left: 74.9%;
}

	
/*水の惑星地球
---------------------------------------------------------------------------*/

/*ここからタブ*/
.wrap{
	width: 100%;
	margin: 23% auto 7% auto;
}
.tab-title {/*タブ切り替え*/
    border-bottom: none;
    padding: 0.6% 0 1.4% 0% ;
    text-align: left;
    display: table;
	float: left;
	margin: 0 !important;
	font-size: 100%;
	font-weight: 400;
}
	
	
.tab-title img{
	margin-left: 4.5%;
	width: 26%;
}
	

	
.title1{
	background-color: #FFBF00;
	color: #fff;
	width: calc(100% / 4);
	height: 45px;
	position: absolute;
	top: -12%;
	left:  0;
	z-index: 1000;
}

.title2{
	background-color: #6ABA3A;
	color: #fff;
	width: calc(100% / 4);
	height: 45px;
	position: absolute;
	top: -12%;
	left: 25%;
	z-index: 1000;
}


.title3{
	background-color: #E06184;
	color: #fff;
	width: calc(100% / 4);
	height: 45px;
	position: absolute;
	top: -12%;
	left: 50%;
	z-index: 1000;
}
.title4{
	background-color: #56A9D1;
	color: #fff;
	width: calc(100% / 3.99);
	height: 45px;
	position: absolute;
	top: -12%;
	left: 74.9%;
	z-index: 1000;
}

.add-control #tab1:checked ~ .title1 {
	color: #fff;
    background: #FFBF00;
	height: 55px;
	position: absolute;
	top: -14.5%;
	left: 0;
}


.add-control #tab2:checked ~ .title2 {
	color: #fff;
    background: #6ABA3A;
	height: 55px;
	position: absolute;
	top: -14.5%;
	left:  25%;
}

.add-control #tab3:checked ~ .title3 {
	color: #fff;
    background: #E06184;
	height: 55px;
	position: absolute;
	top: -14.5%;
	left: 50%;
}

.add-control #tab4:checked ~ .title4 {
	color: #fff;
	height: 55px;
	position: absolute;
	top: -14.5%;
	left: 74.9%;
}
	
	
.tab-body > div > div > div span{/*タブの中身　タイトル*/
	font-size: 100%;
	margin: 0 !important;
	padding: 0 !important;
	display: inline !important;
    color: #00103F !important;
}
.tab-body > div > div > div h4{/*タブの中身　タイトル*/
	font-size: 165%;
	color: #00103F !important;
	line-height: 100% !important;
}

.tab-body > div > div > div{
	margin: 6.2% 4% 8% 4% !important;	
}


.tab-body > div > div li{/*タブの中身　リスト詳細*/
	list-style: none;
	background-image: url("../images/arrow_circle.png");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 6.5%;
	margin-bottom: 1%;
}
	
.kirei_ul_01{
	float: left !important;
	width: 45% !important;
	overflow: hidden;
}

.kirei_ul_01 li{
	padding-left: 14% !important;
	line-height: 125%;
	margin-bottom: 5% !important;
}
	
/*浄化槽のしくみ
---------------------------------------------------------------------------*/
.sikumi_ye_box{
	position: relative;
	margin-bottom: 2.8% !important;
	margin-top: -5.5% !important;

}
/*タブ切り替え全体のスタイル*/
.tabs5 {
	width: 100%
		}

/*設置から管理の流れ
---------------------------------------------------------------------------*/
.hourei{
	width: 100%;
}
	
/*タブ切り替え全体のスタイル*/
.tabs4 {
  width: 100%;
}


/*タブのスタイル*/
.tab_item4 {
width: calc(100%/3);
  margin-right: 0px;
}
	
/*浄化槽index
---------------------------------------------------------------------------*/
.joka_main{
    width: 100%;
	overflow: hidden;
	border: 1px solid #001966;
	background-color: #59B200;
	margin: 4% auto;
}
	
.joka_main h4{
	color: #fff;
	font-weight: 600;
	font-size: 118%;
	margin: 0 0 0 2.8%!important;
	line-height: 125%;
	width: 46%;
	padding: 0 !important;
}
.joka_main p{
	display: none;
}
	
/*生活排水
---------------------------------------------------------------------------*/
	
.qa_img4{/*ヘッダー右上に聴診器を持ったジョー君*/
	width: 22% !important;
	margin-top: 35px !important;
}
.graph_box01{
	width: 100%;
	float: none;
	text-align: center;
	padding: 4% 2%;
	clear: both;
}

.graph_box02{
	width: 100%;
	float: none;
	text-align: center;
	padding: 4% 2%;
	clear: both;
}
	
.graph_box01 p,.graph_box02 p,.graph_box01 h5,.graph_box02 h5{
	text-align: center !important;
}

.haisui_box_01{
	background-image: url("../images/haisui_haikei.png");
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 358px;
	padding: 0 !important;
	margin: 0 !important;
}

.haisui_box_01 h4{
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 200%;
	font-weight: bold;
	display: inline-block;
	color: #00103F;
	margin-top: 0%;
	margin-bottom: 2%;
	line-height: 125%;
	margin-left: 1.7%;
	clear: both !important;
}
	
.haisui_box_01 p{
	margin: 2% !important;
	padding: 0 !important;
}
	
.haisui_bg{
	clear: both;
	width: 100%;
	margin: 0 0 5% 0;
}
	
/*浄化槽３つのルール
---------------------------------------------------------------------------*/
.rule_box_head{
	width: 100%;
	margin: 0 auto;
}
	
.tit_or,.tit_gr,.tit_bl{
	font-size: 400%;
	line-height: 100%;
	margin-bottom: 8px !important;
}
	
.rule_box_l a{
display: block;
	text-align: right;
	background-image: url("../images/arrow_circle.png");
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 5%;
	margin-top: 5%;
}
	
.rule_box_l h6{
	background-color: #0085B2;
	background-image: url("../images/check_rd.png");
	background-repeat: no-repeat;
	background-position: center left 2%;
	padding:2% 2% 2% 7%;
	font-size: 110%;
	font-weight: 400;
	clear: both;
		margin: 2% 1.8% 7% 1.8%!important;

}
	
/*浄化槽の日
---------------------------------------------------------------------------*/
.day_ye_box h5{
	font-size: 125%;
	margin-bottom: 2%;
	margin-top: 2%;
	font-weight: 600;
	line-height: 110%;
}

.day_ye_box ul{
	clear: both;
}

.day_ye_box ul li{
	list-style: none;
	line-height: 125%;
	margin-bottom: 1.8%;
}
	
/*法定検査index
---------------------------------------------------------------------------*/
.price_container{
	width: 100%;
	margin: 0 auto;
}
	
.houtei_header h3{/*ヘッダー*/
	font-size: 170%;
}
	

.kenkou_01 div{/*一番上のボックス左*/
	background-image: url("../images/note_img.png");
	background-repeat: no-repeat;
	background-position: center center; 
	width: 50%;
	background-size: contain;
	float: left;
	margin-right: 2.5%;
	overflow: hidden;
}

.kenkou_01{/*一番上のボックス*/
	width: 100% !important;
	margin: 0 auto;
	clear: both;
	padding: 0 0 10% 0!important;
}
	
.kenkou_01 div ul{/*一番上のボックス左*/
	margin: 0;
	padding: 0;
	width: 65% !important;
	margin: 70px auto 20px auto !important;
}

.kenkou_01 div ul li{/*一番上のボックス左*/
	list-style: none;
	clear: both;
	background-image: url("../images/arrow_circle.png");
	background-repeat: no-repeat;
	background-position: left 3.5% center;
	border-bottom: 1px dotted #000;	
	padding: 3% 2% 3% 17% !important;
	font-size: 95%;
}
	
.kenkou_01 div span{/*一番上のボックス左*/
	font-size: 70% !important;
}
	
.kenkou_01 h4,.kenkou_03 h4{/*一番上のボックス右*/
	font-size: 200%;
	margin-bottom: 5%;
	margin-top: 2%;
	padding-top: 5.5%;
}


.kenkou_01 h4 span,.kenkou_03 h4 span{/*一番上のボックス右*/
	font-size: 45%;
	margin-bottom: 1%;
}
	
.kenkou_01 p{/*一番上のボックス右*/
	margin: 0 2%;
	padding: 0;
}
	
.kenkou_02{/*二番目のボックス*/
	width: 100%;
	margin: 0 auto;
	clear: both;
	padding-bottom: 10%;
}
	
.kenkou_02 h4{/*二番目のボックス*/
	margin-left: 2%;
}
	
.kenkou_02 h5{/*二番目のボックス*/
	margin-top: 10%;
}

.kenkou_02 p{/*二番目のボックス*/
	margin: 0 2% !important;
}
	

.ttk_map{/*担当区域マップ*/
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.ttk_map_img{/*担当区域マップ*/
	width: 100%;
	margin: 4% auto !important;
}

.ttk_icon_01{/*会津*/
	position: absolute;
	top: 44%;
	left: 8%;
}

.ttk_icon_02{/*福島*/
	position: absolute;
	top: 22%;
	left: 62%;
}

.ttk_icon_03{/*郡山*/
	position: absolute;
	top: 47%;
	left: 58%;
}

.ttk_icon_04{/*いわき*/
	position: absolute;
	top: 65%;
	right: 0;
}
	
/*お知らせ（NEWS）詳細
---------------------------------------------------------------------------*/
.detail_body{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 8%;
}

.detail_body h3{
	border-left: 7px solid #1183D7;
	font-size: 135%;
	border-bottom: 1px solid #001966;
	padding: 10px 20px;
	clear: both;
	margin-bottom: 2.8%;
	margin-top: 5%;
}
	
.detail_body h4{
	font-size: 115%;
	padding: 1% 2% 0.9% 2%;
	margin-bottom: 2.8%;
	margin-top: 0;
	line-height: 135%;
	font-weight: 400;
	background-color: #001966;
	color: #fff;
}

.det_date{/*日付*/
	display: inline-block;
	margin: 0 0 2% 1%;
	padding: 0;
}
	
.detail_p{/*メインの文章*/
	margin: 0 5.5% 2.5% 1% !important;
	padding: 0 !important;
}

.detail_body dl{
	width: auto;
	margin-left: 1%;
}

.detail_body dt{
	border-bottom: 0px solid #001966;
	margin-bottom: 2%;
	margin-top: 5.5% !important;
}

.detail_body dt span{
	display: inline-block;
	background-color: #001966;
	color: #fff;
	text-align: center;
	font-size: 92%;
	padding: 1% 1.4%;
	line-height: 100%;
	width: 110px;
}


.detail_body dd{
	border-bottom: 0px solid #ddd;
	padding: 0 0 0 2%;
	font-size: 92%;
	line-height: 165%;
	border-left: 4px solid #ccc;
	margin-bottom: 1%;
}
	
.det_pic_01 img{
	width: 100%;
	height: 200px;
	object-fit: cover;
}

.det_pic_02 img,.det_pic_03 img,.det_pic_04 img,.det_pic_05 img{
	width: 100% !important;
	height: 80px !important;
	object-fit: cover;
}
	
/*リンク集
---------------------------------------------------------------------------*/
.link_box{
	width: 100%;
}
	
.link_navi div{
	width: 100%;
}

.link_navi img{
	float: left;
	margin: 2.8% 2.0%;
}

.link_wrap{
	width: 100% !important;
	margin: 0 auto;
	overflow: hidden;
}
.link_det_1,.link_det_2,.link_det_3{/*ふくしま関連リンク集*/
	width: 100%;
	float: none;
}
	
.link_det_l{
	width: 100%;
	float: none;	
}

.link_det_r{
	width: 100%;
	float: none;	
}

.link_det_l div,.link_det_r div,.link_det_1 div,.link_det_2 div,.link_det_3 div{
	width: 100%;
	clear: both;
	margin: 0 auto;
}
	
.link_map{/*ふくしま市町村リンク用地図マップ*/
	width: 100%;
	margin: 8% auto 8% auto;
		position: relative;
}

.link_map img{/*ふくしま市町村リンク用地図マップ*/
	width: 95%;
	margin: 0;
	padding: 0;

}
	
.link_map ul li{/*ふくしま市町村リンク用地図マップ*/
	list-style: none;
	font-size: 95%;
	font-weight: 400;
	background-image: url("../images/circle_bl.png");
	background-repeat: no-repeat;
	background-position: top 0 left 0;
	padding-left: 5.5%;
}
	

/*お知らせ（NEWS）
---------------------------------------------------------------------------*/
.news_header{
	width: 100%;
	margin: 5.5% auto;
	background-color: #fff;
	border: 1px solid #ddd;
	overflow: hidden;
	padding: 2% 2.5% 5% 2.5% !important;
	
}

.news_box_01{
	clear: both;
	width: 100%;
	overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
}

.news_box_01 img{	
	float: left;
	margin-right: 2%;
	width: 20%;
}

.news_box_01 h3{
	font-size: 125%;
	width: 75%;
	padding-top: 2.8%;
}

.news_box_02{
	background-color: #eee;
	border: 1px solid #ccc;
	padding: 7px;
	text-align: center;
	width: 40%;
	float: right;
	margin-left: 2%;	
	margin-right: 5%;
	margin-top: 3.2%;
	margin-bottom: 2%;
}

.news_box_02 p{
text-align: center;
	margin: 4% auto 0% auto;
	font-size: 80%;
}

.news_box_02 img{
	width: 100%;
}

.nh_detail{
margin: 0 !important;
	padding: 0 2% 0 0 !important;
}


.news_header span{
	display: block;
	font-size: 100%;
	margin: 5.5% 0 5.5% 0 !important;
	padding: 0;
}





.tabs2 {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  width: 100%;
  margin: 5% auto;	
}

.tab_item2 {
  width: 23.5%;
  height: 40px;
  border-bottom: 0px solid #245099;
  background-color: #BCDFFA;
  line-height: 40px;
  font-size: 80%;
  text-align: center;
  color: #00103F;
  display: block;
  float: left;
  text-align: center;
  font-weight: 400;
  transition: all 0.2s ease;
	margin-right: 2%;
}
	
.last {
	margin-right: 0%;
	width: 23.5%;
}
	
/*プライバシーポリシー
---------------------------------------------------------------------------*/
.madoguti{
	background-color: #CEDBFF;
	padding: 2.5% !important;
	width: 100%;
	margin: 2% auto 3.2% auto;
}

.rokuon{
	background-color: #DDDDDD;
	padding: 2.5% !important;
	width: 100%;
	margin: 2% auto 3.2% auto;
}

.madoguti p,.rokuon p{
margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}


.madoguti h4,.rokuon h4{
	font-size: 125%;
	clear: both;
	margin-bottom: 2%;
}
	
/*協会のご案内「概要」
---------------------------------------------------------------------------*/
.gaiyou_box{
	padding: 0 0 8.8% 0;
	margin: 0 auto ;
	clear: both;
	width: 100%;
	overflow: hidden;
}
	
.gaiyou_header div{
display: table-cell;
	font-size: 110%;
	font-weight: 600;
	line-height: 145%;
	vertical-align: middle;
	padding-bottom: 2.8%;
}
	
.ks_box_01 h5{
	font-size: 100%;
	border-right: 1px solid #000000;
	width: 20% !important;
	text-align: center;
	margin: 0;
	padding: 1% 2% 1% 0;
	display: table-cell;
	vertical-align: middle;
	letter-spacing: -1px;
	line-height: 125%;
}
	
.mascot div{
	width: 100%;
	float: left;
	overflow: hidden;
	margin-bottom: 7%;
	padding: 2%;
}
	

.kyoutei_cell_l{
	display: table-cell;
	background-color: #ddd !important;
	width: 32%;
	padding: 2%;
	text-align: center;
	vertical-align: middle;
}

.kyoutei_cell_r{
	display: table-cell;
	width: 62%;
	padding: 2%;
	vertical-align: middle;
}
	
	
.ks_box_02 span{
	background-color: #FFFFFF;
	width: 20% !important;
	text-align: center;
	margin: 0 !important;
	padding: 1%;
	height: auto;
	line-height: 125%;
	display: table-cell;
	vertical-align: middle;
	font-size: 88%;
	letter-spacing: -1px;
}
	
/*組織図
---------------------------------------------------------------------------*/
.sosikizu_box{
width: 100%;		
	}
	
.sosiki_cell_l{
	width: 35%;
}

.sosiki_cell_r{
	width: 65%;
}
	
/*災害協定
---------------------------------------------------------------------------*/
	
.agree_box_01 div{
	border:1px solid #dddddd;
	padding: 8px;
	width: 32%;
	float: right;
	margin-left: 25px;
	background-color: #fff;
	
}

.agree_box_01 div img{
width: 100%;
}

.agree_box_02{/*応急復旧*/
		background-color: #FFDC73 !important;
	padding: 0px;
	width: 100%;
	overflow: hidden !important;
	clear: both;
	display: block;
	margin-bottom: 35px;

}

	
.agree_box_02 div{
	clear: both;
	background-color: #fff;
	overflow: hidden;
	padding: 0;
	height: 40px;
	width: auto;
	margin: 15px 15px 45px 15px;
}

.agree_box_02 div p{
font-size: 77%;
	background-color: #FF5C26;
	color: #fff;
	display: block !important;
	width: 28%;
	text-align: center;
	font-weight: 400;
	padding: 0  1.8%!important;
	margin-right: 3.5%;
	height: 45px;
	line-height: 45px;
	float: left;
}
.agree_box_02 div h3{
font-size: 95%;
	font-weight: 400;
	float: left;
	width: auto;
}
	
	
/*トピックボックス*/
.topic_box{
	background-color: #DBF7FF;
	border: 1px solid #eee;
	overflow: hidden;
	width: 100%;
	margin: 0 auto 45px auto;
	clear: both;
	padding: 4% 0;
}
	
.topibox_header{
	width: 100%;
	clear: both;
	overflow: hidden;
	margin-bottom: 5%;
}


.topibox_header img{/*注目記事のアイコン*/
	float: left;
	width: 17%;
	margin: -2% 1% 0 0;
}

.topibox_header h3{
	font-size: 130%;
	font-weight: 600;
	padding-top: 4%;
}

.topibox_pic{
	width: 31%;
	float: right;
	padding: 8px;
	overflow: hidden;
	background-color: #fff;
	border: 1px solid #ccc;
    margin-right: 2.8%;
	margin-top: 5.5%;
}

.topibox_pic img{
	width: 100%;
}

.topibox_pic p{
	font-size: 80%;
	text-align: center;
	margin: 5.5% auto 0 auto !important;
	line-height: 125%;
	
}

	
.topibox_body{
	width: 59%;
	float: left;
	padding: 2% 0%;
}

.topibox_body h4{
	background-color: #001A66;
	color: #fff;
	font-size: 108%;
	padding: 2.5% 5%;
	margin: 4.5% 0;
	line-height: 125%;
}

.date_topi{/*日付*/
	margin: 0 5%!important;
	padding: 0 !important;
}

.topic_detail{
	margin: 0 5%!important;
	padding: 0 !important;
	font-size: 95%;
}

.topic_detail span{
	display: block;
	clear: both;
	margin: 4% 0;
}

	
.itiran_box{/*一覧のボックス*/
	width: 100%;
	margin: 5% auto;
	
}

.itiran_box ul li span{/*一覧のボックス*/
	margin-right: 2%;
	clear: both;
	display: block;
	
}


/*福島県との災害協定　詳細記事
---------------------------------------------------------------------------*/

.kyoutei_box{
	padding: 0 0 8.8% 0;
	margin: 0 auto ;
	clear: both;
	width: 100%;
	overflow: hidden;
}
	
.kyoutei_box h3{
	border-left: 7px solid #1183D7;
	font-size: 118%;
	border-bottom: 1px solid #001966;
	padding: 2% 2.5%;
	clear: both;
	margin-bottom: 35px;
	margin-top: 45px;
}
	
.kyoutei_right{
	width: 58.0%;
	float: right;
	padding: 0 0%;
}

.kyoutei_right h4{
	background-color: #001A66;
	color: #fff;
	font-size: 100%;
	padding: 2% 2.5%;
}

.kyoutei_pic{
	width: 35%;
	float: left;
	overflow: hidden;
	padding: 7px;
	background-color: #fff;
	border: 1px solid #DDDDDD;
}

.kyoutei_pic img{
	width: 100%;
}

.kyoutei_pic p{
	font-size: 80%;
	text-align: center;
	margin: 10% auto 2% auto;
	line-height: 125%;
}

.kyoutei_hosoku_01{/*災害協定の補足事項*/
	width: 100%;
	margin: 2% auto;
	font-size: 95%;
	line-height: 125%;
}

.kyoutei_thanks{/*感謝の言葉*/
	background-color: #FFDC73;
	overflow: hidden;
	width: 100%;
	margin: 7% auto 5% auto;
	padding: 0%;
}

.kyoutei_thanks img{/*感謝の言葉*/
	width: 40%;
	float: right;
	margin-left: 2.8%;
	margin-top: 2.8%;
}

.kyoutei_thanks h4{/*感謝の言葉*/
	border-left: 22px solid #FF5C26;
	background-color: #fff;
	font-size: 100%;
	padding: 1.4% 2.2%;
	margin-bottom: 2.8%;
	margin-top: 2.8%;
}

.kyoutei_thanks p{/*感謝の言葉*/
	margin: 2%;
	padding: 0;
	font-size: 95%;
	
}
	
/*ディスクロージャー
---------------------------------------------------------------------------*/
.disc_container{
	width: 100%;
	overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
	margin: 0 auto !important;
}
.disc_container div{
	width: 100%;
	padding-bottom: 45px;
	margin: 0 !important;
}
	
.disc_container div:nth-child(odd){/*基数番目のボックスのみ適用*/
	margin-right: 0% !important;
}
	
/*色合い変更
---------------------------------------------------------------------------*/

.color_container{/*色合い変更全体の囲み*/
	margin-bottom: 8%;
}
	
.color_mihon{/*色見本囲み*/
	font-size: 110%;
}

	
.color_btn1{/*設定するボタン*/
	background-color: #444444;
	color: #fff;
	margin-bottom: 5.5%;
	height: 80px;
	font-size: 110%;
	text-align: center;
	background-image: url("../images/arrow_wh.png");
	background-repeat: no-repeat;
	background-position: left 8% center;
	line-height: 80px;
	border: 1px solid #000;
}

.color_btn2{/*標準に戻すボタン*/
	background-color: #444444;
	color: #fff;
	height: 80px;
	font-size: 110%;
	text-align: center;
	background-image: url("../images/arrow_wh.png");
	background-repeat: no-repeat;
	background-position: left 8% center;
	line-height: 80px;
	border: 1px solid #000;
}

	

	
/*トップ美しいふくしまの水環境を求めて
---------------------------------------------------------------------------*/
	
.top_utksm_tit{
	font-size: 130% !important;
	text-align: center !important;
	font-weight: 500 !important;
	clear: both !important;
	margin: 25px auto 25px auto;
	line-height: 124%;
	font-weight: 600 !important;
}
	
.utksm_wrap{
	width: 100%;
	margin: 0% auto 0% auto;
	padding: 0;
	overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -ms-flex-direction: column;
         flex-direction: column;
}

.utukushima_okonau h4,.utukushima_manabu h4,.utukushima_tamotu h4{
margin-top: 14px;
}
.utksm_wrap h4{
	font-size: 165%;
	line-height: 100%;
}
	
.utukushima_siru ul,.utukushima_manabu ul,.utukushima_tamotu ul{
	margin: 4% 0 4% 4%;
	width: 100% !important;
	float: left !important;
}
	
.utukushima_okonau ul{
	margin: 4% 0 4% 4%;
	width: 45% !important;
	float: left !important;
}

.vissible_tab{
	display: block;	
}
	
.utukushima_siru,.utukushima_okonau,.utukushima_manabu,.utukushima_tamotu{
	width: 100% !important;
	margin: 0;
	overflow: hidden;
}

	
.btn_wrap{
	width: 100%;
	display: block;
	clear: both;
	margin: 0px auto 0 auto;
}

.utks_btn_top{
	color: #fff !important;
	text-align: center;
	font-size: 135%;
	font-weight: 400;
	background-color: #001966;
	margin: 25px auto 0 auto !important;
	width: 100% !important;
	padding: 25px 0 25px 0;
	display: block;
	background-image: url("../images/arrow_circle_wh.png");
	background-repeat: no-repeat;
	background-position: top 50% right 10%;
	line-height: 110% !important;
	clear: both;
}

a:hover .utks_btn_top {
opacity:0.62;
filter: alpha(opacity=62);
-ms-filter: "alpha( opacity=62 )";
transition: 0.5s;
}
	
	
/*トップふくしまの風景
---------------------------------------------------------------------------*/

.fuku_icon{/*福島の地図部分*/
	text-align: center;
	width: 100%;
	float: none;
	clear: both;
	margin-top: -100px;

	}

.lands_pics{/*写真枠全体の囲み*/
	width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
}

.fuku_icon img{/*福島の地図画像*/
	margin: 5%;
	width: 40%;
	float: left;
}

.fuku_icon p{/*福島の地図説明部分*/
	text-align: center;
	padding: 6.5% 4% 5% 0!important;
	font-size: 88%;
}

.lands_pics div{/*個別の写真枠の囲み*/
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 2%;
	width: 43%
}
	
.lands_pics div:first-child {
	margin-right: 1.8%;
}
	
/*その他
---------------------------------------------------------------------------*/
body.s-n .sub,body.s-n #footermenu,.m-n {display: none;}
.fl-half{float:left;width:45%;margin-left:3%;}


/*会員名簿地図頁
---------------------------------------------------------------------------*/
	
.member_header{
	margin: 10px 15px;
}
	
.member_header p{/*アイコンの横の説明*/
	padding: 0 0 0 0;
	margin: 0;
	
}


.map_member{
	width: 100%;
	height: auto;
	margin: 0 auto !important;
	position: relative;
	overflow: hidden;
	padding: 11% 0;
}

.map_member img{/*地図画像*/
	width: 100%;
}

.sibutit a{/*支部事務局ボタン*/
	background-color: #FF8000;
	color: #fff !important;
	text-align: center;
	padding: 8px 15px;
	background-image: url(../images/arrow_wh.png);
	background-repeat: no-repeat;
	background-position: right 15px center;
	width: 200px;
	text-decoration: none !important;
	display: block;
	position: absolute;
	left: 2.8%;
	top: 0;
}

.sanzyotit a{/*賛助会員ボタン*/
	background-color: #59B200;
	color: #fff !important;
	text-align: center;
	padding: 8px 15px;
	background-image: url(../images/arrow_wh.png);
	background-repeat: no-repeat;
	background-position: right 15px center;
	width: 200px;
	text-decoration: none !important;
	display: block;
	position: absolute;
	left: 2.8%;
	bottom: 0;
}

.map_member div{
	padding: 25px 0px
}

.map_member div h5{
	font-size: 110%;
	font-weight: 600;
	margin-bottom: 0px;
}

.map_member div ul{
	
}

.map_member div ul li{
	font-size: 88%;
	list-style: none;
	display: block;
	clear: both;
	background-image: url(../images/circle_nv.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;	
}

.houbu_01{/*会津方部*/
	position: absolute;
	top:34%;
	left: 9%;
}

.houbu_02{/*南会津方部*/
	position: absolute;
	top:58%;
	left: 9%;
}

.houbu_03{/*県北方部*/
	position: absolute;
	top:8%;
	left: 44%;
}

.houbu_04{/*県中方部*/
	position: absolute;
	top:33%;
	left: 44%;
}

.houbu_05{/*県南方部*/
	position: absolute;
	top:57%;
	left: 44%;
}

.houbu_06{/*相双方部*/
	position: absolute;
	top:20%;
	left: 74%;
}

.houbu_07{/*いわき方部*/
	position: absolute;
	top:50%;
	left: 74%;
}
	
/*検索部分
---------------------------------------------------------------------------*/
.kensaku_form form{
	background-color: #EEEEEE;
	width: 100%;
	text-align: center;
	padding: 25px 0;
	margin: 0px auto 45px auto;
}

.cp_ipselect {
	overflow: hidden;
	width: 88%;
	margin: 10px auto !important;
	text-align: center;
	float: none;
	clear: both;
}

.sendbtn{
	width: 88%;
	clear: both;
	margin: 5px 5px!important;
	padding: 0 !important;
}

.sendbtn{
	margin-top: 20px !important;		
}
	
/*検索用*/
.cp_ipselect2 {
	overflow: hidden;
	width: 100%;
	margin: 10px auto !important;
	text-align: center;
	float: none;
	clear: both;
}

.sendbtn2{
	width: 100%;
	clear: both;
	margin: 0 0 1.4% 0!important;
	padding: 0 !important;
}

.sendbtn{
	margin-top: 20px !important;		
}
	
/*BOD関連
---------------------------------------------------------------------------*/	
.hatena_img{
	width: 24.5%;
	position: absolute;
	right: 2%;
	top: 29% !important;
	margin: 15px auto;
}	
	
.bod_map{
	width: 97%;
	height: auto;
	margin: 0 auto !important;
	position: relative;
	overflow: hidden;
	padding: 10px 0 45px 0;
	/*background-color: #eee;*/
}

@media all and (-ms-high-contrast:none) {/*IE10ハック*/
.bod_map{
	width: 97%;
	height: auto;
	margin: 0!important;
	position: relative;
	overflow: hidden;
	padding: 10px 0 45px 0;
}

}
_:-ms-fullscreen, :root .bod_map {/*IE11ハック*/
	width: 97%;
	height: auto;
	margin: 0!important;
	position: relative;
	overflow: hidden;
	padding: 10px 0 45px 0;
}
	
.bod_map li{
	list-style: none;
	background-image: url("../images/circle_or.png");
	background-repeat: no-repeat;
	padding-left: 1.7%;
	font-size: 77% !important;
	line-height: 100%;
	background-position: 0 1px;
}
	
/*会津*/
.kitakata{	
	top: 21%;
	left: 28%;
}

.kitasiobara{	
	top: 24%;
	left: 38%;
}


.nisiaidu{	
	top: 27%;
	left: 20.5%;
}

.inawasiro{	
	top: 28%;
	left: 42%;
}

.aidubange{	
	top: 31%;
	left: 27%;
}

.bandai{	
	top: 32%;
	left: 39%;
}

.yukawa{	
	top: 35%;
	left: 30%;
}

.kanayama{	
	top: 41%;
	left: 14%;
}

.yanaidu{	
	top: 40%;
	left: 23.5%;
}

.wakamatu{	
	top: 39%;
	left: 32.5%;
}

.misima{	
	top: 44%;
	left: 22%;
}

.aidumisato{
		top: 43%;
	left: 33%;
}

.syouwa{	
	top: 49%;
	left: 23%;
}

/*南会津*/
.tadami{	
	top: 54%;
	left: 8%;
}

.simogou{	
	top: 57%;
	left: 28%;
}


.minamiaidu{	
	top: 64%;
	left: 16%;
}

.hinoemata{	
	top: 71%;
	left: 10%;
}

.bod_kenpoku li{
	position: absolute;	
}

/*県北*/
.kunimi{	
	top: 9%;
	left: 62%;
}


.kori{	
	top: 12%;
	left: 59%;
}


.date{	
	top: 16%;
	left: 61%;
}


.fukushima{	
	top: 19%;
	left: 53%;
}

.kawamata{	
	top: 22%;
	left: 62%;
}

.nihonmatu{	
	top: 25%;
	left: 57%;
}


.otama{	
	top: 29%;
	left: 55%;
}

.motomiya{	
	top: 33%;
	left: 58%;
}
	

.bod_kencyu li{
	position: absolute;	
}

/*県中*/
.tamura{	
	top: 41%;
	left: 66%;
}

.koriyama{	
	top: 44%;
	left: 49%;
}


.miharu{	
	top: 44%;
	left: 59%;
}

.sukagawa{	
	top: 48%;
	left: 52%;
}

.ono{	
	top: 48%;
	left: 64%;
}

.tenei{	
	top: 51%;
	left: 42%;
}
.kagamiisi{	
	top: 52%;
	left: 55%;
}

.hirata{	
	top: 53%;
	left: 64%;
}

.tamagawa{	
	top: 56%;
	left: 59%;
}
.isikawa{	
	top: 60%;
	left: 61%;
}

.asakawa{	
	top: 63%;
	left: 59%;
}

.hurudono{	
	top: 66%;
	left: 66%;
}
	
.bod_kennan li{
	position: absolute;	
}

/*県南*/
.yabuki{	
	top: 59%;
	left: 53%;
}

.nisigou{	
	top: 60.5%;
	left: 40%;
}

.izumizaki{	
	top: 62%;
	left: 50%;
}
.nakazima{	
	top: 65.5%;
	left: 54%;
}

.sirakawa{	
	top: 68%;
	left: 49%;
}
.tanagura{	
	top: 73%;
	left: 54%;
}

.samekawa{	
	top: 74%;
	left: 62%;
}


.hanawa{	
	top: 77.5%;
	left: 56%;
}

.yamaturi{	
	top: 82%;
	left: 58%;
}

.bod_sousou li{
	position: absolute;	
}

/*相双*/
.sinti{	
	top: 11%;
	left: 80.5%;
}
.souma{	
	top: 17%;
	left: 79%;
}
.iidate{	
	top: 22%;
	left: 72%;
}
.minamisouma{	
	top: 24%;
	left: 82%;
}
.namie{	
	top: 29%;
	left: 78%;
}
.katurao{	
	top: 34%;
	left: 74%;
}
.hutaba{	
	top: 37%;
	left: 84%;
}
.ookuma{	
	top: 41%;
	left: 80%;
}
.tomioka{	
	top: 45%;
	left: 83%;
}
.kawauti{	
	top: 49%;
	left: 74%;
}
.naraha{	
	top: 49%;
	left: 83%;
}
.hirono{	
	top: 53%;
	left: 81.5%;
}
	

.bod_iwaki li{
	position: absolute;	
}

/*いわき*/
.iwaki{	
	top: 67%;
	left: 75%;
}	
	
	
/*BOD組合*/


.bod_tab{
	border-collapse: collapse;
	margin: 0 0 45px 0;
  table-layout: fixed;
	word-break: break-all;
	word-wrap: break-all;
}

	
.bod_tab td,.bod_tab2 td{
	padding: 5px;
	line-height: 125%;
	border: 1px solid #ccc;
	font-size: 80%;
}

.bod_tab2{
	width: 100%;
}
	
.td_ye{
	background-color: #ddd;
	text-align: center;
}

/*会報
---------------------------------------------------------------------------*/
.cms_navi{
	text-align: center;
	margin: 65px auto;
}

.kaihou_box{
	padding: 0 0 8.8% 0;
	margin: 0 auto ;
	clear: both;
	width: 100%;
	overflow: hidden;
}

.kaihou_box h4{
	border-left: 7px solid #1183D7;
	font-size: 125% !important;
	border-bottom: 1px solid #001966;
	padding: 8px 14px;
	clear: both;
	margin-bottom: 14px;
	line-height: 100%;
}

.kaihou_l{
	width: 29%;
	margin:0;
	float: left;
	padding: 0;
	overflow: hidden;
	text-align: center;
}

.kaihou_l img{
	border: 1px solid #ccc;
	width: 82%;
	height: auto;
	margin: 0 auto !important;
}

.kaihou_r{
	width: 70%;
	float: right;
	padding: 0;
}

.kaihou_link{
	background-image: url("../images/adoberead_icon.png");
	background-repeat: no-repeat;
	background-position: top 2px left 0px;
	padding: 0 0 0 8.8% !important;
	font-size: 95%;
	margin:0 0 2% 0 !important;
}

.kaihou_r h5{
	background-color: #1183D7;
	color: #fff;
	font-size: 106%;
	padding: 4% 8%;
	clear: both;
	margin: 0 0 10px 0;
	line-height: 125% !important;
	height: 44px;
}

.kaihou_r_p{
	margin: 10px 0 0 0 !important;
	padding: 0;
		line-height: 145%;
	font-size: 94%;
}



/*コピーライト
---------------------------------------------------------------------------*/
#copyright {
	clear: both;
	background: #fff;	/*背景色*/
	color: #888;
	font-size: 88%;
}
#copyright ul li a {
	text-decoration: none;
}

#copyright p{
	color: #00103F !important;
	margin-top: 10px;
	text-align: center;

}

.ft_logo{
	float: none !important;
	clear: both;
	width: 250px;
	margin: 15px auto 0 auto !important;
	text-align: center !important;
	display: block;
	padding-bottom: 0px;
}

#copyright small{
	clear: both !important;
	text-align: center !important;
	display: block;

}
	
	

/*BODについて
---------------------------------------------------------------------------*/

.header_nv_01 h3{/*ヘッダー右上に聴診器を持ったジョー君*/
	font-size: 200%;
}

.header_nv_01 p{/*ヘッダー右上に聴診器を持ったジョー君*/
	margin-top: 2%;
	font-weight: 40;
	margin-left: 2.5%;
	padding-left: 0;
}

.bod_box_01{
	padding: 0px 20px 20px 0px;
	width: 100%;
	float: none;
	clear: both;
}
	
.bod_box_01 p{
	margin: 0 15px !important;
}

.bod_pic_wrap{
 width: 100%;
	float: none;
display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
}
	

/*名簿関連
---------------------------------------------------------------------------*/	
	
.sonotaheader h2{
	font-size: 135%;
	color: #001966;
	font-weight: 600;
	display: block;
	margin: 0 !important;
	padding: 32px 25px 25px 150px !important;
	line-height: 125%;
}
	
	
}

	


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


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

/*ロゴ画像*/
header #logo img {
	width: 280px;	/*画像幅*/
	float: left;	/*左に回り込み*/
	margin-left: 18px !important;
	margin-top: 0px;
	margin-bottom: 18px;
	padding: 0 !important; 
	overflow: hidden;

}	

.sonotaheader{
		margin-top: 25px;
}	
	
.inner4{
	max-width: 1400px;	/*サイトの最大幅。「#mainimg」のmax-widthと揃える。*/
	margin: 0 auto;
	padding: 2.8% 0% 0% 0%;
	overflow: hidden;
	background: #fff;
}

/*お知らせ（NEWS）詳細
---------------------------------------------------------------------------*/
	
.det_pic_01{
	padding-bottom: 4% !important;
}


.det_pic_02,.det_pic_03,.det_pic_04,.det_pic_05{/*２枚目以降の写真*/
	padding-bottom: 4% !important;
}
	
.det_pic_01 img{
	width: 100%;
	height: 100px !important;
	object-fit: cover;
}

.det_pic_02 img,.det_pic_03 img,.det_pic_04 img,.det_pic_05 img{
	width: 100% !important;
	height: 55px !important;
	object-fit: cover;
}
	
/*ふくしまの風景
---------------------------------------------------------------------------*/
	
.fukushimna_land{
	width: 100%;
	margin: 2% auto;
	overflow: hidden;
	position: relative;
	text-align: center;
}

.fukushimna_land img{
	width: 95%;
	margin: 0 auto !important;
}

.fukushimna_land ul{
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
}

.fukushimna_land ul li{
	list-style: none;
	background-image: url("../images/camera_icon.png");
	padding-left:  15.5%;
	line-height: 125%;
	background-position: left center;
	background-repeat: no-repeat;
	font-size: 95% !important;
	min-height: 58px;
	vertical-align: middle;
	display: table-cell;
	font-weight: 600;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
}

.fukuland_01{
	position: absolute;
	left: 1%;
	top: 38%;
}

.fukuland_02{
	position: absolute;
	left: 0%;
	top: 61%;
}

.fukuland_03{
	position: absolute;
	left: 37%;
	top: 12%;
}

.fukuland_04{
	position: absolute;
	left: 37%;
	top: 34%;
}

.fukuland_05{
	position: absolute;
	left: 37%;
	top: 59%;
}

.fukuland_06{
	position: absolute;
	left: 68%;
	top: 29%;
}

.fukuland_07{
	position: absolute;
	left: 68%;
	top: 59%;
}
	
/*調査研究
---------------------------------------------------------------------------*/

.tab_content10 li span{
	clear: both;
	display: block;
	}
	
.tab_item10 {
  width: 18.2%;
  height: 40px;
  border-bottom: 0px solid #245099;
  background-color: #BCDFFA;
  line-height: 40px;
  font-size: 80%;
  letter-spacing: -1px;
  text-align: center;
  color: #00103F;
  display: block;
  float: left;
  text-align: center;
  font-weight: 400;
  transition: all 0.2s ease;
  margin-right: 2.3%;
}
	
.last10{
		width: 18.0%;
	margin-right: 0 !important;
}
	
.itiran_btn10{/*一覧ボタン*/
	display: block !important;
	float: right;
	margin: 4% 2% 3% 2% !important;
	background-image: url("../images/arrow_nv.png");
	background-repeat: no-repeat;
	background-position: top 50% left 0;
	padding-left: 2.5% !important;
	font-size: 88%;
	clear: both !important;
	overflow: hidden;
}
	
/*こども環境教室
---------------------------------------------------------------------------*/

.child_box_01 h3{
	font-size: 125%;
	width: 75%;
	margin-top: 1.4%;
	line-height: 125%;
	margin-right: 1% !important;
}

.child_box_02{
	background-color: #eee;
	border: 1px solid #ccc;
	padding: 1%;
	text-align: center;
	width: 40%;
	float: right !important;
	margin-left: 3.5%;
	margin-top: 4.4%;
}
	
	
/*尾瀬と浄化槽
---------------------------------------------------------------------------*/
.oze_02 h4{/*上からの2番目のボックス*/
	background-color: #00103F;
	color: #fff;
	font-size: 110%;
	padding: 2% 3%;
	margin-bottom: 1.4%;
	line-height: 125%;
	display: inline-block;
}
.oze_linkbox img{
		width: 31%;
	margin-top: 0% !important;
	margin-left: 1%;
}
	
.oze_linkbox_in{
		width: 65%;
}
/*トップページメイン画像
---------------------------------------------------------------------------*/
#mainimg {
	box-shadow: none;
	border-bottom: 1px solid #dcdcdc;	/*下の線の幅、線種、色*/
}
/*左側（小さい端末だと上に位置するボタン）のボタン「職種で検索」*/
#mainimg #btn_job1 {
	left: 10%;		/*メイン画像に対して左から10%の場所に配置*/
	bottom: 45%;	/*メイン画像に対して下から45%の場所に配置*/
	width: 50%;;	/*画像幅*/
}
/*右側（小さい端末だと下に位置するボタン）のボタン「勤務地で検索」*/
#mainimg #btn_job2 {
	left: 10%;		/*メイン画像に対して左から10%の場所に配置*/
	bottom: 10%;	/*メイン画像に対して下から10%の場所に配置*/
	width: 50%;;	/*画像幅*/
}
	

.top_bn{/*トップ　スライダー下のバナー画像*/
	width: 100% !important;
	padding: 3.1% 0 3.1% 0;
	overflow: hidden;
}

.top_bn li{
	width: 50%;
	border: 0px solid #222;
	text-align: center;
	list-style: none;
	display: block;
	float: left;
	border: 0px solid #222;
}
	
.top_bn li:nth-child(1) {
	padding-bottom: 3.2%

}
	
.top_bn li:nth-child(2) {
	padding-bottom: 3.2%

}

.top_bn li img{
	width: 94% !important;
	margin: 0 auto;
}

/*猪苗代湖・裏磐梯の水環境
---------------------------------------------------------------------------*/
	
.bod_why2 p{
 width: 58%;
	margin: 3.5% 0;
}
.hatena_img2{
	width: 45%;
	position: absolute;
	right: 0;
	bottom: 0px;
}
	
/*浄化槽のしくみ
---------------------------------------------------------------------------*/
.sikumi_ye_box{
	position: relative;
	margin-bottom: 2.8% !important;
	margin-top: 7% !important;

}
.sikumi_ye_box h5{
	background-color: #fff;
	color: #00103F;
	font-size: 110%;
	padding: 1.4% 2% 1.5% 7.7%;
	clear: both;
	margin-bottom: 2.8%;
	margin-top: 1.5%;
	font-weight: 600;
	margin-left:16.5%;
	line-height: 125%;
}	
	
.sikumi_ye_box img{
	position: absolute;
	left: 2%;
	top: 4.3%;
	width: 22% !important;
}

/*リンク集
---------------------------------------------------------------------------*/
.news_box_02 p{
	font-size: 80%;
	line-height: 125%;
	margin: 13% 0 0 0 !important;
}

	
/*トップ美しいふくしまの水環境を求めて
---------------------------------------------------------------------------*/
.utksm_wrap{
	width: 100%;
	margin: 0% auto 0% auto;
	padding: 0;
	overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -ms-flex-direction: column;
         flex-direction: column;
}

.utukushima_siru,.utukushima_okonau,.utukushima_manabu,.utukushima_tamotu{
	width: 100% !important;
	margin: 0;
	overflow: hidden;
}
	

/*美しいふくしまの水環境を求めて
---------------------------------------------------------------------------*/
/*その他ページヘッダータブ切り替え部分*/


.sonotab-body > div > div li{/*タブの中身　リスト詳細*/
	list-style: none;
	background-image: url("../images/arrow_circle.png");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 8%;
	margin-bottom: 1%;
	float: left !important;
	margin-right: 4%;
}
	
.sonotakirei_ul_01 li{
	padding-left: 9% !important;
}

/*コンテンツ
---------------------------------------------------------------------------*/
.contents {
	padding: 0px 0px ;	/*上下、左右に空けるボックス内の余白*/
}

/*コンテンツの段落タグ設定*/
.contents p {
	padding: 0px 10px 15px;	/*上、左右、下への余白*/
}

.inner2 {
	max-width: 1400px;	/*サイトの最大幅。「#mainimg」のmax-widthと揃える。*/
	margin: 0 auto;
	padding: 1% 0%;
	background-color: rgba(255,255,255,0.77);
	overflow: hidden;
}	
	
.topinner {
	max-width: 1400px;	/*サイトの最大幅。「#mainimg」のmax-widthと揃える。*/
	margin: 0 auto;
	padding: 0%;
	background-color: rgba(255,255,255,0.77);
	overflow: hidden;
}

/*名簿関連
---------------------------------------------------------------------------*/	
	
.sonotaheader h2{
	font-size: 110%;
	color: #001966;
	font-weight: 600;
	display: block;
	margin: 0 !important;
	padding: 32px 25px 25px 150px !important;
	line-height: 125%;
}
	
.cell_01{
	width: 100%;
	float: none;
	padding: 0 0 10px 0;
	margin: 0;
}
	
.cell_01 p{
	padding: 0;
	margin: 0 0 5px 0;
}
	


.cell_02{
	width: 100%;
	float: none;
	padding: 0;
	margin: 0;
	line-height: 145%;
}	

/*会員名簿地図頁
---------------------------------------------------------------------------*/
	
.member_header{
	margin: 10px 15px;
}
	
.member_header p{/*アイコンの横の説明*/
	padding: 0 0 0 0;
	margin: 0;
	
}


.map_member{
	width: 100%;
	height: auto;
	margin: 0 auto !important;
	position: relative;
	overflow: hidden;
	padding: 11% 0;
}

.map_member img{/*地図画像*/
	width: 100%;
}

.sibutit a{/*支部事務局ボタン*/
	background-color: #FF8000;
	color: #fff !important;
	text-align: center;
	padding: 8px 15px;
	background-image: url(../images/arrow_wh.png);
	background-repeat: no-repeat;
	background-position: right 15px center;
	width: 200px;
	text-decoration: none !important;
	display: block;
	position: absolute;
	left: 2.8%;
	top: 0;
}

.sanzyotit a{/*賛助会員ボタン*/
	background-color: #59B200;
	color: #fff !important;
	text-align: center;
	padding: 8px 15px;
	background-image: url(../images/arrow_wh.png);
	background-repeat: no-repeat;
	background-position: right 15px center;
	width: 200px;
	text-decoration: none !important;
	display: block;
	position: absolute;
	left: 2.8%;
	bottom: 0;
}

.map_member div{
	padding: 25px 0px
}

.map_member div h5{
	font-size: 110%;
	font-weight: 600;
	margin-bottom: 0px;
}

.map_member div ul{
	
}

.map_member div ul li{
	font-size: 88%;
	list-style: none;
	display: block;
	clear: both;
	background-image: url(../images/circle_nv.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;	
}

.houbu_01{/*会津方部*/
	position: absolute;
	top:34%;
	left: 9%;
}

.houbu_02{/*南会津方部*/
	position: absolute;
	top:58%;
	left: 9%;
}

.houbu_03{/*県北方部*/
	position: absolute;
	top:8%;
	left: 44%;
}

.houbu_04{/*県中方部*/
	position: absolute;
	top:33%;
	left: 44%;
}

.houbu_05{/*県南方部*/
	position: absolute;
	top:57%;
	left: 44%;
}

.houbu_06{/*相双方部*/
	position: absolute;
	top:20%;
	left: 74%;
}

.houbu_07{/*いわき方部*/
	position: absolute;
	top:50%;
	left: 74%;
}


.kensaku_head{/*ここから検索部分*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
	width: 100%;
	padding-bottom: 45px;
	overflow: hidden;
		position: relative;
	margin-top: 65px;
	margin-bottom: 0;
}


.kensaku_head h4{
	width: 100%;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
	height: 100px;
	border-bottom: 1px solid #001966;
	z-index: 10 !important;
}

.kensaku_head h4 img{
	position: absolute;
	left: 0.5%;
	bottom: 0px;
	z-index: 100 !important;
}



.kensaku_body{
	margin: 0 !important;
	padding: 0;
}

.kensaku_body div{
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}

.kensaku_body img{
	float: none;
	margin: 10px 0 0 0!important;
	width: 100% !important;
	text-align: center;
}

.kensaku_body h5{
	font-size: 106%;
	border-left: 35px solid #E6687E;
	background-color: #eee;
	font-weight: 600;
	padding: 13px 15px 11px 15px!important;
	width: 100%;
	margin: 45px 25px 25px 0;
	line-height: 125%;
}

.kensaku_body p{
	margin: 25px 2% 25px 2% ;
	width: 88%;
	
}
	
	


.kensaku_form form{
	background-color: #EEEEEE;
	width: 100%;
	text-align: center;
	padding: 25px 0;
	margin: 0px auto 45px auto;
}

.cp_ipselect {
	overflow: hidden;
	width: 88%;
	margin: 10px auto !important;
	text-align: center;
	float: none;
	clear: both;
}

.sendbtn{
	width: 88%;
	clear: both;
	margin: 5px 5px!important;
	padding: 0 !important;
}

.sendbtn{
	margin-top: 20px !important;		
}

/*BODについて
---------------------------------------------------------------------------*/

.header_nv_01{/*ヘッダー右上に聴診器を持ったジョー君*/
	margin-top: 0px;
	margin-bottom: 25px;
}

.header_nv_01 h3{/*ヘッダー右上に聴診器を持ったジョー君*/
	font-size: 170%;
	padding: 10px 1%;
	margin-top: 25px;
}

.header_nv_01 p{/*ヘッダー右上に聴診器を持ったジョー君*/
	margin-top: 2%;
	font-weight: 40;
	padding: 0;
	margin-left: 2%;
	margin-right: 2%;
 }

.header_nv_01 img{/*ヘッダー右上に聴診器を持ったジョー君*/
	margin-top: 5%;
	margin-left: 2%;
}

.bod_why{
	padding: 0;
}

.bod_why h4{
font-size: 145%;
	background-color: #fff;
	margin: 20px;
	clear: both;
	padding: 10px 15px;
	margin-bottom: 25px;
	font-weight: 600;
}
	
.bod_why div{/*BODってなに？　左側白いボックス*/
	background-color: #FFFAE8;
	padding: 15px !important;
	margin: 20px auto!important;
	float: none !important;
	clear: both !important;
	width: 83%;
}	
.bod_why p{
 width: 55%;
	float: none;
	clear: both;
	margin: 0 50% 10px 10px;
	font-size: 88%;
}

.hatena_img{
	width: 35%;
	position: absolute;
	right: 2%;
	top: 62% !important;
	margin: 15px auto;
}
	
.bod_box_01{
	padding: 0px 20px 20px 0px;
	width: 100%;
	float: none;
	clear: both;
}

.bod_pic_wrap{
 width: 100%;
	float: none;
display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
}
	
.bod_map li{
	list-style: none;
	background-image: url("../images/circle_or.png");
	background-repeat: no-repeat;
	padding-left: 2.3%;
	font-size: 61% !important;
	line-height: 100%;
	background-position: 0 1px;
}
	
	
/*ボックス内のh4タグ設定*/
.list h4 {
	font-size: 20px;	/*文字サイズ*/
}
/*「詳細を見る・応募する」ボタン*/
a.btn {
	font-size: 16px;	/*文字サイズ*/
	letter-spacing: normal;
}

/*subコンテンツ内のメニュー
---------------------------------------------------------------------------*/
/*メニュー１個ごとの設定*/
.sub ul.submenu li {
	width: auto;
	float: none;
}
/*偶数番目のメニューの左のラインを戻す設定*/
.sub ul.submenu li:nth-child(even) a {
	border-left: 0px solid #ccc;
}

.sub .box_ye {
	font-size: 16px;
}



/*フッターメニュー
---------------------------------------------------------------------------*/
/*ボックス全体*/
#footermenu {
	display: none;
}
	
/*コピーライト
---------------------------------------------------------------------------*/
#copyright {
	clear: both;
	background: #fff;	/*背景色*/
	color: #888;
	font-size: 88%;
}
#copyright ul li a {
	text-decoration: none;
}

#copyright p{
	color: #00103F !important;
	margin-top: 10px;
	text-align: center;

}

.ft_logo{
	float: none !important;
	clear: both;
	width: 250px;
	margin: 15px auto 0 auto !important;
	text-align: center !important;
	display: block;
	padding-bottom: 0px;
}

#copyright small{
	clear: both !important;
	text-align: center !important;
	display: block;

}

.visibble_sm{/*スマホで表示　PCで非表示*/
		display: block !important;
}
	
.hidden_sm{/*スマホで非表示　PCで表示*/
		display: none !important;
}

/*テーブル（ta1）
---------------------------------------------------------------------------*/
/*ta1設定*/
.ta1, .ta1 td, .ta1 th {
	padding: 5px;	/*ボックス内の余白*/
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi {
	font-size: 14px;	/*文字サイズ*/
}
/*ta1の左側ボックス*/
.ta1 th {
	width: 100px;
}

/*その他
---------------------------------------------------------------------------*/
.ws,.wl {width: 94%;}
.big1 {font-size: 16px;}
img.fr,img.fl {float: none;margin: 0;width: 100%;}
.sh {display:block;}
.pc {display:none;}
.fl-half{float:none;width:100%;margin-left:0;}

}
