@charset "UTF-8";
/* CSS Document */
@media (max-width: 768px) {
  #contents {
    font-family: Helvetica Neue, Helvetica, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}
#contents.bg-gray .cmn-page-ttl {
  margin-bottom: 0;
}

.cmn-contents-ttl {
  padding-bottom: 30px;
}
@media (min-width: 769px) {
  .cmn-contents-ttl {
    padding-bottom: 60px;
  }
}

article {
  margin-bottom: clamp(16px, 4.2666666667vw, 40px);
}
@media (min-width: 769px) {
  article {
    margin-bottom: 40px;
  }
}

article:last-of-type {
  margin-bottom: 0rem;
}

.datail article {
  margin-top: 6rem;
}

article .cmn-inner {
  border-top: 3px solid #1a9b6d;
}

article h3 a,
article h3 span {
  display: block;
  font-size: clamp(25px, 6.6666666667vw, 32px);
  padding: clamp(12px, 3.2vw, 16px) 0;
  font-weight: bold;
  line-height: 1.3;
  color: #1a9b6d;
  border-bottom: 1px solid #ddd;
}
@media (min-width: 769px) {
  article h3 a,
article h3 span {
    font-size: 32px;
    padding: 16px 0;
  }
}

@media (max-width: 768px) {
  article h3 {
    margin-bottom: 10px;
  }
}

article .post-date {
  display: block;
  line-height: 1.4;
  letter-spacing: 1px;
  font-size: clamp(12px, 3.2vw, 18px);
  font-weight: bold;
}
@media (min-width: 769px) {
  article .post-date {
    font-size: 18px;
  }
}

.report-block > figure {
  max-width: 400px;
  margin: clamp(16px, 4.2666666667vw, 40px) auto;
}
@media (min-width: 769px) {
  .report-block > figure {
    margin: 40px auto;
  }
}

.report-txt p {
  margin-bottom: clamp(12px, 3.2vw, 16px);
  font-size: clamp(13px, 3.4666666667vw, 16px);
  line-height: 1.7;
}

.report-txt p:last-of-type {
  margin-bottom: 0;
}

.report-block .list {
  margin: 4rem -2rem -2rem 0;
  /*	justify-content: center;*/
}

.report-block .list li {
  margin: 0 20px 20px 0;
}

@media screen and (max-width: 768px) {
  .datail article {
    margin-top: 3rem;
  }
  .report-block .list {
    margin: 2rem -1rem -1rem 0;
  }
  .report-block .list li {
    margin: 0 10px 10px 0;
  }
}
/*# sourceMappingURL=../css/maps/report.css.map */
