/* ---------------------------
home
--------------------------- */
.home-news-txts {
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
}
.on .home-news-txts {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.home-news-article {
  width: 670px;
  max-height: 250px;
  overflow: scroll;
  margin: 0 auto;
}
.home-news-article dl {
  display: flex;
  margin-bottom: 30px;
}
.home-news-article dt {
  color: #007bcf;
}
.home-news-article span {
  font-weight: bold;
}
.home-message-txts {
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
}
.on .home-company-txts {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.on .home-message-txts {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.home-factory-shareBtns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.home-factory-shareBtns-item {
  margin: 40px;
}
.home-factory-shareBtns-item a {
  border-radius: 5%;
  background: #007bcf;
  width: 120px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.home-news-summary-txts {
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px); }
.on .home-news-summary-txts {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px); }
.home-news-summary-table {
  width: 1200px;
  max-height: 425px;
  overflow-y: scroll;
  overflow-x: hidden;
  margin: 0 auto;
  border-right: solid 1px #212121; }
.home-news-summary-table table th {
  position: sticky;
  top: 0;
  background: #007bcf;
  color: #fff;
  padding: 12px 0 10px;
  text-align: center; }
.home-news-summary-table table td {
  border: solid 1px #212121;
  padding: 10px 5px;
  width: 200px;
  text-align: left;
  font-size: 0.8rem; }
.home-news-summary-table-td {
  width: 340px !important; }
.home-news-summary-table table tbody tr:nth-child(even){
  background-color: #CBE9E9; }
.home-tds-txts {
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px); }
.on .home-tds-txts {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px); }
.home-tds-table {
  width: 800px;
  max-height: 1000px;
  overflow-y: scroll;
  overflow-x: hidden;
  margin: 0 auto;
  border-right: solid 1px #212121; }
.home-tds-table table th {
  position: sticky;
  top: 0;
  background: #007bcf;
  color: #fff;
  padding: 12px 0 10px;
  text-align: center; }
.home-tds-table table td {
  border: solid 1px #212121;
  padding: 5px 5px;
  width: 400px;
  text-align: center;
  font-size: 0.8rem; }
.home-tds-table-td {
  width: 340px !important; }
.home-tds-table table tbody tr:nth-child(even){
  background-color: #CBE9E9; }

.home-address-gmaps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.home-address-gmap {
  width: 100%;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
}

@media screen and (min-width: 1299px) {
  /* ==========================================================================
   Large 
   ========================================================================== */
  /* ---------------------------
home
--------------------------- */
  .home-news {
    padding-top: 160px;
    margin-top: 50px;
  }
  .home-news-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .home-news-txts {
    width: 100%;
  }
  .home-news-article dd {
    font-size: 17px;
    margin-left: 25px;
  }
  .home-message {
    padding-top: 110px;
  }
  .home-message-txts {
    width: 100%;
  }
  .home-news-summary {
    padding-top: 70px;
    margin: 50px 0;
  }
  .home-news-summary-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .home-news-summary-txts {
    width: 100%;
  }
  .home-tds {
    padding-top: 70px;
    margin: 50px 0;
  }
  .home-tds-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .home-tds-txts {
    width: 100%;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1299px), print {
  /* ==========================================================================
   PC 
   ========================================================================== */
  /* ---------------------------
home
--------------------------- */
  .home-news {
    padding-top: 160px;
    margin-top: 50px;
  }
  .home-news-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .home-news-txts {
    width: 100%;
  }
  .home-news-article dd {
    font-size: 17px;
    margin-left: 25px;
  }
  .home-message {
    padding-top: 110px;
  }
  .home-message-txts {
    width: 100%;
  }
  .home-news-summary {
    padding-top: 70px;
    margin: 50px 0;
  }
  .home-news-summary-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .home-news-summary-txts {
    width: 100%;
  }
  .home-tds {
    padding-top: 70px;
    margin: 50px 0;
  }
  .home-tds-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .home-tds-txts {
    width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  /* ==========================================================================
   TB 
   ========================================================================== */
  /* ---------------------------
home
--------------------------- */
  .home-news {
    padding-top: 160px;
    margin-top: 50px;
  }
  .home-news-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .home-news-txts {
    width: 100%;
  }
  .home-news-article dd {
    font-size: 17px;
    margin-left: 25px;
  }
  .home-message {
    padding-top: 110px;
  }
  .home-message-txts {
    width: 100%;
  }
  .home-news-summary {
    padding-top: 70px;
    margin: 50px 0;
  }
  .home-news-summary-table {
    width: 84vw;
    max-height: 425px;
    overflow: scroll;
    margin: 0 auto;
    border-right: solid 1px #212121;
    border-left: solid 1px #212121; }
  .home-news-summary-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .home-news-summary-txts {
    width: 100%;
  }
  .home-tds {
    padding-top: 70px;
    margin: 50px 0;
  }
  .home-tds-table {
    width: 84vw;
    max-height: 425px;
    overflow: scroll;
    margin: 0 auto;
    border-right: solid 1px #212121;
    border-left: solid 1px #212121; }
  .home-tds-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .home-tds-txts {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  /* ==========================================================================
   SP 
   ========================================================================== */
  /* ---------------------------
home
--------------------------- */
  .home-news {
    padding-top: 20px;
    margin-top: 20px;
  }
  .home-news-txts {
    margin-bottom: 1em;
  }
  .home-news-article {
    width: 100%;
    max-height: 80vw;
  }
  .home-news-article dl {
    display: block;
  }
  .home-news-article dt {
    margin-left: 20px;
  }
  .home-news-article dd {
    font-size: 15px;
    margin-left: 40px;
  }
  .home-message {
    padding-top: 20px;
  }
  .home-company-txts {
    margin-bottom: 1em;
  }
  .home-message-txts {
    margin-bottom: 1em;
  }
  .mod-h01.is-p50 {
    padding: 50px 0 30px;
  }
  .home-news-summary {
    padding-top: 20px;
    margin: 50px 0;
  }
  .home-news-summary-txts {
    margin-bottom: 1em;
  }
  .home-news-summary-table {
    width: 83vw;
    height: 108.5vw;
    overflow-x: scroll;
    border-left: solid 1px #212121;
  }
  .home-news-summary-table table{
    width: 760px;
  }
  .home-news-summary-table table td{
    vertical-align: baseline;
  }
  .home-tds {
    padding-top: 20px;
    margin: 50px 0;
  }
  .home-tds-txts {
    margin-bottom: 1em;
  }
  .home-tds-table {
    width: 83vw;
    height: 108.5vw;
    overflow-x: scroll;
    border-left: solid 1px #212121;
  }
}
