@charset "utf-8";

.basic-page {
  padding: 4rem 0 0;
}

@media (max-width: 640px) {
  .basic-page {
    padding: 2rem 0 0;
  }
}

/* メインビジュアル */
.page-head__image:nth-of-type(2) {
  object-position: unset;
}

@media (max-width: 640px) {
  .page-head__image:nth-of-type(2) {
    aspect-ratio: unset;
  }
}

/* 新製品情報 */
section.information {
  margin-top: 0;
}

.information__inner {
  width: 100%;
  max-width: 976px;
  margin: auto;
}

.information__ul {
  width: fit-content;
  margin: 3rem auto;
  list-style: disc;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2;
}

@media (max-width: 640px) {
  .information__ul {
    margin: 2rem 0 2rem 2rem;
    font-size: 1.25rem;
  }
}

.information__figures {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 640px) {
  .information__figures {
    align-items: center;
    flex-direction: column;
  }
}

.information__figures::after {
  align-self: center;
  order: 2;
  width: 32px;
  height: 160px;
  content: "";
  background-color: #c0c0c0;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}

@media (max-width: 640px) {
  .information__figures::after {
    width: 160px;
    height: 32px;
    margin: 1rem 0;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
  }
}

.information__figure:first-of-type {
  order: 1;
}

.information__figure:nth-of-type(2) {
  order: 3;
}

.information__figcaption {
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
}

.inner__section {
  margin-bottom: 4rem;
}

/* 製品ラインナップ */
.lineup {
  width: 100%;
  max-width: 1200px;
  margin: 4rem auto 0;
}

@media (max-width: 640px) {
  .lineup {
    padding: 0 .5rem;
  }
}

.lineup__copy {
  margin: 4rem auto 0;
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
}

@media (max-width: 640px) {
  .lineup__copy {
    margin: 2rem auto 0;
    text-align: left;
    font-size: 1rem;
    font-weight: bold;
  }
}

.lineup__content {
  margin: 6rem auto 0;
}

.table__title {
  color: #0056b8;
  font-size: 1.25rem;
  font-weight: bold;
}

.lineup__table--wrap {
  margin: 1rem 0 0;
}

@media (max-width: 640px) {
  .lineup__table--wrap {
    overflow: auto;
  }
}

.lineup__table--wrap_flex {
  margin: 1rem 0 0;
  display: flex;
  align-items: flex-end;
}

@media (max-width: 640px) {
  .lineup__table--wrap_flex {
    overflow: auto;
    display: flex;
    align-items: flex-end;
  }
}

.lineup__table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

@media (max-width: 640px) {
  .lineup__table {
    width: 1200px;
  }
}

.lineup__table th,
.lineup__table td {
  height: 40px;
  padding: inherit;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #ccc;
  font-size: 14px;
}

.lineup__table th {
  color: #666;
  background: #f7f5f5;
  font-weight: bold;
}

.btn__pdf {
  display: inline-block;
  padding: 4px;
}

.btn__pdf:hover {
  opacity: .5;
}

.table__note {
  margin-top: .25rem;
  color: #666;
  font-size: .875rem;
}

.table__note2 {
  width: 4.5em;
  color: #666;
  font-size: .875rem;
  white-space: nowrap;
}

@media (max-width: 640px) {
  .links {
    padding-bottom: 8rem;
  }
}

.links__inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 640px) {
  .links__inner {
    flex-direction: column;
    gap: 2rem;
  }
}

.link {
  width: 100%;
  max-width: 488px;
}

.link:first-of-type {
  order: 1;
}

.link:last-of-type {
  order: 3;
}

.link__title {
  display: grid;
  margin: 0 0 2rem 0;
  font-size: 2.5rem;
  font-weight: bold;
}

@media (max-width: 640px) {
  .link__title {
    font-size: 1.5rem;
  }
}

.link__title > span:first-of-type {
  color: #00429a;
  font-size: .875rem;
}