
/*****************************************************************************
CSS only for /kokusaku/ecoreform/index.html
*****************************************************************************/

/* Font
-----------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap');
/*Light 300, Regular 400, Medium 500, SemiBold 600, Bold 700, Black 900 */

/* Billboard
-----------------------------------------*/
.Billboard {
  max-width: 976px;
  margin: 0 auto;
}
.Billboard img {
  max-width: 100%;
  height: auto;
}

/* Intro
-----------------------------------------*/
.Intro {
  color: #231815;
  background-color: #edefce;
  padding: 45.5px 0;
}
.Intro__inner {
  max-width: 976px;
  margin: 0 auto;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .Intro__inner {
    margin: 0 10px;
  }
}
.Intro__title {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 24px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .Intro__title {
    font-size: 22px;
    line-height: 1.3;
    text-align: left;
  }
}
.Intro__text {
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .Intro__text {
    text-align: left;
  }
}

/* Product
-----------------------------------------*/
.Product {
  padding: 90px 0;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .Product {
    padding: 55px 0;
  }
}
.Product__inner {
  max-width: 976px;
  margin: 0 auto;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .Product__inner {
    margin: 0 10px;
  }
}
.Product__title {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .Product__title {
    font-size: 22px;
    line-height: 1.5;
  }
}
.Product__wrapper {
  margin-top: 67px;
  overflow: hidden;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .Product__wrapper {
    margin-top: 32px;
  }
}
.Product__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-right: -26.5px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .Product__list {
    justify-content: center;
    margin: 0 -3.3% -18px 0;
  }
}
.Product__item {
  text-align: center;
  margin-right: 26.5px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .Product__item {
    width: 30%;
    margin: 0 3.3% 18px 0;
  }
}
.Product__item img {
  max-width: 100%;
  height: auto;
}
.Product__caption {
  font-size: 16px;
  font-weight: bold;
  margin-top: 17px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .Product__caption {
    font-size: 12px;
  }
}

/* Detail
-----------------------------------------*/
.Detail {
  font-family: 'Noto Sans JP', sans-serif;
  background-color: #d5e04b;
  padding: 70px 0 100px;
  margin-bottom: 30px;
}
.Detail__inner {
  max-width: 976px;
  margin: 0 auto;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .Detail__inner {
    margin: 0 10px;
  }
}

.Detail__sec01 {
  padding: 39px 20px 31px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .Detail__sec01 {
    padding: 30px 10px 28px;
  }
}
.Detail__wrapper{
  padding: 30px 20px 20px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .Detail__wrapper {
    padding: 20px 10px 25px;
  }
}

.Detail__heading {
  text-align: center;
}
.Detail__heading img {
  max-width: 100%;
  height: auto;
}

.Detail__title {
  font-size: 36px;
  font-weight: 900;
  line-height: 1.3;
  color: #00471d;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .Detail__title {
    font-size: 25px;
  }
}

/* Bg
-----------------------------------------*/
.BgWhite {
  background-color: #ffffff;
  border-radius: 10px;
}
.BgWhite + .BgWhite {
  margin-top: 40px;
}
.BgGreen {
  background-color: #d5e04b;
  border-radius: 10px;
}
.BgGreen + .BgGreen {
  margin-top: 20px;
}

/* RoundTitle
-----------------------------------------*/
.RoundTitle {
  text-align: center;
  background-color: #ffffff;
  position: relative;
  border-radius: 24px;
  padding: 6px 10px;
}
.RoundTitle__icon {
  display: inline-block;
  position: absolute;
  top: -15px;
  left: 40px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .RoundTitle__icon {
    width: 32px;
    left: 15px;
  }
}
.RoundTitle__text {
  color: #00471d;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.3;
  display: inline-block;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .RoundTitle__text {
    font-size: 20px;
  }
}

