@charset "UTF-8";

.sec-content {
  margin-bottom: 80px;
}
.sec-content .step-item {
  margin-bottom: 40px;
}
.sec .border-box {
  border: solid 3px #63CDFD;
  border-radius: 35px;
  padding: 30px;
  margin-top: 100px;
}
.sec .border-box .border-box-title {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 10px;
  text-align: center;
}
.sec .border-box .border-box-text {
  line-height: 1.8;
  text-align: justify;
}

/*-------------------------------------------
SP
-------------------------------------------*/
@media screen and (max-width: 767px) {
  .sec-content {
    margin-bottom: 40px;
  }
  .sec .border-box {
    border-radius: 25px;
    padding: 20px;
    margin-top: 60px;
  }
  .sec .border-box .border-box-title {
    font-size: 22px;
  }
}