@charset "UTF-8";
/* ===========================
--- General Setting
============================ */
* {
  margin: 0px;
  padding: 0px;
}

html {
  overflow-y: scroll;
}

body {
  font-family: ‘Noto Sans JP’, sans-serif;
}

p,
li,
dt,
dd,
table {
  text-align: justify;
  text-justify: inter-ideograph;
  line-break: strict;
  font-size: 0.9375rem;
  line-height: 160%;
}

img {
  border: 0px;
}

ul,
ol {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

select option {
  padding: 0px 5px;
}

form label {
  cursor: pointer;
}

.cfix:after {
  content: "";
  display: block;
  clear: both;
}

.cfixo {
  overflow: hidden;
}

.ul,
.ol {
  padding-left: 40px;
  list-style-type: disc;
}

.ol {
  list-style-type: decimal;
}

a:hover {
  color: #000 !important;
}

/* ===========================
--- Clearfix
============================ */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  display: block;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* ===========================
--- Link Setting
============================ */
a {
  color: #ff6600;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

a:link {
  color: #fff;
  text-decoration: none;
}
.cat-item > a :not[home]{
    color: #3da1ce;
}
a:visited {
  color: #fff;
  text-decoration: none;
}

a:hover {
  color: #c0392b;
  text-decoration: none;
}

a:active {
  color: #666666;
  text-decoration: none;
}

a img {
  border-style: none;
}

/* ===========================
--- Layout-
============================ */
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

#wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
}

/* ===========================
--- Slider
============================ */
#slider {
  position: relative;
  display: block;
  height: auto;
  width: 100%;
  text-align: center;
  background-image: url(https://www.ecosien.org/eco_wp/wp-content/uploads/2021/03/kv.jpg);
  background-color: #b4e0ff;
  background-size: auto 720px;
  background-repeat: no-repeat;
  background-position: center;
}

#slider_inner {
  position: relative;
  display: block;
  height: 720px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

#top_home_link {
  position: absolute;
  top: 1.5em;
  color: #0091c7;
  background-color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  padding: 0.3em 2em;
  border-radius: 0 35px 35px 0;
  font-weight: bold;
}
.top-home-link-title {
  font-size: 1.2em;
}
span.top-home-link-large-title {
    font-size: 1.5em;
}
span.top-home-link-nomal-title {
    display: table-cell;
    vertical-align: middle;
    line-height: 1;
}
#top_home_link_gyousei {
  position: absolute;
  top: 1.5em;
  right: 10px;
  background: #ffffff;
  padding: 0.5em 2em;
  border-radius: 35px;
  font-weight: bolder;
  color: #000;
  height: 52.99px;
}

span.l-txt {
  font-size: 1.2em;
}

#top_home_link_nendo {
  position: absolute;
  top: 1.5em;
  right: 250px;
  background: #ffffff;
  padding: 0.5em 2em;
  border-radius: 35px;
  font-weight: bolder;
  color: #000;
  height: 52.99px;
}
.sp-header-content {
  display: none;
}

#top_home_link_tag{
  position: absolute;
  top: 1.5em;
  right: 470px;
  background: #ffffff;
  padding: 0.5em 1.5em;
  border-radius: 35px;
  font-weight: bolder;
  color: #000;
  height: 52.99px;

}

.top_home_link_search{
  position: absolute;
  top: 1.5em;
  right: 720px;
  background: #ffffff;
  padding: 0.5em 1.5em;
  border-radius: 35px;
  font-weight: bolder;
  color: #000;
  height: 52.99px;
}
/* ===========================
--- Top title
============================ */
.top_title {
  display: block;
  text-align: center;
	padding: 2.4em 0 1em 0;
  font-weight: bold;
  font-size: 2.5em;
}

.top_title_2 {
  display: block;
  text-align: center;
	padding: 0.2em 0 0.1em 0;
  font-weight: bold;
  font-size: 2.5em;
}
@media (max-width: 750px) {
  .top_title_2 {
    font-size: 1.8em;
  }

}


.about_right_bottom {
  line-height: 1.8;
  margin-top: 2%;
}
.about_right_bottom .txt_bold {
    font-weight: bold;
    color: #26aa56;
}
img.about-title-icon {
    width: 5%;
    margin-right: .5em;
}
.about_right_top >.img-fluid {
	width: 60%;
	margin: 0 0 .5em .5em;
}
section#about {
  height: auto;
}

/* ===========================
--- Catgory title
============================ */
.category_title {
  position: relative;
  display: block;
  width: 75%;
  text-align: center;
  height: 60px;
  line-height: 60px;
  margin: 40px auto 0 auto;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6) 40%, rgba(255, 255, 255, 0.6) 60%, rgba(255, 255, 255, 0));
}

.category_title p {
  display: inline-block;
  line-height: 114.28571%;
  font-weight: 500;
  color: #000;
}

.category_title span {
  display: inline-block;
  margin: 5px 0 0 0;
  font-family: "Roboto Slab", serif, Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", sans-serif;
  line-height: 100%;
  color: #000;
}

.category_title:before {
  width: 100%;
  height: 0.125rem;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8) 40%, rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 0));
}

.category_title:after {
  width: 100%;
  height: 0.125rem;
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8) 40%, rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 0));
}

