@charset "UTF-8";

/*------------------------------------------------------------------------------
  rewrite from core.css
------------------------------------------------------------------------------*/
.undersubpage_header {
  margin-bottom: 80px;
}
.undersubpage_header .undersubpage_header__img {
  top: -12px;
  right: 40px;
  width: 242px;
}

/* SP */
@media screen and (max-width: 768px) {
  .undersubpage_header {
    margin-bottom: 30px;
  }
  .undersubpage_header .undersubpage_header__img {
    width: 121px;
    margin-top: -5%;
    margin-bottom: 30px;
  }
}

/* SP2 */
@media screen and (max-width: 400px) {
  .undersubpage_header .undersubpage_header__img {
    margin-top: -2%;
  }
}

/*------------------------------------------------------------------------------
  .s--tool
------------------------------------------------------------------------------*/
.s--tool .set_all {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  background: #f0f0e4;
  border-radius: 10px;
  padding: 40px 50px;
}
.s--tool .set_all::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -30px;
  width: 0;
  height: 0;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #f0f0e4;
}
.s--tool .set_all .set_each {
  width: 268px;
  margin: 0;
  padding: 0;
}
.s--tool .set_all .set_each .modal_btn {
  width: 100%;
}
.s--tool .set_all .set_each .modal_btn a {
  position: relative;
  background: #fff;
  padding: 12px 0;
  border-radius: 100px;
  font-size: 16px;
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
}
.s--tool .set_all .set_each .modal_btn a::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -9px;
  background: url(/assets/img/common/ic_plus44.png) no-repeat center center / contain;
}
.s--tool .set_all .set_each .txt_set {
  width: 100%;
  margin: 17px auto 0;
}
.s--tool .set_all .set_each .txt_set .now_selecting {
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  margin: -0.25em 0;
  display: inline-block;
  text-align: center;
}
.s--tool .result_btn {
  margin-top: 35px;
  text-align: center;
}
.s--tool .result_btn a {
  position: relative;
  display: block;
  width: 100%;
  max-width: 306px;
  height: 46px;
  font-size: 15px;
  font-weight: bold;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  padding: 14px 0;
  margin: 25px auto 0;
  border-radius: 1000px;
  background-color: #22ac38;
}
.s--tool .result_btn a:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 13px;
  top: 14px;
  width: 18px;
  height: 18px;
  background: url(/assets/img/common/ic_arrow_white_r_sp.png) no-repeat center center / contain;
}
.s--tool .reset_btn {
  margin-top: 15px;
  text-align: center;
}
.s--tool .reset_btn a {
  font-size: 14px;
}
.s--tool .reset_btn a:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  line-height: 0;
  margin: -2px 8px -2px 0;
  background: url(/assets/img/common/ic_arrow_green_r_sp.png) no-repeat center center / contain;
}

/* SP */
@media screen and (max-width: 768px) {
  .s--tool .set_all {
    display: block;
    padding: 18px 5.97014925%;
  }
  .s--tool .set_all .set_each {
    width: 91.52542373%;
    max-width: 350px;
    margin: 0 auto;
    padding: 12px 0;
  }
  .s--tool .set_all .set_each .modal_btn a {
    padding: 11px 0;
    font-size: 14px;
  }
  .s--tool .set_all .set_each .modal_btn a::after {
    width: 17px;
    height: 17px;
    right: 11px;
    margin-top: -8.5px;
  }
  .s--tool .set_all .set_each .txt_set {
    margin: 10px auto 0;
  }
}

/*------------------------------------------------------------------------------
  .s--result
------------------------------------------------------------------------------*/
.section_carbon_neutral .s--result {
  margin: 64px 0 0;
}
.s--result .no_hit {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 60px 0;
}

/* SP */
@media screen and (max-width: 768px) {
  .section_carbon_neutral .s--result {
    margin: 44px 0 0;
  }
  .s--result .no_hit {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 40px 0;
  }
}

