@charset "UTF-8";

/* ============================================================= *

U-Select

* ============================================================= */
/* COMMON-UCAR-uselect
=============================== */
.COMMON-UCAR-uselect {
  position: relative;
  /* margin-top: 0 auto calc(30px + var(--slope-1px) * 10); */
  margin-top: 0 auto calc(30px + clamp(0px, -.95663px + .2551vw, 1px) * 10);
  border: none;
}

.COMMON-UCAR-uselect__inner {
  /* padding: 0 20px; */
}

.COMMON-UCAR-uselect__head {
  display: grid;
  align-items: center;
  grid-template-columns: 255px auto;
  gap: 18px 50px;
  width: 835px;
  max-width: 100%;
  margin: 0 auto 30px;
  padding-bottom: 0;
  border-bottom: none;
}

@media screen and (max-width: 767px) {
  .COMMON-UCAR-uselect__head {
    grid-template-columns: 100%;
  }
}

.COMMON-UCAR-uselect__logo {
  /* width: calc(200px + var(--slope-1px) * 55); */
  width: calc(200px + clamp(0px, -.95663px + .2551vw, 1px) * 55);
  margin: 0 auto;
}

.COMMON-UCAR-uselect__feature {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 10px;
}

@media screen and (max-width: 767px) {
  .COMMON-UCAR-uselect__feature {
    grid-template-columns: repeat(3, 1fr);
  }
}

.COMMON-UCAR-uselect__feature > li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: .5em;
  aspect-ratio: 160 / 120;
  border: 1px solid #ddd;
  border-radius: var(--button-radius);
  background: #fff;
  font-weight: bold;
  /* font-size: calc(12px + var(--slope-1px) * 4); */
  font-size: calc(12px + clamp(0px, -.95663px + .2551vw, 1px) * 4);
  /* padding: 1em 0; */
  line-height: 1;
}

.COMMON-UCAR-uselect__feature > li > i {
  width: 3.625em;
  aspect-ratio: 1 / 1;
}

.COMMON-UCAR-uselect__feature > li > i img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.COMMON-UCAR-uselect__lead {
  /* -0.43333em for line-height offset */
  margin-top: -.43333em;
  margin-bottom: -.43333em;
  margin-bottom: 2.66667em;
  text-align: center;
  /* font-size: calc(13px + var(--slope-1px) * 2); */
  font-size: calc(13px + clamp(0px, -.95663px + .2551vw, 1px) * 2);
  line-height: 1.86667;
}

@media screen and (max-width: 767px) {
  .COMMON-UCAR-uselect__lead {
    text-align: left;
  }
}

.COMMON-UCAR-uselect__lead sup {
  vertical-align: super;
  font-size: 50%;
}

.COMMON-UCAR-uselect__lead small {
  display: block;
  margin-top: .75rem;
  font-size: .86667em;
}

/* COMMON-UCAR-uselect-detail
=============================== */
.COMMON-UCAR-uselect-detail {
  /* padding: calc(20px + var(--slope-1px) * 30) calc(12px + var(--slope-1px) * 38); */
  padding: calc(20px + clamp(0px, -.95663px + .2551vw, 1px) * 30) calc(12px + clamp(0px, -.95663px + .2551vw, 1px) * 38);
  border-radius: var(--block-radius);
  background: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, .03);
  max-width: var(--inner-width-px);
  margin: 0 auto;
  background: #f4f4f4;
}

.COMMON-UCAR-uselect-detail__inner {
  max-width: 1048px;
  margin: 0 auto;
}

.COMMON-UCAR-uselect-detail__lead {
  /* -0.42857em for line-height offset */
  margin-top: -.42857em;
  margin-bottom: 1.14286em;
  /* font-size: calc(13px + var(--slope-1px) * 1); */
  font-size: calc(13px + clamp(0px, -.95663px + .2551vw, 1px) * 1);
  line-height: 1.85714;
}

.COMMON-UCAR-uselect-detail__notes {
  /* -0.42857em for line-height offset */
  margin-top: 1.14286em;
  margin-bottom: -.42857em;
  /* font-size: calc(12px + var(--slope-1px) * 2); */
  font-size: calc(12px + clamp(0px, -.95663px + .2551vw, 1px) * 2);
  line-height: 1.85714;
}

.COMMON-UCAR-uselect-detail__notes > p {
  padding-left: 1em;
  text-indent: -1em;
}

/* COMMON-UCAR-uselect-table
=============================== */
.COMMON-UCAR-uselect-table {
  max-width: 845px;
  margin: 0 auto;
  border-spacing: 0;
  /* font-size: calc(14px + var(--slope-1px) * 2); */
  font-size: calc(14px + clamp(0px, -.95663px + .2551vw, 1px) * 2);
  line-height: 1;
}

.COMMON-UCAR-uselect-table th,
.COMMON-UCAR-uselect-table td {
  border-bottom: 1px solid #ccc;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .COMMON-UCAR-uselect-table th:not(:last-child),
  .COMMON-UCAR-uselect-table td:not(:last-child) {
    border-right: 1px solid #ccc;
  }
}

.COMMON-UCAR-uselect-table thead th {
  /* padding: 0 6px calc(14px + var(--slope-1px) * 11); */
  padding: 0 6px calc(14px + clamp(0px, -.95663px + .2551vw, 1px) * 11);
}

.COMMON-UCAR-uselect-table thead th img {
  width: min(100%, 181px);
  margin: 0 auto;
}

.COMMON-UCAR-uselect-table tbody th, .COMMON-UCAR-uselect-table tbody td {
  padding: 1em 6px;
  text-align: center;
}

.COMMON-UCAR-uselect-table tbody th {
  /* width: calc(100px + var(--slope-1px) * 100); */
  width: calc(100px + clamp(0px, -.95663px + .2551vw, 1px) * 100);
  background: var(--bg-color);
  font-weight: bold;
}

