@charset "UTF-8";
/* CSS Document */
.pc_none{
	display: none;
}
li, dt, dd {
  line-height: 1.6;
}

#tmp_contents ul li, #tmp_contents ol li{
    margin: 0 0 1em;
}
#tmp_contents ul{
	margin-left: 0 !important;
/*
	margin-bottom: 0 !important;
*/
}
#tmp_contents ul li{
  background: url("../images/icon_list.png");
	background-repeat: no-repeat;
	background-size: 20px 30px;
    list-style: none;
    padding-left: 30px;
}
#tmp_contents ul li:last-child{
	margin-bottom: 0;
}
#tmp_contents ol{
	margin: 0 0 1em 30px;
}

.wave{
  background: url("../images/top_wave.png");
    height: 76px;
    background-size: auto 100%;
    background-position: center;
    margin-top: -2px;
}


.content_inner {
  width: 100%;
  max-width: 1200px;
  padding: 30px 0;
  border-radius: 30px;
  background: #fff;
    margin: 0 auto;
}
#layout_wrapper_inner {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}
.wrap_col_main {
  width: 910px;
}
.col_main {
  background: none;
  padding: 0;
}
@media screen and (max-width : 1280px) {
  #layout_wrapper {
    width: calc(100% - 30px);
  }
}
/*decarbon_header*/
#decarbon_header {
  display: flex;
    width: calc(100% - 40px);
  margin: 0 auto;
  justify-content: space-between;
    background: #E8F8FF;
    position: relative;
    z-index: 20;
    padding: 20px 20px 0;
    box-shadow: 0 0 6px 0 rgb(0 0 0 / 24%);
}
#decarbon_header .logo_area {
  /*width: calc(100% - 780px);*/
    max-width: 500px;
  display: flex;
  align-items: center;
}
#decarbon_header .logo_area a {
  padding: 10px 0;
  display: inline-block;
}
#decarbon_header .logo_area img {
  width: 100%;
  height: auto;
}
#decarbon_header .head_right {
  position: static;
  /*width: 780px;*/
  display: flex;
  flex-direction: column;
  margin-left: 20px;
}
#decarbon_header .head_right .upper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#decarbon_header .head_right .upper .search {
  display: flex;
  align-items: center;
}
#decarbon_header .head_right .upper .search .serach_title{
    min-width: 6em;
}
#decarbon_header .head_right .upper .search form {
  margin-left: 1em;
  width: auto;
  display: flex;
  border-radius: 200px;
  background: #fff;
  padding: 0;
  align-items: center;
}
#decarbon_header .head_right .upper .search form #sitesearch {
  border: none;
    padding: 11px 0px 11px 14px;
  background: none;
    width: 100%;
}
#decarbon_header .head_right .upper .search form button {
  background: none;
  border: none;
  cursor: pointer;
    padding: 10px 14px;
}
#decarbon_header .head_right .upper .search form button span {
  line-height: 0;
}
#decarbon_header .head_right .upper .search form button span img {
  max-width: 21px;
}
#decarbon_header .head_right .upper .funclink_wrap {
  display: flex;
  align-items: center;
}
#decarbon_header .head_right .upper .funclink_fc {
  padding: 0 1.5em 0 0;
}
#decarbon_header .head_right .upper .funclink_fc a {
  display: inline-block;
  color: #000;
  position: relative;
  text-decoration: none;
    min-width: 6em;
}
#decarbon_header .head_right .upper .funclink_language {
  padding: 0 1.5em 0 0;
}
#decarbon_header .head_right .upper .funclink_language a {
  display: inline-block;
  color: #000;
  position: relative;
  text-decoration: none;
    min-width: 5em;
}
#decarbon_header .head_right .upper .funclink_sitetop {
  padding: 0 1.5em 0 0;
}
#decarbon_header .head_right .upper .funclink_sitetop a {
  display: inline-block;
  color: #000;
  position: relative;
  text-decoration: none;
    min-width: 6em;
}
#decarbon_header .head_right .upper .funclink_fc a:hover,
#decarbon_header .head_right .upper .funclink_language a:hover,
#decarbon_header .head_right .upper .funclink_sitetop a:hover{
	text-decoration: underline;
}
#decarbon_header .head_right .upper .funclink_contact {
  padding: 0 0 0 1.5em;
}
#decarbon_header .head_right .upper .funclink_contact input {
  background: #1B76B3 url("../images/icon_mail.png");
  background-repeat: no-repeat;
  background-size: 41.5px 30px;
  background-position: left 30px center;
  color: #fff;
  display: flex;
  font-size: 114%;
    padding: 10px 30px 10px 80px;
  text-align: center;
  justify-content: center;
  align-items: center;
  text-decoration: none;
    min-width: 6em;
    border: none;
	cursor: pointer;
    line-height: 1.6;
    border-radius: 200px;
}
#decarbon_header .head_right .upper .funclink_contact input:hover{
	text-decoration: underline;
}
#gnav_btn {
  display: none;
}
#decarbon_header .head_right .under .gnav ul {
  list-style-type: none;
  margin: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 10px;
}
.gnavi_main > li:hover, .gnavi_main > li.active, .gnavi_main > li:focus {
  background: none;
}
.gnavi_main > li.active > a:before, .gnavi_main > li:hover > a:before, .gnavi_main > li.is-open > a:before {
  content: none;
}
.gnavi_main > li > a {
  color: #000;
  padding: 20px 40px;
}
.gnavi_main > li > a:before {
  content: none;
}
#decarbon_header .head_right .under .gnav .btn_navclose {
  display: none;
}
/*footer*/
#tmp_footer {
  position: relative;
  z-index: 10;
    margin-top: 220px;
    background: #97D7F2 url("../images/bg_footer_frame.png") no-repeat;
	background-size: 100% auto;
}
.footer_ill {
  text-align: center;
  margin-top: 100px;
  line-height: 0;
}
.footer_ill img {
  width: 100%;
    margin-top: -120px;
}
/*#tmp_footer::before{
	content: "";
    display: block;
    width: 100%;
    height: 500px;
    background: url(../images/footer_ill.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
    margin-top: 100px;
}*/
#tmp_fcnt {
    background: #97D7F2;
}
#tmp_fcnt #tmp_fnavi {
  display: flex;
  justify-content: center;
  padding: 60px 0 40px;
}
#tmp_fcnt #tmp_fnavi li a {
  color: #333;
}
#tmp_fcnt #tmp_fnavi li:after {
  content: none;
}
#tmp_fcnt address {
    display: none;
}
#tmp_copyright {
    background: #97D7F2;
  padding-bottom: 30px;
  color: #333;
}
#page_top img {
  width: 100px;
}
#layout_wrapper_outer{
/*    margin-top: -140px;{*/
    margin-top: -80px;
}
#layout_wrapper{
    width: 100%;
    max-width: 1280px;
    box-shadow: 0 0 6px 0 rgb(0 0 0 / 24%);
    padding: 30px 0;
    border-radius: 30px;
    background: #fff;
}
#layout_wrapper_upper h1 {
  font-size: 286%;
  max-width: 1200px;
}
#layout_wrapper_upper .h1_ill h1 {
    padding-left: 160px;
}
#layout_wrapper_upper {
    max-width: none;
    width: 100%;
    margin: 0 auto;
    background: #E8F8FF url(../images/top_bg_main.png) center 30px no-repeat;
    background-size: 1816px 397.5px;
    position: relative;
}
/*@media screen and (max-width : 1280px) {
  #layout_wrapper_upper {
    width: calc(100% - 30px);
  }
  #layout_wrapper_upper h1 {
    max-width: none;
  }
}*/
.h1_wrap{
	width: 100%;
  max-width: 1200px;
	margin: 0 auto;
/*    padding-top: 100px;
    padding-bottom: 170px;*/
    padding-top: 50px;
    padding-bottom: 110px;
}
.h1_wrap.h1_ill{
/*    background: url(../images/top_about_ill.png) no-repeat;*/
    background: url(../images/h1_ill.png) no-repeat;
	background-position: left bottom;
    background-size: 145px 160.5px;
	}
