@charset "UTF-8";

.sec .sec-subtitle {
  font-size: 20px;
  margin: 30px 0;
  text-align: center;
}
.sec .sec-subtitle.disc::before {
  content: "●";
  color: #63CDFD;
  font-size: 12px;
  margin-right: 5px;
}
.sec .sec-subtext {
  margin-bottom: 20px;
  line-height: 1.6;
  text-align: center;
}
.sec .btn-blue {
  margin-bottom: 40px;
}
.sec .inner-wrapper .list-decimal {
  padding: 30px 7%;
  margin-bottom: 100px;
}
.sec .inner-wrapper .list-disc {
  padding: 30px 7%;
}
.sec .sec-merit {
  margin-bottom: 80px;
}
.sec-subtitle.disc {
  margin-bottom: 20px;
}
.merit1 .inner-wrapper {
  max-width: 550px;
}
.merit4 .inner-wrapper {
  max-width: 400px;
}

/*-------------------------------------------
SP
-------------------------------------------*/
@media screen and (max-width: 767px) {
  .sec .inner-wrapper .list-decimal {
    padding: 20px;
    margin-bottom: 80px;
  }
  .sec .inner-wrapper .list-disc {
    padding: 20px;
  }
  .sec .sec-merit {
    margin-bottom: 60px;
  }
}