/* --------------------------------------------------

buy

-------------------------------------------------- */
.unit{
    container-type: inline-size;
}

.unit_title {
  font-weight: bold;
  font-size: var(--font-size-22);
}

.unit_title_sub {
  font-weight: bold;
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 15px;
}

.unit_midashi {
  text-align: center;
  font-weight: bold;
  font-size: var(--font-size-20);
  font-size: 7cqw;
  margin: 15px 0;
}

.unit p {
  margin-top: 10px;
}

.unit.--radius0 {
  border-radius: 0;
}

.notice {
  font-size: var(--font-size-14);
  margin-top: 10px;
}

.underline {
  text-decoration: underline;
  color: #000;
}

.buy01 .btn_block {
  margin-top: 0;
}

.buy01 .unit_check {
  text-align: center;
  margin-top: 20px;
}

.buy02 {
  text-align: center;
}

.buy02 .unit_midashi {
  font-size: 8cqw;
}

.buy02_2 {
  text-align: left;
}

.buy02 .unit_intro {
  margin-top: 0;
  margin-bottom: 5px;
}

.buy02_2 p{
  margin-top: 15px;
}

.buy03_2{
  margin-top: 30px;
}

/* - unit_schedule
---------------------------- */
.unit_schedule {
  border-radius: 10px;
  border: solid 4px #C60000;
  padding: 5%;
  background: rgba(255, 255, 255, 0.6);
  font-weight: 900;
  letter-spacing: -0.5px;
  text-align: center;
  container-type: inline-size;
  margin-bottom: 15px;
}

.unit_schedule span {
  display: block;
  font-size: 7cqw;
}

.unit_schedule span:nth-child(2) {
  color: #C60000;
  font-size: 9cqw;
}

/* - btn
---------------------------- */

.btn {
  font-size: var(--font-size-14);
  margin: auto;
  width: 100%;
  font-weight: bold;
}

.btn_block {
  display: grid;
  gap: 10px;
  margin-top: 15px;
}

.buy01 .btn {
  width: 260px;
}

.buy01 .btn a {
  background: url("../img/buy_beginner.svg") no-repeat left 20px top 12px #000;
  padding-left: 45px;
}


.btn.--w220 {
  width: 220px;
}

.btn_block.--c2r2 {
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
}

.btn_block.--c1r2 {
  margin-bottom: 20px;
}

@media screen and (min-width: 480px) {
  .btn_block.--c1r2 {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
  }

  .btn_block.--c1r2>div:first-child {
    grid-column: 1 / 3;
  }
}

@media screen and (min-width: 480px) {
  .buy04 .btn br {
    display: none;
  }
}