@charset "UTF-8";

/*共通*/
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;
  }
}

/*非常用重要負荷切替盤(エネシフト) --------------------------------------------------------------------------*/
/*注釈*/
#eneshift .ano
{
  font-size: 13px;
  line-height: 1.7;
}

#eneshift img
{
  width: 100%;
}

#eneshift img.all
{
  margin: 1em auto;
}

/*概要*/
#eneshift .outline
{
  margin-bottom: 50px;
  padding-top: 50px;
}

#eneshift .intro
{
  display: flex;
  justify-content: center;
  align-items: center;
}

#eneshift .intro img
{
  width: 312.72px;
  margin-right: 4%;
}

#eneshift .intro p
{
  display: block;
  font-size: 22px;
  line-height: 1.8;
  color: #464545;
}

#eneshift .main
{
  width: 100%;
  display: block;
  margin: 44px auto;
}

#eneshift .system
{
  border: 3px solid #B5272D;
  padding: 36px 5%;
  text-align: center;
  margin-bottom: 1em;
}

#eneshift .system p
{
  font-size: 22px;
  font-weight: bold;
  line-height: 2;
}

#eneshift .system p span
{
  color: #B5272D;
}

#eneshift .system ul
{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#eneshift .system li
{
  width: 23%;
  line-height: 1.6;
  padding: 13px 0;
  background: #F08300;
  border-radius: 5px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

#eneshift .system li.oneline
{
  display: flex;
  align-items: center;
  justify-content: center;
}

#eneshift .system li span
{
  font-size: 13px;
  font-weight: normal;
}

/*詳細*/
#eneshift .detail
{
  position: relative;
  background: #F8F8F8;
  padding: 35px 0;
  font-size: 16px;
  line-height: 1.8;
}

#eneshift .detail h3
{
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 13em;
  height: 25px;
  font-size: 25px;
  font-weight: bold;
  color: #B5272D;
}

#eneshift .detail section
{
  display: block;
  padding: 50px 0;
  margin: 0 auto;
  border-bottom: 1px solid #B2B2B2;
}

#eneshift .detail section:last-child
{
  border: none;
  padding: 50px 0 0;
}

#eneshift .detail .white
{
  position: relative;
  background: #fff;
  padding: 23px 47px 35px;
}

#eneshift .nm
{
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #B5272D;
  width: 60px;
  height: 60px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

#eneshift .detail h4
{
  font-size: 18px;
  padding-left: 30px;
  padding-bottom: 30px;
  margin: 0;
}

#eneshift .detail h4 span
{
  font-size: 13px;
  font-weight: normal;
}

#eneshift .detail .flex1
{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 20px auto 30px;
}

#eneshift figure
{
  margin: 0;
  width: 21%;
}

#eneshift .detail figure img
{
  padding-bottom: 1em;
}

#eneshift .detail figure span
{
  font-size: 13px;
}

#eneshift figcaption
{
  font-size: 14px;
  line-height: 1.4;
}

#eneshift .detail h5
{
  font-size: 18px;
  margin: 0;
}

#eneshift .detail .flex2
{
  display: flex;
}

#eneshift .detail .flex2 dl
{
  display: flex;
  align-items: center;
  margin: 10px 0;
}

#eneshift .detail .flex2 dt
{
  font-weight: bold;
  display: block;
  background: #90C336;
  padding: 5px 15px;
  border-radius: 6px;
}

#eneshift .detail .flex2 dt.last
{
  background: #F9B63B;
}

#eneshift .detail .flex2 dd
{
  margin-left: 1em;
}

#eneshift .detail .flex2 .left
{
  width: 45%;
  border: 1px dotted #464545;
  padding: 0.5em 1em;
  margin-right: 10%;
}

#eneshift .detail .flex2 .right
{
  width: 55%;
  box-sizing: border-box;
}

#eneshift .detail .flex3
{
  display: flex;
  justify-content: space-between;
}

#eneshift .detail .flex3 .left
{
  width: 70%;
}

#eneshift .detail .flex3 .right
{
  width: 20%;
  margin-right: 5%;
}

/*ダウンロード*/
#eneshift .download
{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
}

#eneshift .download .item
{
  width: 48%;
  border: 1px solid #707070;
  margin-bottom: 30px;
}

#eneshift .download .item a
{
  height: 132px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #000000;
}

#eneshift .download .item img
{
  width: 72px;
  margin-right: 80px;
}

#eneshift .movie
{
  text-align: center;
  margin-bottom: 50px;
}

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

@media screen and (max-width: 999px)
{
  #eneshift .ano
  {
    font-size: 12px;
    line-height: 1.5;
  }

  #eneshift .outline
  {
    margin-bottom: 0;
    padding-top: 20px;
  }

  #eneshift .intro
  {
    display: block;
    text-align: center;
  }

  #eneshift .intro img
  {
    width: 200px;
    padding-bottom: 30px;
    margin-right: 0;
  }

  #eneshift .intro p
  {
    font-size: 17px;
    line-height: 1.6;
  }

  #eneshift .main
  {
    margin: 20px auto;
  }

  #eneshift .system
  {
    padding: 25px 5%;
  }

  #eneshift .system p
  {
    font-size: 17px;
    margin: 0;
    line-height: 1.7;
  }

  #eneshift .system ul
  {
    margin: 10px auto 0;
    ;
    padding: 0;
  }

  #eneshift .system li
  {
    width: 48.5%;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 10px;
  }

  #eneshift .detail
  {
    font-size: 15px;
    line-height: 1.7;
    padding: 15px 0;
  }

  #eneshift .detail h3
  {
    font-size: 18px;
    top: -14px
  }

  #eneshift .detail section
  {
    padding: 25px 0;
  }

  #eneshift .detail .white
  {
    padding: 23px 8% 15px
  }

  #eneshift .nm
  {
    width: 40px;
    height: 40px;
    font-size: 15px;
  }

  #eneshift .detail h4
  {
    font-size: 16px;
    line-height: 1.5;
    padding-bottom: 10px;
  }

  #eneshift figure
  {
    width: 48%;
    margin-bottom: 15px;
  }

  #eneshift figcaption
  {
    font-size: 13px;
    line-height: 1.2;
  }

  #eneshift .detail .flex1
  {
    margin-bottom: 0;
  }

  #eneshift .detail h5
  {
    font-size: 15px;
    text-align: center;
  }

  #eneshift .detail .flex2
  {
    display: block;
  }

  #eneshift .detail .flex2 .left
  {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1em;
    box-sizing: border-box;
    padding: 0.5em 1em 0;
  }

  #eneshift .detail .flex2 .right
  {
    width: 100%;
  }

  #eneshift .detail .flex2 dl
  {
    display: block;
  }

  #eneshift .detail .flex2 dt
  {
    font-size: 14px;
    padding: 3px 7px;
    border-radius: 5px;
    text-align: center;
  }

  #eneshift .detail .flex2 dd
  {
    font-size: 14px;
    margin-left: 0;
    margin-top: 3px;
    text-align: center;
  }

  #eneshift .detail .flex3
  {
    display: block;
  }

  #eneshift .detail .flex3 .left
  {
    width: 100%;
  }

  #eneshift .detail .flex3 .right
  {
    width: 100%;
  }

  #eneshift .detail .flex3 .right img
  {
    width: 233.05px;
    margin: 10px auto;
  }

  #eneshift .download
  {
    display: block;
  }

  #eneshift .download
  {
    margin-top: 30px;
  }

  #eneshift .download .item
  {
    width: 100%;
    margin: 0 auto 1em;
    padding: 1em;
  }

  #eneshift .download .item a
  {
    height: 90px;
  }

  #eneshift .download .item img
  {
    margin-right: 2em;
  }

  #eneshift .movie
  {
    text-align: center;
    margin-bottom: 30px;
  }

  #eneshift .movie iframe
  {
    width: 100%;
  }
}

/*太陽光発電自家消費ユニット盤(ジカバン) --------------------------------------------------------------------------*/
#jikaban
{
  margin-bottom: 100px;
}

#jikaban .logo
{
  width: 503px;
  display: block;
  margin: 0 auto 30px;
}

#jikaban .main-img
{
  width: 100%;
  margin-bottom: 5rem;
}

/*概要*/
#jikaban .outline
{
  position: relative;
  background: linear-gradient(45deg, #EBEBEB 65%, #fff 65%, #fff 100%);
}

#jikaban .outline::after
{
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 66px;
  background: #fff;
  z-index: 1;
}

#jikaban .outline .container
{
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
}

#jikaban .outline .item:first-child
{
  width: 60%;
  padding-right: 5%;
  padding-bottom: 3rem;
  box-sizing: border-box;
  text-align: left;
}

#jikaban .outline .item:last-child
{
  width: 35%;
}

#jikaban .outline h3,
#jikaban .outline h3+p
{
  text-align: left;
}

/*メリット*/
#jikaban .merit
{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#jikaban .merit section
{
  width: 30%;
  margin: 0 auto;
}

#jikaban .merit .title
{
  position: relative;
  padding-bottom: 16px;
  border-bottom: 2.5px solid #C7C7C7;
  margin-bottom: 28px;
}

#jikaban .merit .title img
{
  position: absolute;
  right: 0;
  bottom: 16px;
}

#jikaban .merit .title .merit01
{
  width: 76.78px;
}

#jikaban .merit .title .merit02
{
  width: 73.29px;
}

#jikaban .merit .title .merit03
{
  width: 95.65px;
}

#jikaban .merit .title h4
{
  display: block;
  padding: 9px 13px;
  background: rgb(181, 39, 45);
  background: linear-gradient(90deg, rgba(181, 39, 45, 1) 0%, rgba(181, 39, 45, 1) 35%, rgba(255, 255, 255, 1) 100%);
  margin-bottom: 27px;
  color: #fff;
  font-size: 23px;
  font-weight: bold;
}

#jikaban .merit .title h5
{
  font-size: 20px;
  font-weight: bold;
}

#jikaban .merit .txt dt
{
  font-size: 17px;
  font-weight: bold;
  color: #B5272D;
}

#jikaban .merit .txt dd
{
  margin-bottom: 1rem;
}

/*各部名称と特徴*/
#jikaban .kakubu
{
  background: #F8F8F8;
  padding: 80px 0 60px;
}

/*システム構成*/
#jikaban .composition.container
{
  margin: 0 auto 9rem;
}

#jikaban .composition .scroll_wrap
{
  padding: 33px 47px;
  background: #FEF8DE;
}

/*仕様*/
#jikaban .shiyou.container
{
  margin: 0 auto 9rem;
}

#jikaban .shiyou table
{
  width: 100%;
  word-break: break-all;
}

#jikaban .shiyou table tr
{
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}

#jikaban .shiyou table th
{
  background: #F3F3F3;
  border-left: 1px solid #707070;
  border-right: 1px solid #707070;
  width: 18%;
  padding: 0.4rem 1rem;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.3;
}

#jikaban .shiyou table th.title
{
  background: #707070;
  color: #ffff;
}

#jikaban .shiyou table td
{
  width: 35%;
  border-right: 1px solid #707070;
  font-size: 13px;
  padding: 0.4rem 1rem;
}

/*本体セット品*/
#jikaban .set.container
{
  margin: 0 auto 9rem;
}

#jikaban .set-flex
{
  display: flex;
  flex-wrap: wrap;
}

#jikaban .set-flex-box
{
  width: 50%;
  border: 0.5px solid #1A1311;
}

#jikaban .set-flex-box h4
{
  display: flex;
  align-items: center;
  justify-content: center;
  background: #707070;
  padding: 5px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
}

#jikaban .set-flex-box .flex
{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0 30px 10px;
}

#jikaban .set-flex-box .set-img
{
  height: 120px;
  margin-bottom: 1rem;
}

#jikaban .set-flex-box .flex .item.noplus
{
  margin-right: 50px;
}

#jikaban .set-flex-box .flex .item.plus
{
  margin-right: 27px;
  width: 31.5px;
}

#jikaban .set-flex-box .other
{
  padding: 0 50px 2rem;
  font-size: 14px;
}

/*オプション*/
#jikaban .option.container
{
  margin: 0 auto 9rem;
}

#jikaban .option section
{
  float: left;
  width: 50%;
  display: flex;
  align-items: center;
}

#jikaban .option section img
{
  height: 116px;
  margin-right: 30px;
}

/*外形寸法*/
#jikaban .size.container
{
  margin: 0 auto 9rem;
}

#jikaban .size .flex
{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

#jikaban .size .flex img
{
  height: 312.13px;
}

/*資料ダウンロード*/
#jikaban .catalog .flex
{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 60px;
}

#jikaban .catalog .flex .item
{
  width: 48%;
  border: 1px solid #707070;
  margin-bottom: 30px;
}

#jikaban .catalog .flex .item a
{
  height: 132px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #000000;
}

#jikaban .catalog .flex .item img
{
  width: 72px;
  margin-right: 80px;
  border: 1px solid #ccc;
}

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

  #jikaban
  {
    margin-top: 3.5rem;
  }

  #jikaban .logo
  {
    width: 90%;
    margin: 0 auto 20px;
  }

  #jikaban .main-img
  {
    margin-bottom: 3rem;
  }

  /*概要*/
  #jikaban .outline .container
  {
    display: block;
  }

  #jikaban .outline
  {
    background: linear-gradient(180deg, rgba(235, 235, 235, 1) 0%, rgba(235, 235, 235, 1) 90%, rgba(255, 255, 255, 1) 90%, rgba(255, 255, 255, 1) 100%);
  }

  #jikaban .outline .item:first-child
  {
    width: 100%;
    padding-right: 0;
    padding-bottom: 1rem;
  }

  #jikaban .outline .item:last-child
  {
    width: 90%;
    margin: 0 auto;
  }

  /*メリット*/
  #jikaban .merit section
  {
    width: 100%;
    margin-bottom: 2rem;
  }

  #jikaban .merit .title
  {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }

  #jikaban .merit .title h4
  {
    font-size: 17px;
    margin-bottom: 10px;
    padding: 5px 10px;
  }

  #jikaban .merit .title h5
  {
    font-size: 17px;
    line-height: 1.4;
  }

  #jikaban .merit .title .merit01
  {
    width: 66px;
  }

  #jikaban .merit .title .merit02
  {
    width: 60px;
  }

  #jikaban .merit .title .merit03
  {
    width: 80px;
  }

  #jikaban .merit .txt dt
  {
    font-size: 15px;
  }

  /*各部の名称*/
  #jikaban .kakubu
  {
    padding: 40px 0 30px;
  }

  #jikaban .kakubu p.pc-none
  {
    padding-left: 15px;
  }

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

  #jikaban .kakubu .scroll_wrap img
  {
    width: 900px;
    max-width: 900px;
  }

  /*システム構成*/
  #jikaban .composition.container
  {
    margin: 0 auto 4rem;
  }

  #jikaban .composition .scroll_wrap img
  {
    width: 1009px;
    max-width: 1009px;
  }

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

  /*仕様*/
  #jikaban .shiyou.container
  {
    margin: 0 auto 4rem;
  }

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

  #jikaban .shiyou .scroll_wrap table
  {
    width: 1009px;
    max-width: 1009px;
  }

  /*本体セット品*/
  #jikaban .set.container
  {
    margin: 0 auto 4rem;
  }

  #jikaban .set-flex-box
  {
    width: 100%;
  }

  #jikaban .set-flex-box .flex
  {
    display: block;
    padding: 15px 5px 15px 5px;
  }

  #jikaban .set-flex-box .flex .item
  {
    width: 100%;
    text-align: center;
  }

  #jikaban .set-flex-box .flex .item.plus
  {
    margin: 0 auto 10px;
    width: 25px;
  }

  #jikaban .set-flex-box .other
  {
    padding: 0 10px 1rem;
  }

  #jikaban .set-flex-box .set-img
  {
    height: 95px;
  }

  /*オプション*/
  #jikaban .option.container
  {
    margin: 0 auto 4rem;
  }

  #jikaban .option section
  {
    float: none;
    width: 100%;
    margin: 0 auto 1rem;
  }

  #jikaban .option section img
  {
    height: 95px;
  }

  /*外形寸法*/
  #jikaban .size.container
  {
    margin: 0 auto 4rem;
  }

  #jikaban .size .flex
  {
    display: block;
    width: 90%;
    margin: 0 auto;
  }

  #jikaban .size .flex img
  {
    height: 220px;
  }

  /*資料ダウンロード*/
  #jikaban .catalog .flex .item
  {
    width: 100%;
    margin-bottom: 1rem;
    padding: 1em;
  }

  #jikaban .catalog .flex .item a
  {
    height: 90px;
  }

  #jikaban .catalog .flex .item img
  {
    margin-right: 1.5em;
  }
}


/*無停電電源装置(UPS) --------------------------------------------------------------------------*/
#ups .spl
{
  border: 1px solid #ccc;
  padding: 6rem 6rem 3rem;
}

#ups h4
{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  background: #707070;
  color: #fff;
  padding: 0.5em 3%;
}

#ups .spl img.tokutyo
{
  margin-top: 3rem;
  margin-bottom: 4rem;
}

#ups .spl .scroll_wrap
{
  margin-bottom: 8rem;
}

#ups .spl h5
{
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: 1rem;
  padding-top: 3rem;
}

#ups .spl table tr
{
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}

#ups .spl table th
{
  background: #F3F3F3;
  border-left: 1px solid #707070;
  border-right: 1px solid #707070;
  width: 18%;
  padding: 0.4rem 3rem;
  font-size: 1.4rem;
  font-weight: normal;
}

#ups .spl table th:nth-child(2)
{
  width: 22%;
}

#ups .spl table td
{
  width: 30%;
  border-right: 1px solid #707070;
  font-size: 1.4rem;
  padding: 0.4rem 3rem;
}

#ups .case
{
  background: #F8F8F8;
  padding: 5rem 7% 4rem;
  margin-bottom: 6rem;
}

#ups .case .list
{
  display: flex;
  margin-bottom: 2rem;
}

#ups .case .list ul
{
  margin-right: 8rem;
  margin-left: 1em;
}

#ups .case .list ul li
{
  padding-bottom: 0.3rem;
  list-style-type: disc;
}

#ups .system
{
  margin: 0 auto 3rem;
}

#ups a.link_box
{
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #707070;
  margin: 4rem auto 0;
  width: 532px;
  padding: 2rem;
}

#ups a.link_box img
{
  height: 92px;
  width: auto;
  border: 0.5px solid #707070;
  margin: 0;
}

#ups a.link_box .right
{
  margin-left: 8rem;
}

#ups .specification
{
  border: 1px solid #ccc;
  padding: 6rem 6rem;
  margin-bottom: 6rem;
}

#ups .specification img
{
  height: 20vw;
  display: block;
  margin: 5rem auto 3rem;
}

#ups .specification .list
{
  display: flex;
}

#ups .specification .list .item
{
  margin-right: 10rem;
}

#ups .specification h5
{
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: 1rem;
  padding-top: 3rem;
}

#ups .specification ul.big_bullet
{
  list-style: disc;
  margin-left: 1em;
  line-height: 1.7;
  font-size: 1.5rem;
}

#ups .specification table
{
  table-layout: fixed;
}

#ups .specification table tr
{
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}

#ups .specification table th
{
  background: #F3F3F3;
  border-left: 1px solid #707070;
  border-right: 1px solid #707070;
  width: 18%;
  padding: 0.4rem 1.5rem;
  font-size: 1.4rem;
  font-weight: normal;
}

#ups .specification table th:nth-child(2)
{
  width: 22%;
}

#ups .specification table td
{
  width: 30%;
  border-right: 1px solid #707070;
  font-size: 1.4rem;
  padding: 0.4rem 2rem;
}

#ups .custom
{
  margin-bottom: 4rem;
}

#ups .custom ul
{
  display: flex;
  justify-content: space-between;
}

#ups .custom li
{
  width: 30%;
  height: 256px;
}

#ups .custom li img
{
  width: 100%;
  height: 231px;
  object-fit: cover;
  margin-bottom: 1rem;
}

#ups a.more
{
  display: flex;
  align-items: center;
  justify-content: center;
  background: #B5272D;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10rem;
  text-align: center;
  padding: 1em 0;
}

@media screen and (max-width: 999px)
{
  #ups
  {
    margin: 3.5rem auto 3rem
  }

  #ups .spl
  {
    border: none;
    padding: 0;
  }

  #ups h4
  {
    font-size: 16px;
  }

  #ups .spl img.tokutyo
  {
    margin-top: 1rem;
    margin-bottom: 2rem;
  }

  #ups .spl .scroll_wrap
  {
    margin-bottom: 4rem;
  }

  #ups .spl table
  {
    width: 1100px;
  }

  #ups .case
  {
    padding: 3rem 5% 2rem;
    margin-bottom: 2.5rem;
  }

  #ups .case .list
  {
    display: block
  }

  #ups .case .list ul
  {
    margin-right: 0;
    margin-left: 2em;
  }

  #ups a.link_box
  {
    width: 100%;
    margin: 1rem auto 0;
    padding: 1rem;
  }

  #ups a.link_box img
  {
    height: 62px;
  }

  #ups a.link_box .right
  {
    margin-left: 1rem;
    font-size: 1.3rem;
  }

  #ups .specification
  {
    padding: 0;
    border: none;
  }

  #ups .specification img
  {
    height: 40vw;
    max-height: 200px;
    margin: 2rem auto 1rem;
  }

  #ups .specification .list
  {
    display: block;
  }

  #ups .specification .list .item
  {
    margin-right: 0;
  }

  #ups .specification h4
  {
    font-size: 1.6rem;
  }

  #ups .specification h5
  {
    font-size: 1.5rem;
    padding-top: 1.5rem;
  }

  #ups .specification table
  {
    width: 1100px;
  }

  #ups .specification ul.big_bullet
  {
    font-size: 1.4rem;
    margin-left: 2em;
  }

  #ups .custom
  {
    margin-bottom: 0;
  }

  #ups .custom ul
  {
    display: block;
  }

  #ups .custom ul li
  {
    width: 100%;
    margin-bottom: 2rem;
  }

  #ups .custom ul li img
  {
    height: 60vw;
  }

  #ups a.more
  {
    font-size: 15px;
    padding: 1em;
  }
}

/*カスタム無停電電源装置（UPS） --------------------------------------------------------------------------*/
/*開発フロー*/
#cups .list
{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto 13rem;
}

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

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

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

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

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

#cups .list .item-center p a
{
  display: inline;
  color: #B5272D;
  text-decoration: underline;
}

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

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

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

/*実績*/
#cups .custom
{
  margin-bottom: 10rem;
}

#cups .custom ul
{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#cups .custom li
{
  width: 30%;
  margin-bottom: 20px
}

#cups .custom li h4
{
  font-weight: bold;
  padding-bottom: 10px;
}

#cups .custom li p
{
  font-size: 13px;
}

#cups .custom li img
{
  width: 100%;
  height: 231px;
  object-fit: cover;
  margin-bottom: 1rem;
}

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

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

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

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

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

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

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

  #cups .item-right img
  {
    height: 150px;
  }

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

  #cups .custom
  {
    margin-bottom: 0;
  }

  #cups .custom ul
  {
    display: block;
  }

  #cups .custom ul li
  {
    height: auto;
    width: 100%;
    margin-bottom: 2rem;
  }

  #cups .custom ul li img
  {
    height: 60vw;
  }
}


/*ポータブル蓄電池システム --------------------------------------------------------------------------*/
#bts
{
  margin-bottom: 100px;
}

/*製品一覧*/
#bts .item-list
{}

#bts .item-list .item
{
  border: 1px solid #ccc;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  padding: 25px;
}

#bts .item-list .item h4
{
  font-size: 18px;
  font-weight: bold;
}

#bts .item-list .item .left
{
  width: 43%;
}

#bts .item-list .item .right
{
  width: 55%;
}

#bts .item-list .item .left .top
{
  display: flex;
  justify-content: space-between;
}

#bts .item-list .item .left .top .left
{
  width: 60%;
}

#bts .item-list .item .left .top .right
{
  width: 40%;
}

#bts .item-list .item .left .top .left a
{
  margin-top: 20px;
  width: 169px;
  height: 30px;
  line-height: 30px;
  background: #B5272D;
  border-radius: 19px;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

#bts .item-list .item .left .bottom
{
  margin-top: 20px;
}

#bts .item-list .item .left .bottom h5
{
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: center;
}

#bts .item-list .item .left .bottom ul
{
  font-size: 14px;
  list-style: disc;
  margin-left: 1em;
  margin-top: 10px;
  line-height: 1.5;
}

#bts .item-list .item .left .bottom li
{
  padding-bottom: 0.5em;
}

#bts .item-list .item table
{
  width: 100%;
  word-break: break-all;
}

#bts .item-list .item table tr
{
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}

#bts .item-list .item table th
{
  background: #F3F3F3;
  border-left: 1px solid #707070;
  border-right: 1px solid #707070;
  width: 18%;
  padding: 0.4rem 1rem;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.3;
}

#bts .item-list .item table th:nth-child(2)
{
  width: 22%;
}

#bts .item-list .item table td
{
  width: 60%;
  border-right: 1px solid #707070;
  font-size: 13px;
  padding: 0.4rem 1rem;
}

/*
#bts .guideline .container-full{
  background: #F8F8F8;
  padding:6rem 0 3.6rem;
}
#bts .guideline ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#bts .guideline li{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 20.9rem;
  height: 18.4rem;
  background: #fff;
  margin-bottom: 2rem;
}
#bts .guideline ul li.last {
  color: #F8F8F8;
  background: #F8F8F8;
}
#bts .guideline li figure{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
#bts .guideline li figcaption {
  display: flex;
    align-items: center;
    justify-content: center;
  width: 100%;
  text-align: center;
  font-size: 1.5rem;
  margin-top: 1rem;
}
#bts .guideline li span{
  display: flex;
  width: 100%;
  justify-content: center;
  text-align: center;
}
#bts .guideline a.link_box {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #707070;
  margin: 4rem auto 0;
  width: 532px;
  padding: 2rem;
}
#bts .guideline a.link_box img {
  height: 92px;
  width: auto;
  border: 0.5px solid #707070;
}

#bts .guideline a.link_box .right {
  margin-left: 8rem;
}
#bts .guideline small{
  display: block;
}
*/

/*開発*/
#bts .custom .list
{
  display: flex;
  margin-bottom: 2rem;
}

#bts .custom .list ul
{
  margin-right: 3%;
  list-style: disc;
  margin-left: 1em;
  line-height: 2;
}

#bts .custom .list ul li
{
  line-height: 1.5;
}

#bts .custom .list ul ul
{
  list-style: none;
  line-height: 1.6;
  margin-left: 0;
}

#bts .custom section
{
  margin: 0 auto 5rem;
}

#bts .custom .flex
{
  display: flex;
  flex-wrap: wrap;
}

#bts .custom .flex figure
{
  position: relative;
  width: 28%;
  height: 216px;
  margin-left: 2.5%;
  margin-right: 2.5%;
  margin-bottom: 6rem;
}

#bts .custom .flex figure:first-child,
#bts .custom .flex figure:nth-child(4)
{
  margin-left: 0;
}

#bts .custom .flex figure img
{
  width: 100%;
  height: 216px;
  object-fit: cover;
}

#bts .custom .flex figure::after
{
  position: absolute;
  content: '';
  top: 50%;
  right: -13%;
  width: 19px;
  height: 28px;
  background-image: url(../img/development_contract/arrow-dv.svg);
  background-size: cover;
}

#bts .custom .flex figure:nth-child(6)::after
{
  display: none;
}

#bts .custom .flex figcaption
{
  font-size: 1.4rem;
  margin-top: 1em;
}

/*実績*/
#bts .case li
{
  list-style-type: none;
}

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

  #bts h3
  {
    margin-top: 40px;
  }

  #bts .item-list .item
  {
    display: block;
    padding: 25px 4%;
  }

  #bts .item-list .item .left,
  #bts .item-list .item .right
  {
    width: 100%;
  }

  #bts .custom .flex figure
  {
    width: 42%;
    height: auto;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 2rem;
  }

  #bts .custom .flex figure:first-child,
  #bts .custom .flex figure:nth-child(4)
  {
    margin-left: 5%;
    margin-right: 5%;
  }

  #bts .custom .flex figure:nth-child(odd)
  {
    margin-left: 0;
  }

  #bts .custom .flex figure img
  {
    height: 100px;
  }

  #bts .custom .flex figcaption
  {
    margin-top: 0.1em;
    line-height: 1.3;
  }

  #bts .custom .flex figure::after
  {
    top: 30%;
    z-index: 2;
    width: 14px;
    height: 20px;
    right: -15%;
  }
}

/*取扱製品一覧 --------------------------------------------------------------------------*/

.pagecontents_menu .products_item .text
{
  height: 140px;
  text-align: left;
  font-size: 1.4rem;
  padding: 2rem 0;
}

.pagecontents_menu .products_item .bold
{

  font-size: 1.8rem;
  margin: 0;
}

@media screen and (max-width: 999px)
{
  .products_menu
  {
    display: block;
  }

  .pagecontents_menu .products_item
  {
    width: 100%;
  }

  .pagecontents_menu .products_item .text
  {
    height: auto;
    padding: 1rem 0.5rem;
  }

  .pagecontents_menu .products_item .bold
  {
    font-size: 1.6rem;
  }

}


#prolist .maker
{
  background: #F8F8F8;
  padding: 5.7rem 6% 4rem;
  margin: 0 auto 10rem;
}

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

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

#prolist .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;
}

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

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

#prolist .maker .banner ul li.sll
{
  width: 210px;
}

#prolist .maker .banner ul li.sll a
{
  display: flex;
  text-decoration: underline;
}

#prolist .maker .banner ul li.sll a img
{
  width: 18px;
}

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

#prolist .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;
}

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

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

/*SLL*/
#prolist .sll
{
  width: 950px;
}

#prolist .sll .topimg
{
  margin-bottom: 2rem;
}

#prolist .sll .topimgw
{
  margin-bottom: 9rem;
}

#prolist .sll .topimg img,
#prolist .sll .topimgw img
{
  width: 100%;
}

#prolist .sll .toptxt
{
  display: flex;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 6rem;
}

#prolist .sll .toptxt img
{
  width: 207px;
  margin-left: 4rem;
}

#prolist .sll .check
{
  margin: 5rem auto 0;
}

#prolist .sll .check:first-child
{
  margin: 10rem auto 0;
}

#prolist .sll .check h4
{
  font-size: 2.2rem;
  font-weight: bold;
  border-bottom: 1px solid #707070;
  padding-bottom: 0.2em;
  margin-bottom: 1em;
}

#prolist .sll .check h5
{
  font-size: 32px;
  font-weight: bold;
  padding-bottom: 0.3em;
  color: #054272;
}

#prolist .sll .check h6
{
  font-size: 18px;
  font-weight: bold;
  color: #054272;
  display: inline-block;
  padding: 0.1em 0.5em;
  border: 1px solid #054272;
}

#prolist .sll .check p.big
{
  font-size: 16px;
}

#prolist .sll .check .flex-wrap
{
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
}

#prolist .sll .check .flex
{
  display: flex;
  justify-content: space-between;
}

#prolist .sll .check .flex.shitunai
{
  margin-top: 20px;
}

#prolist .sll .check .flex-wrap div
{
  width: 49.5%;
}

#prolist .sll .check .flex-wrap .flex div
{
  width: 48%;
}

#prolist .sll .check .flex-wrap img.kyuden
{
  padding-bottom: 10px;
}

#prolist .sll .check .flex-wrap p.kyuden
{
  font-size: 13.5px;
  line-height: 1.5;
  padding-right: 2em;
}

#prolist .sll .check .shitunai p
{
  font-size: 16px;
  line-height: 1.7;
  display: block;
  width: 70%;
}

#prolist .sll .check .shitunai img
{
  width: 25%;
}

#prolist .sll .check .last
{
  padding: 30px 0;
}

#prolist .sll .catalog
{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 700px;
}

#prolist .sll .catalog .flex
{
  width: 48%;
  display: flex;
  align-items: center;
  border: 1px solid #707070;
  margin-bottom: 25px;
  padding: 10px;
}

#prolist .sll .catalog .flex div
{
  width: 50%;
  padding-right: 10px;
}

#prolist .sll .catalog .flex a
{
  width: 50%;
}

#prolist .sll .catalog .flex img
{
  border: 1px solid #ccc;
}

#prolist .sll .catalog .flex a img
{
  border: none;
  width: 18px;
  margin-left: 5px;
}

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

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

  #prolist .maker section.banner
  {
    margin: 0 auto 1rem;
  }

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

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

  #prolist .maker .banner ul li
  {
    width: 48%;
    margin: 1%;
    justify-content: center;
  }

  #prolist .maker .banner ul li.sll
  {
    width: 100%;
    text-align: center;
    margin-top: 15px;
    ;
  }

  #prolist .maker .banner ul li.sll a
  {
    justify-content: center;
  }

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

  #prolist .maker .banner ul li.sll a img
  {
    width: 14px;
  }

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

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

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

  #prolist .sll
  {
    width: 100%;
    margin-top: 3.5rem;
  }

  #prolist .sll .toptxt
  {
    font-size: 1.7rem;
    display: block;
    margin-bottom: 4rem;
  }

  #prolist .sll .toptxt img
  {
    width: 50%;
    margin-left: 0;
    margin: 20px auto 0;
    display: block;
  }

  #prolist .sll .topimgw
  {
    margin-bottom: 5rem;
  }

  #prolist .sll .check h4
  {
    font-size: 1.8rem;
  }

  #prolist .sll .check h5
  {
    font-size: 20px;
  }

  #prolist .sll .check h6
  {
    font-size: 14px;
  }

  #prolist .sll .check p.big
  {
    font-size: 15px;
    line-height: 1.6;
  }

  #prolist .sll .check .flex-wrap
  {
    display: block;
  }

  #prolist .sll .check .flex-wrap div
  {
    display: block;
    width: 100%;
  }

  #prolist .sll .check .flex-wrap div.flex
  {
    display: flex;
    width: 100%;
  }

  #prolist .sll .check .flex-wrap div.flex div
  {
    display: block;
  }

  #prolist .sll .check .flex-wrap p.kyuden
  {
    padding-right: 1em;
    line-height: 1.4;
  }

  #prolist .sll .check
  {
    margin: 4rem auto 0;
  }

  #prolist .sll .check .flex.shitunai
  {
    margin-top: 10px;
    display: block;
  }

  #prolist .sll .check .shitunai p
  {
    width: 100%;
    font-size: 15px;
    line-height: 1.6;
  }

  #prolist .sll .check .shitunai img
  {
    width: 70%;
    display: block;
    margin: 0 auto;
  }

  #prolist .sll .check .last
  {
    padding: 10px 0 30px;
  }

  #prolist .sll .catalog
  {
    display: block;
    width: 100%;
  }

  #prolist .sll .catalog .flex
  {
    width: 100%;
    margin-bottom: 15px;
  }
}

/*製品サポート --------------------------------------------------------------------------*/
#support.container
{
  max-width: 950px;
}

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

#support .img
{
  text-align: center;
  margin: 30px auto;
}

#support p
{
  margin: 0 0 0.2em;
}

#support p.last
{
  margin: 0 0 2em;
}

#support .recycling
{
  display: flex;
  align-items: center;
  width: 500px;
  margin: 4em auto 2em;
  padding: 0.5em 1em;
  border: 1px solid #000;
}

#support .recycling .img2
{
  width: 74px;
  margin-right: 1em;
}

#support .recycling .txt
{
  width: calc(100% - 100px);
}

#support .call
{
  display: block;
  margin: 0 auto 100px;
  padding: 1em 2em;
  width: 500px;
  text-align: center;
  border: 1px solid #000;
  border-radius: 2rem;
}

#support .call h4
{
  font-size: 1.7rem;
  color: red;
}

#support .call .flex
{
  display: flex;
  justify-content: center;
  margin: 1rem 0;
}

#support .call .flex img
{
  width: 75.48px;
}

#support .call .flex p
{
  font-size: 3.3rem;
  font-weight: bold;
  color: red;
  margin: 0;
}

@media screen and (max-width: 999px)
{
  #support.container
  {
    max-width: 87%;
    margin-top: 40px;
  }

  #support .recycling
  {
    width: 100%;
    margin: 2em auto 2em;
  }

  #support .call
  {
    width: 100%;
    margin: 0 auto 50px;
    padding: 1em;
  }

  #support .call h4
  {
    font-size: 1.5rem;
  }

  #support .call .flex p
  {
    font-size: 2.3rem;
  }

  #support .call .flex img
  {
    width: 60px;
  }
}