/* Rate
-----------------------------------------*/
.Rate {
  padding: 30px 20px 34px;
  margin-top: 40px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .Rate {
    padding: 20px 10px;
  }
}
.Rate__wrapper {
  display: flex;
  margin-top: 22px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .Rate__wrapper {
    flex-direction: column;
  }
}
.Rate__box {
  display: flex;
  flex-direction: column;
}
.Rate__box + .Rate__box {
  margin-left: 20px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .Rate__box + .Rate__box {
    margin-left: 0px;
    margin-top: 20px;
  }
}
.BoxItem--01 {
  flex-basis: 58%;
}
.BoxItem--02 {
  flex-basis: 43%;
}
.Rate__head {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  background-color: #369d49;
  display: inline-block;
  border-radius: 10px;
  padding: 11px 8px 10px 8px;
  margin-bottom: 20px;
  box-sizing: border-box;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .Rate__head {
    font-size: 22px;
    padding: 8px 0 8px 15px;
  }
}
.Rate__head > small {
  font-size: 14px;
}
.Rate__BoxBody p {
  font-size: 18px;
  font-weight: 900;
  text-align: center;
}
.Rate__BoxBody strong {
  font-size: 20px;
}
.Rate__img img {
  vertical-align: text-bottom;
  margin-right: 20px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .Rate__img img {
    margin-right: 0px;
    margin-top: 12px;
  }
}

/* Target
-----------------------------------------*/
.Target {
  padding: 30px 20px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .Target {
    padding: 20px 10px;
  }
}
.Target__wrapper{
  border-radius: 10px;
  background-color: #fff;
  margin-top: 20px;
  padding: 30px 19px 28px 19px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .Target__wrapper{
    padding: 18px 15px;
  }
}
.Target__title {
  font-size: 28px;
  font-weight: 900;
  color: #369d49;
}
.Target__inner {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .Target__inner {
    flex-direction: column;
    align-items: center;
}
}
.Target__detail {
  width: 46%;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .Target__detail {
    width: 100%;
}
}
/* Requirements
-----------------------------------------*/
.Requirements {
  padding: 30px 20px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .Requirements {
    padding: 20px 10px;
  }
}
.Requirements__inner {
  display: flex;
  gap:5px;
  margin-top: 22px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .Requirements__inner {
    flex-direction: column;
    align-items: center;
  }
}
.Requirements__box{
  width: 100%;
  background-color: #fff;
  padding: 10px 19px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
.Requirements__box{
  width: auto;
}
}
.Requirements__box > .CircleList {
  margin-top: 0;
}
.TblData--Requirements .CircleList li {
  font-size: 13px;
}
/* Partial
-----------------------------------------*/
.Partial {
  padding: 30px 20px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .Partial {
    padding: 30px 10px;
  }
}
/* Equipment
-----------------------------------------*/
.Equipment{
  padding: 30px 20px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .Equipment {
    padding: 20px 10px;
  }
}
/* Process
-----------------------------------------*/
.Process {
  padding: 30px 20px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .Process {
    padding: 20px 10px;
  }
}
.Process__wrapper {
  margin-top: 25px;
  background-image: url(/kokusaku/ecoreform/index/img/bg_human_01.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .Process__wrapper {
    background: none;
}
}
/* Schedule
-----------------------------------------*/
.Schedule {
  padding: 30px 20px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .Schedule {
    padding: 20px 10px;
  }
}
.Schedule__img {
  margin-top: 34px;
}
.Schedule__wrapper {
  display: flex;
  flex-direction: column;
}
.Schedule__TblCaption {
  width: 734px;
  margin: 0 auto;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .Schedule__TblCaption {
    width: auto;
  }
}
/* Budget
-----------------------------------------*/
.Budget {
  padding: 30px 20px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .Budget {
    padding: 20px 10px;
  }
}
.Budget__text {
  font-size: 20px;
  font-weight: 900;
  text-align: center;
  margin-top: 30px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .Budget__text {
    line-height: 1.3;
  }
}
/* CircleList
-----------------------------------------*/
.CircleList {
  margin-top: 6px;
}
.CircleList li {
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
  position: relative;
  padding-left: 17px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .CircleList li {
    font-size: 14px;
  }
}
.CircleList li::before {
  content: '●';
  font-size: 10px;
  line-height: 1;
  color: #8fc31f;
  position: absolute;
  top: 5px;
  left: 0;
}
.List--yellow li::before {
  content: '●';
  font-size: 10px;
  line-height: 1;
  color: #fdd229;
  position: absolute;
  top: 5px;
  left: 0;
}
.CircleList--orange {
  color: #eb6110;
}
.TblData .CircleList--col2 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 127px;
}
.CircleList--underline {
  border-bottom:2px solid #e41e1e;
}
/* Memo
-----------------------------------------*/
ul.Memo {
  font-size: 13px;
  font-weight: 700;
}
.Memo li {
  padding-left: 1em;
  text-indent: -1em;
}
.Memo--center {
  text-align: center;
}
.Memo--right {
  text-align: right;
}

/* Br
-----------------------------------------*/
.MobileBr {
  display: none;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .MobileBr {
    display: block;
  }
}

