@charset "UTF-8";
/*
  /rakurakucloud/jinjiroumu/asset/css/object/module/m-price.css
  料金プランモジュール用CSS
*/
/* 初期費用＋月額費用モジュール */
.m-price-content {
  width: 700px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  @media screen and (max-width: 840px) {
    width: 100%;
  }
  @media screen and (max-width: 600px) {
    width: 100%;
    display: block;
  }
}
.m-price-content__box {
  width: 43%;
  padding: 30px 20px 10px;
  border-radius: 10px;
  @media screen and (max-width: 600px) {
    width: 80%;
    padding: 20px 10px 10px;
    margin: 0 auto;
  }
}
.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: 600px) {
    width: 100%;
  }
}
.m-price-content-box-title {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: var(--rjinjiroumu-primary);
  @media screen and (max-width: 600px) {
    font-size: 18px;
    padding: 0 0 5px;
  }
}
.m-price-content__box-amount {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  @media screen and (max-width: 600px) {
    font-size: 30px;
    line-height: 1;
  }
}
.m-price-content__box-text {
  font-size: 24px;
  font-weight: 500;
  @media screen and (max-width: 600px) {
    font-size: 18px;
  }
}
.m-price-content__box-tax {
  text-align: right;
  font-size: 14px;
}
.m-price-content__box-caption {
  margin: 0 0 0 10px;
  line-height: 1.2;
  .u-text-annotation {
    margin: 0 0 0 -10px;
  }
}
.m-price-point {
  width: 700px;
  margin: 40px auto 0;
  display: flex;
  justify-content: space-between;
  @media screen and (max-width: 600px) {
    width: 100%;
  }
}
.m-price-cta {
  text-align: center;
  padding: 55px 0 0;
  display: flex;
  justify-content: center;
  @media screen and (max-width: 600px) {
    display: block;
  }
}
.m-price-note {
  width: 700px;
  margin: 30px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  @media screen and (max-width: 600px) {
    width: 100%;
  }
  &::before {
    content: "※";
    flex-shrink: 0;
  }
}
.m-price-note__text {
  flex: 1;
  line-height: 1.6;
}

/* 月額費用のみモジュール */

.m-price-1content__inner {
  width: 740px;
  gap: 0 40px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 0 auto 0 180px;
  @media screen and (max-width: 1024px) {
    width: 100%;
    margin: 0 auto;
  }
  @media screen and (max-width: 840px) {
    flex-direction: column;
    align-items: center;
  }
}
.m-price-1content__box {
  width: 60%;
  height: 150px;
  padding: 30px 20px 10px;
  border-radius: 10px;
  @media screen and (max-width: 840px) {
    width: 400px;
  }
  @media screen and (max-width: 600px) {
    width: 300px;
    height: auto;
    padding: 20px 10px 10px;
    margin: 0 auto;
  }
}
.m-price-1content-title {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  @media screen and (max-width: 600px) {
    font-size: 18px;
  }
}
.m-price-1content__box-amount {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  @media screen and (max-width: 600px) {
    font-size: 30px;
    line-height: 1;
    padding: 5px 0 0;
  }
}
.m-price-1content__box-text {
  font-size: 24px;
  font-weight: 500;
  @media screen and (max-width: 600px) {
    font-size: 18px;
  }
}
.m-price-1content__box-tax {
  text-align: right;
  font-size: 14px;
}
.m-price-1content__point {
  width: 700px;
  display: flex;
  flex-direction: column;
  @media screen and (max-width: 840px) {
    width: 100%;
    margin: 30px auto 0;
    justify-content: center;
    align-items: center;
  }
  @media screen and (max-width: 600px) {
    margin: 20px auto 0;
  }
}

.m-price-1content__text {
  font-size: 18px;
  font-weight: 700;
  margin: 20px 0 0;
}
.m-price-1content__note {
  display: block;
  margin: 20px 0 0;
}