@media (max-width: 750px) {
  .category_title {
    height: 50px;
  }

  .category_title p {
    font-size: 0.875rem;
  }

  .category_title span {
    font-size: 0.75rem;
  }
}

/* ===========================
--- About
============================ */
#about_inner {
  position: relative;
  display: block;
}

.about_left {
  position: relative;
  width: 100%;
  min-height: 500px;
  padding: 30px 0 0 0;
}

.about_left_inne {
    position: relative;
    display: block;
    width: 74%;
    margin: 0 0 0 auto;
    min-height: 460px;
}

.about_right {
  position: relative;
  width: 70%;
  min-height: 460px;
  margin: 4em 4em 2em 1em;
}

/* ===========================
--- Tab
============================ */
.tab_container {
  position: relative;
  display: block;
  width: 100%;
}

.tab_container input {
  text-align: center;
}

.tab_item {
  position: relative;
  width: 16%;
  margin: 0 0 60px 0;
  text-align: center;
  display: inline-block;
  transition: all 0.2s ease;
}

.tab_style {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  width: 80%;
  height: 60px;
  line-height: 60px;
  margin: auto;
  background: #fff;
  border: 2px solid #000;
  border-radius: 6px;
  font-size: 1.125rem;
  color: #000;
  cursor: pointer;
  transition: all 0.2s ease;
  font-weight: bold;
}
.col-xl-6.col-sm-6 {
    margin-bottom: 1em;
}
#tab_space {
  display: block;
  height: 80px;
}


.tab_style:hover {
  background: #0091c8;
  border: 2px solid #fff;
  color: #fff;
}

input[name="tab_item"] {
  display: none;
}

.tab_content {
  position: relative;
  display: none;
  clear: both;
}
.tab_item_list2{
  width: 100%;
}
#tab1:checked ~ #tab1_content,
#tab2:checked ~ #tab2_content,
#tab3:checked ~ #tab3_content,
#tab4:checked ~ #tab4_content,
#tab5:checked ~ #tab5_content,
#tab6:checked ~ #tab6_content,
#tab7:checked ~ #tab7_content,
#tab8:checked ~ #tab8_content,
#tab9:checked ~ #tab9_content {
  display: block;
}

.tab_container input:checked + .tab_item .tab_style {
  background: #0091c8;
  border: 2px solid #000;
  color: #fff;
}

#tab1:checked ~ .tab_item_list .tab1a .tab_style,
#tab2:checked ~ .tab_item_list .tab2a .tab_style,
#tab3:checked ~ .tab_item_list .tab3a .tab_style,
#tab4:checked ~ .tab_item_list .tab4a .tab_style,
#tab5:checked ~ .tab_item_list .tab5a .tab_style,
#tab6:checked ~ .tab_item_list .tab6a .tab_style,
#tab7:checked ~ .tab_item_list .tab7a .tab_style,
#tab8:checked ~ .tab_item_list .tab8a .tab_style,
#tab9:checked ~ .tab_item_list .tab9a .tab_style{
  background: #0091c8;
  color: #fff;
  border: 2px solid #000;
}

#tab1b:checked ~ .tab_item_list .tab1b .tab_style,
#tab2b:checked ~ .tab_item_list .tab2b .tab_style,
#tab3b:checked ~ .tab_item_list .tab3b .tab_style,
#tab4b:checked ~ .tab_item_list .tab4b .tab_style,
#tab5b:checked ~ .tab_item_list .tab5b .tab_style,
#tab6b:checked ~ .tab_item_list .tab6b .tab_style,
#tab7b:checked ~ .tab_item_list .tab7b .tab_style,
#tab8b:checked ~ .tab_item_list .tab8b .tab_style,
#tab9b:checked ~ .tab_item_list .tab9b .tab_style,
#tab10b:checked ~ .tab_item_list .tab10b .tab_style,
#tab11b:checked ~ .tab_item_list .tab11b .tab_style,
#tab12b:checked ~ .tab_item_list .tab12b .tab_style,
#tab13b:checked ~ .tab_item_list .tab13b .tab_style,
#tab14b:checked ~ .tab_item_list .tab14b .tab_style {
  background: #0091c8;
  color: #fff;
  border: 2px solid #000;
}

.tab_content_description {
  position: relative;
  display: block;
  padding: 20px;
}

input[name="tab_item"] {
  display: none;
}

/* ===========================
--- Tab2
============================ */
.tab_container2 {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
}

.tab_container2 input {
  text-align: center;
  padding: 0;
  margin: auto;
}

.home > .tab_item2 {
	font-weight: bold;
}
.tab_content {
    margin-top: 0.2em !important;
}
.tab_item2 {
  position: relative;
  width: 13.26%;
  text-align: center;
  display: inline-block;
  transition: all 0.2s ease;
  margin: 0 auto 65px 7px;
}

.tab_style {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  right: 0;
  width: 95%;
  height: 50px;
  line-height: 46px;
  background: #fff;
  border: 2px solid #000;
  border-radius: 6px;
  font-size: 1rem;
  color: #000;
  cursor: pointer;
  transition: all 0.2s ease;
}

#tab_space {
  display: block;
  height: 80px;
}

@media (max-width: 769px) {
#tab_space {
  height: 0;
}
  }

.tab_style:hover {
  background: #0091c8;
  border: 2px solid #fff;
  color: #fff;
}

input[name="tab_item2"] {
  display: none;
}