/* TblData
-----------------------------------------*/
.TblData {
  margin-top: 20px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .TblData {
    overflow-x: scroll;
    white-space:nowrap;
  }
}
.TblData table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .TblData table {
    table-layout: auto;
  }
}
.TblData th,
.TblData td {
  vertical-align: middle;
  box-sizing: border-box;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .TblData th,
  .TblData td {
    white-space: normal;
  }
}
.TblData th {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background-color: #369d49;
  padding: 10px;
}
.TblData td {
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  background-color: #f7f9e1;
  padding: 15px 14px;
}
.TblData strong {
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
}
.TblData small {
  font-size: 13px;
  font-weight: 700;
  line-height: 25px;
}
.TblData img {
  max-width: 100%;
  height: auto;
}
.TblData__label {
  font-size: 22px;
  font-weight: 900;
  line-height: 1.2;
  color: #369d49;
  margin-bottom: 6px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .TblData__label {
    font-size: 16px;
    font-weight: 700;
  }
}
.TblData--Target td {
  text-align: center;
  padding:15px 0;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .TblData--Target td  {
    padding:10px 3px;
  }
}
.TblData--Target th:nth-child(1) {
  width: 34%;
}
.TblData--Requirements td {
  padding: 15px 14px;
}
.TblData--Requirements td:nth-child(1) {
  width: 7.45%;
  text-align: center;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .TblData--Requirements td:nth-child(1) {
    min-width: 65px;
}
}
.TblData--Requirements td:nth-child(2) {
  width: 13.52%;
  text-align: center;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .TblData--Requirements td:nth-child(2) {
    min-width: 118px;
}
}
.TblData--Requirements td:nth-child(3) {
  width: 22.59%;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .TblData--Requirements td:nth-child(3) {
    min-width: 200px;
}
}
.TblData--Requirements td:nth-child(4) {
  width: 56.44%;
  padding-left: 19px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .TblData--Requirements td:nth-child(4) {
    min-width: 507px;
}
}
.TblData--Partial td {
  padding: 15px 14px;
}
.TblData--Partial td:nth-child(1) {
  width: 6.2%;
  font-size: 18px;
  text-align: center;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .TblData--Partial td:nth-child(1) {
    min-width: 55px;
  }
}
.TblData--Partial td:nth-child(2) {
  width: 68.81%;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .TblData--Partial td:nth-child(2) {
    min-width: 611px;
  }
}
.TblData--Partial td:nth-child(3) {
  text-align: center;
  padding-left: 13px;
  padding-right:13px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .TblData--Partial td:nth-child(3) {
    min-width: 226px;
  }
}
.TblData--Equipment td {
  line-height: 20px;
}
.TblData--Equipment td:nth-child(1) {
  width: 34.28%;
  padding: 17px 12px 13px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .TblData--Equipment td:nth-child(1) {
    min-width: 186px;
  }
}
.TblData--Equipment td:nth-child(2) {
  width: 68.81%;
  font-size: 13px;
  padding: 12px 14px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .TblData--Equipment td:nth-child(2) {
    min-width: 520px;
  }
}

.TblData--Schedule table {
  width: 734px;
  margin: 0 auto;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .TblData--Schedule table {
    width: 640px;
  }
}
.TblData--Schedule th {
  background-color: #eb6110;
}
.TblData--Schedule td {
  padding: 16px 12px;
  font-weight: 900;
  text-align: center;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .TblData--Schedule td {
    padding: 10px 10px;
  }
}
.TblData--Schedule td:nth-child(1) {
  width: 41.35%;
  font-size: 20px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .TblData--Schedule td:nth-child(1) {
    width: 80px;
    min-width: 80px;
  }
}
.TblData--Schedule td:nth-child(2) {
  width: 57%;
  font-size: 24px;
  line-height: 20px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .TblData--Schedule td:nth-child(2) {
    width: 250px;
    min-width: 250px;
  }
}
.TblData--Schedule sup {
  font-size: 0.6em;
  vertical-align: top;
}
.TblData--Schedule small {
  font-size: 15px;
  font-weight: 800;
}
.TblData--Schedule caption {
  caption-side: bottom;
  text-align: left;
  font-size: 13px;
  font-weight: 700;
  margin-top: 14px;
  padding-left: 1em;
  text-indent: -1em;
}
.TblData--red {
  color: #e60012;
}
.TblData--green {
  color: #00873d;
}
