@charset "Shift_JIS";
/* CSS Document */

pre {
	white-space: pre-wrap;
	word-wrap: break-word;
	overflow: auto;
}

p.catch {
	margin: 0 01em;
	font-size: 1.571em;
	line-height: 1.6;
}

.t-r {
    text-align: right;
}
.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 .col1 > div dl {

    border-top: 5px solid #eaf0f3;
    border-bottom: 1px solid #eaf0f3;
    border-radius: 5px;
    padding: 10px 5px 5px;
    background: #fbfcfd;

}

.infolist .col2 > div dl{
	border-top: 5px solid #eaf0f3;
	border-bottom: 1px solid #eaf0f3;
	border-radius: 5px;
	padding: 10px 5px 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;
}

@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;
}
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;
  }
}


/* カラムリスト */

@media screen and (min-width: 768px){

	.list_col2,
	.list_col3,
	.list_col4 {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.list_col2 li,
	.list_col3 li,
	.list_col4 li{
		margin-bottom: 2rem;
	}
		.list_col2 h3{
		margin-top: 0;
		}
	.list_col2 li {
		width: 48%;
		justify-content: space-between;
		overflow: hidden;
		margin: 0 0 10px 0;
		padding: 0;
	}
	.list_col2 li a{
		display: block;
		cursor: pointer;
	}
	.list_col2 li a:hover{
		background: #f5f6f7;
	}
	.list_col3 li {
		width: 31%;
	}
	.list_col4 li {
		width: 23%;
	}
}

.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%;
}


.sub_nav_g{
	display: inline;
	margin:1em 0;
}
.sub_nav{
	display: flex;
	justify-content: flex-end;
	margin-right: 1em;
}
.sub_nav.left{justify-content: flex-start;}
.sub_nav.center{justify-content: center;}
.sub_nav li{
	display:inline-block;
	background: #3bacd6;
	color:#fff;
	padding: 0.2em 1em;
	margin: 0.5em 0.2em 1em;
	border-radius: 2px;
	line-height:1.1em;
}
.sub_nav li.current{
	background: #ddd;
}
.sub_nav li.current a{cursor: default;}
.sub_nav li.active,
.sub_nav_g li.active{
	background: #f8f8f8;
}
.sub_nav li.active a,
.sub_nav_g li.active a{
	color: #666;
}
.sub_nav_g li a,
.sub_nav li a{color:#fff;}

.sub_nav_g>div,
.sub_nav>div{
  display: block;
  clear: both;
  content: "";
}

.sub_nav_g li {
    display: inline-block;
    background: #7ca09f;
    color: #fff;
	padding: 0.3em;
    margin: 0.2em 0.2em;
    border-radius: 2px;
    line-height: 1.1em;
}
.sub_nav_g li.current{
	background: none;
	color: #333;
}
.sub_nav_g li.current a{color: #333;}

.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:2em;
}
.list0 li{
	text-indent: -1em;
	margin:0.5em;
}
.list0>li:before{
	padding-right: 0.5em;
	font-size:0.5em;
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	content:"\f111";
	color: #999;
}
.list1{
	margin: 1em 0em 1em 1em ;
}
.list1>li{
	margin:0.5em;
}
.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;
}


.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.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.inlist2{
	margin: 1em;
}

dl.inlist2 dt{
	display: block;
	font-weight:bold;
	margin-bottom: 0.5em;
}

dl.inlist2 dd{
	display: block;
	margin-bottom: 0.5em;
}

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;
}

input[type="text"] {padding: 0.3em;border: 1px solid #91a9b5;border-radius: 2px;}
textarea{border: 1px solid #91a9b5;padding: 0.5em;border-radius: 2px;    line-height: 1.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;}



@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;
	}
}

	.prof_list,
	.dl_history {
		overflow: hidden;
		border: 1px solid #ddd;
		padding: 1em 0.5em;
	}



.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 (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;
}


.subpage_nav {
  margin-bottom: 2%;
}
.subpage_nav ul:after {
  content: "";
  display: table;
  clear: both;
}
.subpage_nav li {
  float: left;
  padding: 1%;
}
.subpage_nav li a {
  display: block;
  padding: 10px;
  background-color: #34495e;
  color: #fff;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  text-decoration: none;
}
.subpage_nav li a.active{ background-color: #a7b1bd;}




/*EOF*/