@charset "utf-8";

/*================================================
  Products
================================================*/
.page-header {
  background-image: url(../../image/products/page_header_bg.jpg);
}

.check-list {
  display: grid;
}

.check-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.check-item .check-icon {
  width: 35px;
  height: 35px;
}

.check-item .check-icon img {
  filter:drop-shadow(5px 5px 5px rgba(123,123,123,0.6));
  background-color: #2BB12A;
  border-radius: 50%;
  overflow: hidden;
}

/*------------------------------------------------
intro
------------------------------------------------*/
.intro.section  {
  padding-bottom: 0;
}

.intro .check-list {
  gap: 2em;
  margin: 2em auto;
  max-width: 940px;
}

.intro .check-item {
  justify-content: space-between;
}

.intro .check-item .inner-text {
  font-size: clamp(1.4rem, 1.2rem + 1vw, 2.4rem);
  font-weight: 900;
  line-height: 1.25;
  width: calc(100% - 45px);
  padding: 0.75em 1.5em;
  background:linear-gradient(to bottom,  #F7F5F3 0%, #cccccc 100%);
  border-radius: 30px;
  box-shadow: 0 3px 6px rgba(var(--color-black-rgb), 0.3);
}

.intro-products-pic {
  width: 70%;
  max-width: 551px;
  margin: auto;
}

.try-text {
  color: var(--color-white);
  font-size: clamp(1.4rem, 1.04rem + 1.8vw, 3.2rem);
  font-weight: 900;
  line-height: 1.5;
  background: linear-gradient(to bottom, #FCBA27 0, #E39224 100%);
  box-shadow: 0 3px 6px rgba(var(--color-black-rgb), 0.3);
  border-radius: 1em;
  padding: 0.85em 1.5em;
  max-width: 930px;
  margin: 1em auto 0;
  width: 90%;
  text-align: center;
}

@media print,screen and (min-width: 769px) {
  .intro .check-item .check-icon {
    width: 50px;
    height: 50px;
  }
  .intro .check-item .inner-text {
    width: calc(100% - 80px);
  }
}


/*------------------------------------------------
products-table
------------------------------------------------*/

.products .content-title-label:not(:first-child) {
  margin-top: 3em;
}

.products-table {
  width:100%;
  /* min-width: 840px; */
}
.products-table thead th {
  color: var(--color-white);
  background-color: #293A3D;
  font-weight: 900;
}
.products-table tbody tr:nth-child(odd) td {
  background-color: #D4DBE2;
}
.products-table tbody tr:nth-child(even) td {
  background-color: var(--color-white);
}
.products-table th,
.products-table td {
  padding: 0.75em 1em;
  line-height: 1.25;
  white-space: nowrap;
}

.products-table tr th:not(:last-of-type),
.products-table tr td:not(:last-of-type) {
  border-right: 1px solid var(--color-gray-dark);
}

.products-table tr td:nth-child(-n+2) {
  text-align: left;
}
.products-table tr td:not(:nth-child(-n+2)) {
  text-align: center;
}

/*カラット君 本体仕様*/
.products-table.main-unit tr th:first-child,
.products-table.main-unit tr td:first-child {
  position: sticky;
  left: 0;
  z-index: 1;
}
.is-scrolled .products-table.main-unit tr th:first-child::after,
.is-scrolled .products-table.main-unit tr td:first-child::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-right: 1px solid var(--color-gray-dark);
  box-shadow: 4px 0 8px -4px rgba(0,0,0,.3);
}

@media print,screen and (min-width: 769px) {
  .products-table tr td:nth-child(-n+2) {
    text-align: left;
    padding-left: 1.5em;
  }
}

/*------------------------------------------------
products-list
------------------------------------------------*/
.products-list {
  width: 100%;
}
.products-list li {
  padding: 0.75em 1em 0.75em 3.5em;
  line-height: 1.25;
  text-indent: -1em;
}
.products-list li:nth-child(odd) {
  background-color: #D4DBE2;
}
.products-list li:nth-child(even) {
  background-color: var(--color-white);
}
.products-note {
  text-align: right;
}

/*------------------------------------------------
column-device
------------------------------------------------*/
.column-device {
  max-width: 1160px;
  /* background: linear-gradient(to bottom, #FFDF46 0%, #FCBA27 100%); */
  background: linear-gradient(to bottom, #ebebeb 0%, #cfcfcf 100%);
  margin: auto;
  padding: 2em;
  border-radius: 3em;
  /* border-radius: 20px; */
  margin-bottom: calc(var(--layout-gap)*2);
}

.column-device-title {
  font-size: clamp(1.6rem, 1.44rem + 0.8vw, 2.4rem);
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 1.25em;
}

.column-device-img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: var(--color-white);
  border-radius: 20px;
  padding:1em;
  margin: auto;
  width: 100%;
  height: 100%;
}

.column-device-img > img {
  max-width: 348px;
}

.column-device-img .price {
  font-size: 1.2rem;
  margin-top: 0.25em;
}
.check-point {
  border-radius: 20px;
  padding: 1.75em 0 1.5em 1.85em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.check-point-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 1.5em;
}
.check-point-title span {
  display: block;
  /* font-size: clamp(1.6rem, 1.52rem + 0.4vw, 2rem); */
  font-size: clamp(1.8rem, 1.72rem + 0.4vw, 2.2rem);
  font-weight: 900;
  line-height: 1;
}

.check-point-title::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid var(--color-gray-dark);
  margin-left: 20px;
}

.check-point.merits {
  background-color: #EDF8F3;
}

.check-point.features {
  background-color: #F7F5F3;
}

.check-point .check-list {
  gap: 0.5em;
  font-weight: 700;
  line-height: 1.25;
}

.check-point .check-item .check-icon {
  width: 22px;
  height: 22px;
  margin-right: 10px;
}
.check-point .check-item .inner-text {
  width: calc(100% - 32px);
  padding-right: 1em;
}

/*配置*/
.column-device-inner {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas:"column-device-img" "merits" "features";
  gap: 1em;
  align-items: stretch;
}
.column-device-img { grid-area: column-device-img; }
.merits { grid-area: merits; }
.features { grid-area: features; }

@media (min-width: 560px) {
  .column-device-inner {
    grid-template-columns: 2fr 4fr;
    grid-template-areas:
      "column-device-img merits"
      "column-device-img features";
  }
}
@media (min-width: 769px) {
  .column-device-inner {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 960px) {
  .column-device-inner {
    grid-template-columns:1fr 2fr 2fr;
    grid-template-areas: "column-device-img merits features";
  }
}
@media (min-width: 1200px) {
  .column-device-inner {
    grid-template-columns: 18fr 31fr 31fr;
  }

  /*備考性*/
  .column-device-img {
    padding: 0.25em 0.75em;
  }
  .check-point {
    padding: 0.25em 0 0.25em 2.5em;
  }
  .check-point .check-list {
    gap: 0.75em;
  }
}


/*PDF*/

.results.materials-pdf {
  width: 94%;
  max-width: 1160px;
  margin: auto;
}

.results.materials-pdf .results-container {
  margin-bottom: 100px;
}

@media print,screen and (min-width: 769px){
  .results.materials-pdf {
    margin-top: 100px;
  }
  .results.materials-pdf .results-inner {
    padding: 1em 0.5em;
    flex-direction: row;
    justify-content: space-evenly;
  }
  .results.materials-pdf  .results-text {
    margin-bottom: 0;
  }
}
@media print,screen and (min-width: 1200px){
  .results.materials-pdf {
    margin-top: 150px;
  }
  .results.materials-pdf .results-inner {
    padding: 3em 0.5em;
  }
}
