@charset "UTF-8";

/* ==========================================================================
   price.css
   ========================================================================== */

.o-m__price-content {
  width: 700px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  @media screen and (max-width: 768px) {
    width: 100%;
  }
  @media screen and (max-width: 576px) {
    display: block;
  }
}

.o-m__price-content_plus {
  width: 14%;
  text-align: center;
  font-size: 50px;
  line-height: 1;
  display: grid;
  place-items: center;
  @media screen and (max-width: 576px) {
    width: 100%;
  }
}

.o-m__price-content_box {
  width: 43%;
  text-align: center;
  background-color: #fff;
  padding: 30px 20px 10px;
  border-radius: 10px;
  @media screen and (max-width: 576px) {
    width: 80%;
    padding: 20px 5px 5px;
    margin: 0 auto;
  }
}

.o-m__price-content_title {
  font-size: 18px;
  font-weight: 700;
  color: var(--rmeisai-primary);
  @media screen and (max-width: 576px) {
    font-size: 18px;
    padding: 0 0 5px;
  }
}

.o-m__price-content_text {
  font-size: 24px;
  @media screen and (max-width: 576px) {
    font-size: 18px;
    line-height: 1;
  }
}

.o-m__price-content_text_amount {
  font-size: 40px;
  font-weight: 700;
  @media screen and (max-width: 576px) {
    font-size: 30px;
  }
}

.o-m__price-content_tax {
  text-align: right;
  font-size: 14px;
}

.o-m__price-cta {
  text-align: center;
  padding: 55px 0 0;
  @media screen and (max-width: 576px) {
    padding: 35px 0 0;
  }
}

.o-m__price-cta .o-c__cta-link_orange {
  display: inline-block;
  margin: 0px auto;
}

.o-m__price-note {
  margin: 30px 0 0;
}
