@charset "UTF-8";

.sec1 {
  margin-bottom: 120px;
}

.sec2 .inner-wrapper .inner-title {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 15px;
}
.sec2 .inner-wrapper .inner-text {
  line-height: 2;
  margin-bottom: 40px;
  text-align: justify;
}
.sec2 .inner-wrapper .inner-title::before {
  content: "●";
  color: #63CDFD;
  font-size: 16px;
  margin-right: 5px;
}
.sec2 .img-flex {
  max-width: 90%;
}
.sec2 .box-list {
  margin-bottom: 80px;
}
.sec2 .text-dl {
  font-size: 24px;
  font-weight: 500;
  margin: 60px 0 20px;
  line-height: 1.8;
  text-align: center;
}

/*-------------------------------------------
SP
-------------------------------------------*/
@media screen and (max-width: 767px) {
  .sec1 {
    margin-bottom: 80px;
  }

  .sec2 .inner-wrapper .inner-title {
    font-size: 20px;
  }
  .sec2 .inner-wrapper .inner-text {
    margin-bottom: 20px;
  }
  .sec2 .img-flex {
    max-width: 100%;
  }
  .sec2 .box-list {
    margin-bottom: 40px;
  }
  .sec2 .box-list li .list-title {
    width: 100%;
  }
  .sec2 .box-list li .list-title img {
    max-height: 24px;
  }
  .sec2 .box-list li:nth-child(2) .list-title img {
    max-height: 36px;
  }
  .sec2 .text-dl {
    font-size: 20px;
    margin: 40px 0 20px;
  }
}