@charset "utf-8";
/* ============================================
  リンク
============================================ */

.page_header01::before {
  background-image: url(../img/kv01.jpg);
}

/* ============================================
  お世話になっているお客様
============================================ */

.section-customers {}

.section-suppliers {}

.linkList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.linkList::after {
  content: "";
  display: block;
  width: 0;
  width: 298px;
  height: 0;
}

.linkList_item {
  color: #00418E;
  font-size: 1.6rem;
  line-height: 1.5;
  width: 298px;
}

.linkList_item dl {
  margin-top: 0.625em;
}

.linkList_item dl dd {
  font-size: 87.5%;
}

@media(min-width:768px) {
  .linkList_item:nth-of-type(n+4) {
    margin-top: 40px;
  }
}

@media(max-width:767px) {
  .linkList_item {
    width: 100%;
  }
  .linkList_item+.linkList_item {
    margin-top: calc(60/750*100vw);
  }
}