@charset "UTF-8";

.inner-wrapper {
  max-width: 680px;
  margin: 0 auto;
}
.inner-wrapper .sec-text {
  margin-bottom: 25px;
}
.list-disc-title {
  font-size: 28px;
  margin-bottom: 15px;
}
.list-disc-title::before {
  content: "●";
  color: #63CDFD;
  font-size: 16px;
  margin-right: 5px;
}
.sec .list-disc {
  padding: 30px 7%;
}
.table-area {
  max-width: 840px;
  margin: 80px auto;
}
.bg-blue {
  background-color: rgba(99, 205, 253, 0.15);
  padding: 60px 0 40px;
}
.voice-list {
  margin-top: 50px;
}
.voice-list li {
  background-color: #fff;
  padding: 30px 5%;
  margin-bottom: 60px;
}
.voice-list li .voice-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.voice-list li .voice-head .voice-title {
  font-size: 22px;
  font-weight: bold;
  margin-right: 20px;
}
.voice-list li .voice-head .rate {
  max-width: 135px;
}
.voice-list li .voice-text {
  line-height: 1.8;
  text-align: justify;
}

/*-------------------------------------------
SP
-------------------------------------------*/
@media screen and (max-width: 767px) {
  .table-area {
    margin: 60px 0;
  }
  .voice-list li {
    padding: 20px;
    margin-bottom: 40px;
  }
  .voice-list li .voice-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px 0;
    margin-bottom: 15px;
  }
  .voice-list li .voice-head .voice-title {
    font-size: 20px;
    margin-right: 0;
  }
  .voice-list li .voice-head .rate {
    max-width: 120px;
  }
}