.tab_content {
  display: none;
  clear: both;
}
.not-content {
    margin: 0 auto;
}

#tab1b:checked ~ #tab1b_content,
#tab2b:checked ~ #tab2b_content,
#tab3b:checked ~ #tab3b_content,
#tab4b:checked ~ #tab4b_content,
#tab5b:checked ~ #tab5b_content,
#tab6b:checked ~ #tab6b_content,
#tab7b:checked ~ #tab7b_content,
#tab8b:checked ~ #tab8b_content,
#tab9b:checked ~ #tab9b_content,
#tab10b:checked ~ #tab10b_content,
#tab11b:checked ~ #tab11b_content,
#tab12b:checked ~ #tab12b_content,
#tab13b:checked ~ #tab13b_content,
#tab14b:checked ~ #tab14b_content {
  display: block;
}

.tab_container_2 input {
  text-align: center;
  margin: auto;
}

.tab_container_2 input:checked + .tab_item2 .tab_style {
  background: #0091c8;
  border: 2px solid #fff;
  color: #fff;
  margin: auto;
  text-align: center;
}

.tab_content_description {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
}

input[name="tab_item2"] {
  display: none;
}


/* ===========================
--- Tab Kiji
============================ */
.tab_kiji {
  display: block;
  padding: 0 0 20px 0;
}

.tab_img {
  display: block;
  height: 160px;
  overflow: hidden;
}

.tab_body {
  display: block;
  padding: 12px 0;
  margin: 15px 0;
  height: 140px;
  color: #000;
}

.tag_name a {
  display: inline-block;
  background: #0091c7;
  font-size: 0.875rem;
  margin: 0 8px 5px 0;
  padding: 0 10px;
  border-radius: 4px;
}

.tab_tag_s,
.tab_tag_m{
  display: inline-block;
}
#tag_name .tab_tag_s a,
.tab_tag_s a{
  display: inline-block;
  background: #b9b250;
  font-size: 0.875rem;
  margin: 0 8px 5px 0;
  padding: 0 10px;
  border-radius: 4px;
}
#tag_name .tab_tag_m a,
.tab_tag_m a{
  display: inline-block;
  background: #0091c7;
  font-size: 0.875rem;
  margin: 0 8px 5px 0;
  padding: 0 10px;
  border-radius: 4px;
}

#tag_name .tab_tag_s a,
#tag_name .tab_tag_m a{
  margin: 10px 0 0 10px;
  padding: 5px;
}


.tab_cat {
  display: inline-block;
  font-size: 0.875rem;
  margin: 0 8px 5px 0;
  padding: 0 10px;
  border-radius: 4px;
  background-color: #6fba2c;
}

.tab_date {
  display: block;
  margin: 5px 0;
  font-size: 0.875rem;
  color: #999;
}

/* ===========================
--- Nend Kiji
============================ */
.nend_kiji {
  display: block;
  padding: 15px;
}

@media (max-width: 769px) {
  .nend_kiji {
    min-height: 200px;
  }
}

.nend_img {
  display: block;
  height: 160px;
  overflow: hidden;
}

.nend_body {
  display: block;
  padding: 12px 0;
  height: auto;
  color: #000;
}

.nend_cat {
  display: inline-block;
  font-size: 0.875rem;
  margin: 0 8px 5px 0;
  padding: 0 4px;
  border-radius: 2px;
  color: #fff;
  background-color: #6fba2c;
}

.nend_date {
  display: block;
  margin: 5px 0;
  font-size: 0.875rem;
  color: #999;
}

/* ===========================
--- Next
============================ */
.next {
  display: block;
  width: 100%;
  margin: 60px auto;
  text-align: center;
}

.next a {
    display: inline-block;
    padding: 15px 40px;
    background: #fff;
    border: 2px solid #000;
    border-radius: 6px;
    color: #000;
}
.fa-angle-right:before {
	-webkit-text-stroke: 1px white;
}
/* ===========================
--- gyouseiku
============================ */
#gyouseiku_inner {
  position: relative;
  display: block;
  width: 100%;
  background: url("../item/gyouseiku_back.jpg");
}

.gyouseiku_box {
  position: relative;
  display: block;
  width: 100%;
}

/* ===========================
--- nenndo
============================ */
#nenndo_inner {
  position: relative;
  display: block;
}

.nenndo_box {
  position: relative;
  display: block;
  width: 100%;
  background: #fff;
}

.nen_box {
  display: block;
  width: 100%;
  padding: 15px 0;
  text-align: left;
}

.sub_title > h4.text-center {
  font-weight: bold;
}

#gaku {
  display: block;
  width: 100%;
  padding: 2em 0;
  /*margin-bottom: 1em;*/
  text-align: center;
}

#gaku > .text-center {
  font-weight: bold;
}

#gaku ul {
  margin: 20px auto;
  width: 60%;
  background: #fff;
  padding: 15px;
  border-radius: 8px;
	text-align: left;
	font-size:0;
}

#gaku > .acd-content > ul > li {
  display: inline-block;
  width: 25%;
  padding: 1em 0;
  border-bottom: 1px solid #eeeeee;
}

#gaku > .acd-content > ul > li > a {
  color: #3da1ce;
}

.acd-check {
  display: none;
}

