@charset "utf-8";

/* CSS Document */

.factory-page .sec-header__fig{background-image: url(../images/factory/factory_fig_01.jpg);}

.factory-outline{}
  .factory-outline__inner{}
    .facility-blc{}
      .facility-blc:not(:last-of-type){}
      .facility-blc__ttl{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 40px;
        margin-bottom: 35px;
        background-color: rgba(0,101,164,1);
        }
        .facility-blc__ttl-txt{
          font-size: 2.4rem;
          font-weight: bold;
          color: rgba(255,255,255,1);
          }
      .facility-list{
        display: flex;
        flex-wrap: wrap;
        }
        .facility-item{
          display: flex;
          flex-direction: column;
          width: calc((100% - 51px) / 3);
          margin-bottom: 40px;
          }
          .facility-item:not(:last-of-type){margin-right: 25px;}
          .-multiple.facility-item{
            width: 100%;
            margin-right: 0;
            }
        .facility-item__name{
          order: 1;
          margin-bottom: 15px;
          padding-bottom: 15px;
          font-size: 1.8rem;
          font-weight: bold;
          text-align: center;
          line-height: 1.2;
          border-bottom: 1px solid rgba(0,101,164,1);
          }
          .facility-item__detail{
            order: 2;
            font-size: 1.4rem;
            }
          .facility-item__fig{
            order: 0;
            min-height: 0%;
            margin-bottom: 20px;
            }
            .-multiple .facility-item__fig{
              display: flex;
              flex-wrap: wrap;
              }
            .facility-item__fig-item{width: calc((100% - 51px) / 3);}
            .facility-item__fig-item:not(:last-of-type){margin-right: 25px;}


.facility-spec{}
.facility-spec:not(:last-of-type){margin-bottom: 30px;}
  .facility-spec__ttl{
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: bold;
    text-align-last: left;
    }
    .facility-spec__main{}
    .facility-spec__table{
      width: 100%;
      table-layout: fixed;
      border-left: 1px solid rgba(35,24,21,1);
      }
      .facility-spec__table.notfull{width: auto;}
      .facility-spec__head{}
      .facility-spec__body{}
      .fs-vttl{
        padding: 10px 5px;
        font-size: 12px;
        vertical-align: middle;
        line-height: 1.2;
        border-top: 1px solid rgba(35,24,21,1);
        border-right: 1px solid rgba(35,24,21,1);
        background-color: rgba(220,221,221,1);
        }
        .fs-vttl:first-of-type{width: 100px;}
      .fs-httl{
        padding: 5px;
        font-size: 12px;
        vertical-align: middle;
        border-right: 1px solid rgba(35,24,21,1);
        border-bottom: 1px solid rgba(35,24,21,1);
        background-color: rgba(255,255,255,1);
        }
      .fs-content{
        padding: 5px;
        font-size: 12px;
        border-right: 1px solid rgba(35,24,21,1);
        border-bottom: 1px solid rgba(35,24,21,1);
        background-color: rgba(255,255,255,1);
        }
        .notfull .fs-content{width: 293px;}

@media screen and (max-width: 1000px) {

.facility-blc__ttl{
  height: 35px;
  margin-bottom: 25px;
  }
  .facility-blc__ttl-txt{font-size: 2rem;}
  .facility-item__name{font-size: 1.6rem;}
  .fs-vttl:first-of-type{width: 70px;}
  .fs-vttl{font-size: 11px;}
  .fs-httl{font-size: 11px;}
  .fs-content{font-size: 11px;}

}/* max-width: 1000px */

@media screen and (min-width: 901px) {

  .facility-item__name br{display: none;}

}/* min-width: 901px */

@media screen and (min-width: 769px) {

.-sptable{display: none;}

}/* min-width: 769px */


@media screen and (max-width: 768px) {

.facility-blc__ttl{
  height: 35px;
  margin-bottom: 20px;
  }
  .facility-blc__ttl-txt{font-size: 1.8rem;}

.facility-item{width: calc((100% - 20px) / 2);}
  .facility-item:not(:last-of-type){margin-right: 0;}
  .facility-item:not(:nth-of-type(2n+2)){margin-right: 20px;}
  .-multiple.facility-item{margin-right: 0;}
  .facility-item__name{
    margin-bottom: 10px;
    padding-bottom: 10px;
    }

  .facility-item__fig{margin-bottom: 15px;}
  .facility-item__fig-item{width: calc((100% - 20px) / 2);}
  .facility-item__fig-item:not(:last-of-type){margin-right: 0;}
  .facility-item__fig-item:not(:nth-of-type(2n+2)){margin-right: 20px;}
  .facility-item__fig-item:not(:nth-last-of-type(-n+2)){margin-bottom: 20px;}

  .-pctable{display: none;}
  .facility-spec__table:not(:last-of-type){margin-bottom: 20px;}
    .fs-vttl{
      font-size: 14px;
      font-weight: bold;
      }
      .fs-vttl:first-of-type{width: 100%;}
    .fs-httl{
      padding-bottom: 0;
      font-size: 14px;
      font-weight: bold;
      border-bottom: 0;
      }
    .fs-content{font-size: 14px;}


}/* max-width: 768px */

@media screen and (max-width: 450px) {

.factory-outline .cmn-sec__ttl-txt{font-size: 1.8rem;}

.facility-item{width: 100%;}
  .facility-item:not(:nth-of-type(2n+2)){margin-right: 0;}
  .facility-item__fig-item{width: 100%;}
  .facility-item__fig-item:not(:nth-of-type(2n+2)){margin-right: 0;}
  .facility-item__fig-item:not(:nth-last-of-type(-n+2)){margin-bottom: 0;}
  .facility-item__fig-item:not(:last-of-type){margin-bottom: 20px;}

}/* max-width: 450px */