@charset "UTF-8";

/*共通 --------------------------------------------------------------------------*/
.pagecontents_menu .pagecontents_item:nth-child(3n)
{
  margin-right: 0;
}

section
{
  position: relative;
  display: block;
  box-sizing: border-box;
  margin: 0 auto 9rem;
}

section.mae
{
  margin: 0 auto 9.5rem;
}

h3
{
  font-size: 2.5rem;
  font-weight: bold;
  color: #B5272D;
  text-align: center;
  padding-bottom: 3rem;
}

h3.outside
{
  position: absolute;
  top: -0.7em;
  left: 0;
  right: 0;
  margin: auto;
  padding-bottom: 0;
}

h3+p
{
  text-align: center;
}

.scroll_wrap .pc-none
{
  font-size: 1.3rem;
}

@media screen and (max-width: 999px)
{
  section
  {
    margin: 0 auto 4.5rem;
  }

  section.mae
  {
    margin: 0 auto 6rem;
  }

  h3
  {
    font-size: 1.6rem;
    padding-bottom: 1.5rem;
  }

  h3+p
  {
    text-align: left;
  }
}

/*再⽣可能エネルギー電源事業--------------------------------------------------------------------------*/
#about .overview img
{
  display: block;
  margin: 5rem auto 3rem;
  max-width: 760px;
  width: 100%;
  height: auto;
}

#about .maker
{
  background: #F8F8F8;
  padding: 5.7rem 6% 5.2rem;
  margin: 0 auto 5rem;
}

#about .maker h3+p
{
  margin-bottom: 5rem;
  line-height: 1.8;
}

#about .maker section.banner
{
  margin: 0;
  border-top: 1px solid #B7B7B7;
  border-bottom: 1px solid #B7B7B7;
}

#about .maker .banner h4
{
  display: block;
  width: 15em;
  background: #F8F8F8;
  font-size: 1.5rem;
  font-weight: bold;
  color: #707070;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -1em;
}

#about .maker .banner ul
{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 2.5rem 0;
}

#about .maker .banner ul li
{
  margin: 10px;
  width: 14.5rem;
}

#about .maker section.zero
{
  margin: 0 auto;
}

#about .maker .zero h4
{
  display: flex;
  align-items: center;
  justify-content: center;
  background: #707070;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  width: 100%;
  height: 3.5rem;
}

#about .maker .zero ul
{
  display: flex;
  justify-content: center;
  padding: 30px 0 0;
}

#about .maker .zero ul li
{
  margin: 0 2rem;
}

@media screen and (max-width: 999px)
{
  #about .overview
  {
    margin-top: 3.5rem;
  }

  #about .overview img
  {
    max-width: 100%;
    margin: 3rem auto 5rem;
  }

  #about .maker
  {
    padding: 3rem 5% 2rem;
    margin: 3.5rem auto;
  }

  #about .maker h3+p
  {
    margin-bottom: 3rem;
    line-height: 1.5;
  }

  #about .maker .banner ul
  {
    justify-content: space-between;
    padding: 2rem 0;
  }

  #about .maker .banner h4
  {
    font-size: 1.4rem;
  }

  #about .maker .banner ul li
  {
    width: 48%;
    margin: 1%;
  }

  #about .maker .banner ul li img
  {
    width: 100%;
  }

  #about .maker section.zero
  {
    margin: 0 auto;
  }

  #about .maker .zero ul
  {
    padding: 15px 0 0;
    display: block;
  }

  #about .maker .zero ul li
  {
    margin: 7px 2%;
    text-align: center;
  }
}

/*住宅用太陽光発電システム--------------------------------------------------------------------------*/
#rps
{
  margin-bottom: 100px;
}

#rps+p
{
  text-align: center;
  font-weight: bold;
}

#rps .plan
{
  margin-top: 9rem;
}

#rps .plan ol
{
  display: block;
  width: 660px;
  margin: 4.8rem auto 3.1rem;
  list-style: none;
  counter-reset: number;
  line-height: 2.5;
}

#rps .plan ol li
{
  position: relative;
  padding-left: 2.5em;
}

#rps .plan ol li::before
{
  counter-increment: number;
  content: counter(number);
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 2em;
  height: 2em;
  background: #F08300;
  border-radius: 50%;
  font-size: 13px;
  color: #fff;
  text-align: center;
  line-height: 2em;
  padding: 1px 0 0;
}

