body {
  font-family: Noto Sans JP, -apple-system, Roboto, Helvetica, sans-serif;
  color: #323A59;
}

.navbar.bg-dark {
  background-color: #182e43 !important;
}

.navbar .nav-item {
  white-space: nowrap;
  margin: 0 30px;
}

.navbar .nav-link {
  color: #FFF !important;
}

.btn-result {
  padding: 15px 30px;
  font-size: 25px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.pre-result {
  background-color: #182e43;
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 20px 60px;
}
@media screen and (max-width: 600px) {
  .pre-result {
    padding: 20px;
  }
}

.pre-result .time {
  font-size: 20px;
}
@media screen and (max-width: 600px) {
  .pre-result .time {
    font-size: 16px;
  }
}

.pre-result .level {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .pre-result .level {
    font-size: 16px;
  }
}

.merit {
  border-color: rgb(44, 108, 231);
  border-style: solid;
  border-width: 4px;
  background-color: #fff;
  width: 100%;
  gap: 20px;
  font-weight: bold;
  white-space: nowrap;
  padding: 10px 60px;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .merit {
    padding: 10px;
    font-size: 16px;
  }
}

.merit-num {
  display: inline-block;
  line-height: 2.5;
  font-size: 20px;
  border-radius: 50px;
  background-color: #2c6ce7;
  color: #fff;
  width: 50px;
  height: 50px;
  padding: 0 12px;
}
@media screen and (max-width: 600px) {
  .merit-num {
    width: 35px;
    height: 35px;
    line-height: 2.2;
    font-size: 16px;
    padding: 0 8px;
  }
}

.price-area {
  align-items: center;
  background-color: #3a68c1;
  display: flex;
  flex-direction: column;
  color: #fff;
  padding: 38px 80px;
}
@media screen and (max-width: 600px) {
  .price-area {
    padding: 35px 35px;
  }
}

.price-area .price-underline {
  border-bottom: #FFF 0.25rem solid;
}

.price-area .check {
  vertical-align: bottom;
  transform: translateY(-15px);
}
@media screen and (max-width: 600px) {
  .price-area .check {
    width: 40px;
    height: 40px;
    transform: translateY(-10px);
    margin: 0 !important;
  }
}

.price-area .price {
  font-weight: bold;
  font-size: 80px;
  vertical-align: baseline;
}
@media screen and (max-width: 600px) {
  .price-area .price {
    font-size: 40px;
  }
}

.price-area .sup {
  font-size: 40px;
  vertical-align: baseline;
}
@media screen and (max-width: 600px) {
  .price-area .sup {
    font-size: 20px;
  }
}

  .price-area .discount-emphasis {
    display: inline-block;
    background-color: #f36f4f;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    border-radius: 9999px;
    padding: 6px 14px;
    margin: 0 12px 8px;
    vertical-align: middle;
  }
  @media screen and (max-width: 600px) {
    .price-area .discount-emphasis {
      display: block;
      width: fit-content;
      margin: 6px auto;
      font-size: 14px;
      padding: 5px 10px;
    }
  }

.sample-report {
  text-align: center;
}

.sample-report .title-eng {
  color: #2A72FD;
  font-weight: bold;
}

.sample-report .title {
  font-size: 40px;
}
@media screen and (max-width: 600px) {
  .sample-report .title {
    font-size: 30px;
  }
}

.sample-report .title-border {
  border: #CACACA solid 2px;
}/*# sourceMappingURL=index.css.map */

.price-container {
  display: flex;
  align-items: center; /* 垂直方向の中央揃え */
  gap: 8px;            /* 要素間の余白 */
  color: white;
  font-family: sans-serif;
  font-weight: bold;
}

.percent {
  font-size: 20px;
}

.off {
  font-size: 18px;
}

.price-section {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.price-container .check {
  transform: translateY(5px);
}

.price-cancel {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: line-through;
}

/* 価格とバッジを囲む親 */
.main-price-wrapper {
  position: relative; /* バッジの基準点 */
  display: flex;
  align-items: flex-end; /* 下揃えを基本にする */
}

.price-group {
  display: flex;
  align-items: baseline; /* 数字とテキストの「底」を揃える */
  gap: 4px;
}

/* バッジを浮かせる */
.discount-badge {
  position: absolute;
  top: 0px;
  right: -90px;
  width: 80px;
  height: 80px;
  background-color: #ce362f;
  clip-path: polygon(50% 0%, 58% 8%, 70% 3%, 75% 14%, 87% 13%, 88% 25%, 100% 28%, 95% 40%, 100% 50%, 95% 60%, 100% 72%, 88% 75%, 87% 87%, 75% 86%, 70% 97%, 58% 92%, 50% 100%, 42% 92%, 30% 97%, 25% 86%, 13% 87%, 12% 75%, 0% 72%, 5% 60%, 0% 50%, 5% 40%, 0% 28%, 12% 25%, 13% 13%, 25% 14%, 30% 3%, 42% 8%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

.badge-content {
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: rotate(10deg);
  line-height: 0.8;
}

.price-area .price-cancel {
  font-size: 40px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.55);
  text-decoration: line-through;
  text-decoration-thickness: 2px;
  text-decoration-color: rgba(255, 255, 255, 0.6);
  margin-right: 8px;
  align-self: flex-end;
  transform: translateY(-5px);
}

@media (max-width: 600px) {
  .price-container .price-cancel {
    align-self: flex-start;
    transform: translateY(20px);
  }
  .price-container .check {
    transform: translate(5px, -15px);
  }

  .price-area .price-cancel {
    display: block;
    font-size: 22px;
    margin: 0 auto 2px;
  }
  .price-group {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  
  .price-suffix {
    margin-top: 2px;
  }

  .discount-badge {
    right: -60px; /* スマホでの重なり具合を微調整 */
    width: 55px;
    height: 55px;
  }
}