@charset "UTF-8";

.marker_blue {
  background: linear-gradient(transparent 70%, #cce5ff 0%);
  display: inline;
}

.marker_pink {
  background: linear-gradient(transparent 70%, #f8d7da 0%);
  display: inline;
}

.marker_orange {
  background: linear-gradient(transparent 70%, #fff3cd 0%);
  display: inline;
}

.marker_green {
  background: linear-gradient(transparent 70%, #d4edda 0%);
  display: inline;
}

.imgTxt_wrap {
  width: 100%;
  line-height: inherit;
  background: url(../img/sustainable_1.jpg) no-repeat left center;
  background-size: 60% auto;
  position: relative;
  padding: 4% 5% 15% 40%;
}

.grad-trigger:checked + .grad-btn {
  background: url(../img/up_white_arrow.png) no-repeat 20px center #17a2b8;
  background-size: 20px auto;
}

.anchorList_ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding:0;
}

.anchorList_ul + h1 {
  margin-top: 50px;
}

.anchorList_ul li {
  width: 23.5%;
  box-sizing: border-box;
  margin-right: 2%;
  /* padding: 1%; */
  border-radius: 10px;
  border: 1px solid #A2A2A2;
  display: flex;
}

.anchorList_ul li + li {
  
}

.anchorList_ul li:last-child {
  margin-right: 0;
}

.anchorList_ul li a {
  color: #212529;
  /* border-radius: 10px; */
  /* border: 1px solid #A2A2A2; */
  display: flex;
  align-items: center;
  padding: 5%;
}

.anchorList_ul li a:hover {
  text-decoration: none;
}

.anchorList_ul li a .img {
  width: 40%;
  box-sizing: border-box;
  margin-right: 10px;
}

.anchorList_ul li a .img img {
  transition: ease 0.5s;
}

.anchorList_ul li a:hover .img img {
  opacity: 0.7;
}

.anchorList_ul li a .txt {
  font-size: 1.0rem;
  width: 50%;
  box-sizing: border-box;
}

.anchorList_ul li a .txt .fontL {
  transition: ease 0.3s;
}

.anchorList_ul li a .txt .txt_red {
  color:#f00;
}

.anchorList_ul li a:hover .txt .fontL {
  font-size: 1.5rem;
}







.lead + .form_list {
  margin-top: 50px;
}

.red {
  color: #f1292e;
}

.fwB {
  font-weight: bold;
}

.fontS {
  font-size: 70%;
}

.form_dl {
  font-size: 1.2rem;
  line-height: 1.8;
  display: flex;
}

.form_dl dt {
  width: 13em;
  box-sizing: border-box;
}

.form_dl dd {
  width: calc(100% - 13em);
  box-sizing: border-box;
}

.formtable th {
  width: 8em;
  box-sizing: border-box;
  vertical-align: top;
}

.formtable td {
  width: calc(100% - 8em);
  box-sizing: border-box;
}

.form_list input[type="text"], .form_list textarea {
  /* font-family: inherit; */
  background: none repeat scroll 0 0 #fff !important;
  border: 1px solid #EEEEEE;
  font-size: 90%;
  line-height: 1.8;
  letter-spacing: .1em;
  padding: 2px 10px;
  width: 100%;
  box-sizing: border-box;
}

.formtable th, .formtable td {
  font-size: 1.2rem;
  line-height: 1.8;
  word-break: break-all;
}

.btn_wrap {
  display: flex;
  justify-content: center;
  margin: 40px auto 0;
}

.button {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin: 0 15px;
  padding: 1.0rem 1.0rem;
  font-size: 1.2rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.button._1 {
  color: #212529;
  background-color: #eeeb;
  border-color: #eee;
}

.button._1:hover {
  background-color: #d6d5d5;
  border-color: #d6d5d5;
}

.button._2 {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.button._2:hover {
  background-color: #117a8b;
  border-color: #117a8b;
}

.ajax-iine-wrap {
  margin: 100px 0 100px auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}


.btn_etc {
  display: inline-block;
  margin: 10px;
  padding: 10px;
  border: 1px solid #17a2b8;
  border-radius: 5px;
  color: #17a2b8;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn_etc:hover {
  color: #fff;
  background-color: #17a2b8;
  text-decoration: none;
}

.ajax-iine {
  display: inline-block;
  margin: 20px;
}

.aiin-css-tpl-sb-tube-gray .aiin-btn.aiin-sel .aiin-tube-frame,
.aiin-css-tpl-sb-tube-gray_2 .aiin-btn.aiin-sel .aiin-tube-frame {
  background-color: inherit!important;
  color: inherit!important;
}

.aiin-css-tpl-sb-tube-gray .aiin-label,
.aiin-css-tpl-sb-tube-gray .aiin-vcnt,
.aiin-css-tpl-sb-tube-gray_2 .aiin-label,
.aiin-css-tpl-sb-tube-gray_2 .aiin-vcnt {
  text-shadow: inherit!important;
  font-size: 1.0rem!important;
}

.aiin-css-tpl-sb-tube-gray .aiin-tube-frame,
.aiin-css-tpl-sb-tube-gray_2 .aiin-tube-frame {
  position: static!important;
  padding: 0!important;
  padding-bottom: 0!important;
  border: none!important;
  border-radius: 0!important;
  box-shadow: none!important;
  background-color: inherit!important;
  color: inherit!important;
}

.aiin-css-tpl-sb-tube-gray .aiin-label,
.aiin-css-tpl-sb-tube-gray_2 .aiin-label {
  margin-right: 10px;
  padding: 12px!important;
  border: 1px solid #17a2b8;
  border-radius: 5px;
  color: #17a2b8;
  top: 0!important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.aiin-css-tpl-sb-tube-gray:hover .aiin-label,
.aiin-css-tpl-sb-tube-gray_2:hover .aiin-label {
  color: #fff;
  background-color: #17a2b8;
}

.aiin-css-tpl-sb-tube-gray .aiin-vcnt,
.aiin-css-tpl-sb-tube-gray_2 .aiin-vcnt {
  color: #17a2b8;
  font-weight: bold;
}


.nav-tabs._2 {
  border-bottom: none;
}

.nav-tabs._2 .nav-item {
  width: calc(100% / 3);
  /*width: calc(100% / 4);*/
}

.nav-tabs._2 .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-tabs._2 .nav-link[href="#susume"] {
  color: #004085;
  background-color: #eef5fc;
}

.nav-tabs._2 .nav-link[href="#susume"].active,
.nav-tabs._2 .nav-link[href="#susume"]:hover {
  color: #004085;
  background-color: #cce5ff;
  border-color: #004085 #004085 #fff;
}

.nav-tabs._2 .nav-link[href="#hint"] {
  color: #721c24;
  background-color: #fdf3f4;
}

.nav-tabs._2 .nav-link[href="#hint"].active,
.nav-tabs._2 .nav-link[href="#hint"]:hover {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #721c24 #721c24 #fff;
}

.nav-tabs._2 .nav-link[href="#support"] {
  color: #856404;
  background-color: #faf6e9;
}

.nav-tabs._2 .nav-link[href="#support"].active,
.nav-tabs._2 .nav-link[href="#support"]:hover {
  color: #856404;
  background-color: #fff3cd;
  border-color: #856404 #856404 #fff;
}

.nav-tabs._2 .nav-link[href="#goiken"] {
  color: #155724;
  background-color: #f3fbf5;
}

.nav-tabs._2 .nav-link[href="#goiken"].active,
.nav-tabs._2 .nav-link[href="#goiken"]:hover {
  color: #155724;
  background-color: #d4edda;
  border-color: #155724 #155724 #fff;
}

.h2_goiken {
  padding: .5em;
  margin: 0 1em 0 0;
  color: #155724;
  background-color: #d4edda;
  display: inline-block;
}

.goiken_date {
  font-size: 1.2rem;
  display: inline-block;
}

.lead + .h2_goiken {
  margin-top: 30px;
}

.h2_illust {
  margin: 50px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.h2_illust_img {
  width: 15%;
}

.h2_illust_img._1 {
  padding-right: 15px;
}

.h2_illust_img._2 {
  padding-left: 15px;
}

h2 + .anchorList_ul._2 {
  margin-top: 30px;
}

.anchorList_ul._2 {
  flex-wrap: wrap;
}

.anchorList_ul._2 li {
  width: 49%;
  margin-right: 2%;
}

.anchorList_ul._2 li:nth-child(even) {
  margin-right: 0;
}

.anchorList_ul._2 li.bdr01 {
  border: 1px solid #B64F26;
}

.anchorList_ul._2 li.bdr02 {
  border: 1px solid #82AB73;
}

.anchorList_ul._2 li.bdr03 {
  border: 1px solid #EAE1BA;
}

.anchorList_ul._2 li.bdr04 {
  border: 1px solid #CA5A12;
}

.anchorList_ul._2 li.bdr05 {
  border: 1px solid #637FA7;
}

.anchorList_ul._2 li.bdr06 {
  border: 1px solid #A1B0B7;
}

.anchorList_ul._2 li.bdr07 {
  border: 1px solid #FFD401;
}

.anchorList_ul._2 li.bdr08 {
  border: 1px solid #7FCFF4;
}

.anchorList_ul._2 li:nth-child(n+3) {
  margin-top: 2%;
}

.anchorList_ul._2 li a {
  padding: 2% 6%;
}

.anchorList_ul._2 li a .img {
  width: 16%;
  margin-right: 4%;
}

.anchorList_ul._2 li a .txt {
  font-size: 1.1rem;
  font-weight: bold;
  width: 80%;
  box-sizing: border-box;
  text-indent: -4.7em;
  padding-left: 4.7em;
  transition: ease 0.5s;
}

.anchorList_ul._2 li a:hover .txt {
  opacity: 0.7;
}

.h2_icn {
  display: flex;
  align-items: center;
  margin:50px 0 0 0;
}

.h2_icn img {
  width: 7%;
  margin-right: 2%;
}

.h2_icn_txt {
  /* width: 91%; */
  padding-bottom: 5px;
  text-indent: -5em;
  padding-left: 5em;
}

.h2_icn_txt.bdr01 {
  border-bottom: 2px solid #B64F26;
}

.h2_icn_txt.bdr02 {
  border-bottom: 2px solid #82AB73;
}

.h2_icn_txt.bdr03 {
  border-bottom: 2px solid #EAE1BA;
}

.h2_icn_txt.bdr04 {
  border-bottom: 2px solid #CA5A12;
}

.h2_icn_txt.bdr05 {
  border-bottom: 2px solid #637FA7;
}

.h2_icn_txt.bdr06 {
  border-bottom: 2px solid #A1B0B7;
}

.h2_icn_txt.bdr07 {
  border-bottom: 2px solid #FFD401;
}

.h2_icn_txt.bdr08 {
  border-bottom: 2px solid #7FCFF4;
}


a#hintA.mt_pt,
a#hintB.mt_pt,
a#hintC.mt_pt,
a#hintD.mt_pt {
  margin-top:-65px;
  padding-top:65px;
  display: inline-block;
}

/* ---------------- タブメニュー ---------------- */
a#hintA.mt_pt,
a#hintB.mt_pt,
a#hintC.mt_pt,
a#hintD.mt_pt {
  margin-top:-65px;
  padding-top:65px;
  display: inline-block;
}

.tabs {}

.tabs_inner {
  display : flex;
  flex-wrap: wrap;
}

.tab_item {
  width: calc(100%/4);/* タブ4つのとき */
  /*width: calc(100%/3);/* タブ3つのとき */  
  box-sizing: border-box;
  padding: 0.5rem 1rem;
  text-align: center;
  color: #212529;
  text-align: center;
  transition: all 0.2s ease;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  border: 1px solid transparent;
}

.tab_item._2 {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.tab_item._3 {
  width: calc(100%/2);/* タブ2つのとき */
}

.tab_item._4 {
  /* width: calc(100%/6); */
  box-sizing: border-box;
}

.tab_item[for="tab01"]._4 {
  width: 21%;
}

.tab_item[for="tab02"]._4 {
  width: 18%;
}

.tab_item[for="tab03"]._4 {
  width: 18%;
}

.tab_item[for="tab04"]._4 {
  width: 21%;
}

.tab_item[for="tab05"]._4 {
  width: 20%;
}

.tab_item:hover {
  opacity: 0.75;
  cursor : pointer;
}

.tab_item._2:hover {
  opacity: 1;
}

.tab_item[for="tab01"] {
  color: #004085;
  background-color: #eef5fc;
}

.tab_item[for="tab01"].active,
.tab_item[for="tab01"]:hover {
  color: #004085;
  background-color: #cce5ff;
  border-color: #004085 #004085 #fff;
  font-weight: bold;
}

.tab_item[for="tab02"] {
  color: #721c24;
  background-color: #fdf3f4;
}

.tab_item[for="tab02"].active,
.tab_item[for="tab02"]:hover {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #721c24 #721c24 #fff;
  font-weight: bold;
}

.tab_item[for="tab03"] {
  color: #856404;
  background-color: #faf6e9;
}

.tab_item[for="tab03"].active,
.tab_item[for="tab03"]:hover {
  color: #856404;
  background-color: #fff3cd;
  border-color: #856404 #856404 #fff;
  font-weight: bold;
}

.tab_item[for="tab04"] {
  color: #155724;
  background-color: #f3fbf5;
}

.tab_item[for="tab04"].active,
.tab_item[for="tab04"]:hover {
  color : #155724;
  background-color: #d4edda;
  border-color: #155724 #155724 #fff;
  font-weight: bold;
}

.tab_item[for="tab05"] {
  color : #5C7BA7;
  background-color: #ebffff;
}

.tab_item[for="tab05"].active,
.tab_item[for="tab05"]:hover {
  color : #5C7BA7;
  background-color: #cfffff;
  border-color: #5C7BA7 #5C7BA7 #fff;
  font-weight: bold;
}

.tab_item[for="tab06"] {
  color : #9953A0;
  background-color: #f3e8ff;
}

.tab_item[for="tab06"].active,
.tab_item[for="tab06"]:hover {
  color : #9953A0;
  background-color: #e4cbff;
  border-color: #155724 #155724 #fff;
  font-weight: bold;
}


.tab_item[for="tab01"]._2,
.tab_item[for="tab02"]._2,
.tab_item[for="tab03"]._2,
.tab_item[for="tab04"]._2,
.tab_item[for="tab05"]._2,
.tab_item[for="tab06"]._2 {
  background-color: #F8F9FA;
  /* border-bottom: none; */
  border-color: #dee2e6;
  /* border-color: #dee2e6 #dee2e6 #fff; */
  color: #212529;
  font-size: 1.0rem;
  padding: 1rem 1rem;
  font-weight: 500;
  /* position: relative; */
}

.tab_item[for="tab02"]._2,
.tab_item[for="tab03"]._2,
.tab_item[for="tab04"]._2,
.tab_item[for="tab05"]._2,
.tab_item[for="tab06"]._2 {
  border-left:none;
  border-color: #dee2e6;
}

/* .tab_item[for="tab01"]._2::before,
.tab_item[for="tab02"]._2::before,
.tab_item[for="tab03"]._2::before,
.tab_item[for="tab04"]._2::before {
  content:'';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
} */

.tab_item[for="tab01"]._2.active,
.tab_item[for="tab02"]._2.active,
.tab_item[for="tab03"]._2.active,
.tab_item[for="tab04"]._2.active,
.tab_item[for="tab05"]._2.active,
.tab_item[for="tab06"]._2.active {
  /* color: #fff; */
  /* background-color: #007bff; */
  background-color: #fff;
  border-bottom: 1px solid #dee2e6;
  border-color: #dee2e6 #dee2e6 #fff;
  /* font-weight: normal; */
  /* padding-bottom: calc(1rem + 1px); */
  /* margin-bottom: -1px; */
}

.tab_item[for="tab01"]._2:hover,
.tab_item[for="tab02"]._2:hover,
.tab_item[for="tab03"]._2:hover,
.tab_item[for="tab04"]._2:hover,
.tab_item[for="tab05"]._2:hover,
.tab_item[for="tab06"]._2:hover {
  background-color: #fff;
  border-bottom: 1px solid #dee2e6;
  text-decoration: underline;
  /* border-bottom: none; */
}

.tab_item[for="tab01"]._2.active:hover,
.tab_item[for="tab02"]._2.active:hover,
.tab_item[for="tab03"]._2.active:hover,
.tab_item[for="tab04"]._2.active:hover,
.tab_item[for="tab05"]._2.active:hover,
.tab_item[for="tab06"]._2.active:hover {
  border-bottom-color: #fff;
}

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

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

.tab_content._2 {
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  /* border: 1px solid #dee2e6; */
  padding: 20px;
  /* margin-top: -1px; */
}

.tab_content_ul {
  list-style-type: none;
  padding: 0;
  margin:0;
}

.tab_content_ul li {
  display: inline-block;
  padding-right: 2em;
}

.tab_content_ul li:last-child {
  padding-right: 0;
}

.tab_content_ul li + li {
  margin-top: 10px;
}

/*選択されているタブのコンテンツのみを表示*/
#tab01:checked~#tab01_content,
#tab02:checked~#tab02_content,
#tab03:checked~#tab03_content,
#tab04:checked~#tab04_content,
#tab05:checked~#tab05_content,
#tab06:checked~#tab06_content {
  display: block;
}

#tab01_content.active,
#tab02_content.active,
#tab03_content.active,
#tab04_content.active,
#tab05_content.active,
#tab06_content.active {
  display: block;
}

.tab_content .bs-docs-section {
  margin-left:0;
  margin-right: 0;
}

/* ---------------- タブメニュー ---------------- */ 


@media (min-width: 576px) {

}

@media (min-width: 768px) {

}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}



@media (max-width: 1199.98px) {
  .tab_item[for="tab01"]._4 {
    width: 25%;
  }
  
  .tab_item[for="tab02"]._4 {
    width: 14%;
  }
  
  .tab_item[for="tab03"]._4 {
    width: 18%;
  }
  
  .tab_item[for="tab04"]._4 {
    width: 26%;
  }
  
  .tab_item[for="tab05"]._4 {
    width: 17%;
  }
}


@media (max-width: 991.98px) {
  .tab_item[for="tab01"]._4 {
    width: 34%;
  }
  
  .tab_item[for="tab02"]._4 {
    width: 33%;
  }
  
  .tab_item[for="tab03"]._4 {
    width: 33%;
  }
  
  .tab_item[for="tab04"]._4 {
    width: 50%;
  }
  
  .tab_item[for="tab05"]._4 {
    width: 50%;
  }
}


@media (max-width: 767.98px) {
  .anchorList_ul li  {
    /* padding: 3%; */
  }
  .anchorList_ul li a {
    display: block;
  }
  .anchorList_ul li a .img {
    width: 70%;
    margin: 0 auto;
    display: block;
  }
  .anchorList_ul li a .txt {
    width: auto;
    margin-top: 5px;
  }
  .anchorList_ul li a:hover .txt .fontL {
    font-size: 1.0rem;
  }
  .anchorList_ul li a:hover .img img {
    opacity: 1;
  }


  .form_dl {
    display: block;
  }
  .form_dl dt,
  .form_dl dd {
    width: auto;
  }
  .ajax-iine-wrap {
    width: auto;
  }

  .h2_illust_img {
    width: 28%;
  }
  .anchorList_ul._2 {
    display: block;
}
.anchorList_ul._2 li {
  width: auto;
  margin-right: 0;
}
.anchorList_ul._2 li:nth-child(n+1) {
  margin-top: 5%;
}
  .anchorList_ul._2 li a {
    padding: 5%;
    display: flex;
}
  .anchorList_ul._2 li a .img {
    width: 21%;
    margin-right: 4%;
  }
  .anchorList_ul._2 li a .txt {
    font-size: 1.0rem;
    width: 75%;
    box-sizing: border-box;
    text-indent: 0;
    padding-left: 0;
  }
  .h2_icn img {
    width: 30%;
    margin-right: 5%;
  }
  .h2_icn_txt {
    padding-bottom: 5px;
    text-indent: 0;
    padding-left: 0;
  }
  /* ----- タブメニュー ----- */
  .tabs_wrapper {
    overflow-y: hidden;
    overflow-x: auto;
    /* margin: 0 -20px; */
    /* padding: 0 20px; */
  }
  .tabs_inner._2 {
    /* width: 242.3%; */
    flex-wrap: nowrap;
  }
  .tab_item {
    width: calc(100%/2);
  }
  .tab_item._2 {
    width: auto;
  }
  .tab_item[for="tab01"]._2,
  .tab_item[for="tab02"]._2,
  .tab_item[for="tab03"]._2,
  .tab_item[for="tab04"]._2,
  .tab_item[for="tab05"]._2,
  .tab_item[for="tab06"]._2 {
    white-space: nowrap;
    display: block;
  }
  .tab_item[for="tab01"]._2.active,
  .tab_item[for="tab01"]._2:hover,
  .tab_item[for="tab02"]._2.active,
  .tab_item[for="tab02"]._2:hover,
  .tab_item[for="tab03"]._2.active,
  .tab_item[for="tab03"]._2:hover,
  .tab_item[for="tab04"]._2.active,
  .tab_item[for="tab04"]._2:hover,
  .tab_item[for="tab05"]._2.active,
  .tab_item[for="tab05"]._2:hover,
  .tab_item[for="tab06"]._2.active,
  .tab_item[for="tab06"]._2:hover {
    background-color: #007BFF;
    color: #fff;
    text-decoration: none;
  }
  .tab_item[for="tab01"]._4 {
    width: 38%;
  }
  
  .tab_item[for="tab02"]._4 {
    width: 28%;
  }
  
  .tab_item[for="tab03"]._4 {
    width: 34%;
  }
  
  .tab_item[for="tab04"]._4 {
    width: 50%;
  }
  
  .tab_item[for="tab05"]._4 {
    width: 50%;
  }

}

@media (max-width: 575.98px) {
  .anchorList_ul {
    flex-wrap: wrap;
}
  .anchorList_ul li,
  .anchorList_ul li:last-child  {
    width: 47.5%;
    margin-right: 5%;
  }
  .anchorList_ul li:nth-child(even) {
    margin-right: 0;
  }
  .anchorList_ul li:nth-child(n+3) {
    margin-top: 5%;
  }
  .anchorList_ul li a .img {
    width: 50%;
  }
  .anchorList_ul._2 li {
    width: auto;
    margin-right: 0;
  }
  /* ----- タブメニュー ----- */
  .tab_item[for="tab01"]._4 {
    width: 56%;
  }
  
  .tab_item[for="tab02"]._4 {
    width: 44%;
  }
  
  .tab_item[for="tab03"]._4 {
    width: 100%;
  }
  
  .tab_item[for="tab04"]._4 {
    width: 54%;
  }
  
  .tab_item[for="tab05"]._4 {
    width: 46%;
  }
}





