@charset "utf-8";

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * メイン
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* -------------------------------------------------------------------------------------------------
   * セクショニング
/* ---------------------------------------------------------------------------------------------- */

#main {}

#main-contents {}

#main-contents div.body {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

#main-contents .column ~ .column {
  margin-top: 40px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

 #main-contents div.body {
   max-width: 100%;
   padding: 0 20px;
   margin: 0 auto;
 }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#main-contents > .section {
  padding-top: 4em;
  padding-bottom: 4em;
}

#main-contents div.body {
  max-width: 100%;
  padding:0 20px;
  margin: 0 auto;
}

#main-contents .column ~ .column {
  margin-top: 20px;
}

}

/* ****************************************************************************************************
   * ビジュアル
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.layout-lower .visual {
  background: url("../../_images/facility/visual.jpg") no-repeat;
  background-size: cover;
}

/* ****************************************************************************************************
   * 設備紹介
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.facility {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}

.facility .body {
  max-width: 1120px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .facility {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

/* ****************************************************************************************************
   * 主要機械
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#machinery.facility {
  padding-bottom: 0;
}

/* ----------------------------------------------------------------------------------------------------
   * 画像
/* ------------------------------------------------------------------------------------------------- */

.facility .layout-flex-3 {
  margin-top: 40px;
}

.facility .layout-flex-3 {}
.facility .layout-flex-3 > * {
  width: 32%;
  padding: 0;
}
.facility .layout-flex-3 li {
  margin-bottom: 10px;
}
.facility .layout-flex-3 li .caption {
  text-align: center;
  margin-top: 0.5em;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .facility .layout-flex-3 {
    margin-top: 1em;
    justify-content: center;
    column-gap: 10px; 
  }
  .facility .layout-flex-3 > * {
    width: 48%;
    padding: 0;
    text-align: center;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * テーブル
/* ------------------------------------------------------------------------------------------------- */

#machinery table.default td {
  text-align: center;
}
#machinery table.default > tbody > tr > td:first-child {
  border-left: 0;
}

.facility table.data th,
.facility table.data-2 th {
  border-right: 1px solid #a9cfe0;
}
.facility table.data th:first-child,
.facility table.data-2 th:first-child {
  border-left: 0;
}
.facility table.data th:last-child,
.facility table.data-2 th:last-child {
  border-right: 0;
}
.facility table.data td,
.facility table.data-2 td {
  border-right: 1px solid #a9cfe0;
}
.facility table.data td:last-child,
.facility table.data-2 td:last-child {
  border-right: 0;
}


/* ----------------------------------------------------------------------------------------------------
   * 加工可能範囲
/* ------------------------------------------------------------------------------------------------- */

.facility .box {
  margin-top: 50px;
  background: #fff;
  padding: 50px 1em;
  border: 7px double var(--c-l-blue);
}
.facility .box .title {
  font-size: 3.0rem;
  font-weight: 600;
  color: var(--c-l-blue);
  line-height: 1.4;
  text-align: center;
}
.facility .box .item {
  max-width: 560px;
  margin: 30px auto 0;
}
.facility .box .item.flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

.facility .box span.text-1 {
  font-size: 2.4rem;
  font-weight: 600;
  color: var(--c-l-blue);
  line-height: 1.4;
}

.facility .box span.title-1 {
  background: var(--c-l-blue);
  text-align: center;
  padding: 0.6em;
  color: #fff;
  line-height: 1.0;
  margin-right: 1em;
}
.facility .box span.text-2 {
  font-size: 1.8rem;
}

.facility .box .text {
  text-align: center;
  color: var(--c-l-blue);
  font-size: 2.2rem;
  font-weight: bold;
}


/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .facility .box {
    margin-top: 20px;
    padding: 20px;
  }
  .facility .box .title {
    font-size: 2.4rem;
  }
  .facility .box .item {
    max-width: 100%;
    margin: 1em auto 0;
  }
  .facility .box .item.flex {
    display: block;
    text-align: center;
  }
  .facility .box .item > * {
    display: inline-block;
    margin-bottom: 1em;
  }
  .facility .box span.text-1 {
    font-size: 2.0rem;
  }
  .facility .box span.title-1 {
    background: var(--c-l-blue);
    text-align: center;
    padding: 0.6em;
    color: #fff;
    line-height: 1.0;
    margin-right: 0;
  }
  .facility .box span.text-2 {
    font-size: 1.6rem;
  }
  .facility .box .text {
    margin-top: 0;
    text-align: left;
    color: var(--c-l-blue);
    font-size: 1.8rem;
    font-weight: bold;
  }
}



/* ****************************************************************************************************
   * 補助設備
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#auxiliary {
  padding-top: 100px;
  padding-bottom: 0;
}

#auxiliary .inner {
  margin-top: 40px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #auxiliary {
    padding-top: 50px;
    padding-bottom: 0;
  }
  #auxiliary .inner {
    margin-top: 1em;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * テーブル
/* ------------------------------------------------------------------------------------------------- */

#auxiliary table tr th,
#auxiliary table tr td {
  text-align: center;
}


/* ****************************************************************************************************
   * 検査機具
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#inspection {
  padding-top: 100px;
  padding-bottom: 100px;
}

#inspection .inner {
  margin-top: 40px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #inspection {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #inspection .inner {
    margin-top: 1em;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * テーブル
/* ------------------------------------------------------------------------------------------------- */

#inspection table tr th,
#inspection table tr td {
  text-align: center;
}
