@charset "utf-8";

.single-technical_data .p-blog-footer {
  margin-bottom: 40px;
}
@media print, screen and (min-width: 48em) {
  .single-technical_data .p-blog-footer {
    margin-bottom: 80px;
  }
}

.l-tech-list-contents .inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 40px 6.41025vw 64px;
}

.p-tech-empty {
  text-align: center;
  color: var(--black);
}

.p-tech-group:not(:first-child) {
  margin-top: 40px;
}

.p-tech-group__title {
  font-size: 1.125rem;
  font-weight: 700;
  padding-bottom: 0.5em;
  border-bottom: 2px solid var(--black);
  margin-bottom: 12px;
}

.p-tech-list__item {
  border-bottom: 1px solid #E0E0E0;
}

.p-tech-list__item:first-child {
  border-top: 1px solid #E0E0E0;
}

.p-tech-list__item a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 0;
  color: inherit;
  text-decoration: none;
}

.p-tech-list__image {
  flex: 0 0 auto;
  width: 56px;
  height: 56px;
  background-color: #F7F7F7;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-tech-list__image img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  object-fit: contain;
}

.p-tech-list__body {
  flex: 1 1 auto;
  min-width: 0;
}

.p-tech-list__series {
  font-size: 0.6875rem;
  font-weight: 500;
  color: var(--black);
}

.p-tech-list__title {
  font-size: 0.875rem;
  font-weight: 700;
  margin-top: 0.15em;
}

.p-tech-list__spec {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1.5em;
  margin-top: 0.25em;
  font-size: 0.6875rem;
  color: #666;
}

@media print, screen and (min-width: 48em) {
  .p-tech-groups {
    display: flex;
    align-items: flex-start;
    gap: 0 40px;
  }
  .p-tech-group {
    flex: 1 1 0;
    min-width: 0;
  }
  .p-tech-group:not(:first-child) {
    margin-top: 0;
  }
  .p-tech-list__image {
    width: 64px;
    height: 64px;
  }
  .p-tech-list__title {
    font-size: 0.9375rem;
  }
}
