.outlineTable {
  background-color: #fff;
}
.outlineTable__head {
  align-items: center;
  color: #fff;
  display: flex;
  font-weight: 500;
  justify-content: center;
  letter-spacing: 0.1em;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .outlineTable__head {
    font-size: 2.4rem;
    height: 7.3rem;
  }
}
@media screen and (max-width: 767px) {
  .outlineTable__head {
    font-size: 1.6rem;
    height: 6rem;
  }
}
@media screen and (min-width: 768px) {
  .outlineTable__inner {
    padding: 6rem 4rem 3rem;
  }
}
@media screen and (max-width: 767px) {
  .outlineTable__inner {
    padding: 4rem 2rem 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .outlineTable__inner table {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .outlineTable__block {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .outlineTable__block {
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .outlineTable__block table {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .outlineTable + .outlineTable {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .outlineTable + .outlineTable {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .outlineTable td {
    padding: 1.6rem 1.8rem 3rem;
  }
}
@media screen and (max-width: 767px) {
  .outlineTable td {
    display: block;
    padding: 1.5rem 0.5rem;
  }
}

.tableArticle__ttl {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  position: relative;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .tableArticle__ttl {
    width: 19.2rem;
  }
}
@media screen and (max-width: 767px) {
  .tableArticle__ttl {
    font-size: 1.4rem;
    font-weight: 700;
  }
}
.tableArticle__ttl::before {
  content: "";
  display: block;
  height: 0.2rem;
  left: 0;
  position: absolute;
  top: 0;
}
@media screen and (min-width: 768px) {
  .tableArticle__ttl::before {
    width: calc(100% - 1.2rem);
  }
}
@media screen and (max-width: 767px) {
  .tableArticle__ttl::before {
    width: 100%;
  }
}
.tableArticle__note {
  font-size: 1.2rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .tableArticle__note {
    font-size: 1.1rem;
  }
}
.tableArticle__txt {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .tableArticle__txt {
    width: 74rem;
  }
}
@media screen and (max-width: 767px) {
  .tableArticle__txt {
    font-size: 1.4rem;
  }
}
.tableArticle__txt::before {
  background-color: #ddd;
  content: "";
  display: block;
  height: 0.1rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.outlineTable--overview .outlineTable__head {
  background-color: #2d76a9;
}
.outlineTable--overview .tableArticle__ttl::before {
  background-color: #2d76a9;
}

.outlineTable--sales .outlineTable__head,
.outlineTable--outline .outlineTable__head {
  background-color: #7bbecc;
}
.outlineTable--sales .tableArticle__ttl::before,
.outlineTable--outline .tableArticle__ttl::before {
  background-color: #7bbecc;
}

.outlineCap__ttl {
  font-size: 1.4rem;
  font-weight: 500;
  padding-bottom: 0.3rem;
}
.outlineCap__txt {
  color: #333;
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .outlineCap__txt {
    font-size: 1.2rem;
  }
}
.outlineCap__txt--notice {
  font-size: max(1.4rem, 14px);
}

.outlineSeller {
  font-size: 1.4rem;
  line-height: 1.8;
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .outlineSeller {
    font-size: 1.2rem;
  }
}
.outlineSeller + .outlineSeller {
  border-top: 1px solid #ddd;
  padding-top: 1.5rem;
}

.updateDate {
  background-color: #fff;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .updateDate {
    padding: 2rem 4rem;
  }
}
@media screen and (max-width: 767px) {
  .updateDate {
    padding: 2rem 2.5rem;
  }
}
.updateDate__txt {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .updateDate__txt {
    font-size: 1.2rem;
  }
}

.outline-intro {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .outline-intro {
    padding-top: 26.1rem;
  }
}
@media screen and (max-width: 767px) {
  .outline-intro {
    padding-top: 15.6rem;
  }
}

@media screen and (min-width: 768px) {
  .outline-outline {
    padding: 12rem 22rem;
  }
}
@media screen and (max-width: 767px) {
  .outline-outline {
    padding: 6.2rem 2.4rem 6rem;
  }
}
/*# sourceMappingURL=style.css.map */
