.lm-contents {
  padding: 60px 0 80px;
}

section.lm-section {
  width: 845px;
  margin: 0 auto;
  padding: 0;
}

section.lm-section h2 {
  font-size: 24px;
  line-height: 100%;
  font-weight: bold;
  color: #55a297;
}

section.lm-section + section.lm-section {
  margin-top: 60px;
}

.list-group {
  list-style: none;
  padding: 0;
  margin: 44px 0 0;
}

.list-group > li {
  border: 1px solid #dddddd;
  border-radius: 12px;
  padding: 22px 25px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.list-group__title {
  font-size: 24px;
  line-height: 1.7;
  font-weight: bold;
}

.list-group__subtitle {
  font-size: 18px;
  line-height: 1.7;
  font-weight: bold;
}

.list-group__title + .list-group__subtitle {
  margin-top: 1px;
}

.list-group__description {
  font-size: 14px;
  line-height: 24px;
  color: #363636;
}

.list-group__title + .list-group__description {
  margin-top: 7px;
}

.list-group__subtitle + .list-group__description {
  margin-top: 32px;
}

a.list-group__btn {
  display: inline-block;
  font-size: 16px;
  line-height: 100%;
  font-weight: bold;
  color: #ffffff;
  background-color: #55a297;
  text-align: center;
  padding: 20px 30px;
  border-radius: 12px;
  margin-top: 25px;
  text-decoration: none;
}

a.list-group__btn:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .sub_kv01 .top img {
    width: 71.82vw;
    max-width: 540px;
  }
  .lm-contents {
    padding: 10.664vw 10px 15.996vw;
  }
  section.lm-section {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  section.lm-section h2 {
    font-size: 4.7988vw;
    padding-left: 2.666vw;
  }
  section.lm-section + section.lm-section {
    margin-top: 10.664vw;
  }
  .list-group {
    margin: 9.0644vw 0 0;
  }
  .list-group > li {
    padding: 4.7988vw 4.7988vw 25px;
  }
  .list-group__title {
    font-size: 4.7988vw;
    line-height: 1.7;
  }
  .list-group__subtitle {
    font-size: 4.2656vw;
    line-height: 1.68;
  }
  .list-group__title + .list-group__subtitle {
    margin-top: 2.1328vw;
  }
  .list-group__description {
    font-size: 4.2656vw;
    line-height: 1.68;
  }
  .list-group__title + .list-group__description {
    margin-top: 2.1328vw;
  }
  .list-group__subtitle + .list-group__description {
    margin-top: 3.999vw;
  }
  a.list-group__btn {
    width: 100%;
    margin-top: 3.999vw;
    font-size: 4.2656vw;
    padding: 5.332vw;
  }
}