@charset "UTF-8";
html {
  font-size: 62.5%;
}

body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  color: #333;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  background-image: url(images/head_line.png);
  background-color: rgba(255, 255, 255, 0.8);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100%;
  background-position: bottom right;
  background-blend-mode: lighten;
}

h1, h2, h3, h4, p, ul, li, dl, dd {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

* {
  box-sizing: border-box;
}

.sp {
  display: none;
}

.inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 4%;
}

section {
  padding: 80px 0;
}
section.bg-gray {
  background: #f9f9f9;
}
section.bg-blue-light {
  background: #f0f8ff;
}

.flex-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex-box.center-align {
  align-items: center;
}

.caution {
  margin-top: 18px;
  color: #666;
  font-size: 13px;
}

header {
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #ffffff;
}
header .header-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 714px;
  background: linear-gradient(135deg, #eaf6fb 0%, #ffffff 60%);
  z-index: 1;
  background-image: url(images/ImageToStl.com_head_line.svg);
  background-size: 100%;
  background-position: bottom right;
  background-repeat: no-repeat;
}
header .header-content {
  position: relative;
  margin: -200px auto 0;
}
header .header-text .logo-text {
  font-size: 2.4rem;
  font-weight: bold;
  color: #1f7cc2;
  margin-bottom: 20px;
}
header .header-text h1 {
  font-size: 3.4rem;
  line-height: 1.3;
  margin-bottom: 40px;
  font-weight: 400;
  font-feature-settings: "palt";
}
header .header-text .tags {
  display: flex;
  gap: 15px;
}
header .header-text .tags .tag {
  background: #fff;
  border: 2px solid #1f7cc2;
  color: #1f7cc2;
  padding: 10px 30px;
  border-radius: 50px;
  font-weight: bold;
}
header .header-text .tags .tag.accent {
  background: #1f7cc2;
  color: #fff;
}
header #head_illust {
  position: absolute;
  top: 56vh;
  right: 132px;
}
header #head_illust img {
  width: 34vw;
}

.sec-title {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}
.sec-title .number {
  display: block;
  font-size: 6rem;
  font-weight: 900;
  color: #e0e0e0;
  line-height: 1;
  margin-right: 20px;
}
.sec-title h2 {
  font-size: 6.2rem;
  color: #1f7cc2;
  position: relative;
  z-index: 1;
}
.sec-title h2 b {
  font-size: 4.2rem;
  color: #333;
  margin-left: 8px;
}