/*------------------------------------------------------------------------------
  .s--result .paging__inner
------------------------------------------------------------------------------*/
.s--result .paging__inner {
}
.s--result .paging__inner.paging__inner--top {
  margin-bottom: 30px;
}
.s--result .paging__inner.paging__inner--bottom {
  margin-top: 20px;
}
.s--result .paging__inner .paging__box {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.s--result .paging__inner .paging__box li {
  margin: 10px 0 0 10px;
}
.s--result .paging__inner .paging__box li a,
.s--result .paging__inner .paging__box li[aria-disabled="true"] span {
  position: relative;
  display: block;
  width: 31px;
  height: 31px;
  font-size: 14px;
  font-weight: bold;
  line-height: 26px;
  letter-spacing: -0.1em;
  text-indent: -0.1em;
  text-align: center;
  color: #22ac38;
  border-radius: 6px;
  background: #fff;
  border: #22ac38 2px solid;
}
.s--result .paging__inner .paging__box li a.is--current {
  color: #fff;
  background: #98c73b;
  border-color: #98c73b;
  pointer-events: none;
}
.s--result .paging__inner .paging__box li a.page--prev {
  font-size: 0;
  background: url(/assets/img/news/ic_arrow_left.png) center center no-repeat;
}
.s--result .paging__inner .paging__box li a.page--next {
  font-size: 0;
  background: url(/assets/img/news/ic_arrow_right.png) center center no-repeat;
}
.s--result .paging__inner .paging__box li[aria-disabled="true"] span {
  border-color: transparent;
  background: none;
  color: inherit;
  width: auto;
  font-weight: normal;
  letter-spacing: 0;
  text-indent: 0;
  top: -0.25em;
}

/* SP */
@media screen and (max-width: 768px) {
  .s--result .paging__inner.paging__inner--top {
    margin-bottom: 20px;
  }
  .s--result .paging__inner.paging__inner--bottom {
    margin-top: 10px;
  }
  .s--result .paging__inner .paging__box li {
    float: left;
    margin: 10px 0 0 10px;
  }
  .s--result .paging__inner .paging__box li a {
    width: 26px;
    line-height: 22px;
    height: 26px;
    font-size: 12px;
  }
}

/*------------------------------------------------------------------------------
  .s--result .table_scroll
------------------------------------------------------------------------------*/
.s--result .table_scroll {
  width: 100%;
  overflow-x: auto;
}
.s--result .table_scroll_inner {
  width: 100%;
}
.s--result .result_table {
  position: relative;
  display: block;
  width: 100%;
  font-size: 14px;
  border: #22ac38 2px solid;
  border-radius: 10px;
  overflow: hidden;
  border-collapse: separate;
}
.s--result .result_table thead tr th {
  border-left: 1px solid #d2d2bc;
  border-top: none;
  background: #22ac38;
  line-height: 1.3;
  color: #fff;
  font-weight: bold;
  padding: 10px 0;
  text-align: center;
}
.s--result .result_table thead tr th:first-child {
  border-left: 0;
}
.s--result .result_table thead tr th.no {
  width: 4em;
}
.s--result .result_table thead tr th.job {
  width: 100px;
}
.s--result .result_table thead tr th.case_name {
  width: 330px;
}
.s--result .result_table thead tr th.where {
  width: 200px;
}
.s--result .result_table thead tr th.equipment {
  width: 100px;
}
.s--result .result_table thead tr th.purpose {
  width: 100px;
}
.s--result .result_table thead tr th.cost_rate {
  width: 120px;
}
.s--result .result_table thead tr th.reduction_rate {
  width: 80px;
}
.s--result .result_table thead tr th.overview {
  /* width: px; */
}
.s--result .result_table thead tr th.product {
  width: 100px;
}
.s--result .result_table thead tr th.website {
  width: 100px;
}
.s--result .result_table thead tr th .txt_s {
  display: block;
  font-size: 12px;
  padding: 0.3em 1em 0;
}
.s--result .result_table tbody tr.sort {
  background-color: #f0f0e4;
}
.s--result .result_table tbody tr.sort td {
  height: 25px;
  padding: 0;
  vertical-align: middle;
}
.s--result .result_table tbody tr.sort td a {
  display: block;
  float: right;
  margin-right: 5px;
  line-height: 1;
}
.s--result .result_table tbody tr td {
  border-left: 1px solid #d2d2bc;
  border-top: 1px solid #d2d2bc;
  vertical-align: top;
  padding: 17px 12px 15px 12px;
  text-align: left;
}
.s--result .result_table thead tr td:first-child {
  border-left: 0;
}
.s--result .result_table tbody tr td.is--center {
  text-align: center;
}
.s--result .result_table tbody tr:not(.sort) td a {
  position: relative;
  display: inline-block;
  font-weight: bold;
  /* color: #22ac38; */
  padding-left: 23px;
}
.s--result .result_table tbody tr:not(.sort) td a::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 3px;
  width: 16px;
  height: 16px;
  background: url(/assets/img/common/ic_arrow_green_r_sp.png) no-repeat center center / contain;
}
.s--result .result_table tbody tr:not(.sort) td a._newwindow::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 1px;
  width: 13px;
  height: 11px;
  margin-left: 7px;
  background: url(/assets/img/common/ic_new_window_sp.png) no-repeat center center / contain;
}

