@charset "UTF-8";

/*-------------------------------------------
common
-------------------------------------------*/
:root {
  --red: #FF3301;
  --green: #129459;
  --table-y-green: #e9f5ef;
}
body {
  line-height: 1.75;
}
.data-container {
  max-width: 920px;
  padding-inline: 20px;
  margin-inline: auto;
}
.page-section-title {
  margin-bottom: 40px;
}
.data-text {
  font-size: min(20px, 2.4vw);
  font-weight: 600;
  text-align: justify;
}

/*-------------------------------------------
mv
-------------------------------------------*/
.page-mv {
  background-image: url(../img/data/data-mv.jpg);
}

/*-------------------------------------------
リード
-------------------------------------------*/
.data-lead {
  margin-bottom: 100px;
}
.data-lead .data-text {
  text-align: center;
}

/*-------------------------------------------
お問い合わせから作業完了までの流れ
-------------------------------------------*/
.data-flow {
  background-color: #EDFFF2;
  padding-block: 50px;
  margin-bottom: 100px;
}
.data-flow dl dt {
  font-size: min(24px, 3.1vw);
  font-weight: bold;
  color: var(--green);
  margin-bottom: 10px;
}
.data-flow dl dd:not(:last-of-type) {
  margin-bottom: 60px;
}
.button-red {
  display: block;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  width: min(360px, 100%);
  background-color: var(--red);
  padding: 0.6em;
  border-radius: 999px;
  margin-top: 30px;
  margin-inline: auto;
}

/*-------------------------------------------
名刺データ化サービス料金など
-------------------------------------------*/
.data-price {
  margin-bottom: 80px;
}
.data-price .page-section-title span {
  font-size: 0.6em;
  vertical-align: 0.2em;
}
.data-price .oneline,
.data-price .multiline:not(:last-of-type) {
  margin-bottom: 30px;
}
.data-price .oneline dt,
.data-price .oneline dd {
  display: inline-block;
}
.data-price dl dt {
  color: var(--green);
  margin-bottom: 10px;
}
.data-price .oneline dd::before {
  content: "：";
}
.data-circle {
  font-size: 0.6em;
  margin-right: 0.5em;
  vertical-align: 0.1em;
}

/*-------------------------------------------
SP
-------------------------------------------*/
@media screen and (max-width: 767px) {
  /* common
  -------------------------------------------*/
  .data-text {
    font-size: max(16px, 2.4vw);
  }

  /* mv
  -------------------------------------------*/
  .page-mv {
    background-image: url(../img/data/data-mv-sp.jpg);
  }

  /* リード
  -------------------------------------------*/
  .data-lead {
    margin-bottom: 60px;
  }
  .data-lead .data-text {
    text-align: left;
  }

  /* お問い合わせから作業完了までの流れ
  -------------------------------------------*/
  .data-flow {
    margin-bottom: 50px;
  }
  .data-flow dl dt {
    font-size: max(20px, 3.1vw);
    margin-bottom: 5px;
  }
  .data-flow dl dd:not(:last-of-type) {
    margin-bottom: 40px;
  }
  .button-red {
    font-size: 16px;
    padding: 0.3em;
    border-radius: 999px;
    margin-top: 20px;
  }

  /* 名刺データ化サービス料金など
  -------------------------------------------*/
  .data-price {
    margin-bottom: 40px;
  }
  .data-price .oneline dt,
  .data-price .oneline dd {
    display: block;
  }
  .data-price dl dt {
    color: var(--green);
    margin-bottom: 5px;
  }
  .data-price .oneline dd::before {
    content: none;
  }
}