@charset "Shift_JIS";
/* CSS Document */

pre {
	white-space: pre-wrap;
	word-wrap: break-word;
}

p.catch {
	margin: 0 01em;
	font-size: 1.571em;
	line-height: 1.6;
}
.right,
.t-r {text-align: right;}
.center,
.t-c{text-align: center;}

.btn_nav{
	margin: 1em ;
	clear: left;
}
.btn_nav li{
	float: left;
	padding: 2px 4px;
	border-radius: 3px;
	background: #3bacd6;
	margin-right: 0.2em;
	margin-bottom: 0.3em;
}
.btn_nav li a{color: #fff;}

.btn_nav li a:after{
	padding-left: 0.2em;
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	content:"\f105";
	color: #a3d4e6;
	margin: 0.5em 0;
}
.sub_list {
	margin: 1em;
}

.sub_list ul {
	list-style-type: none;
	border-top: 1px dotted #3bacd6;
}

.sub_list ul li {
	padding: 10px 0;
	overflow: hidden;
	clear: both;
	margin-bottom: 10px;
	border-bottom: 1px dotted #3bacd6;
}

.sub_list ul li:hover {
  background: rgb(251, 254, 255);
}

.sub_list h3 {
	margin: 0 0 10px 0;
}

.sub_list ul li .sub_imgblock {
	margin: 0 ;
}


.sub_list .sub_txtblock .listnum{
	font-size: 0.8em;
	float: right;
	background: #eff3f5;
	padding: 0.2em 0.5em;
}

.sub_lnk {
	clear: both;
	margin-bottom: 0.5em;
	word-break: break-all;
}
.sub_lnk a{
	margin: 0.5em 0;
}
.sub_list .sub_txtblock span{
	font-size: 1rem;
	background: #3BACD6;
	border-radius: 2px;
	display: inline-block;
	margin-left: 1em;
	color: #fff;
	padding: 0.2em;
}

.sub_lnk span{
	font-size: 0.8em;
	background: #3BACD6;
	border-radius: 2px;
	display: inline-block;
	margin-left: 1em;
	color: #fff;
	padding: 0 0.2em;
}


@media only screen and (min-width: 641px) {
	.sub_list h3 {
		float: left;
	}
	.sub_list ul li .sub_imgblock {
		float: right;
		margin: 0 0 0 15px;
		width: 160px;
	}
	.sub_list .sub_txtblock{
		float: left;
		width: calc(100% - 180px);
	}
}
.submenu{
	margin-bottom: 1em;
	border-radius: 5px;
}


.cd-breadcrumb li::after,
.cd-multi-steps li::after {
  display: inline-block;
	font-family: 'Font Awesome 5 Free';
  content: '\00bb';
  margin: 0 .6em;
  color: #959fa5;
}

.breadcrumb ol li {
	display: inline;
	list-style-type: none;
	font-size: 0.8em;
}

.breadcrumb ol li:before {
	content: "\00bb ";
	padding-right: 0.5em;
}

.breadcrumb ol li:first-child:before {
	content: none;
}
.contents{
	display: block;
	margin: 1em 0.5em;
	clear: both;
}
.lead_txt{
	margin: 1em ;
	clear: both;
}


.lead_txtR{
	float: right;
	width:75%;
	margin-bottom: 1em;
}
.lead_txtL{
	float: left;
	width:75%;
	margin-bottom: 1em;
}
.lead_imgR{float: right;width:20%;}
.lead_imgL{float: left;width:20%;}

.col2 {
	margin: auto;
	display: flex;
}
.col2 > div {
	display: inline-block;
	line-height: 1.3;
	width: calc(100%/2);
	vertical-align: top;
	margin: 1%;
}
.infolist .mminfo {
	margin: -1em 1em 1em;
	border-bottom: 1px solid #eaf0f3;
	border-radius: 5px;
	padding: 10px 15px 5px;
	background: #fbfcfd;
}

.infolist .col > div dl,
.infolist .col1 > div dl {
	margin: 1em;
	border-top: 5px solid #eaf0f3;
	border-bottom: 1px solid #eaf0f3;
	border-radius: 5px;
	padding: 5px;
	background: #fbfcfd;
}
.infolist .col1 > div dl {
}
.infolist .col > div dl+dl,
.infolist .col1 > div dl+dl {
	margin-top:-1em;
	border-top:none;
}

.mh12e{
	max-height: 12em;
	overflow: auto;
}

.infolist .col2 > div dl{
	border-top: 5px solid #eaf0f3;
	border-bottom: 1px solid #eaf0f3;
	border-radius: 5px;
	padding: 5px;
	background: #fbfcfd;
}
.b_frm{
	border: 4px solid #a3d4e6;
	border-radius: 5px;
	padding: 0.5em 1em;
	background: #f9fbfd;
}
.b_frm h4{margin-top: 0.3em;}


.infolist dl dt {
	width: 6em;
	float: left;
	margin: 0;
	padding: 5px 0 5px 5px;
	font-weight: bold;
}
.infolist dl dd {
	position: relative;
	margin: 0 0 0.3em;
	padding: 5px 5px 5px 8em;
	border-bottom: 1px dotted #ddd;
}

.infolist dl dd:last-child {
	border-bottom: none;
	margin: 0;
	padding-bottom: 0;
}

@media only screen and (max-width: 480px) {
	.col2 {
		display: block;
	}
	.col2 > div {
		width: 100%;

	}

}/*end max-480px*/


.newslist{
	display: block;
	border-bottom: 1px dotted #eff3f5;
}
.newslist a.linkbox{
	cursor: pointer;
	padding: 0.3em;
	display: block;
	border-bottom: 1px dotted #ccc;
}
.newslist a.linkbox:hover{
	background: #eff3f5;
}
.newslist .ttl_news{
	font-size: 1.3em;
	line-height: 1.15;
	margin-bottom: 0.5em;
	font-weight: bold;
}

.newslist .txt_news{
	padding: 0 0.5em 0.2em;
	color: #333;
	line-height: 1.3rem;
}

.news_detail{
	margin: 1em 0.5em;
	text-align:justify;
	line-height: 1.8;
}
news_detail .ttl_news{

}
news_detail .txt_news{
	color: #333;
	line-height: 1.3rem;
}
@media screen and (min-width: 641px) {
	.newslist .txt_news{
		padding: 0 0.5em 0.2em;
		line-height: 1.3rem;
	}
}



/* テーブル
縦横に見出しがあるタイプ
*/
.tbl-r02 th {
  background: #999;
  border: solid 1px #999;
  color: #fff;
  padding: 10px;
}
.tbl-r02 td {
　border: solid 1px #999;
  padding: 10px;
}

.tbl-r05 td:first-child {
  background: #91a9b5;
	color: #fff;
}
@media screen and (max-width: 640px) {
  .tbl-r05 {
	width: 80%;
  }
  .tbl-r05 .thead {
	display: none;
  }
  .tbl-r05 tr {
	width: 100%;
  }
  .tbl-r05 td {
	display: block;
	text-align: right;
	width: 100%;
  }
  .tbl-r05 td:first-child {
	background: #91a9b5;
	color: #fff;
	font-weight: bold;
	text-align: center;
  }
  .tbl-r05 td:before {
	content: attr(data-label);
	float: left;
	font-weight: bold;
	margin-right: 10px;
  }
}


/* カラムリスト */
.list_col2 li,
.list_col3 li,
.list_col4 li{
	margin:0.5em;
}

.list_col2.ck li:before,
.list_col3.ck li:before,
.list_col4.ck li:before{
	padding-right: 0.2em;
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	content:"\f14a";
	color: #2094bf;
}

.list_col2 li i,
.list_col3 li i,
.list_col4 li i{
	text-indent: 0.5em;
}



@media screen and (min-width: 768px){

	.list_col2,
	.list_col3,
	.list_col4 {
		margin-top: 1em;
		display: flex;
		justify-content:flex-start;
		flex-wrap: wrap;
	}
	.list_col2 li,
	.list_col3 li,
	.list_col4 li{
		margin-bottom: 2rem;
		margin: 5px;
		padding: 0 0 0 1em;
	}
	.list_col2 h3{
		margin-top: 0;
		}
	.list_col2 li {
		width: 48%;
	}
	.list_col3 li {
		width: 31%;
	}
	.list_col4 li {
		width: 23%;
	}

	.list_col2 li a{
		cursor: pointer;
	}
	.list_col2 li a:hover{
		background: #f5f6f7;
	}
}

.library .list_col_img{
	width:200px;
	float: left;
}
.library .list_col_txt{
	width:calc(100% - 210px);
	float: right;
}
.library .list_col_txt p{
	line-height: 1.3em;
}
@media screen and (max-width: 768px){
	.library .list_col2 li{
		font-size: 0.9em;
		clear: both;
		margin-bottom: 1em;
		overflow: hidden;
		border-bottom: 1px dotted #ddd
	}
	.library .list_col_txt p{
		font-size: 0.9em;
	}
	.library .list_col_txt h3{
		font-size: 1.2em;
		margin-top:0;
		padding:0;
	}
}

@media screen and (max-width: 980px){
	.contents-box3,
	.contents-box4 {
		width: 49%;
	}
}

@media screen and (max-width: 768px){
	.contents-wrap {
		flex-direction: column;
	}

	.contents-box2,
	.contents-box3,
	.contents-box4 {
		width: 100%;
	}
}


.contents-wrap-section {
	display: flex;
	justify-content: space-between;
	margin-bottom: 7rem;
}
.contents-wrap-section:nth-child(odd) {
	flex-direction: row-reverse;
}

.contents-text {
	width: 60%; /*flex: 2;*/
}
.contents-img {
	width: 35%; /*flex: 1;*/
}

.contents-text h2 {
	margin-bottom: 2rem;
	font-size: 2.2rem;
}

.contents-img img {
	display: block;
	width: 100%;
	height: auto;
}

@media screen and (max-width: 768px){
	.contents-wrap-section,
	.contents-wrap-section:nth-child(odd)  {
		flex-direction: column;
	}

	.contents-text,
	.contents-img {
		width: 100%; /*flex: 1;*/
	}

	.contents-text {
		padding: 3rem;
	}

	.contents-text h2 {
		text-align: center;
	}
}

.multicol {
	list-style: none;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin: 0;
	padding: 0;
}

.multicol li {
	flex: 0 0 10%;
}


/* ページナビ */


.subpage_nav {
	display: flex;
	justify-content: flex-end;
	margin-right: 1em;
	margin-bottom: 2%;
}
.subpage_nav ul li{
	display:inline-block;
	margin: 0.5em 0.2em 0.5em;
	color: #fff;
}
.subpage_nav li a {
	padding: 10px;
	border-radius: 5px;
	background-color: #34495e;
	display: block;
	color: #fff;
	text-decoration: none;
}

.subpage_nav li a.current{background: #ddd;}


.subpage_nav li a:hover{ background-color: #a7b1bd;}

.block_left{
	justify-content: flex-start;
}

.sub_nav{
	/*display: flex;
	justify-content: flex-end;
	margin: 1em 0.5em;*/
	text-align: right;
}


.subpage_nav.left,
.sub_nav.left,
.sub_nav_g.left{justify-content: flex-start;text-align:left; }
.subpage_nav.center,
.sub_nav.center,
.sub_nav_g.center{justify-content: center;text-align:center; }

.sub_nav li,
.sub_nav_g li{
	display:inline-block;
	margin: 0.2em 0.1em;
}

.sub_nav li a,
.sub_nav_g li a {
	display: inline-block;
	color:#fff;
	padding: 0.2em 0.4em;
	margin: 0.2em 0.1em;
	border-radius: 2px;
}
.sub_nav li a{background: #3bacd6;}
.sub_nav_g li a{background: #7ca09f;}

.subpage_nav ul li.current,
.sub_nav li.current,
.sub_nav_g li.current{}

.subpage_nav ul li.current a,
.sub_nav li.current a,
.sub_nav_g li.current a{cursor: default;background: #a9b7be;}

.subpage_nav ul li a.active,
.sub_nav li a.active,
.sub_nav_g li.active{ background: #bdc9cf;}

.sub_nav li.active a,
.sub_nav_g li.active a{	color: #666;}

.sub_nav>div,
.sub_nav_g>div{
	display: block;
	clear: both;
	content: "";
}

.fixed_btm_r{
	position: fixed;
	bottom: 0;
	right:2em;

}
.fixed_btm_l{
	position: fixed;
	bottom: 0;
	left:2em;
}

.fixed_mid_l{
	position: fixed;
	top: 50%;
	left:2em;
}


/**/

.list_nav{
	display: flex;
}
.list_nav li{
	display:inline-block;
	margin: 1em 0.5em;
	border-radius: 3px;
	padding: 0.3em 0.6em 0.1em;
}

.list_nav li.date{
	font-weight: bold;
	background: #fff;
}
.list_nav li.current{
	border: 2px solid #eee;
	background: #f8f8f8;
	color: #708c9a;
}
.list_nav li.other{
	font-weight: bold;
	background: #79b0cc;
}
.list_nav li.other a{color:#fff;}
.list_nav li.newpost{
	border:2px solid #ff8000;
	border-radius: 4px;
	color: #ff8000;
	background: #fff;
}
.list_nav li.newpost a{color:#ff8000;}
.list_nav>div{
	display: block;
	clear: both;
	content: "";
}


/**/

@media screen and (max-width: 480px) {
	.list_nav,
	.sub_nav{
		display: block;
		float: none;
	}
	.sub_nav li{
		/*margin: 0.2em ;*/
		border-radius: 2px;
	}
}

/* グレー●つきリスト */
.list0 {
	margin: 1em;
	padding-left:3em;
}
.list0 li{
	margin:0.2em 0.5em;
	list-style: disc;
}
.list0>li::marker{
	color: #ffb100;
	font-size:0.8em;
	padding-right: 10px;
}

/* リストマークなし・字下げ1文字 */
.list2{
	margin: 1em 0em 1em 1em ;
}
.list2>li{
	margin:0.5em;
	text-indent: -1em;
}

/* リストマークなし・字下げ2文字 */
.list3{
	margin: 1em 0em 1em 2em ;
}
.list3>li{
	margin:0.5em;
	text-indent: -1.8em;
}

/* リストマークなし・字下げ2.5文字 */
.list4{
	margin: 1em 0em 1em 3.5em ;
}
.list4>li{
	text-indent: -2.65em;
}

/* チェックマーク付きリスト */

.list1{
	margin: 1em 0em 1em 1em ;
}

.list1>li{
	margin:0.1em 0.5em;
	text-indent: -1em;
}
.list1>li i{
	text-indent: 0.5em;
}
.list1>li:before{
	padding-right: 0.2em;
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	content:"\f14a";
	color: #2094bf;
}


.list1 a{
	color: #2094bf;
}
.list1 a:hover{
	color: #3BACD6;
}


.disc-list-min li> ul.list1>li{
list-style-type: none;
}

.dl_list1{margin: 1em 0;}

.dl_list1 dt{
	font-weight: bold;
	margin-bottom: 0.5em;
	font-size: 1.2em;
}
.dl_list1 dd{
	margin: 0 0.5em 1em;
}

@media screen and (min-width: 481px) {
	.info_dl{
		background-color: #f8f8f8;
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		border-left: 1px solid #ccc;
		margin: 1em 2em 2em;
	}
	.info_dl dt{
		padding: 20px 15px 0 15px;
		border-top: 1px solid #ccc;
		width: 30%;
		float: left;
	}
	.info_dl dd{
		padding: 20px 15px 0 20px;
		border-top: 1px solid #ccc;
		background: #fff;
		margin-left: 30%;
		padding-bottom: 15px;
		border-left: 1px solid #ccc;
		text-align: left;
	}
	.info_dl dd span {
		min-width: 6em;
		display: inline-block;
	}
	.info_dl dd::after {
		content: '';
		display: block;
		clear: both;
	}

	.info_dl dt span {
		font-size: 14px;
	}
	 textarea{width: 60%;}

	dl.inlist dt{
		width: 20%;
		clear: left;
		float: left;
	}
	dl.inlist dd{
		width: 80%;
		float: left;
	}
	dl.inlist2 dt{
		width: 10em;
		clear: left;
		float: left;
	}

	dl.inlist2 dd{
		width: calc(100% - 10em);
		float: left;
	}
	}
	dl.inlist3 dt{
		width: 5em;
		clear: left;
		float: left;
	}
	dl.inlist3 dd{
		width: calc(100% - 5em);
		float: left;
	}
}

dl.inlist{
	margin: 1em;
}

dl.inlist dt{
	display: block;
	font-weight:bold;
	margin-bottom: 0.5em;
}

dl.inlist dd{
	display: block;
	margin-bottom: 0.5em;
}
dl.inlist3,
dl.inlist2{
	margin: 1em;
}
dl.inlist3 dt,
dl.inlist2 dt{
	display: block;
	font-weight:bold;
	margin-bottom: 0.5em;
}

dl.inlist3 dd,
dl.inlist2 dd{
	display: block;
	margin-bottom: 0.5em;
}

dl.inlist3::after,
dl.inlist2::after,
dl.inlist::after {
	content: '';
	display: block;
	clear: both;
}
ul.low-alpha{
	padding: 0.5em 2em;
}
ul.low-alpha li {
	list-style-type: lower-alpha;
	margin-bottom: 0.5em;
}



@media only screen and (max-width: 480px) {
	textarea{width: 100%;}
	.lead_txtL,
	.lead_txtR{
		float: none;
		width: 100%;
	}
	.lead_imgL,
	.lead_imgR{
		width: 100%;
		float: none;
		text-align: center;
	}
	.btn_nav{clear: both;}
	.btn_nav li{
		display: block;
		margin-bottom: 0.5em;
	}
	.btn_nav li a:after{
		float: right;
	}
	.sub_list ul li .sub_imgblock {
		float: none;
		margin: 0 auto;
		text-align: center;
	}

	.sub_list .sub_txtblock{
	float: none;
	margin-left: 0;
	width: 100%;
	}
	.sub_list ul li {
		padding: 0;
	}

}


.pager{
	clear: both;
	background: #f6f6f6;
	margin:1em;
	font-size: 0.85rem;
}

.form_btn{
	margin: 0.5em ;
	clear: left;
}
.form_btn li{
	float: left;
	padding: 2px 6px;
	border-radius: 3px;
	background: #79b0cc;
	margin: 1em 0.5em ;
}
.form_btn li a{color: #fff;}

.event_list,
.event_list_m{
	border: 1px solid #eaf0f3;
	background-color: #fff;
}
.linem1 {background-color: #fffdef}/*today*/
.event_list.linem1{	border: 2px solid #efe2cb;}
.tc1,.tc10 {background-color: #fbfffd;}
.event_list.tc1,
.event_list.tc10 {border: 2px solid #e1f1e9;}
.event_name{
	font-size: 1.1em;
}

.event_period{
	color: #666;
	font-size: 0.95em;
}

.evdays p{
	padding: 0.1em 0.3em;
	margin: 0;
	color: #647a86;
	width:6em;
}

.evitem_single{
	border-bottom: 1px  dotted #ddd;
	margin-bottom: 0.2em;
}
.evitem_single:last-child{border-bottom: none;}

.everea,
.evkind{
	font-size: 0.8em;
	padding: 0.1em 0.4em;
	border-radius: 2px;
	color: #fff;
}
.everea{background: #7fb3aa;margin-right: 0.2em;}
.evkind{background: #3bacd6;margin-right: 0.4em;}
.auth_info{
	margin-top:1em;
	border: 1px solid #ddd;
	border-radius: 4px;
	overflow: hidden;
	padding: 1em;
	background: #fbfcfd;
}
.ev_entry{
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 1em;
	background: #fbfcfd;
	margin-bottom:1em;
}
.auth_info h4{
	margin-top: 0;
	padding-top: 0;
}
/* Responsive */
@media ( min-width : 600px ){
	.event_list_m{
		display: flex;
		flex-wrap: nowrap;
	}
	.event_list_m.evdays {
		width: 7em;
	}
	.event_list_m.evitem {
		width: calc(100% - 7em);
	}
	.evimg{
		float: right;
		padding: 1em;
	}
}

.dl_tbl {
	width: 90%;
	margin: 0 auto;
}

.dl_tbl dt {
	font-weight: bold;
}

	.dl_tbl dt,
	.dl_tbl dd {
		margin-bottom: 0.2em;
	}

/* --------------------------------------------------------------------------------
定義リスト
------------------------------------------------------------------------------- */

.dl_inline{overflow: hidden;padding: 1em;}
.dl_inline dt{clear:left;float: left;width: 12%;padding:0.5em;}
.dl_inline dd{float: left;width: 85%;padding:0.5em;}

.dl_inline2{overflow: hidden;padding: 1em;}
.dl_inline2 dt{clear:left;float: left;width:8em;padding:0.5em;}
.dl_inline2 dd{float: left;width:calc(100% - 8em);padding:0.5em;}



@media screen and (min-width: 769px) {
	.dl_tbl {
		width: 98%;
		margin: 0 auto;
	}

	.dl_tbl dt {
		clear: both;
		float: left;
		width: 18%;
	}

	.dl_tbl dd {
		padding-left: 20%;
	}
	.prof_list li{

	}

	.dl_history dt {
		clear: both;
		float: left;
		width: 4em;
	}

	.dl_history dd {
		padding-left: 5em;
	}

	.dl_bltbl dt {
		clear: both;
		float: left;
		width: 8em;
	}

	.dl_bltbl dd {
		padding-left: 9em;
	}

}

	.prof_list,
	.dl_history {
		overflow: hidden;
		padding: 1em;
	}



.qa_msg{
	margin: 1em 0.5em;
	background: #f5f6f7;
	padding: 1em;
	border-radius: 4px;
}
.qa_list{
	border-top: 1px solid #e0e0e0;
	margin: 0.3em 0;
	padding: 0.5em;
}
.qa_ttl{
	font-size: 1rem;
	font-weight: bold;
}
.qa_ttl:before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	content:"\f128";
	color: #ff8000;
	margin-right: 0.3em;
}

.qa_data{
	text-indent: 2em;
	font-size: 0.8em;
}

/*ecoterm_dic*/

.ecoterm_dic{
	margin:1em;
	background: #eaf0f3;
	padding: 1em;
	border-radius: 6px;
}
.dic_ja{
 font-weight: bold;
}

.dic_en::after{
	clear: both;
	display: block;
}

.ecoterm_dic dt{
	padding: 1%;
	border-top: 1px solid #3bacd6;
	font-weight: bold;
}
.ecoterm_dic dd{
	padding: 1%;
}
.ecoterm_dic dd::before{
	padding-left: 0.2em;
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	content:"\f105";
	color: #3BACD6;
	margin-right: 0.5em;
}
.ecoterm_dic::after{
	content: "";
	display: block;
	clear: both;
	border-top: 1px solid #3bacd6;
}

@media screen and (min-width: 980px){
	.ecoterm_dic dt{
		width: 40%;
		clear: both;
		float: left;
	}
	.ecoterm_dic dd{
		border-top: 1px solid #3bacd6;
		text-indent: -1.5em;
		float: left;
		width: 55%;
	}
}


/* ecoterm_list */

@media screen and (min-width: 980px){
	.ecoterm_list dt{
		clear: both;
		width: 45%;
		float: left;
	}
	.ecoterm_list dd{
		width: 45%;
		float: left;
	}
}

.ecoterm_list{
	margin:1em 0.5em;
	border-bottom: 1px solid #ddd;
}
.ecoterm_list dt{
	padding: 0.5% 1%;
	border-top: 1px solid #ddd;
}
.ecoterm_list dd{
	padding: 0.5% 1%;
	border-top: 1px solid #ddd;
}
.ecoterm_list:after{
	content: "";
	display: block;
	clear: both;
}
.ecoterm_date{
	text-align: right;
}
.ecoterm_ttl p{
	padding: 1em;
	background: #e9ecdf;
	border-radius: 5px;
}

.ecoterm_wors{
	background: #f8f8f8;
	padding: 1em;
	border-radius: 5px;
	margin-bottom: 2em;
}


.org_list{
	margin:0.5em;
	border-bottom: 1px solid #ddd;
}
.org_list .org_name{
	font-size: 1.2em;
	font-weight: bold;
	line-height: 2em;
}
.org_list .org_item{
	line-height: 2em;
	padding: 0.61em;
}
@media only screen and (min-width: 481px) {
/*	.org_view{
		margin:1em 0.3em;
		overflow: hidden;
		border: 2px solid #eee;
	}
	.org_view > dt{
		clear: both;
		float: left;
		width:13em;
		background: #f6f6f6;
		padding: 0.3em;
		margin-bottom: 0.2em;
		margin-right: 1em;
		font-weight: bold;
	}
	.org_view > dd{
		margin-left: 14em;
	}
	*/
.org_view{
  display:flex;
  flex-wrap: wrap;
  border: 1px solid #ddd;
  border-top: none;
}
.org_view > dt{
  background:#f5f6f7;
  width: 30%;
  padding: 10px;
  box-sizing: border-box;
  border-top: 1px solid #ddd;
}
.org_view > dd{
  padding: 10px;
  margin: 0;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  width: 70%;
  background: #fff;
  box-sizing: border-box;
}

@media screen and (max-width: 480px) {
.org_view{
	flex-flow: column nowrap;
  }
 .org_view > dt,
 .org_view > dd{
	width: 100%;
  }
  .org_view > dd{
	border-left: none;
  }
}


	.org_event{
		padding: 1em;
	}
	.org_event > dt{
		font-weight: bold;
		font-size:1.2em;
	}
	.org_event > dd{
		padding:0  1em 0.5em;
	}
}
.ev_flag{
	padding: 0.1em 0.3em;
	font-size: 0.7em;
	vertical-align: middle;
	background: #ecc73c;
	color: #fff;
	margin-left: 0.3em;
}
.subcategory{
	font-size: 0.8em;
	margin-bottom: 2em;
	float: right;
}

.subcategory>span{
	display: inline-block;
	margin: 0.3em 0.5em;
	background: #eaf0f3;
	padding: 0.2em 0.4em;
	border: 1px solid #dfe8ec;
	border-radius: 3px;
}
@media only screen and (max-width: 480px) {
	.org_list .org_name{width:100%;}
	.org_list .org_item{width:100%;border:none;padding:0}
	.org_state{clear:both;}
}


.error{font-weight:bold;color:#ff0000;}
.caution{color:red;font-weight:normal;font-size:85%;}
.button{text-align:center;}

form table{width:100%;}
.form_tbl{
	margin:1em;
	padding:20px 0;
	text-align:left;
	border-bottom:2px solid #99CC00;
}
form table th{text-align:left;padding:1em;background:#f8f8f8;}
form table td{width:60%;padding:5px;}


.form_area{
	margin: 1em;
	padding: 1em;
	border: 2px solid #dfe8ec;
	border-radius: 4px;
	background: #fefefe;
}
.form_area h4{
	margin: 0.5em 0 0.2em;
	color: #666;
}
.form_area h4::first-child{
	margin-top: 0;
}
.form_area>div{
	padding: 0.5em;
}


.form_area input[type="text"]{
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: transparent;
	background-image: none;
	font-size: 1em;
}


.form_area textarea{
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: transparent;
	background-image: none;
	font-size: 1em;
	height: 100px;
	padding: 0.4em 0.8em;
}

@media screen and (max-width: 640px) {
	.form_area textarea{
		 width: 100%;
	 }
}

.form_area:focus{
	border: 1px solid #3bacd6;
	box-shadow: none;
	outline: none;
}




.form_tbl textarea {
	font-size: 1.1em;
	height: 7em;
	line-height: 1.5em;
}
.form_tbl select,
.form_tbl input{
	font-size: 1em;
}
.form_tbl input[type="text"] {
	padding: 1em;
	height: 2.0em;
	line-height: 4em;
}


.ans_list{
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #f6f6f6;
}
.ans_supp{
	margin-bottom: 2em;
	padding: 1em;
	background: #f8f8f8;
}


/* 環境用語集 */
.ecoterm_wors p{
	text-indent: 1em;
}

.ecoterm_cmt{
	margin-top:4rem;
	padding: 1em;
	border-top: 1px solid #ddd;
}
.btnlist{
	display: flex;
	flex-wrap: wrap;
	background: #eff3f5;
	padding: 0.1em;
}

.btnlist li{
	background: #79b0cc;
	align-items: center;
	text-align: center;
	font-weight: bold;
	margin:0.1em 0.2em;
	padding: 0.1em 0.5em;
	border-radius: 4px;
}
.btnlist li a{
	font-weight: bold;
	color: #fff;
}


.inline_list{clear: both; padding:0.5em;}
.inline_list li{display: inline-block;}
.inline_list:after{display: block;}

.slitlist{clear: both; padding:0.5em;}
.slitlist li{
	display: inline-block;
}
.slitlist li:after{
	content:"|";
	color: #ddd;
	margin-left: 0.5em;
}
.slitlist li:last-child:after{content:none;}
.slitlist.right{text-align: right;}


.inlist{margin: 1em 0; padding:0.5em;}
.inlist li{
	display: inline-block;
	padding:  1em;
}


/* flexbox */
@media screen and (max-width: 640px) {
	.flexbox{
		display: flex;
	}

	/*複数行の位置*/
	.flexbox--stretch{
		align-content: stretch;
	}

	/*溢れたら折り返し*/
	.flexbox--wrap {
		flex-wrap: wrap;
	}

	.flexbox__item {
		padding: 10px;
	}
	.flexbox--end {justify-content: flex-end;}
	.flexbox--around {justify-content: space-around;}
	.flexbox--flex-start {align-content: flex-start;}/*一番高い要素に揃える*/

	.flexbox__item1{order: 4;}
	.flexbox__item2{order: 3;}
	.flexbox__item3{order: 2;}
	.flexbox__item4{order: 1;}

	/*（数字は伸び率）*/


	/*指定箇所を伸ばす（数字は伸び率）*/
	.flexbox__grow-1 {flex-grow: 1;}
	.flexbox__grow-2 {flex-grow: 2;}
	.flexbox__grow-3 {flex-grow: 3;}
	.flexbox__grow-4 {flex-grow: 4;}



	/*ベースの幅*/
	.flexbox__basis_w200 {flex-basis: 200px;}
	.flexbox__basis_w300 {flex-basis: 300px;}
	.flexbox__basis_24 {flex-basis: 24%;}
	.flexbox__basis_30 {flex-basis: 30%;}
	.flexbox__basis_40 {flex-basis: 40%;}
}

@media screen and (min-width: 641px) {
	.flexbox{
		display: flex;
	}

	/*複数行の位置*/
	.flexbox--stretch{
		align-content: stretch;
	}

	/*溢れたら折り返し*/
	.flexbox--wrap {
		flex-wrap: wrap;
	}

	.flexbox__item {
		padding: 10px;
	}
	.flexbox--end {justify-content: flex-end;}
	.flexbox--around {justify-content: space-around;}
	.flexbox--flex-start {align-content: flex-start;}/*一番高い要素に揃える*/

	.flexbox__item1{order: 4;}
	.flexbox__item2{order: 3;}
	.flexbox__item3{order: 2;}
	.flexbox__item4{order: 1;}

	/*（数字は伸び率）*/


	/*指定箇所を伸ばす（数字は伸び率）*/
	.flexbox__grow-1 {flex-grow: 1;}
	.flexbox__grow-2 {flex-grow: 2;}
	.flexbox__grow-3 {flex-grow: 3;}
	.flexbox__grow-4 {flex-grow: 4;}



	/*ベースの幅*/
	.flexbox__basis_w200 {flex-basis: 200px;}
	.flexbox__basis_w300 {flex-basis: 300px;}
	.flexbox__basis_24 {flex-basis: 24%;}
	.flexbox__basis_30 {flex-basis: 30%;}
	.flexbox__basis_40 {flex-basis: 40%;}
}




/* サブカテゴリー インラインリスト */
.topicpath {
	margin-left:0;
	padding-left:0;
}

.topicpath li {
	position: relative;
	display:inline-block;
	list-style: none;
	font-weight: bold;
	margin-right: 6px;
}

.topicpath li:after {
  content: "";
  position: absolute;
  top: 7px;
  right: -19px;
  border-style: solid;
  border-color: transparent;
  border-left-color: #e2e2e2;
  border-width: 7px 12px;
  width: 0;
  height: 0;
}


.topicpath li:last-child:after {
	content: none;
}
.topicpath li a {
	display: inline-block;
	padding: 0 7px;
	height: 28px;
	line-height: 28px;
	text-decoration: none;
	color: #9b9b9b;
	background: #e2e2e2;
	font-size: 13px;
	border-radius: 3px;
	transition: 0.3s;
}

.topicpath li a:hover {
	transform: translateY(-3px);
}


/* ●囲み番号リスト */
ol.circle{
	counter-reset:list;
	list-style-type:none;
}
ol.circle li{
	position:relative;
	padding: 0 0 0 25px;
	margin: 10px 0 15px 10px;
	font-weight: bold;
	line-height: 1.3em;
	border: dashed 1px transparent;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
ol.circle li:before{
	counter-increment: list;
	content: counter(list);
	position: absolute;
	left: -10px;
	width: 30px;
	height: 30px;
	text-align: center;
	color: #fff;
	line-height:30px;
	background: #79b0cc;
	border-radius: 50%;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
ol.circle li:hover{
	border-bottom-color: #8cb2c6;
}


/* 画像右 */
@media screen and (min-width: 641px) {
	.flex_col-box {
		padding:  5px;
		display: flex;
	}

	.flex_col-item {
		padding: 10px;
		margin:  10px;
		border-radius:  5px;
	}

	.flex_col-item:nth-child(1) {
	}

	.flex_col-item:nth-child(2) {
		background-color:  #fcfcfc;
	}
}

blockquote.ltr{
	margin: 2em;
	padding: 1em;
	border: solid 1px #becede;
	background: #fafafb;
}

caption.btm{
	caption-side: bottom;
	text-align: left;
	margin-top: 0.5em;
}


body#_2004 .sub_nav li._2004 a{cursor: default;background: #ddd;}
body#_2005 .sub_nav li._2005 a{cursor: default;background: #ddd;}
body#_2006 .sub_nav li._2006 a{cursor: default;background: #ddd;}
body#_2007 .sub_nav li._2007 a{cursor: default;background: #ddd;}
body#_2008 .sub_nav li._2008 a{cursor: default;background: #ddd;}
body#_2009 .sub_nav li._2009 a{cursor: default;background: #ddd;}
body#_2010 .sub_nav li._2010 a{cursor: default;background: #ddd;}
body#_2011 .sub_nav li._2011 a{cursor: default;background: #ddd;}
body#_2012 .sub_nav li._2012 a{cursor: default;background: #ddd;}
body#_2013 .sub_nav li._2013 a{cursor: default;background: #ddd;}
body#_2014 .sub_nav li._2014 a{cursor: default;background: #ddd;}
body#_2015 .sub_nav li._2015 a{cursor: default;background: #ddd;}
body#_2016 .sub_nav li._2016 a{cursor: default;background: #ddd;}
body#_2017 .sub_nav li._2017 a{cursor: default;background: #ddd;}
body#_2018 .sub_nav li._2018 a{cursor: default;background: #ddd;}
body#_2019 .sub_nav li._2019 a{cursor: default;background: #ddd;}
body#_2020 .sub_nav li._2020 a{cursor: default;background: #ddd;}
body#_2021 .sub_nav li._2021 a{cursor: default;background: #ddd;}
body#_2022 .sub_nav li._2022 a{cursor: default;background: #ddd;}
body#_2023 .sub_nav li._2023 a{cursor: default;background: #ddd;}
body#_2024 .sub_nav li._2024 a{cursor: default;background: #ddd;}
body#_2025 .sub_nav li._2025 a{cursor: default;background: #ddd;}
body#_2026 .sub_nav li._2026 a{cursor: default;background: #ddd;}
body#_2027 .sub_nav li._2027 a{cursor: default;background: #ddd;}
body#_2028 .sub_nav li._2028 a{cursor: default;background: #ddd;}
body#_2029 .sub_nav li._2029 a{cursor: default;background: #ddd;}
body#_2030 .sub_nav li._2030 a{cursor: default;background: #ddd;}
body#_2031 .sub_nav li._2031 a{cursor: default;background: #ddd;}


/*EOF*/
