@charset "UTF-8";
.inline-block {
  display: inline-block;
}

/*料金テーブル*/

.fs32 {
  font-size: 2rem;
}

.fs20 {
  font-size: 1.25rem;
}

.fs16 {
  font-size: 1rem;
}

.fs10 {
  font-size: 0.8rem;
}

.lh-1{
  line-height: 1;
}

.plan-title {
  width: 100%;
  text-align: center;
  color: #fff;
  background-color: #2d3840;
  height: 57px;
  font-size: 28px;
  line-height: 57px;
}

.thead-th {
  width: 100%;
  height: 119px;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.standard .thead-th {
  background-color: #76aeb0;
}

.volume .thead-th {
  background-color: #3f8aa3;
}

.enterprise .thead-th {
  background-color: #58708e;
}

.free .thead-th {
  background-color: #82b79d;
}

.plan-ttl {
  font-weight: 700;
  font-size: 1.25rem;
}

.thead-th .label {
  font-size: 0.8rem;
  line-height: 22px;
  padding: 0 10px;
  border-radius: 12px;
  background-color: #fff;
  margin-top: 10px;
}

.standard .thead-th .label {
  color: #76aeb0;
}

.volume .thead-th .label {
  color: #3f8aa3;
}

.table-row__lists {
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.enterprise .table-row.row1 .table-row__lists {
  margin-top: 0;
}

.enterprise .table-row.row2 .table-row__lists {
  padding-top: 0;
}

.table-row__lists li {
  text-align: center;
  margin-bottom: 8px;
  /* line-height: 1.1; */
}

.table-row__lists li small {
  display: block;
  font-size: 0.8rem;
}

.table-row__lists li.table-row__plus {
  line-height: 1;
  margin-top: -10px;
  margin-bottom: 0px;
}

/* 評価メトリクス */
#metrics{
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  padding: 80px 0;
}

.metricswrappper {
  background-color: #eaf5f6;
  padding: 37px 25px;
}

.metricswrappper h3 {
  width: 220px;
  font-size: 1.5rem;
  margin: 0 auto;
  position: relative;
}

.metricswrappper h3:after {
  content: "";
  width: 70px;
  height: 30px;
  background: url(/img/plan/icon_hakarumetrics.png) no-repeat, center;
  position: absolute;
  right: -70px;
  bottom: 3px;
}

.metricssince {
  font-size: 1.2rem;
  margin-bottom: 40px;
}

.metricswrappper .flex {
  flex-wrap: wrap;
  justify-content: center;
}

.metrics {
  flex-basis: calc(20% - 30px);
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 3px 10px rgba(52, 53, 55, 0.1);
  margin: 0 5px 20px;
  padding: 30px 10px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.metrics__ttl {
  font-size: 0.85rem;
}

.metrics__number {
  color: #096f90;
  font-weight: 700;
  font-size: 1.5rem;
}

.metrics__number .unit {
  font-weight: 400;
  font-size: 1rem;
}

.metrics__paercentage {
  font-size: 0.85rem;
  padding-left: 14px;
  position: relative;
}

.metrics__paercentage:before {
  content: "";
  width: 14px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -6px;
  top: 4px;
}

.metrics__paercentage.down:before {
  background-image: url(/img/plan/icon_arrow_down.png);
}

.metrics__paercentage.up:before {
  background-image: url(/img/plan/icon_arrow_up.png);
}

.metrics__paercentage.current:before {
  background-image: url(/img/plan/icon_arrow_current.png);
}

.metrics__image {
  display: flex;
  align-items: center;
  height: 90px;
}

.metrics__message {
  font-size: 0.75rem;
}

@media screen and (max-width: 39.9375em) {
  #metrics{
    padding-bottom: 40px;
  }
  .metricswrappper {
    padding: 37px 10px;
  }

  .metrics {
    margin: 0 auto 20px;
  }
}

/* 評価メトリクス　ここまで */

.bold {
  font-weight: bold;
}

#option{
  margin-top: 60px;
}

.option-title {
  background-color: #76aeb0;
  color: #fff;
  text-align: center;
  position: relative;
}

.plan-title__caution {
  font-size: 12px;
  position: absolute;
  right: 10px;
  letter-spacing: -1.2px;
}

.option-plan {
  background-color: #fff;
  border-top: 1px solid #cecece;
  border-left: 1px solid #cecece;
  display: flex;
}

a.option-plan__link {
  text-decoration: underline;
  font-weight: bold;
}

.option-plan>div {
  width: calc(100% / 3);
  border-right: 1px solid #cecece;
}

.option-plan>.option-plan__rightparts {
  display: flex;
  width: calc(100% * 2 / 3);
}

.option-plan__rightparts>.option-plan__contents {
  width: 50%;
}

.option-plan__rightparts>.option-plan__contents:first-child {
  border-right: 1px solid #cecece;
}

.option-plan__contents {
  display: flex;
  flex-direction: column;
}

