/* Scss Document */
.present-form .title-l {
  margin-bottom: 1.5em;
}
.present-form em {
  color: #e51c24;
}
.present-head {
  margin-bottom: 2em;
  padding: 0.75em;
  color: #fff;
  background: #cb145a;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
.present-head h2 {
  line-height: 1;
}
.present-head .period {
  margin-top: 0.5em;
  padding: 0.25em 1em;
  border-radius: 2em;
  display: inline-block;
  color: #cb145a;
  background: #fff;
}
.present-list .column-item {
  padding: 20px;
  text-align: center;
}
.present-list .column-item h3 {
  margin-bottom: 1em;
  padding-left: 2em;
  line-height: 1.3;
  position: relative;
  text-align: left;
}
.present-list .column-item h3 .num {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 2em;
  width: 1.25em;
  height: 1.25em;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #cb145a;
  font-weight: bold;
  line-height: 1;
}
.present-list .column-item figure {
  text-align: center;
}
.present-list .column-item .target {
  margin: 1em 0;
  padding: 0.25em 0.5em;
  display: inline-block;
  color: #fff;
  background: #E95A24;
  font-size: 1.8rem;
  font-weight: bold;
}
.present-list .column-item p {
  text-align: left;
}

.caution-wrapper {
  margin-top: 2em;
  background: #f5f5f5;
  font-size: 1.4rem;
}
.caution-wrapper h3 {
  color: #163b70;
}

.form-btn-outer.not-member {
  margin-top: 1.5em;
}
.form-btn-outer.not-member .form-btn-item {
  background: #E2E2E2;
}

.monitor-container .title-l {
  margin: 2em auto 1.5em;
}
.monitor-container .title-m {
  margin: 2em auto 1em;
}
.monitor-container .title-s {
  margin: 1em auto 0;
  font-weight: 700;
}
.monitor-container ul {
  margin: 1em auto;
}
.monitor-container ul li {
  margin: 0.5em 0 0.5em 1.5em;
  list-style: disc;
}

@media only screen and (min-width: 601px) {
  .present-head h2 {
    font-size: 3rem;
  }
  .present-head .period {
    font-size: 1.8rem;
  }
  .present-list .column-item {
    padding: 20px;
  }
  .present-list .column-item h3 .num {
    font-size: 2.4rem;
  }
  .caution-wrapper {
    padding: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .present-head {
    margin-bottom: 1em;
  }
  .present-head h2 {
    font-size: 2rem;
  }
  .present-head .period {
    font-size: 1.4rem;
  }
  .present-list .column-item {
    padding: 5vw;
  }
  .caution-wrapper {
    padding: 5vw;
  }
}/*# sourceMappingURL=present.css.map */