@charset "UTF-8";

.item-title {
  font-size: 18px;
  font-weight: bold;
  margin: 40px 0 10px;
}
.item-title:first-child {
  margin-top: 0;
}
.item-list li {
  line-height: 2;
  text-align: justify;
}
.text {
  line-height: 2;
  text-align: justify;
}
.mb30 {
  margin-bottom: 30px;
}


@media screen and (max-width: 768px) {
  .item-list li {
    font-size: 15px;
  }
  .text {
    font-size: 15px;
  }
}