/* SP */
@media screen and (max-width: 768px) {
  .s--result .table_scroll_inner {
    width: 960px;
  }
  .s--result .result_table tbody tr td {
    padding: 15px 10px 13px 10px;
  }
}


/*------------------------------------------------------------------------------
  #modalForm, .is-modal
------------------------------------------------------------------------------*/
body.is--modal {
  background-color: transparent;
  overflow: hidden;
}
#modalForm {
  position: fixed;
  width: 100%;
  height: 100%;
  background-image: url(/assets/img/common/bg_modal.png);
  left: 0;
  top: 0;
  z-index: 1000;
  display: none;
}
#modalForm .floor_btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#modalForm .container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 800px;
  height: 510px;
  margin: auto;
  padding: 55px 60px 0;
  background: #fefefb;
  border-radius: 10px;
  box-sizing: border-box;
}
#modalForm .form__inner {
  position: absolute;
  left: 100000000%;
  top: 100000000%;
  display: block;
  width: 100%;
  height: 100%;
}
#modalForm .form__inner.is--show {
  position: relative;
  left: 0;
  top: 0;
}
#modalForm .modal_header {
  width: 100%;
  padding: 0 0 10px;
  display: block;
  background: url(/assets/img/common/bg_dotline_black.png) center bottom repeat-x;
}
#modalForm .modal_ttl {
  float: left;
  width: auto;
  font-size: 20px;
  font-weight: bold;
  color: #22ac38;
  position: relative;
  line-height: 30px;
  display: block;
}
#modalForm .all_btn input {
  position: relative;
  top: 2px;
  width: 15px;
  height: 15px;
  margin: 0 13px 0 0;
}
#modalForm .all_btn {
  float: right;
  width: auto;
  font-size: 14px;
  line-height: 30px;
  display: block;
}
#modalForm .tool_dtl {
  width: 100%;
  height: 257px;
  margin: 10px 0 30px;
  overflow-x: hidden;
  overflow-y: auto;
  display: block;
}
#modalForm .tool_dtl .tool_each {
  width: 100%;
  background: url(/assets/img/common/bg_dotline_black.png) center bottom repeat-x;
}
#modalForm .tool_dtl .tool_each label {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  padding: 15px 0;
}
#modalForm .tool_dtl .tool_each input {
  position: absolute;
  left: 0;
  top: 14px;
  width: 15px;
  height: 15px;
}
#modalForm .tool_dtl .tool_each .txt01 {
  width: 130px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
  margin: -0.3em 0;
  padding: 0 40px 0 28px;
}
#modalForm .tool_dtl .tool_each .txt02 {
  font-size: 14px;
  line-height: 1.6;
  margin: -0.3em 0;
}
#modalForm .set_btn {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
}
#modalForm .add_btn {
  text-align: center;
}
#modalForm .add_btn a {
  display: block;
  margin: 0 auto;
  width: 306px;
  height: 46px;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 14px 0;
  box-sizing: border-box;
  border-radius: 100px;
  line-height: 18px;
  position: relative;
  background-color: #22ac38;
  color: #fff;
}
#modalForm .add_btn a:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 14px;
  left: 13px;
  background: url(/assets/img/common/ic_arrow_white_r_sp.png) no-repeat center center / contain;
}
#modalForm .close {
  display: table;
  width: auto;
  margin: 15px auto 0;
  text-align: center;
  font-size: 14px;
  padding-left: 15px;
}
#modalForm .close:hover {
  opacity: 0.8;
  cursor: pointer;
}
#modalForm .close:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  position: relative;
  top: 2px;
  left: -10px;
  background: url(/assets/img/common/ic_close_sp.png) no-repeat center center / contain;
}
.is-hidden {
    display: none;
}

@media screen and (max-width: 1000px) {
  #modalForm .container {
    width: 94%;
    max-width: 800px;
  }
}

/* SP */
@media screen and (max-width: 768px) {
  #modalForm .container {
    padding: 23px 6% 0;
  }
  #modalForm .all_btn {
    position: relative;
    top: 2px;
  }
  #modalForm .tool_dtl {
    height: 300px;
  }
  #modalForm .tool_dtl .tool_each label {
    display: block;
  }
  #modalForm .tool_dtl .tool_each .txt01 {
    width: 100%;
  }
  #modalForm .tool_dtl .tool_each .txt02 {
    font-size: 13px;
    padding: 0.5em 0 0 28px;
  }
  #modalForm .set_btn {
    bottom: 26px;
  }
  #modalForm .add_btn a {
    width: 100%;
    max-width: 306px;
    height: auto;
    font-size: 14px;
    padding: 11px 0;
    line-height: 1.5;
  }
}