#rps .outline
{
  background: #fff;
  text-align: center;
  padding: 6rem 0 0;
}

@media screen and (max-width: 999px)
{
  #rps
  {
    margin-bottom: 50px;
  }

  #rps .plan
  {
    margin-top: 3.5rem;
  }

  #rps .plan ol
  {
    width: 100%;
    margin: 3rem auto 0;
    line-height: 1.5;
  }

  #rps .plan ol li
  {
    padding-bottom: 1em;
  }

  #rps .plan ol li::before
  {
    top: 0;
  }

  #rps .outline
  {
    padding: 3rem 0 0;
  }
}

#rps .maker
{
  background: #F8F8F8;
  padding: 5.7rem 6% 5.2rem;
  margin: 0 auto 5rem;
}

#rps .maker h3+p
{
  margin-bottom: 5rem;
  line-height: 1.8;
}

#rps .maker section.banner
{
  margin: 0;
  border-top: 1px solid #B7B7B7;
  border-bottom: 1px solid #B7B7B7;
}

#rps .maker .banner h4
{
  display: block;
  width: 15em;
  background: #F8F8F8;
  font-size: 1.5rem;
  font-weight: bold;
  color: #707070;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -1em;
}

#rps .maker .banner ul
{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 2.5rem 0;
}

#rps .maker .banner ul li
{
  margin: 10px;
  width: 14.5rem;
}

#rps .maker section.zero
{
  margin: 0 auto;
}

#rps .maker .zero h4
{
  display: flex;
  align-items: center;
  justify-content: center;
  background: #707070;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  width: 100%;
  height: 3.5rem;
}

#rps .maker .zero ul
{
  display: flex;
  justify-content: center;
  padding: 10px 0 0;
}

#rps .maker .zero ul li
{
  width: 300px;
  margin: 0 2rem;
}

@media screen and (max-width:999px)
{
  #rps .maker
  {
    padding: 3.5rem 5% 2rem;
    margin: 0 auto 2rem;
  }

  #rps .maker h3+p
  {
    margin-bottom: 3rem;
  }

  #rps .maker .banner ul
  {
    justify-content: space-between;
    padding: 2rem 0;
  }

  #rps .maker .banner h4
  {
    font-size: 1.4rem;
  }

  #rps .maker .banner ul li
  {
    width: 48%;
    margin: 1%;
  }

  #rps .maker section.zero
  {
    margin: 0 auto;
  }

  #rps .maker .zero ul
  {
    padding: 0;
    display: block;
  }

  #rps .maker .zero ul li
  {
    width: 200px;
    margin: 1rem auto 0;
    text-align: center;
  }
}

#rps .suggest h3
{
  font-size: 2rem;
  color: #000;
}

#rps .suggest .three
{
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
}

#rps .suggest .three section
{
  box-sizing: border-box;
  width: 33%;
  margin: 0;
  text-align: center;
  padding: 0 1.5rem;
}

#rps .suggest .three section:nth-last-child(2)
{
  border-left: 1px solid #707070;
  border-right: 1px solid #707070;
  padding: 0 2rem;
}

#rps .suggest .three section p.cach
{
  font-size: 1.4rem;
  color: #707070;
  margin-bottom: 0.5em;
}

#rps .suggest .three section h4
{
  font-size: 1.7rem;
  font-weight: bold;
  color: #4B4B4B;
}

#rps .suggest .three section p.guide
{
  text-align: left;
}

#rps .suggest .three section img
{
  height: 21rem;
  padding: 2rem 0;
}

#rps .suggest .three section small
{
  display: block;
  text-align: left;
  line-height: 1.5;
}

#rps .suggest .three section a
{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 1em;
}

#rps .suggest .three section a img
{
  width: 1.6rem;
  height: 1.6rem;
  padding: 0;
  margin-left: 0.5em;
}

#rps .suggest .movie
{
  margin-top: 40px;
  text-align: center;
}

#rps .suggest .movie iframe
{
  width: 560px;
  aspect-ratio: 4 / 3;
}

