@charset "utf-8";

/* 定期コイン購入コース
------------------------------------------ */
h1 img {
  display: block;
}

.coin-subscription-01 {
  background: #eafbf3;
  margin: 0 auto;
  padding-bottom: 60px;
}

.coin-subscription-01-inner {
  padding: 40px 100px;
}

.coin-subscription-01 img {
  margin-bottom: 15px;
  width: 100%;
  height: auto;
}

.coin-subscription-01 p {
  line-height: 200%;
}

.coin-subscription-01 p span {
  font-weight: bold;
  text-decoration: underline;
}

/* 定期コイン購入コース：コース紹介
------------------------------------------ */
.course-wrap {
  display: flex;
  justify-content: space-around;
  width: 98%;
}

.course {
  background: #fff;
  border: 1px #ccc solid;
  border-radius: 12px;
  margin-bottom: 20px;
}

.course-color-blue {
  background: #6586d8;
}

.course-color-green {
  background: #62b542;
}

.course-color-orange {
  background: #e18e37;
}

.course-img {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  z-index: -1;
}

.course-hd {
  border-radius: 12px 12px 0 0;
  color: #fff;
  padding: 15px;
  position: relative;
  z-index: 0;
}

.course-hd .course-hd-name {
  font-size: 18px;
  font-weight: bold;
}

.course-hd .course-hd-price {
  font-size: 18px;
}

.course-hd .course-hd-price span {
  font-size: 12px;
  font-weight: normal;
}

.course-hd .course-hd-coin {
  display: flex;
  align-items: center;
  color: #ffd84f;
  font-weight: bold;
  line-height: 200%;
}

.course-hd .course-hd-coin img {
  padding-right: 3px;
}

.course-bd {
  padding: 15px;
}

.course-bd-ttl {
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: bold;
  padding-bottom: 5px;
}

.course-bd-3month span.three-months-over {
  background: #fff1e7;
  border: 1px #fe2e00 solid;
  border-radius: 50px;
  color: #fe2e00;
  font-size: 11px;
  font-weight: bold;
  padding: 5px 8px 3px;
}

.course-bd-3month span.three-months-over span {
  font-size: 14px;
}

.course-alert p {
  display: flex;
  align-items: center;
  color: #6f83ac;
  font-size: 14px;
  font-weight: bold;
}

.course-alert ul li {
  font-size: 12px;
}

/* 定期コイン購入コース：利用例
------------------------------------------ */
.coin-subscription-02 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.coin-subscription-02 .example-01 {
  background: #eafbf3;
  margin: 0 0 30px;
  padding: 30px;
  border-radius: 12px;
  position: relative;
}

.coin-subscription-02 .example-02 {
  background: #eafbf3;
  margin: 0 38px 30px 0;
  padding: 30px;
  border-radius: 12px;
  display: block;
  position: relative;
}

.coin-subscription-02 .example-01 img {
  position: absolute;
  bottom: -54px;
  right: -50px;
}

.coin-subscription-02 .example-02 img {
  position: absolute;
  bottom: -30px;
  right: -38px;
  transform: scaleX(-1);
}

.coin-subscription-02 .example-01 p.example-ttl {
  border-bottom: 2px #0ca795 dashed;
  color: #0ca795;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
  width: fit-content;
}

.coin-subscription-02 .example-02 p.example-ttl {
  border-bottom: 2px #0ca795 dashed;
  color: #0ca795;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
  width: fit-content;
  text-align: right;
  display: inline-block;
}
