@charset "UTF-8";

/* .c-tab */
.c_tab .c_tab_btn {
  flex-wrap: wrap;
  margin-left: -1px;
  margin-right: -1px;
}
.c_tab.col1 .c_tab_btn_item {
  width: 100%;
}
.c_tab.col2 .c_tab_btn_item {
  width: 50%;
}
.c_tab.col3 .c_tab_btn_item {
  width: 33.3333%;
}
.c_tab.col4 .c_tab_btn_item {
  width: 25%;
}
.c_tab.col5 .c_tab_btn_item {
  width: 20%;
}
.c_tab.col6 .c_tab_btn_item {
  width: 16.666%;
}
.c_tab .c_tab_btn_item {
  margin-left: 0 !important;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  padding: 10px;
  min-height: 70px;
  border-bottom: none;
  border-radius: 0;
  background-color: #f2f2f2;
  color: #999;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
   -webkit-transition: 500ms ease;
  transition: 500ms ease;
}
.ja .c_tab .c_tab_btn_item {
    font-size: 1.4rem;
  }
.c_tab .c_tab_btn_item:hover {
  color: #c90036;
}
.c_tab .c_tab_btn_item::before,
.c_tab .c_tab_btn_item::after {
  position: absolute;
  top: 0;
  height: 2px;
  content: '';
}
.c_tab .c_tab_btn_item::before {
  left: 0;
  width: 100%;
  background-color: #ccc;
}
.c_tab .c_tab_btn_item::after {
  bottom: auto;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff), color-stop(50%, transparent)), -webkit-gradient(linear, left top, right top, color-stop(51%, #c90036), to(#d04700));
  background: linear-gradient(to right, #fff 50%, transparent 50%), linear-gradient(to right, #c90036 51%, #d04700 100%);
  background-position: 100% 0;
  background-size: 200% auto;
}
.c_tab .c_tab_btn_item.comingsoon {
  background-color: #f5f5f5;
  color: #d1d1d1;
  pointer-events: none;
}
.c_tab .c_tab_btn_item.comingsoon::before {
  display: none;
}
.c_tab .c_tab_btn_item.is-active {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff), color-stop(50%, transparent)), -webkit-gradient(linear, left top, right top, color-stop(51%, #c90036), to(#d04700));
  background: linear-gradient(to right, #fff 50%, transparent 50%), linear-gradient(to right, #c90036 51%, #d04700 100%);
  background-position: 100% 0;
  background-size: 200% auto;
  -webkit-transition: unset;
  transition: unset;
}
.c_tab .c_tab_btn_item.is-active:hover {
  color: #fff;
}
.c_tab .c_tab_btn_item.is-active::before {
  display: none;
}
.c_tab .c_tab_btn_item.is-active::after {
  display: block;
  top: auto;
  bottom: -13px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 10px 0 10px;
  border-color: #cd3026 transparent transparent transparent;
  background: none;
  -webkit-transition: unset;
  transition: unset;
}
@media screen and (max-width: 767px) {
  .c_tab .c_tab_btn {
    margin-top: -1px;
  }
  .c_tab.col1_sp .c_tab_btn_item {
    width: 100%;
  }
  .c_tab.col2_sp .c_tab_btn_item {
    width: 50%;
  }
  .c_tab.col3_sp .c_tab_btn_item {
    width: 33.3333%;
  }
  .c_tab.col4_sp .c_tab_btn_item {
    width: 25%;
  }
  .c_tab.col5_sp .c_tab_btn_item {
    width: 20%;
  }
  .c_tab.col6 .c_tab_btn_item_sp {
    width: 16.666%;
  }
  .c_tab .c_tab_btn_item {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 10px;
    min-height: 50px;
    font-size: 1.6rem;
  }
  .ja .c_tab .c_tab_btn_item {
    font-size: 1.2rem;
  }
  .c_tab .c_tab_btn_item:hover {
    color: #999;
  }
  .c_tab .c_tab_btn_item:hover::after {
    width: 0;
  }
  .c_tab .c_tab_btn_item + .c_tab_btn_item {
    margin-left: 1px;
  }
  .c_tab .c_tab_btn_item.is-active::after {
    display: none;
  }
}

/* .p_sustainbable_banner */
.p_sustainbable_banner {
  position: relative;
  z-index: 1;
  margin-top: 60px !important;
  padding-top: 60px;
  padding-bottom: 60px;
}
.p_sustainbable_banner::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: -120px;
  width: 1200px;
  height: 100%;
  background-color: #f0f2f4;
}
@media screen and (max-width: 767px) {
  .p_sustainbable_banner {
    margin-top: 40px !important;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .p_sustainbable_banner::before {
    left: -40px;
    width: calc(100% + 80px);
  }
}

/* .p_sustainable_bdrbox */
.p_sustainable_bdrbox {
  padding: 32px 40px;
  margin: 32px 0;
  border: 1px solid #d9d9d9;
  background-color: #fafafa;
}
@media screen and (max-width: 767px) {
  .p_sustainable_bdrbox {
    padding: 20px;
    margin: 20px 0;
  }
}

/* .p_sustainable_resource */
.p_sustainable_resource {
  padding-top: 60px;
}
.p_sustainable_resource_ttl {
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.4;
}
.p_sustainable_resource_ttl > small {
  font-size: 1.2rem;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .p_sustainable_resource {
    padding-top: 40px;
  }
  .p_sustainable_resource_ttl {
    text-align: center;
  }
}

/* .p_sustainable_lists */
.p_sustainable_lists > li {
  padding-top: 24px;
  margin-top: 32px;
  border-top: 1px solid #e5e5e5;
}
.p_sustainable_lists > li:nth-of-type(1) {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}
@media screen and (max-width: 767px) {
  .p_sustainable_lists > li {
    padding-top: 16px;
    margin-top: 24px;
  }
}

/* .p_sustainable_supportdesk */
.p_sustainable_supportdesk {
  position: relative;
  padding: 16px 24px 16px 84px;
  border: 1px solid #c90036;
  line-height: 1.6;
}

.p_sustainable_supportdesk::before,
.p_sustainable_supportdesk::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 100%;
  content: '';
}

.p_sustainable_supportdesk::before {
  background-color: #c90036;
}

.p_sustainable_supportdesk::after {
  background: url(/assets/img/cmn/ico_contact04_pc.png) no-repeat 50% 50%/38px auto;
}

.p_sustainable_supportdesk > dt {
  display: block;
  margin-bottom: 4px;
  color: #c90036;
  font-size: 1.7rem;
  font-weight: bold;
}

.p_sustainable_supportdesk > dd small {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .p_sustainable_supportdesk {
    padding-left: 74px;
  }

  .p_sustainable_supportdesk::before,
  .p_sustainable_supportdesk::after {
    width: 50px;
  }

  .p_sustainable_supportdesk::after {
    background-size: 34px auto;
  }
  
  .p_sustainable_supportdesk > dt {
    font-size: 1.6rem;
  }
}