@media (max-width: 769px) {
  .sub_title,
  .sub_title2 {
    padding: 0 !important;
    margin: 0 auto!important;
  }
  #gaku {
    padding: 0;
    margin-bottom: 1em;
    padding-top: 1em;
  }

  #gaku ul {
    width: 90%;
    padding: 1em 2em;
  }

  #gaku > .acd-content > ul > li {
    width: 100%;
    padding: .5em 0 .5em .5em;
    border-bottom: 1px solid #eeeeee;
  }

  #gaku > .acd-content > ul > li > a {
    color: #3da1ce;
  }

  .acd-check {
    display: none;
  }

  .acd-label {
    display: block;
    margin-bottom: 1px;
    padding: 10px 15px;
    text-align: left !important;
    position: relative;
  }

  .acd-label:after {
    box-sizing: border-box;
    content: "\f078";
    display: block;
    font-family: "Font Awesome 5 Free";
    padding: 10px 20px;
    position: absolute;
    right: 0;
    top: 0px;
  }

  .acd-check:checked + .acd-label:after {
    content: "\f077";
  }

  .acd-content {
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: 0.5s;
    visibility: hidden;
  }

  .acd-check:checked + .acd-label + .acd-content {
    height: auto;
    opacity: 1;
    padding: 10px;
    visibility: visible;
  }
}

/* ===========================
--- Sub title
============================ */
.sub_title,
.sub_title2 {
  position: relative;
  display: block;
  width: 96%;
  margin: 0 auto 30px auto;
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 1px;
  font-weight: bold;
  padding: 10px 0 0 0;
}

.sub_title span,
.sub_title2 span {
  display: block;
  text-align: right;
  /*margin-left: 20px;*/
  font-size: 0.75rem;
  color: #999;
}

/* ===========================
--- Footer
============================ */
#footer {
  display: block;
  background: #26aa56;
  width: 100%;
  min-height: 220px;
  padding-top: 2em;
}

#footer h5 {
  color: #fff;
  margin-bottom: 100px;
}

.footer_title {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  border-right: 1px #fff solid;
  margin-bottom: 2em;
}

.footer_name {
    font-size: 1.3em;
}

.border-none {
  border-right: none;
}

#footer_contact {
  position: relative;
  display: block;
  width: 100%;
  background: url("../item/footer_back.jpg");
  padding-bottom: 3em;
}

.footer_link ul {
  display: inline-block;
}

.footer_contact_inner {
  position: relative;
  display: block;
}

#footer_img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 151px;
  height: 60px;
  background: url("../item/footer_img.png") bottom left no-repeat;
}

.footer_contact_left {
  position: relative;
  height: 220px;
  text-align: right;
}

.footer_contact_left h4 {
  display: inline-block;
  width: 80%;
  font-size: 1.75rem;
  padding-top: 50px;
  color: #26aa56;
  text-align: center;
}

.footer_contact_left h4 span {
  font-size: 1.125rem;
}

.text-center.footer-txt {
  color: #fff;
  margin-bottom: 3em;
}

.footer_text {
  text-align: left !important;
}

.footer_contact_right {
  padding: 50px 0 0 0;
}

.footer_contact_right .footer_text {
  display: inline-block;
  text-align: right;
  font-size: 1.125rem;
}

.text-right {
  margin-top: 2em;
}

.text-right > a {
  padding: 1em 2em;
  background: #fff;
  border-radius: 25px;
  color: #000;
}

.footer-contents {
  display: flex;
	font-size: .8em;
}

div.footer-content-link {
  background: #26aa56;
  width: 50%;
  border-top: 1px solid #13913f;
  text-align: center;
  padding: 10px 0;
}

a.footer-content-link-left {
  margin-right: 3em;
}

@media (max-width: 577px) {
  #footer_contact {
    height: auto;
  }
  .footer_contact_left {
    height: auto;
  }
  .footer_contact_right {
    height: auto;
	  text-align: center;
  }
  .footer_text > .text-right {
    margin-bottom: 3em;
    text-align: center !important;
  }
  .top-home-link-title {
    font-size: 1em;
  }
}

#footer_inner {
  display: block;
  padding: 10px 0;
  background: #26aa56;
}

#footer_copy {
  width: 50%;
  display: block;
  text-align: center;
  padding: 10px 0;
  background: #26aa56;
  border-top: 1px solid #13913f;
  color: #fff;
}

.footer_link {
  position: relative;
  display: block;
  padding: 8px 0 20px 140px;
}

.footer_link_title {
  position: absolute;
  display: inline-block;
  top: 10px;
  left: 0;
  font-size: 1rem;
  color: #26aa56;
  padding: 3px 30px;
  background: #fff;
  border-radius: 18px;
}
.footer_link_gyousei >ul {
    column-count: 3;
}

/* ===========================
--- Pan list
============================ */
#pan_list {
  display: block;
  margin: 20px 0 10px 10px;
  background: #fff;
}

#pan_list ul {
  list-style: none;
}

#pan_list li {
  float: left;
  color: #000;
}
#pan_list > ul > li > a {
  color: #000;
}
/* ===========================
--- Sub page
============================ */
#sub_page {
  display: block;
  min-height: 380px;
  /*padding: 0 10px;*/
}

.kiji_itran {
  display: block;
  width: 100%;
  padding: 40px 0 10px 0;
  margin: 0 auto;
}

