/*themes*/
/*components*/
.title-large {
  position: relative;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #ccc;
}
.title-large span {
  display: block;
  width: fit-content;
  padding: 10px 20px;
  border-bottom: 1px solid rgb(196, 63, 63);
  font-weight: normal;
  font-size: 22px;
}
.title-large span small {
  font-size: 14px;
}
.title-large span small::before {
  content: "/";
  padding-left: 5px;
  margin-right: 5px;
}

.gmap {
  position: relative;
  width: 100%;
  aspect-ratio: 16/5;
}
.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .gmap {
    aspect-ratio: 16/9;
  }
}
/*pages*/
.top-copy--title {
  text-align: center;
}

.top-product--wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
}
.top-product--item {
  flex-basis: 30%;
}
.top-product--item dl dt {
  margin-bottom: 20px;
}
.top-product--links li {
  padding-left: 25px;
  position: relative;
  margin-bottom: 10px;
}
.top-product--links li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0%;
  width: 20px;
  height: 20px;
  background: url("../images/icon-link.svg") no-repeat center center/contain;
  border-radius: 50%;
}
.top-product--links-sub {
  margin-top: 10px;
}
.top-product--links-sub li {
  padding-left: 10px;
  margin-bottom: 5px;
}
.top-product--links-sub li::before {
  background: none;
  content: "-";
}
.top-product--text {
  font-size: 12px;
  text-align: center;
  color: #666;
}

.top-info {
  margin-bottom: 60px;
}
.top-info--item dt {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}
.top-info--item dt span {
  display: block;
  padding: 10px 20px;
  width: fit-content;
  border-bottom: 1px solid rgb(135, 190, 230);
}
.top-info--item dd {
  margin: 20px;
}

.top-map {
  margin-bottom: 80px;
}
.top-map--text {
  font-size: 15px;
  color: #666;
}

@media (max-width: 768px) {
  .top-product--item {
    flex-basis: 100%;
    padding: 0 20px;
  }
  .top-product--item dt img {
    width: 160px;
  }
}
.company {
  padding-bottom: 160px;
}
.company h3 {
  padding: 10px 10px;
  border-bottom: 1px solid #ccc;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  position: relative;
  font-size: 16px;
  letter-spacing: 0.2rem;
}
.company h3::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0%;
  width: 200px;
  height: 4px;
  background: #ece340;
}
.company table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ccc;
}
.company table th, .company table td {
  border: 1px solid #ccc;
  padding: 10px;
  line-height: 2;
}
.company .news_article--inner {
  max-width: 990px;
}

@media (max-width: 768px) {
  figure {
    margin: 0;
  }
  table {
    width: 100%;
    margin: 0;
  }
  table td:nth-child(odd) {
    background: #f5f5f5 !important;
    padding: 10px;
  }
  table th, table td {
    display: block;
  }
}/*# sourceMappingURL=busix-style.css.map */