#tmp_pankuzu{
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 20px;
    text-align: right;
}
#tmp_wrap_update {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
#tmp_wrap_update .pagedata_wrap01 {
  order: 2;
  min-width: 80px;
}
#tmp_wrap_update .pagedata_wrap02 {
  order: 1;
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-right: 30px;
  align-items: center;
}
#tmp_wrap_update .pagedata_wrap02 .update_area {
  display: flex;
  align-items: center;
}
#tmp_update_label {
  margin-bottom: 0;
  margin-right: 30px;
}
#tmp_update_label, #tmp_update, #tmp_pageNo, #tmp_print_btn {
  float: none;
  line-height: 1;
  margin-bottom: 10px !important;
  color: #000;
}
#houdou_data {
    margin: 0 auto 20px;
    text-align: right;
}
#tmp_print_btn a {
  display: block;
  line-height: 0;
}
#tmp_contents div.outline {
  background: #F7C8D0;
  border: none;
}
#tmp_contents div.outline a{
	color: #1B56B1;
}
#tmp_contents h1 {
    border-bottom: 4px solid #2576b5;
    padding: 10px 0 10px 0;
}
#tmp_contents h1:before {
	content: none;
}
.page_decarbon_category #tmp_contents h2 {
  border-bottom: 6px solid #3C729A;
  background: none;
  font-size: 162%;
  padding: 0 0 10px 0;
    border-radius: 0;
}
.page_decarbon_category #tmp_contents h2:before,
.page_decarbon_category #tmp_contents h2:after {
  content: none;
}
#tmp_contents h2 {
	background: #E8F8FF;
    padding: 12px 10px 12px 12px;
    border-radius: 10px;
    display: flex;
    font-size: 136%;
}
#tmp_contents h2:before {
	content: "";
	background: #1B76B5;
	width: 4px;
    height: 1.5em;
	display: inline-block;
	margin-right: 10px;
}
#tmp_contents h2:after {
	content: none;
}
#tmp_contents h3 {
    border-bottom: 2px dashed #2576b5;
    padding: 0 0 5px;
    font-size: 124%;
}
#tmp_contents h4 {
  position: relative;
  background: none;
    padding: 0 0 0 16px;
}
#tmp_contents h4::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    content: '';
    width: 6px;
    height: 26px;
    background-color: #2576b5;
}
#tmp_contents h5 {
  font-size: 112%;
    border-bottom: 2px solid #2676b5;
    padding-bottom: 4px;
}
#tmp_contents ul.box_btn li{
    border: 2px solid #2676b5;
    padding: 10px 10px 10px 40px;
    background-position: 10px;
}
#tmp_contents ul.box_btn li a{
    background: none;
	padding: 0;
}
#tmp_contents .box_link li{
    list-style: none;
}
#tmp_contents .box_menu_ttl{
    border: 2px solid #2676b5;
}
#tmp_contents .box_info .box_info_ttl p{
    border-left: 5px solid #2676b5;
}
#tmp_contents .box_info li{
	list-style: none;
}
#tmp_contents table.datatable th, #tmp_contents table.enquete_table th {
    background-color: #e8f8ff;
  padding: 10px 8px;
}
#tmp_contents ul.icon_list {
  list-style: none;
  margin: 0 0 1em 0 !important;
}
#tmp_contents ul.icon_list li {
  background: url(../images/icon_linklist.png);
  background-repeat: no-repeat;
  background-position: left top 2px;
  background-size: 20px;
  padding-left: 30px;
  padding: 0px 0 0px 32px;
  margin: 0 0 1em;
}
#tmp_inquiry {
  background: #F0F0F0;
  margin-top: 60px;
}
#tmp_inquiry_ttl {
  color: #000;
}
#tmp_inquiry a {
  color: #000;
}
#tmp_feedback {
  margin-top: 60px;
}

