@charset "UTF-8";

.sec .content-title {
  font-size: 32px;
  font-weight: 500;
  margin: 60px 0;
  text-align: center;
}
.sec .content-text {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 40px;
  line-height: 2;
  text-align: center;
}
.sec .content-title + .content-text {
  margin-top: -40px;
}
.sec .border-box-solid {
  margin-top: -20px;
}
.sec .img-wide {
  margin: 120px 0;
}

/*-------------------------------------------
SP
-------------------------------------------*/
@media screen and (max-width: 767px) {
  .sec .content-title {
    font-size: 26px;
    margin: 40px 0;
  }
  .sec .content-text {
    font-size: 16px;
  }
  .sec .content-title + .content-text {
    margin-top: -20px;
  }
  .sec .content-text {
    font-size: 16px;
    text-align: justify;
  }
  .sec .border-box-solid {
    margin-top: 0;
  }
  .sec .img-wide {
    margin: 60px 0;
  }
}