.kiji_itran img {
  padding: 5px;
}

.kiji_itran img:last-child {
  margin-bottom: 30px;
}

.topics_line {
  display: block;
  height: 2px;
  width: 100%;
  border-bottom: 2px solid #637b89;
  margin-bottom: 30px;
}

.img_description {
  display: block;
  padding: 20px 0;
  width: 100%;
  height: 50px;
}

/* ===========================
--- Table
============================ */
.table_w1 {
  width: 30%;
}

.table_w2 {
  width: auto;
}

@media (max-width: 800px) {
  #step_up td:last-child {
    width: 100%;
  }

  #step_up {
    width: 100%;
    padding: 0 10px;
  }

  #step_up th,
  #step_up td {
    display: block;
    width: 100%;
    margin: 0;
  }

  #step_up th input,
  #step_up th textarea,
  #step_up td input,
  #step_up td textarea {
    width: 90%;
  }
}
#step_up a {color: #3da1ce;}

/* ===========================
--- Mobele Menu
============================ */
.pc-none,
#fat_back {
  display: none;
}

.fat-nav ul {
  display: block;
  margin: 0;
  padding: 0;
}

.fat-nav li {
  list-style-type: none;
  width: 100%;
  text-align: center;
  padding: 8px 0px;
  font-size: 14px;
}

@media (max-width: 1261px) {
  /*
  #fat_back{
  	display: block;
    width: 100%;
    height: 45px;
    position: fixed;
    top: 0;
    right: 0;
    background:rgba(101,120,134,0.8);
    z-index: 999;
  }
  */
}

/* ===========================
--- Sub img
============================ */
#sub_img {
  position: relative;
  display: block;
  margin: 0 0 10px 0;
  height: 6.5em;
  background: #b0d4fe;
  /*
  background-image: url(https://www.ecosien.org/eco_wp/wp-content/uploads/2021/03/titleback.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 104px;
  */
}

/* #sub_img_inner {
  position: relative;
  display: block;
  height: 200px;
  width: 100%;
  padding: 40px 0 0 0;
  margin: 0 auto;
} */


/* ===========================
--- Page navi
============================ */
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px auto;
  position: relative;
  font-size: 0.875rem;
}

.pagination span,
.pagination a {
  position: relative;
  display: block;
  color: #637b89;
  width: auto;
  margin: 4px;
  padding: 8px 12px;
  text-decoration: none;
  text-align: center;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.pagination a:before {
  position: absolute;
  display: block;
  content: "";
  width: 96%;
  height: 2px;
  bottom: -3px;
  left: 2%;
}

.pagination .pager {
  width: 32px;
}

.pagination a:hover,
.pagination .current {
  text-decoration: none;
  color: #637b89;
}

.pagination a.before {
  margin-right: 16px;
}

.pagination a.next {
  margin-left: 16px;
}

.pagination span.page_num {
  display: none;
}

#p_navi {
  display: inline-block;
  width: 100%;
  margin: 40px auto;
}

.wp-pagenavi {
  margin: 0 auto;
  text-align: center;
}

/* ===========================
--- Loader
============================ */
#loader {
  width: 80px;
  height: 80px;
  display: block;
  position: fixed;
  _position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
  z-index: 10000;
}

#fade {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #b4e0ff;
  position: fixed;
  _position: absolute;
  top: 0px;
  left: 0px;
  z-index: 9999;
}

.card {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  background-color: rgba(255, 255, 255, 0);
  border: none;
  height: 80px;
  width: 80px;
}

@-moz-keyframes spinner-loader {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spinner-loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner-loader {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* :not(:required) hides this rule from IE9 and below */
.spinner-loader:not(:required) {
  -moz-animation: spinner-loader 1500ms infinite linear;
  -webkit-animation: spinner-loader 1500ms infinite linear;
  animation: spinner-loader 1500ms infinite linear;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  -moz-box-shadow: white 1.5em 0 0 0, white 1.1em 1.1em 0 0, white 0 1.5em 0 0, white -1.1em 1.1em 0 0, white -1.5em 0 0 0, white -1.1em -1.1em 0 0,
    white 0 -1.5em 0 0, white 1.1em -1.1em 0 0;
  -webkit-box-shadow: white 1.5em 0 0 0, white 1.1em 1.1em 0 0, white 0 1.5em 0 0, white -1.1em 1.1em 0 0, white -1.5em 0 0 0, white -1.1em -1.1em 0 0,
    white 0 -1.5em 0 0, white -1.1em -1.1em 0 0;
  box-shadow: white 1.5em 0 0 0, white 1.1em 1.1em 0 0, white 0 1.5em 0 0, white -1.1em 1.1em 0 0, white -1.5em 0 0 0, white -1.1em -1.1em 0 0,
    white 0 -1.5em 0 0, white 1.1em -1.1em 0 0;
  display: inline-block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin: 1.5em;
  overflow: hidden;
  text-indent: 100%;
}

/* ===========================
--- Top Navi
============================ */
#top_navi {
  position: fixed;
  display: none;
  bottom: 15px;
  right: 30px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  opacity: 0;
  z-index: 999;
}

#top_navi.is-show {
  opacity: 1;
}

#top_navi:hover {
  opacity: 0.8;
}