.col01_content #tmp_rcnt, .col01_content .wrap_col_main {
  width: 100%;
}
.exp_txt02 {
  font-size: 124%;
}
#tmp_contents .pagenav_area ul {
  display: flex;
  list-style: none;
  gap: 30px;
  margin: 3em 0 !important;
    flex-wrap: wrap;
}
#tmp_contents .pagenav_area ul li {
  display: inherit;
    width: calc(100% / 3 - 20px);
    background: none;
    padding: 0;
	margin: 0 !important;
}
#tmp_contents .pagenav_area ul li a {
  background: #FCFAD5;
  border-radius: 8px;
    font-size: 112%;
  width: 100%;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 26px 10px;
}
#tmp_contents .pagenav_area ul li a:hover, #tmp_contents .pagenav_area ul li a:focus {
  text-decoration: none;
}
#tmp_contents .pagenav_area ul li a::after {
  content: "";
  width: 20px;
  height: 10px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 10px solid #000000;
  border-bottom: 0;
  margin-left: 6px;
}
#tmp_contents ul.list_blue {
  margin: 0 !important;
  list-style: none;
}
#tmp_contents ul.list_blue li {
  padding-left: 20px;
  position: relative;
  margin: 0 0 1.5em;
}
#tmp_contents ul.list_blue li::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #003E92;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 8px;
}
#tmp_contents ul.list_blue li:last-child {
  margin-bottom: 0;
}

