@import url(common.css);

#content .first_block {
  background-image: url(/parts/smart1/top-smart.jpg);
  background-position: bottom;
}

/*
------------------------

製品カード

------------------------ */
.c-card-body {
  padding-bottom: unset;
}
.c-card__media img {
  margin: auto;
}
.c-card__text .c-card__title__block {
  margin: 0 auto 1em;
}
article.p-product-card .price_wap {
  padding: 1.5em 0;
}

/*
------------------------

比較表

------------------------ */
.table-section {
  padding: 6em 0 0;
}
.option-heading {
  padding-bottom: 2em;
}

.table-section h2 {
  padding-bottom: unset;
}

.c-compare-table tbody th {
  background-color: #f3f3f3;
}
.c-compare-table th,
.c-compare-table td {
  padding: 8px 14px;
  line-height: unset;
}
.c-compare-table td {
  width: 180px;
}

.c-compare-table img {
  display: block;
  width: clamp(100px, 35.6vw, 120px);
  height: auto;
  margin: auto;
}
.c-compare-table li {
  list-style-type: disc;
  list-style-position: inside;
  font-size: clamp(15px, 3.52vw, 16px);
}
.c-compare-table td a {
  line-height: 1.4;
}

.business-smart1-section .c-card__media img {
  width: clamp(200px, 35.6vw, 250px);
}

/*
------------------------


公共・産業用セクション
.biz-merit-section

------------------------
*/
.biz-merit-section {
  background-color: #f3f3f3;
  margin-top: 5em;
  padding: 2em 1.5em;
}
.biz-merit-section .u-flex-col {
  gap: 4em;
}
.biz-merit-section article img {
  display: block;
  width: clamp(120px, 35.6vw, 160px);
  height: auto;
}

.biz-merit-section h2 {
  padding-bottom: 1em;
}
.merit_number {
  background-color: var(--just_green);
  color: #fff;
  padding: 0.5em 1em;
  margin: 0 1em 0.5em 0;
  border-radius: 999px;
  font-size: clamp(12px, 3.52vw, 13px);
  max-width: 125px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
.biz-merit-section p {
  line-height: 2;
}

/*
------------------------


FITからFIPセクション


------------------------
*/
.fip-section {
  padding: 32px;
  margin-bottom: 1em;
  background: #fff9e8;
  border: 1px solid #ecdca6;
  border-radius: 16px;
  box-sizing: border-box;
}
.fip-section p {
  line-height: 1.8;
}
.fip-section .sub-title {
  display: inline-block;
  margin-bottom: 12px;
  padding: 4px 10px;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #9a6a00;
  background: #fff1bf;
  border-radius: 999px;
}
.fip-section h2 {
  margin: 0 0 14px;
  font-size: clamp(24px, 3.52vw, 32px);
  line-height: 1.5;
  color: #333;
}
.fip-section-text img {
  display: block;
  height: auto;
  margin: 3em auto 5em;
}

.fip-section-text-bottom img {
  display: block;
  width: clamp(150px, 35.6vw, 200px);
  height: auto;
  margin: 2em auto;
}
.large-text {
  font-size: clamp(23px, 3.52vw, 34px);
  font-weight: bold;
  padding-bottom: 1em;
}
.large-text span {
  background-color: #d50000;
  color: #fff;
  padding: 0.2em 0.5em;
  margin: 0 0.3em;
  line-height: 1.8;
}
