@charset "UTF-8";
@media screen and (width <768px) {
  .sub-section {
    padding-top: 11.5rem;
    margin-top: -5.5rem;
  }
}

.list-skip-anchor {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.list-skip-anchor > li > a {
  display: flex;
  -moz-column-gap: 1em;
       column-gap: 1em;
  align-items: center;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  font-size: 1.4rem;
  font-weight: 400;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 0.5em 1em;
  background-color: #535353;
  color: #fff;
}
.list-skip-anchor > li > a svg {
  inline-size: 1em;
  height: 1lh;
}
.basic-anchor-wrap .list-skip-anchor > li > a {
  grid-template-columns: 1fr auto;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
  padding: 0.2em 0.7em;
}

/* 基本仕様 */
.spec .sub-section__title {
  margin-bottom: 1.5rem;
}
@media print, screen and (width >=768px) {
  .spec .sub-section__title {
    margin-bottom: 5rem;
  }
}
.spec__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.spec__table th,
.spec__table td {
  border: 1px solid #f5f5f5;
}
.spec__table th.is-noborder-top,
.spec__table td.is-noborder-top {
  border-top: none;
}
.spec__table th.is-noborder-bottom,
.spec__table td.is-noborder-bottom {
  border-bottom: none;
}
.spec__table th {
  padding-block: 24px;
  padding-inline: 24px;
  background-color: #d9d9d9;
  text-align: center;
  color: #333333;
  font-size: 1.8rem;
  line-height: 1.1111111111;
}
.spec__table th.is-blank {
  background-color: transparent;
}
.spec__table th.is-bg-light {
  background-color: #e6e6e6;
  font-size: 1.6rem;
  line-height: 1.5;
}
.spec__table th:first-child {
  border-right: none;
}
.spec__table td {
  padding-block: 32px;
  padding-inline: 28px;
  background-color: #fff;
  text-align: center;
}
.spec__table td.is-align-left {
  text-align: left;
}
.spec__table td.is-valign-top {
  vertical-align: top;
}
.spec__table td.is-slim {
  padding-block: 22px;
}
.spec__table thead th {
  border-bottom: none;
  font-size: 2rem;
}
.spec__table tbody th {
  font-size: 1.8rem;
  line-height: 1;
}
.spec__table tbody td {
  font-size: 1.7rem;
  line-height: 1.5294117647;
}
.spec__table tbody tr:nth-child(1) th,
.spec__table tbody tr:nth-child(1) td {
  border-top: none;
}
.spec__table-sp {
  padding-top: 5rem;
  margin-top: -3rem;
}
.spec__table-sp > table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.spec__table-sp > table th,
.spec__table-sp > table td {
  border: 1px solid #f5f5f5;
  text-align: center;
}
.spec__table-sp > table th {
  padding-block: 2rem;
  background-color: #e1e1e1;
  font-size: 1.4rem;
  line-height: 1;
}
.spec__table-sp > table td {
  padding: 1.6rem 1.4rem;
  background-color: #fff;
  font-size: 1.3rem;
  line-height: 1.5384615385;
}
.spec__table-sp > table td > dl {
  margin: 0;
}
.spec__table-sp > table td > dl > dd {
  margin: 0.8rem 0 0;
}
.spec__table-sp > table td > dl > dd > dl {
  margin: 0;
  color: #333333;
  font-size: 1.2rem;
}
.spec__table-sp > table td > dl > dd > dl:not(:first-child) {
  margin-top: 0.8rem;
}
.spec__table-sp > table td.is-align-left {
  text-align: left;
}
.spec__table-sp > table td.is-align-left > dl > dt {
  text-align: center;
}
.spec__table-sp > table td.is-valign-top {
  vertical-align: top;
}
.spec__box {
  display: inline-block;
  max-width: 9.8rem;
  margin-top: 1.2rem;
}
@media print, screen and (width >=768px) {
  .spec__box {
    max-width: 123px;
    margin-top: 2.8rem;
  }
}
.spec__pic {
  display: inline-block;
  max-width: 7.3rem;
}
@media print, screen and (width >=768px) {
  .spec__pic {
    max-width: 112px;
  }
}
.spec__icons {
  display: flex;
}
@media screen and (width <768px) {
  .spec__icons {
    justify-content: center;
  }
}
.spec__icons > li {
  width: 5.7rem;
}
@media print, screen and (width >=768px) {
  .spec__icons > li {
    width: 7.2rem;
  }
}
@media print, screen and (width >=768px) {
  .spec__icons > li:not(:first-child) {
    margin-left: 5px;
  }
}
.spec__usage {
  font-size: 1.3rem;
  line-height: 1.5384615385;
}
@media print, screen and (width >=768px) {
  .spec__usage {
    font-size: 1.7rem;
    line-height: 1.4117647059;
  }
}
.spec__usage:not(:first-child) {
  margin-top: 1em;
}
.spec__usage > li {
  padding-left: 1em;
  text-indent: -1em;
}
.spec__usage > li:before {
  content: "・";
}

/* ニュースリリース */
.news .list-news {
  margin-top: 3rem;
}
@media print, screen and (width >=768px) {
  .news .list-news {
    margin-top: 4.2rem;
  }
}
.news .list-news > li {
  padding-block: 2rem;
  border-bottom: 1px solid var(--light-gray);
}
@media print, screen and (width >=768px) {
  .news .list-news > li {
    display: flex;
    padding-block: 3rem;
  }
}
.news .list-news > li:first-child {
  border-top: 1px solid var(--light-gray);
}
.news .list-news > li:nth-child(n+13) {
  display: none;
}
.news .list-news > li > time {
  display: inline-block;
  margin-bottom: 0.5em;
  font-size: 1.5rem;
  font-weight: 400;
}
@media print, screen and (width >=768px) {
  .news .list-news > li > time {
    inline-size: 8em;
    margin-right: 2em;
    margin-bottom: 0;
  }
}
.news .list-news > li > p {
  font-size: 1.5rem;
}
@media print, screen and (width >=768px) {
  .news .list-news > li > p {
    flex: 1 0;
  }
}
.news .list-news a {
  text-decoration: underline;
}