.content_section{
    border: 6px solid #3C729A;
    border-radius: 50px 0 50px 0;
    padding: 30px;
}
.content_section + .content_section{
	margin-top: 50px;
}
.content_section h2:first-child{
	margin-top: 0 !important;
}
#tmp_contents .content_section ul{
    margin-top: 2em !important;
}

.searh_area{
    background: #F1F1F1;
    padding: 30px 50px;
}
.searh_area fieldset + fieldset{
	margin-top: 3em;
}
.searh_area legend{
    margin-bottom: 0.3em;
    font-size: 136%;
}
.searh_area legend span{
	color: #cc0000;
    font-size: 76%;
}
.search_form .input_item{
    display: inline-block;
    margin-right: 1em;
}
.search_form input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.search_form label {
  position: relative;
    padding-left: 24px;
    display: flex;
  cursor: pointer;
  font-size: 16px;
  user-select: none;
}
.search_form label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  font-size: 16px;
  user-select: none;
}
.search_form label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
    border: 2px solid #2576b5;
  background-color: #fff;
  box-sizing: border-box;
  transition: all 0.2s;
}
.search_form input[type="checkbox"]:checked + label::before {
  background-color: #2576b5;
  border-color: #2576b5;
}
.search_form input[type="checkbox"]:checked + label::after {
  content: "";
  position: absolute;
    left: 6px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
    width: 4px;
    height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
    margin-top: -1px;
}
.search_form input[type="checkbox"]:focus + label::before {
  outline: 2px solid #2576b5;
  outline-offset: 1px;
}
.search_form .btn_wrap{
    display: flex;
    gap: 60px;
    justify-content: center;
    margin-top: 3em;
}
.search_form .btn_wrap button[type="submit"]{
    background: #1B76B5;
    border-radius: 50px;
    color: #fff;
    font-size: 126%;
    font-weight: normal;
    padding: 10px 8px;
    border: none;
    min-width: 250px;
	cursor: pointer;
}
.search_form .btn_wrap button[type="reset"]{
	background: #ccc;
	border-radius: 20px;
    font-size: 126%;
    font-weight: normal;
    padding: 10px 8px;
    border: none;
    min-width: 250px;
	cursor: pointer;
}
.search_form .btn_wrap button[type="submit"]:hover,
.search_form .btn_wrap button[type="reset"]:hover{
	text-decoration: underline;
}
#categoryError{
	display: none;
	color: #cc0000;
}

#search_result_text_area{
    margin: 1em 0 !important;
}
.result_num{
    margin: 1em 0 !important;
}
.result_num span{
    font-size: 170%;
    font-weight: bold;
}
#tmp_contents #result_pagination{
    text-align: center;
    margin: 0 0 1em 1.5em !important;
}
#tmp_contents #result_pagination li{
    display: inline-block;
    line-height: 1.2;
    margin: 0;
    border: 1px solid #efefef;
	background: none;
    padding-left: 0;
}
#result_pagination li a, #result_pagination li span{
    display: block;
    padding: 0.6em 0.85em;
    font-weight: bold;
    text-decoration: none;
}
#result_pagination li span{
    background-color: #efefef;
}
#result_pagination li a{
    color: #333;
}
.search_result_box {
    margin: 80px 0;
}
.search_result_box_contents {
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #efefef;
}
.search_result_box_title {
    font-size: 124%;
    margin-bottom: 10px;
}
.search_result .search_result_box_box_txt {
    margin-bottom: 6px;
}
.search_result_box_box_txt em {
    color: #D20D09 !important;
} 
.search_result_box_url {
    margin-bottom: 6px;
}