/* ユーティリティ（Emmet記法） */
.u-ta-l {
  text-align: left !important;
}
.u-ta-r {
  text-align: right !important;
}
.u-ta-c {
  text-align: center !important;
}
.u-mt-0 {
  margin-top: 0 !important;
}
.u-mr-0 {
  margin-right: 0 !important;
}
.u-mb-0 {
  margin-bottom: 0 !important;
}
.u-ml-0 {
  margin-left: 0 !important;
}
.u-mt-1em {
  margin-top: 1em !important;
}
.u-mr-1em {
  margin-right: 1em !important;
}
.u-mb-1em {
  margin-bottom: 1em !important;
}
.u-ml-1em {
  margin-left: 1em !important;
}
.u-mt-2em {
  margin-top: 2em !important;
}
.u-mr-2em {
  margin-right: 2em !important;
}
.u-mb-2em {
  margin-bottom: 2em !important;
}
.u-ml-2em {
  margin-left: 2em !important;
}
.u-mt-a {
  margin-top: auto !important;
}
.u-mr-a {
  margin-right: auto !important;
}
.u-mb-a {
  margin-bottom: auto !important;
}
.u-ml-a {
  margin-left: auto !important;
}

.block-center h2 {
  margin-top: 30px;
}
.block-center .article-title {
  margin-top: 110px;
}
.article-img {
  display: flex;
  justify-content: center;
}
.article-img img {
  width: 60%;
}
.module-detail-date .date::after {
  display: none;
}
.block-center p img.icons {
  margin-bottom: 0;
}
.block-center > .section > div:not([class]) {
  margin-top: 1em;
}
.block-center > .section > .article-img {
  margin-top: 2em;
}
.block-center p.module-text--note {
  margin-top: 0.5em;
}
.module-large-num-list {
  margin: 1em 0;
  padding-left: 1em;
}
.module-large-num-list p {
  display: flex;
}
.module-large-num-list p span {
  margin-right: 1em;
}
.block-center .module-large-num-list p {
  font-weight: bold;
  margin-top: 0;
}
.module-article-list__body {
  justify-content: center;
}
.module-article-list__item-head {
  padding-top: 100%;
}
.module-article-list__item {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .article-img img {
    width: 100%;
  }
  .block-center .article-title {
    margin-top: 50px;
  }
  .module-article-list__body {
    margin-top: 0;
  }
  .module-article-list__item {
    margin-top: 1em;
  }
}