#top_navi a {
  position: relative;
  opacity: 1;
  text-decoration: none;
  color: #fff;
  height: 30px;
  width: 30px;
  text-align: center;
  display: block;
  font-size: 20px;
}

/* ハンバーガーメニュー */
.hamburger {
  display: block;
  position: fixed;
  z-index: 3;
  right: 17px;
  top: 1.5em;
  width: 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
  background: #fff;
  border-radius: 35px;
  padding: 1.7em;
}
.hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  height: 3px;
  left: 12px;
  background: #555;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 15px;
}
.hamburger span:nth-child(2) {
  top: 25px;
}
.hamburger span:nth-child(3) {
  top: 35px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top: 26px;
  left: 12px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 26px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  color: #000;
  background: #fff;
  text-align: center;
  transform: translateX(100%);
  transition: all 0.6s;
  width: 100%;
}

nav.globalMenuSp ul {
  background: #aad5ff;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 70%;
  margin-left: 2em;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0.7em;
  border-bottom: none;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #000;
  padding: 1em 0;
  text-decoration: none;
}
nav.globalMenuSp ul li:first-child {
  padding-top: 1em;
}
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateX(0%);
}
.sp-br {
  display: none;
}
.about-title-area {
  text-align: center;
  margin-top: 64px;
}
span.about-title {
  font-size: 2.6em;
  font-weight: bold;
  vertical-align: bottom;
}

.footer-contact-area {
  width: 83%;
  margin: 0 auto;
  background-color: #fff;
  padding: 2.5em;
  border-radius: 8px;
}
.footer-contact-area-flex {
  display: flex;
  font-size: 0.9rem;
}
.footer-contact-area-title {
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
}
.footer-contact-area-txt {
    line-height: 1.8;
    display: flex;
    text-align: left;
    margin: 0 1em;
}
.footer-contact-area-txt-left {
    width: 55%;
}
#nendo-link-list {
  display: block;
  width: 100%;
  background: #faf8f3;
  padding: 2em 0;
  margin-bottom: 3em;
  text-align: center;
}

#nendo-link-list ul {
  margin: 20px auto;
  width: 60%;
  background: #fff;
  padding: 15px;
  border-radius: 8px;
  text-align: left;
	font-size:0;
}
.nendo-link-list-area > ul > li {
  display: inline-block;
  width: 25%;
  text-align: center;
  padding: 1em 0;
  border-bottom: 1px solid #eeeeee;
}
.nendo-link-list-area > ul > li > a {
  color: #3da1ce;
}
.nendo-link-list-title {
  font-weight: bold;
}
.footer_title_area {
  width: 70%;
  display: flex;
  margin: 1em auto;
}
.wp-block-column > figure > img {
  height: auto;
}
.wp-block-columns {
  height: 370px;
}
@media (max-width: 750px) {
.wp-block-columns {
  height: 42vmin;
}
}
@media (max-width: 577px) {
.wp-block-columns {
  height: 115vw;
}
}
.top_title > img {
	width: 5%;
	vertical-align: bottom;
}
@media (max-width: 1261px) {
  .pc-header-content {
    display: none;
  }
	.about_left_inne {
    margin: 0 auto;
	}
	.about_right {
    text-align: center;
    margin: 3em auto 2em auto;
	}
  .sp-header-content {
    display: block;
  }
}

@media (max-width: 993px) {
  #slider_inner {
    max-height: 700px;
  }
}

@media (max-width: 769px) {


  #slider_inner {
    max-height: 610px;
  }
  #top_home_link_tag,
  #top_home_link_nendo,
  #top_home_link_gyousei,
  .top_home_link_search {
    position: initial;
    font-size: 0.9em;
    padding: .5em 2em;
    height: 10%;
  }
  .top_home_link_search {
    margin: 0 0 10px 0;
  }


  #slider {
    height: 90vh;
    background-image: url(https://www.ecosien.org/eco_wp/wp-content/uploads/2021/03/sp_top_bg_img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
  section#about {
    display: inline;
  }
  .about_left {
    min-height: 75vw;
  }
  .about_left_inne {
    min-height: 75vw;
	  margin:0 auto;
  }
  .about_right {
    margin: 0em auto;
    min-height: 80vw;
    width: 100%;
    text-align: left;
    font-size: 3.8vw;
  }
	img.about-title-icon {
    width: 10%;
	}
	.tab_item {
    margin: 0 auto 3.5rem;
    width: 25% !important;
	}
  .tab_item2 {
    width: 25%;
  }
  .col-xl-3,
  .col-sm-6 {
    width: 100%;
  }
#gyouseiku .col-xl-3, #gyouseiku .col-sm-6, #nenndo .col-xl-3, #nenndo .col-sm-6 {
    width: 50%;
}
  .tab_img {
    height: 30vw;
  }
  .tab_body {
    height: 24vmin;
  }
  .sp-br {
    display: block;
  }


  /*_gyouseiku 追加*/
  .tab_item_list {
    display: flex;
    overflow: scroll;
    column-gap: 0.5rem;
    flex-wrap: nowrap;
    margin: 0 0 30px 0;
  }
  label.tab_item span,
  label.tab_item2 span {
    display: inline-block;
    min-width: 100px;
    position: relative;
  }
  label.tab_item,
  label.tab_item2 {
    margin-bottom: 1rem;
  }

}
span.header-menu-txt {
    vertical-align: middle;
}
.single-page-icon-area {
    display: flex;
}
div#sub_img {
    background-color: #a9d7ff;
}
#top_home_link_nendo > img,
#top_home_link_gyousei > img{
    width: 34px;
}
#top_home_link_tag > img ,
.top_home_link_search > img {
  width: 40px;
}

