section#contents {
  padding: 50px 0 100px;
}
section#contents .waku h2 {
  margin-bottom: 30px;
}
section#contents .waku p.txt {
  margin-bottom: 50px;
  font-size: 14px;
  line-height: 2;
}
section#contents .waku ul#indexList li a h4 span {
  font-size: 18px;
}
@media only screen and (max-width: 1240px) {
  section#contents {
    padding: 40px 0 80px;
  }
  section#contents .waku h2 {
    margin-bottom: 20px;
  }
  section#contents .waku p.txt {
    margin-bottom: 40px;
    font-size: 13px;
  }
  section#contents .waku ul#indexList li a h4 span {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  section#contents {
    padding: 30px 0 60px;
  }
  section#contents .waku h2 {
    margin-bottom: 15px;
  }
  section#contents .waku p.txt {
    margin-bottom: 30px;
    font-size: 12px;
  }
  section#contents .waku ul#indexList li a h4 span {
    font-size: 16px;
  }
}
@media only screen and (max-width: 680px) {
  section#contents {
    padding: 20px 0 40px;
  }
  section#contents .waku h2 {
    margin-bottom: 10px;
  }
  section#contents .waku p.txt {
    margin-bottom: 20px;
    font-size: 11px;
  }
}

/* 20190412 追記 */
.img_catch {
  display: block;
  padding: 2% 0;
}
.img_catch img {
  width: 100%;
}
.fsL {
  font-size: 1.25em !important;
}
.newsTtl06 {
  display: inline-block;
  color: #fff;
  font-size: 1.25em;
  font-weight: bold;
  text-align: center;
  background-color: #035fb4;
  padding: 1rem;
  border-radius: 4px;
}
@media only screen and (max-width: 768px) {
  .fsL {
    font-size: 1em !important;
  }
}