@media screen and (max-width:999px)
{
  #rps .suggest h3
  {
    padding-bottom: 0;
    font-size: 1.5rem;
    text-align: left;
  }

  #rps .suggest .three
  {
    display: block;
    margin-top: 1.5rem;
  }

  #rps .suggest .three section
  {
    width: 100%;
    padding: 2rem 1.5rem;
    border-top: 1px solid #707070;
  }

  #rps .suggest .three section:nth-last-child(2)
  {
    border: none;
    border-top: 1px solid #707070;
    padding: 2rem 1.5rem;
  }

  #rps .suggest .three section:nth-last-child(3)
  {
    border-bottom: 1px solid #707070;
  }

  #rps .suggest .three section p.cach
  {
    margin-bottom: 0;
  }

  #rps .suggest .three section a
  {
    justify-content: center;
  }

  #rps .suggest .movie
  {
    margin-top: 20px;
    text-align: center;
  }

  #rps .suggest .movie iframe
  {
    width: 100%;
  }
}

#rps .sapport
{
  margin-top: 12rem;
}

#rps .sapport h3+p
{
  line-height: 1.8;
}

#rps .sapport .flex
{
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-top: 5rem;
}

#rps .sapport .flex .item
{
  width: 48%;
}

#rps .sapport .flex .item.last
{
  border: 1px solid #B7B7B7;
  text-align: center;
  padding: 4rem 0;
}

@media screen and (max-width: 999px)
{
  #rps .sapport
  {
    margin-top: 4rem;
  }

  #rps .sapport .flex
  {
    display: block;
    margin-top: 3rem;
  }

  #rps .sapport .flex .item
  {
    width: 100%;
    margin-bottom: 2rem;
  }

  #rps .sapport .flex .item.last
  {
    padding: 2rem;
  }
}

#rps .after
{
  margin: 0;
  margin-top: 12rem;
  margin-bottom: 5rem;
}

#rps .after p a
{
  display: inline;
  text-decoration: underline;
}

#rps .after p a img
{
  width: 18px;
  margin: 0 10px 0 5px;
}

#rps .after .flex
{
  display: flex;
  justify-content: center;
  margin: 5rem 0;
}

#rps .after .flex section
{
  background: #F8F8F8;
  width: 380px;
  margin: 0 1.3rem;
  padding: 2.7rem 2%;
}

#rps .after .flex section:nth-child(3)
{
  margin-right: 0;
}

#rps .after .flex section h4
{
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 0.5em;
}

#rps .after .flex p
{
  display: flex;
  margin-bottom: 0.1em;
  color: #B5272D;
}

#rps .after .flex p img
{
  width: 2.2rem;
  margin-right: 0.5em;
}

#rps .after .scroll_wrap
{
  text-align: center;
}

@media screen and (max-width:999px)
{
  #rps .after
  {
    margin-top: 4rem;
  }

  #rps .after .flex
  {
    display: block;
    margin: 2rem 0;
  }

  #rps .after .flex section
  {
    width: 100%;
    margin: 0 0 1rem;
    padding: 1.5rem 2rem;
  }

  #rps .after .flex section h4
  {
    padding-bottom: 0;
  }

  #rps .after .flex p img
  {
    width: 1.5rem;
  }

  #rps .after .scroll_wrap img
  {
    width: 900px;
    max-width: 900px;
  }

  #rps .after p.pc-none
  {
    text-align: center;
  }

  #rps .after p.pc-none img
  {
    margin-right: 5px;
    margin-bottom: 2px;
  }
}


/*地上設置型
--------------------------------------------------------------------------*/
#grm .point .ptimg
{
  max-width: 1082.62px;
  margin: 2rem auto;
}

#grm .case ul
{
  display: flex;
  flex-wrap: wrap;
}

#grm .case li
{
  width: 23.5%;
  margin-right: 2%;
}

#grm .case li:nth-child(4)
{
  margin-right: 0;
}

#grm .case img
{
  width: 100%;
  height: 191px;
  padding-bottom: 1rem;
}

#grm .case figure
{
  padding-bottom: 2rem;
  font-size: 1.4rem;
}

@media screen and (max-width: 999px)
{
  #grm .point .ptimg
  {
    width: 90%;
  }

  #grm .case img
  {
    height: auto;
  }

  #grm .case li
  {
    width: 100%;
    margin-right: 0;
  }
}

/*自家消費盤
--------------------------------------------------------------------------*/
/*自家消費のポイント*/
#self .point .flex
{
  display: flex;
  justify-content: space-between;
  margin-bottom: 6rem;
}