.intro-box .text-side {
  padding-top: 36px;
  width: 54%;
}
.intro-box .img-side {
  width: 40%;
}
.intro-box .desc {
  margin-bottom: 30px;
}
.intro-box .desc-sub {
  padding: 12px 10px;
  width: 48%;
  background: #f9f9f9;
}
.intro-box .highlight-blue {
  display: block;
  font-size: 2.4rem;
  color: #1f7cc2;
  font-weight: 900;
  background: linear-gradient(transparent 60%, #e6f4ff 60%);
  margin-top: 15px;
}
.intro-box .message-banner {
  margin-top: 40px;
  border: 1px solid #5ea87d;
  padding: 30px;
  border-radius: 10px;
}
.intro-box .message-banner p {
  font-size: 1.8rem;
  font-weight: 500;
}

.search-simulation {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.search-simulation .search-bar {
  border: 1px solid #ccc;
  border-radius: 30px;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.search-simulation .search-bar .icon {
  margin-right: 10px;
}
.search-simulation .search-bar .text {
  font-size: 1.6rem;
  color: #333;
}
.search-simulation .suggest-list {
  border: 1px solid #eee;
  border-top: none;
}
.search-simulation .suggest-list .suggest-item {
  padding: 10px 15px;
  border-bottom: 1px solid #f0f0f0;
  font-size: 1.5rem;
}
.search-simulation .suggest-list .suggest-item b {
  font-weight: bold;
}
.search-simulation.simple {
  background: transparent;
  border: none;
  box-shadow: none;
}
.search-simulation.simple .suggest-list {
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}

.logos-mock {
  margin-top: 18px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.logo-tag-blue {
  display: inline-block;
  padding: 0px 16px 4px;
  border: 2px solid #1f7cc2;
  color: #222;
  font-weight: bold;
  letter-spacing: normal;
  border-radius: 30px;
  background-color: #fff;
  margin: 0 30px 0 0;
  font-size: 2.8rem;
  white-space: nowrap;
}

.speech-bubble-gray {
  position: relative;
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 14px;
  font-size: 1.8rem;
  line-height: 1.5;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
.speech-bubble-gray::after {
  content: "";
  position: absolute;
  top: 25px;
  left: -16px;
  transform: rotate(90deg);
  border-top: 15px solid #f9f9f9;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  filter: drop-shadow(0px 1.5px 0px #ccc);
}

.mechanism-flow {
  text-align: center;
}
.mechanism-flow .center-text {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 40px;
}
.mechanism-flow .blue-line {
  border-bottom: 4px solid #047d9d;
  padding-bottom: 5px;
}
.mechanism-flow .flow-diagram-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto 48px;
}
.mechanism-flow .flow-diagram-row .flow-box {
  width: 20%;
  text-align: center;
  background: #fff;
  border: 2px solid #047d9d;
  border-radius: 6px;
  padding: 20px 10px;
}
.mechanism-flow .flow-diagram-row .flow-box h4 {
  font-size: 2rem;
  color: #333;
  font-weight: bold;
  margin-bottom: 5px;
}
.mechanism-flow .flow-diagram-row .flow-box.highlight {
  background: #1f7cc2;
  border-color: #1f7cc2;
  color: #fff;
}
.mechanism-flow .flow-diagram-row .flow-box.highlight h4, .mechanism-flow .flow-diagram-row .flow-box.highlight p {
  color: #fff;
}
.mechanism-flow .flow-diagram-row .arrow {
  flex-grow: 1;
  height: 4px;
  background: #047d9d;
  position: relative;
  margin: 0 15px;
}
.mechanism-flow .flow-diagram-row .arrow::after {
  content: "";
  position: absolute;
  right: -8px;
  top: -8px;
  border-left: 15px solid #047d9d;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.center-text {
  margin-bottom: 60px;
  font-size: 2rem;
  text-align: center;
  line-height: 2;
}
.center-text span {
  font-size: 3.6rem;
  font-weight: 600;
}
.center-text span b {
  color: #1f7cc2;
}

#sec02_01 {
  text-align: center;
}
#sec02_01 img {
  width: 74%;
  display: inline-block;
}

.feature-water-example .right-text {
  width: 42%;
}
.feature-water-example .left-img {
  width: 48%;
}
.feature-water-example .left-img .logos-mock {
  margin-top: 40px;
}
.feature-water-example .feature-head {
  font-size: 2.6rem;
  color: #1f7cc2;
  font-weight: bold;
  margin-bottom: 30px;
  border-left: 8px solid #5ea87d;
  padding-left: 20px;
  line-height: 1.4;
}
.feature-water-example .check-list {
  margin: 0 0 10px;
  padding-left: 0;
}
.feature-water-example .check-list li {
  position: relative;
  font-size: 1.8rem;
  padding: 20px 0;
  text-align: center;
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.feature-water-example .check-list li span {
  color: #f4cb17;
  font-size: 3.2rem;
  font-weight: 500;
}
.feature-water-example .check-list li p {
  width: 94%;
  text-align: center;
}
.feature-water-example .conclusion {
  width: 100%;
  display: inline-block;
  text-align: center;
  color: #1f7cc2;
  font-size: 3rem;
  font-weight: 900;
  padding: 5px 15px;
  margin-top: 20px;
  border: 2px solid #1f7cc2;
}

.ec-simulation {
  background: #fff;
  border: 3px solid #5ea87d;
  border-radius: 10px;
  padding: 20px;
  position: relative;
}
.ec-simulation .ec-header {
  background: #5ea87d;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 1.2rem;
  margin-bottom: 15px;
}
.ec-simulation .search-bar-ec {
  display: flex;
  border: 2px solid #5ea87d;
  border-radius: 4px;
  margin-bottom: 0;
}
.ec-simulation .search-bar-ec .text {
  flex-grow: 1;
  padding: 10px;
}
.ec-simulation .search-bar-ec .btn {
  background: #5ea87d;
  color: #fff;
  padding: 10px 20px;
  font-weight: bold;
}
.ec-simulation .suggest-list-ec {
  border: 1px solid #eee;
  border-top: none;
}
.ec-simulation .suggest-list-ec .item {
  padding: 10px;
  border-bottom: 1px solid #f9f9f9;
}
.ec-simulation .suggest-list-ec .item.highlight {
  background: #f0fdf4;
  font-weight: bold;
  color: #1f7cc2;
}
.ec-simulation .suggest-list-ec .item.highlight .tag {
  background: #fe523c;
  color: #fff;
  font-size: 1rem;
  padding: 2px 5px;
  margin-left: 5px;
  border-radius: 3px;
}
.ec-simulation .pop-comment {
  position: absolute;
  top: -30px;
  right: -20px;
  background: #fff;
  border: 2px solid #333;
  padding: 15px;
  border-radius: 30px;
  text-align: center;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
}
.ec-simulation .pop-comment b {
  color: #1f7cc2;
}
.ec-simulation .pop-comment::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 20px;
  border-top: 10px solid #333;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.difference-layout img {
  width: 48%;
}
.difference-layout .main-text {
  width: 88%;
  font-size: 1.8rem;
  margin: auto;
}
.difference-layout .main-text .red-line {
  border-bottom: 3px solid #222;
  font-weight: bold;
}

.merit-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.merit-grid.blue-theme li {
  width: 32%;
  background: #eee;
  padding: 24px;
  text-align: center;
}
.merit-grid.blue-theme li h3 {
  color: #1f7cc2;
  font-size: 2.6rem;
  line-height: 1.4;
  margin-bottom: 20px;
  height: 3em;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
}
.merit-grid.blue-theme li h3 img {
  margin-right: 16px;
  width: 60px;
}
.merit-grid.blue-theme li p {
  text-align: left;
  line-height: 1.6;
}

#sec05 {
  padding-bottom: 0;
}

.achievements li {
  margin-bottom: 100px;
  width: 45%;
}

.achievement-card {
  width: 48%;
  background: #fff;
  border: 1px solid #eee;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
  border-radius: 10px;
}
.achievement-card .card-header {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.achievement-card .card-header .category {
  background: #1f7cc2;
  color: #fff;
  font-size: 1.2rem;
  padding: 4px 10px;
  border-radius: 4px;
  margin-right: 10px;
}
.achievement-card .card-header h3 {
  display: inline;
  font-size: 2rem;
}
.achievement-card .data-row {
  display: flex;
  align-items: baseline;
  margin-bottom: 15px;
}
.achievement-card .data-row .label {
  width: 30%;
  font-weight: bold;
  color: #666;
}
.achievement-card .data-row .value {
  font-size: 4rem;
  font-weight: 900;
  color: #1f7cc2;
}
.achievement-card .data-row .arrow {
  margin: 0 10px;
  font-size: 2rem;
  color: #ccc;
}
.achievement-card .data-row .up-badge {
  background: #ffebee;
  color: #e53935;
  font-weight: bold;
  padding: 2px 8px;
  border-radius: 20px;
  font-size: 1.2rem;
  margin-left: auto;
}

.keyword-container {
  display: flex;
  justify-content: space-between;
  background: #fff;
  margin: auto;
  border-radius: 10px;
}
.keyword-container .keyword-list {
  width: 48%;
}
.keyword-container .keyword-list li {
  display: flex;
  padding: 16px 0;
  border-bottom: 1px dotted #ddd;
}
.keyword-container .keyword-list li .category {
  width: 35%;
  font-weight: bold;
}
.keyword-container .keyword-list li .example {
  color: #1f7cc2;
  width: 65%;
}
.keyword-container .keyword-list li .example::before {
  content: "例：　";
  color: #999;
}

.price-box-container {
  justify-content: space-around;
}

.price-box {
  width: 45%;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.price-box.yahoo {
  border: 3px solid #1f7cc2;
}
.price-box.yahoo h3 {
  color: #1f7cc2;
}
.price-box.google {
  border: 3px solid #047d9d;
}
.price-box.google h3 {
  color: #047d9d;
}
.price-box h3 {
  font-size: 2.4rem;
  margin-bottom: 20px;
}
.price-box .amount {
  font-size: 4rem;
  color: #fe523c;
  font-weight: bold;
}

.note-center {
  margin-top: 30px;
  text-align: center;
  font-size: 2rem;
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}
.comparison-table th, .comparison-table td {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 20px;
  text-align: center;
}
.comparison-table thead th {
  color: #fff;
}
.comparison-table thead th.th-main {
  background: #5ea87d;
}
.comparison-table thead th.th-other {
  background: #1f7cc2;
}
.comparison-table tbody td.cell-good {
  background: rgba(94, 168, 125, 0.05);
  font-weight: bold;
  border: 2px solid #5ea87d;
}
.comparison-table .mark {
  font-size: 2.4rem;
  display: block;
}

.table-wrap {
  overflow-x: auto;
}

.table-scroll-wrap {
  overflow-x: auto;
  width: 100%;
}
.table-scroll-wrap .comparison-table-full {
  width: 100%;
  border-collapse: collapse;
  background: #e0e0e0;
  min-width: 800px; /* 横スクロール発生幅 */
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  /* ヘッダー行 */
  /* ボディ行 */
  /* 評価マークのスタイル */
}
.table-scroll-wrap .comparison-table-full thead th {
  color: #fff;
  padding: 15px 10px;
  font-size: 1.6rem;
  border: 1px solid #ddd;
  vertical-align: middle;
  line-height: 1.4;
  /* サジェスト対策のカラムのみ強調 */
}
.table-scroll-wrap .comparison-table-full thead th.th-item {
  width: 10%;
  background: #333;
}
.table-scroll-wrap .comparison-table-full thead th.th-sg {
  width: 30%;
  background: #5ea87d; /* メインカラー */
  font-size: 2rem;
}
.table-scroll-wrap .comparison-table-full thead th.th-sg .small {
  font-size: 1.4rem;
  font-weight: normal;
  display: block;
}
.table-scroll-wrap .comparison-table-full thead th.th-other {
  width: 20%;
  background: #1f7cc2;
}
.table-scroll-wrap .comparison-table-full tbody tr {
  background-color: #e0e0e0;
}
.table-scroll-wrap .comparison-table-full tbody tr:nth-of-type(odd) {
  background-color: #eee;
}
.table-scroll-wrap .comparison-table-full tbody tr:nth-of-type(odd) th {
  background-color: #eee;
}
.table-scroll-wrap .comparison-table-full tbody th {
  background: #e0e0e0;
  border: 1px solid #ddd;
  padding: 15px 10px;
  color: #1f7cc2;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
.table-scroll-wrap .comparison-table-full tbody td {
  border: 1px solid #ddd;
  padding: 15px;
  text-align: center;
  vertical-align: middle;
  font-size: 1.5rem;
  color: #333;
  line-height: 1.6;
  /* サジェスト対策の列 */
}
.table-scroll-wrap .comparison-table-full tbody td.cell-sg {
  border: 2px solid #5ea87d; /* 青い枠線で囲む */
  font-weight: bold;
  color: #000;
}
.table-scroll-wrap .comparison-table-full .mark {
  margin-bottom: 8px;
  display: block;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1;
}

.flow-diagram {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 40px;
}

.flow-item {
  width: 22%;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.flow-item .step-header {
  background: #666;
  padding: 8px 0;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.flow-item .step-body {
  padding: 20px 10px;
  text-align: center;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.flow-item .step-body .icon-box {
  font-size: 3rem;
  margin-bottom: 10px;
}
.flow-item .step-body h3 {
  font-size: 1.8rem;
}
.flow-item .step-body .note {
  color: #e53935;
  font-weight: bold;
}
.flow-item.highlight {
  border: 2px solid #1f7cc2;
  transform: scale(1.05);
}
.flow-item.highlight .step-header {
  background: linear-gradient(90deg, #1f7cc2, #047d9d);
}

.flow-arrow {
  flex-grow: 1;
  height: 4px;
  background: #ddd;
  position: relative;
  margin: 0 10px;
  top: 50px;
}
.flow-arrow::after {
  content: "";
  position: absolute;
  right: -5px;
  top: -8px;
  border-left: 12px solid #ddd;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.qa-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.qa-box {
  width: 48%;
  min-height: 220px;
  margin-bottom: 48px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}
.qa-box .question {
  background: linear-gradient(90deg, #1f7cc2, #047d9d);
  padding: 15px;
  display: flex;
  align-items: center;
}
.qa-box .question .mark {
  background: #fff;
  color: #1f7cc2;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  font-weight: bold;
  margin-right: 15px;
  flex-shrink: 0;
}
.qa-box .question p {
  color: #fff;
  font-weight: bold;
}
.qa-box .answer {
  padding: 20px;
  display: flex;
}
.qa-box .answer .mark {
  color: #ccc;
  font-size: 2.4rem;
  font-weight: bold;
  margin-right: 15px;
}

#footer {
  background: #047d9d;
  color: #fff;
  padding: 80px 0;
}
#footer .footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#footer table th, #footer table td {
  text-align: left;
  padding: 5px 15px 5px 0;
  color: #ccc;
  border: none;
  font-size: 1.4rem;
}
#footer table th {
  width: 100px;
}
#footer .footer-logo {
  padding: 20px;
  width: 320px;
  background-color: #fff;
}

.copy {
  font-size: 14px;
  text-align: center;
}

@media (orientation: portrait) {
  header {
    height: 680px;
  }
  .merit-grid.blue-theme li {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp, .flex-box, header, .header-content, .footer-inner {
    display: block;
  }
  .intro-box .img-side, .intro-box .text-side, .intro-box .desc-sub, .feature-water-example .left-img, .feature-water-example .right-text, .difference-layout img, .achievements li, .merit-grid li, .qa-box {
    width: 100%;
  }
  header {
    align-items: flex-start;
    height: auto;
    padding: 0;
    padding-bottom: 60px;
  }
  header .header-content {
    margin: 60px auto;
  }
  header .header-text h1 {
    font-size: 2.6rem;
    text-align: center;
    line-height: 1.6;
  }
  header #head_illust {
    position: relative;
    top: auto;
    right: auto;
    text-align: center;
  }
  header #head_illust img {
    width: 70%;
  }
  header .header-text .tags {
    flex-direction: column;
  }
  header .header-text .tags .tag {
    margin: auto;
    display: inline-block;
  }
  .sec-title h2 {
    font-size: 3.2rem;
    line-height: 1.2;
  }
  .sec-title h2 b {
    font-size: 2.8rem;
  }
  .sec-title .number {
    margin-right: 4px;
    font-size: 3.2rem;
  }
  .speech-bubble-gray {
    font-size: 1.4rem;
  }
  .intro-box .img-side {
    margin-bottom: 0;
  }
  .intro-box .text-side {
    padding-top: 0;
  }
  .intro-box .desc-sub {
    margin-bottom: 20px;
  }
  .mechanism-flow .flow-diagram-row {
    margin-bottom: 30px;
    flex-direction: column;
  }
  .mechanism-flow .flow-diagram-row .flow-box {
    padding: 10px;
    width: 64%;
  }
  .mechanism-flow .flow-diagram-row .arrow {
    margin: 15px;
    transform: rotate(90deg);
  }
  .center-text {
    margin-bottom: 30px;
    font-size: 1.6rem;
  }
  .center-text span {
    font-size: 2.2rem;
    line-height: 1.4;
    display: block;
    margin-top: 16px;
  }
  #sec02_01 img {
    width: 100%;
  }
  .merit-grid {
    flex-direction: column;
  }
  .merit-grid.blue-theme li {
    width: 100%;
  }
  .logos-mock {
    margin-bottom: 30px;
  }
  .logo-tag-blue {
    margin-right: 24px;
    font-size: 2.4rem;
  }
  .merit-grid.blue-theme li h3 {
    margin-bottom: 10px;
    font-size: 2.2rem;
  }
  #footer .footer-inner {
    flex-direction: column;
  }
  .company-info {
    margin-bottom: 60px;
  }
  #footer .footer-logo {
    width: 60%;
  }
  .achievements li {
    margin-bottom: 30px;
  }
  .feature-water-example .conclusion {
    font-size: 2.2rem;
  }
  .keyword-container {
    flex-direction: column;
  }
  .keyword-container .keyword-list {
    width: 100%;
    font-size: 1.4rem;
  }
  .qa-wrapper {
    flex-direction: column;
  }
  .comparison-table {
    min-width: 600px;
  }
  .flow-diagram {
    flex-direction: column;
    align-items: center;
  }
  .flow-arrow {
    display: none;
  }
  .comparison-table-full {
    /* スマホでは文字サイズを少し小さくして収まりよく */
  }
  .comparison-table-full th, .comparison-table-full td {
    padding: 10px 5px;
    font-size: 1.3rem;
  }
  .comparison-table-full .mark {
    font-size: 2.4rem;
  }
}