.option-plan__contents>div {
  padding: 20px;
  display: flex;
  flex-direction: column;
  height: calc(100% - 40px);
  justify-content: center;
  text-align: center;
  border-bottom: 1px solid #cecece;
  height: 105px;
}

.option-plan__contents:nth-child(2)>div {
  text-align: left;
  font-size: 14px;
}

.option-plan__contents .table-row__lists {
  height: auto;
}

.option-plan__contents strong {
  font-size: 32px;
  font-weight: bold;
}

.option-contents {
  position: relative;
}

.option-tag {
  position: absolute;
  left: 0;
  top: 0;
  padding: 3px 6px 3px 6px;
  font-size: 12px;
  background-color: #76aeb0;
  color: #fff;
  border-bottom-right-radius: 4px;
  z-index: 1;
}

@media screen and (max-width: 39.9375em) {
  .plan-title {
    font-size: 1.1rem;
  }

  .plan-title__caution {
    top: 19px;
  }

  .option-plan>.option-plan__rightparts {
    overflow: hidden;
    overflow-x: scroll;
    flex-basis: calc(100% - 150px);
    width: 720px;
  }

  .option-plan__contents {
    min-width: 150px;
  }

  .option-plan__rightparts>.option-plan__contents {
    min-width: 240px;
  }
}

.sec-top-box {
  padding-top: 0;
}

.top-box {
  margin: 40px 0;
}

/* ご利用アカウントの発行数は無制限！ */
.unlimited {
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 20px;
}

.unlimited p {
  margin-bottom: 0;
}

.unlimited-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 32px;
  width: 100%;
  justify-content: center;
}

.unlimited-list li {
  width: 140px;
  display: grid;
  place-content: center;
  place-items: center;
  font-size: 16px;
  text-align: center;
  white-space: nowrap;
}

.unlimited-list li img {
  width: 80px;
  height: auto;
}

.unlimited-list li span {
  font-size: 18px;
  font-weight: bold;
  color: #0A819A;
}

@media screen and (max-width: 39.9375em) {
  .unlimited-list {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width:420px) {
  .unlimited-list {
    grid-template-columns: 1fr;
  }
}

.anchor{
  scroll-margin-top: 200px;
}
.anchor-small {
  scroll-margin-top: 80px;
}

.section-01{
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.cv-estimate{
  margin-top: 80px;
  border: 2px solid #246DA3;
  border-radius: 8px;
  display: flex;
  .cv-estimate__left{
    box-sizing: border-box;
    width: 50%;
    background-color: #246DA3;
    color: #fff;
    padding: 24px;
    font-size: 20px;
    line-height: 1.6;
    text-align: center;
    font-weight: bold;
  }
  .cv-estimate__right{
    box-sizing: border-box;
    width: 50%;
    display: grid;
    place-content: center;
  }
  @media screen and (max-width:768px) {
    flex-direction: column;
    align-items: center;
    .cv-estimate__left{
      width: 100%;
      font-size: 18px;
    }
    .cv-estimate__right{
      width: 100%;
      padding: 24px;
    }
  }
}

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

.price-table{
  overflow-x: scroll;
  width: 100%;
  min-width: 700px;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
  th,
  td{
    padding: 16px 0;
    text-align: center;
  }
  th{
    border-right: 0;
    + th{
      border-left: 1px solid #cecece;
    }
  }
  strong{
    font-weight: bold;
  }
  tbody th{
    font-size:16px;
  }

  thead tr:nth-child(1){
    th:nth-child(1){
      color: #DE302B;
      vertical-align: bottom;
      border-top: 1px solid #ccc;
      position: sticky;
      background-color: #fff;
      left: 0;
      z-index: 2;
      border-right: 1px solid #cecece;
    }

    th:nth-child(2){
      padding-top: 8px;
      padding-bottom: 8px;
      border-top: 1px solid #ccc;
    }
  }

  thead tr:nth-child(2){
    th{
      width: calc(100% / 4);
    }
  }

  .row-standard{
    th{
      color: #fff;
      background-color: #76AEB0;
            position: sticky;
      left: 0;
      z-index: 2;
    }
    td{
      background-color: #F3F8F5;
      border-right: 1px solid #fff;
    }
  }
  .row-volume{
    th{
      color: #fff;
      background-color: #3F8AA3;
            position: sticky;
      left: 0;
      z-index: 2;
    }
    td{
      background-color: #ECF3F6;
      border-right: 1px solid #fff;
    }
  }
  .row-api{
    th{
      color: #fff;
      background-color: #527191;
            position: sticky;
      left: 0;
      z-index: 2;
    }
    td{
      background-color: #EEF1F4;
    }
  }
  .planbox{
    background-color: #fff;
    font-size: 12px;
    padding: 4px 10px;
    margin: 0 16px;
  }
  .api-text{
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    text-align: left;
    span{
      color: #545454;
    }
  }
  .plus{
    display: block;
    line-height: 1.1;
  }
}