.page-nen-title {
    font-size: 1.5rem;
    margin-bottom: 1em;
    font-weight: bold;
}
.nend_title {
    font-size: 1.2em;
    font-weight: bold;
    color: #000;
}
@media (max-width: 577px) {
	.nend_title {
  	  margin-top:1%;
	}
}
img.top_nav_icon {
    width: 45px;
}
.no-post-contents-txt {
	margin-bottom: 3.5em;
}

@media (max-width: 577px) {
#top_home_link_nendo > img,
#top_home_link_gyousei > img,
#top_home_link_tag > img,
.top_home_link_search > img{
    width: 21px;
		vertical-align: top;
	}
  #slider_inner {
    max-height: 610px;
  }
  .hamburger {
    top: 1.6em;
    padding: 1.3em;
  }
  .hamburger span {
    width: 22px;
    height: 3px;
    left: 10px;
  }
  .hamburger span:nth-child(1) {
    top: 13px;
  }
  .hamburger span:nth-child(2) {
    top: 20px;
  }
  .hamburger span:nth-child(3) {
    top: 27px;
  }

  nav.globalMenuSp ul li a {
    padding: 0.5em 0;
  }
  .hamburger.active span:nth-child(1) {
    top: 19px;
    left: 10px;
  }
  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
    top: 19px;
  }
  #slider {
    height: 610px;
  }
  #about_inner {
    margin-bottom: 3em;
  }
  .footer-contact-area-txt {
    text-align: left;
    color: #000 !important;
    display: block;
    margin: 0;
    font-size: 0.8em;
  }
  .footer-contact-area-txt-left {
    width: 100%;
}
  .footer-contents {
    flex-flow: column;
  }
  div.footer-content-link {
    width: 100%;
    border-top: none;
  }
  #footer_copy {
    width: 100%;
    border-top: none;
  }
  .footer_link ul {
    width: 100%;
  }
  .footer_link_gyousei >ul {
    column-count: 1;
}
  .footer_link > ul > li {
    float: left;
    width: 45%;
    margin: 1% 5% 2% 0;
    line-height: 1.2em;
  }
.footer_link_title {padding: 1% 3%;}
.footer_link { padding: 2% 1% 0 29%;}
  .footer_contact_left h4 {
    letter-spacing: 1px;
    text-align: center;
    padding: 0;
    font-weight: bold;
    margin: 1em auto 0 auto;
    width: 100%;
  }
  .footer_contact_left > h4 > span {
    font-size: 0.4em;
    letter-spacing: 1px;
  }
  .footer_contact_right .footer_text {
    text-align: center !important;
    font-size: 1em;
  }
  img.wp-image-170,
  img.wp-image-171 {
    height: 100%;
  }
  .footer_title_area {
    width: 80%;
    margin: 0 auto;
    display: block;
  }
  .footer_title {
    width: 50%;
    margin-bottom: 1em;
  }
  .footer_title_1,
  .footer_title_2,
  .footer_title_1 {
    float: left;
  }
  .footer_title_2 {
    border: none;
  }
  .footer_title_3 {
    width: 100%;
  }
#nendo-link-list ul {
    width: 90%;
  }
  .nendo-link-list-area > ul > li {
    width: 25%;
  }
  .footer-contact-area {
    padding: 1em;
  }
  .next {
    margin: 2em auto 5em;
  }
  .about_right_top {
    text-align: center;
  }
  span.about-title,
  .top_title {
    font-size: 1.8em;
  }
  #sub_img {
    background-image: none;
    background-color: #acd6fe;
  }
	.top_title > img {
    width: 10%;
	}
	.col-xl-5.col-sm-12 {
		width: 50%;
	}
	.col-xl-7.col-sm-12 {
    width: 50%;
	}
	.tab_item {
    width: 20%;
	}
}
@media (max-width: 361px) {
  label.tab_item2 span {
    min-width: 93px;
  }
  .tab_item_list {
    column-gap: 1rem;
  }
}

.eco-gakku-suport-title {
    font-size: 1.6em;
}
.kiji_itran .sub_title {
    margin: 0 auto;
}


/* ===========================
--- notice
============================ */
#notice .top_title {
    padding: 0;
}
#notice p {
    margin-bottom: 0;
    padding: 0.5em;
    line-height: 1.2em;
    display: flex;
}

#notice_inner{
  display:block;
  width: 100%;
}
#notice span {
    margin: auto 3%;
}
#notice_inner p {
    margin-bottom: 0;
    padding: 0.5em;
    line-height: 1.2em;
    display: flex;
}

#notice_inner span {
    margin: auto 3%;
}

h3.has-text-align-center.program_ttl {margin-top: 4%;}
@media (max-width: 577px) {h3.has-text-align-center.program_ttl{margin-top: 10%;}}