#self .point .flex .item
{
  width: 31%;
  border: 1px solid #000;
  padding: 1.5rem 1.5rem 0.5rem;
}

#self .point .flex h4
{
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #4B4B4B;
}

#self .point .flex h4 p
{
  margin: 0;
  text-align: center;
  color: #4B4B4B;
}

#self .point .flex h4 span
{
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0.4;
  height: 45px;
  color: #fff;
  margin: 0 1rem;
}

#self .point .flex h4 span img
{
  height: 100%;
}

/*ご提案の流れ*/
#self .flow .list
{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto 13rem;
}

#self .flow .list .item
{
  width: 22%;
  margin: 2rem 0;
  padding: 10px 1%;
  background: #f5f5f5;
}

#self .flow .list .item-left
{
  width: 100%;
  color: #707070;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
}

#self .flow .list .item-center
{
  width: 100%;
  margin: 10px 0;
  padding: 0 5px;
}

#self .flow .list .item-center .item-center-block.min75
{
  min-height: 75px;
}

#self .flow .list .item-center .item-center-block.min60
{
  min-height: 60px;
}

#self .flow .list .item-center .item-center-block.min40
{
  min-height: 40px;
}

#self .flow .list .item-center h4
{
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
  padding-bottom: 10px;
}

#self .flow .list .item-center h4.min60
{
  min-height: 60px;
}

#self .flow .list .item-center p
{
  font-size: 13.5px;
  line-height: 1.45;
  margin: 0;
}

#self .flow .list .item-right
{
  width: 100%;
}

#self .flow .list .item-right img
{
  width: 100%;
  height: 137px;
  object-fit: cover;
}

#self .flow img.arrow
{
  display: block;
  width: 32px;
  height: 30px;
  margin: 150px 0;
  transform: rotate(-90deg);
}

@media screen and (max-width: 1100px)
{
  #self .flow .list .item
  {
    width: 21%;
  }
}

@media screen and (max-width: 999px)
{
  #self
  {
    margin-top: 3.5rem;
  }

  #self .point .flex h4
  {
    font-size: 1.5vw;
  }

  #self .flow .list .item
  {
    width: 100%;
    padding: 10px 5%;
    margin: 0;
  }

  #self .flow .list .item-left
  {
    font-size: 20px;
    width: 100%;
    height: auto;
    padding: 0 0 5px;
    margin-right: 0;
  }

  #self .flow .list .item-center
  {
    width: 100%;
    margin: 0 0 15px;
  }

  #self .flow .list .item-center h4
  {
    padding-bottom: 10px;
  }

  #self .flow .list .item-center h4.min60,
  #self .flow .list .item-center .item-center-block.min75,
  #self .flow .list .item-center .item-center-block.min60,
  #self .flow .list .item-center .item-center-block.min40
  {
    min-height: auto;
  }

  #self .flow .list .item-right
  {
    width: 100%;
    padding: 0
  }

  #self .flow .list .item-right img
  {
    height: 150px;
  }

  #self .flow img.arrow
  {
    transform: rotate(0deg);
    margin: 1rem auto;
    height: auto;
  }
}

#self .case ul
{
  display: flex;
  flex-wrap: wrap;
}

#self .case li
{
  width: 23.5%;
  margin-right: 2%;
}

#self .case li:nth-child(4)
{
  margin-right: 0;
}

#self .case img
{
  width: 100%;
  height: 191px;
  padding-bottom: 1rem;
}

#self .case figure
{
  padding-bottom: 2rem;
  font-size: 1.4rem;
}

@media screen and (max-width: 999px)
{
  #self .point
  {
    margin: 2rem auto 4.5rem;
  }

  #self .point .flex
  {
    display: block;
    margin-bottom: 3rem;
  }

  #self .point .flex .item
  {
    width: 100%;
    margin-bottom: 1rem;
  }

  #self .point .flex .item:nth-child(3)
  {
    margin-bottom: 0;
  }

  #self .point .flex h4
  {
    font-size: 1.8rem;
  }

  #self .point .flex h4 span
  {
    height: 35px;
  }


  #self .case
  {
    margin: 2rem auto 1rem;
  }

  #self .case li
  {
    width: 100%;
    margin-right: 0;
  }

  #self .case img
  {
    height: auto;
  }
}