﻿
@font-face {
  font-family: "SeravekL";
  src: url("../font/Seravek-l.woff") format("woff");
}

@font-face {
  font-family: "SeravekR";
  src: url("../font/Seravek-r.woff") format("woff");
}

/* ===========================================
  産業用
      実績
=========================================== */
/* ------------------------
* billboard
*/
@media screen and (max-width: 767px) {
  .cmnBillboard {
    background-image: url(../image/billboard_back-sp4.jpg);
  }
}

@media print, screen and (min-width: 768px) {
  .cmnBillboard {
    background-image: url(../image/billboard_back-pc4.jpg);
  }
}

/* ------------------------
*	lead
*/
@media screen and (max-width: 767px) {
  .lead {
    padding: 60px 10%;
  }
}

@media print, screen and (min-width: 768px) {
  .lead {
    padding: 159px 0 139px;
  }
}

.lead-txt {
  text-align: center;
  color: #047599;
  line-height: 1.579;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .lead-txt {
    font-size: 1.9rem;
    letter-spacing: .025em;
  }
}

@media print, screen and (min-width: 768px) {
  .lead-txt {
    font-size: 3.8rem;
    letter-spacing: .05em;
  }
}

/* ------------------------
* heading
*/
.section-head {
  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;
  width: 100%;
  background-color: #047599;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .section-head {
    min-height: 60px;
  }
}

@media print, screen and (min-width: 768px) {
  .section-head {
    min-height: 100px;
  }
}

@media screen and (max-width: 767px) {
  .section-head--txt {
    line-height: 1.579;
    font-size: 1.9rem;
    letter-spacing: .025em;
  }
}

@media print, screen and (min-width: 768px) {
  .section-head--txt {
    line-height: 1.7;
    font-size: 3rem;
    letter-spacing: .075em;
  }
}

/* ------------------------
*	sec1
*/
.sec1 {
  background-color: #fff;
}

.sec1-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .sec1-list {
    padding: 35px 10%;
  }
}

@media print, screen and (min-width: 768px) {
  .sec1-list {
    padding: 110px 5%;
  }
}

.sec1-list li {
  width: 33.3%;
}

@media screen and (max-width: 767px) {
  .sec1-list li:nth-of-type(n + 4) {
    margin-top: 10px;
  }
}

@media print, screen and (min-width: 768px) {
  .sec1-list li:nth-of-type(n + 4) {
    margin-top: 30px;
  }
}

.sec1-list img {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .sec1 .size1 {
    width: 17.8vw;
  }
  .sec1 .size2 {
    width: 22.4vw;
  }
  .sec1 .size3 {
    width: 22.9vw;
  }
}

/* ------------------------
*	主要納入実績
*/
@media screen and (max-width: 767px) {
  .results {
    margin-top: 65px;
  }
}

@media print, screen and (min-width: 768px) {
  .results {
    margin-top: 130px;
  }
}

.results-head {
  text-align: center;
  line-height: 1.5;
  background-color: #047599;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .results-head {
    padding: 16px;
    font-size: 1.9rem;
    letter-spacing: .025em;
    font-weight: 600;
  }
}

@media print, screen and (min-width: 768px) {
  .results-head {
    padding: 27px;
    font-size: 3rem;
    letter-spacing: .05em;
    font-weight: 500;
  }
}

@media screen and (max-width: 767px) {
  .results_list {
    padding: 0 10%;
  }
}

@media print, screen and (min-width: 768px) {
  .results_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 1020px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 145px;
    padding-bottom: 220px;
  }
}

.results_list_dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .results_list_dl {
    width: 100%;
    margin-top: 45px;
  }
}

@media print, screen and (min-width: 768px) {
  .results_list_dl {
    width: 280px;
  }
  .results_list_dl:nth-of-type(n + 4) {
    margin-top: 145px;
  }
}

.results_list_dl dt {
  font-weight: 500;
  color: #047599;
  border-bottom: 1px solid #047599;
}

@media screen and (max-width: 767px) {
  .results_list_dl dt {
    font-size: 1.9rem;
    letter-spacing: .025em;
    font-weight: 600;
  }
}

@media print, screen and (min-width: 768px) {
  .results_list_dl dt {
    line-height: 1.619;
    font-size: 2.1rem;
    letter-spacing: .075em;
  }
}

@media screen and (max-width: 767px) {
  .results_list_dl dd {
    margin-top: 15px;
  }
}

@media print, screen and (min-width: 768px) {
  .results_list_dl dd {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .results_list_dl-img {
    display: block;
    min-height: 60vw;
  }
  .results_list_dl-img img {
    max-width: none;
    width: 100%;
  }
}

.results_list_dl-txt {
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .results_list_dl-txt {
    margin-top: 10px;
    line-height: 1.714;
    font-size: 1.4rem;
    letter-spacing: .025em;
  }
}

@media print, screen and (min-width: 768px) {
  .results_list_dl-txt {
    margin-top: 13px;
    text-align: center;
    line-height: 1.88;
    font-size: 1.7rem;
    letter-spacing: .075em;
  }
}
/*# sourceMappingURL=sales-results.css.map */