/* ===========================
--- tag_link
============================ */
#tag_link{
  display: block;
  margin: 4em 0 0.2em 0;
  padding: 20px 10px;
}
#tag_link_inner{
  display: block;
  margin: 10px auto;
 }
 #tag_link_inner ul{
   display: block;
   list-style: none;
 }
 #tag_link_inner li{
   display: inline-block;
   margin: 10px 10px;
 }
 #tag_link_inner li a{
   display: inline-block;
   padding: 8px 20px;
   text-align: center;
   font-size: 16px;
   color: #000;
   border: 1px solid #555;
   border-radius: 4px;
   background: #f5f5f5;
   transition: 0.3s;

 }
 #tag_link_inner li a:hover{
   background: #FFF;
 }
 #tag_box{
   display: block;
   width: 100%;
  background: #faf8f3;
  margin: 0 0 30px 0;
 }
 @media (max-width: 750px) {
  #tag_link_inner li a{
    padding: 4px 10px;
    font-size: 12px;
  }

 }
 /* ===========================
--- youtube
============================ */
 .youtube {
  position: relative;
  width: 60%;
  padding-top: 56.25%;
  margin: 10px auto;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 750px) {
  .youtube {
    width: 80%;
  }


}
 /* ===========================
--- gyousei_link
============================ */

#gyousei_link{
  position: relative;
  display: block;
  width: 100%;
  text-align: right;
  }
  #gyousei_link ul{
    list-style: none;
    display: inline-block;
    text-align: right;
    padding: 0 10px 0 0;
  }
  #gyousei_link li{
    display:block;
    margin: 0;
    padding: 0;
  }
  #gyousei_link li a{
    display: inline-block;
    font-size: 16px;
    margin: 0;
    padding: 0;
    width: 100%;
    color: #0e78d4;
    text-align:left;
  }
  #gyousei_link li a:hover{
    color: #c0392b;
    text-decoration: underline;

  }
.ka_link a {
    display: inline-block;
    font-size: 14px;
    margin: 0;
    padding: 0;
    width: 100%;
    color: #c0392b !important;
    text-align:left;
  }
 /* ===========================
--- gyousei_link itiran
============================ */

  .giyousei_category{
    display: block;
    width: 100%;
    padding: 10px;
    margin: 0 0 20px 0;
  }
  .giyousei_category a{
    font-size: 16px;
    margin: 0;
    padding: 0;
    width: 100%;
    color: #0e78d4;
  }


  .giyousei_category p{
    margin: 0;
    padding: 0;
  }

  .cat_oya a{
    display: block;
    font-size: 16px;
    margin:  0;
    padding: 4px 0 0 0;
    width: 100%;
    border-top: 1px dotted #637b89;
    color: #0e78d4;
  }
  .cat_ko a{
    display: inline-block;
    font-size: 14px;
    margin: 0;
    padding: 0;
    width: 100%;
    color: #0e78d4;
    text-indent: 12px;
  }
  .cat_oya a:hover,
  .cat_ko a:hover  {
    background: #f0f0f0;
  }
/* ===========================
--- Search
============================ */
.top_home_link_search{
   cursor: pointer;
}

#search-wrap{
  position: fixed;
	top:220px;
  right:20px;
	z-index: -1;
	opacity: 0;
	width:0;
	transition: all 0.4s;
	border-radius: 5px;
}

#search-wrap.panelactive{
	opacity: 1;
	z-index: 999;
	width:280px;
	padding:20px;
	top:80px;
	background:rgb(142, 187, 224);
}


#search-wrap #searchform{
	display: none;
}
#search-wrap.panelactive #searchform{
	display: block;
}
#search-wrap input{
	outline: none;
	cursor: pointer;
	color: #666;
}
 #search-wrap input[type="text"] {
	width: 100%;
	border: none;
	border-bottom:2px solid #ccc;
	transition: all 0.5s;
	letter-spacing: 0.05em;
    height:46px;
	padding: 10px;
}

 #search-wrap input[type="text"]:focus {
	background:#eee;
 }
 #search-wrap input[type="submit"] {
	position: absolute;
  top:20px;
	right:30px;
	background:url("../item/icon_search.svg") no-repeat right;
	background-size: 20px 20px;
  border: none;
	width:30px;
	height: 40px;
}

#search_box{
  display: block;
  margin: 20px 0;
}
.search_data{
  display: block;
  padding: 10px;
  border-bottom: 1px dotted #0e78d4;
}
.ki_title a{
  display: block;
    font-size: 16px;
    margin:  0;
    padding: 4px 0 0 0;
    color: #0e78d4;
}
.search_title{
  display: block;
  padding: 20px 20px 15px 20px;
  margin: 20px 0;
  width: 100%;
  background: #e9f3f8;

}
/* ===========================
--- wp-pagenavi
============================ */

.wp-pagenavi {
	clear: both;
	text-align:center;
  margin: 30px auto;

}
.wp-pagenavi a, .wp-pagenavi span {
	color: #338dc6;
	background-color: #FFFFFF;
	padding: 8px 20px;
	margin: 0 2px;
	white-space: nowrap;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-align: center;
	text-decoration: none;
	border: thin dotted #338dc6;
}
.wp-pagenavi a:hover{
	color: #fff;
	background-color: #338dc6;
    }
.wp-pagenavi span.current{
	color: #fff;
	background-color: #338dc6;
    }
    @media (max-width: 577px) {
      .wp-pagenavi a, .wp-pagenavi span {
        padding: 3px 5px;
        font-size: 15px;
      }


    }