/* MGK 静的サイト: page-layout。同じ表示設定を複数ページで共有します。 */
.mgk-article-lead {
  font-size: 1.12em;
  line-height: 1.9;
}
.mgk-static-article-cta {
  display: inline-block;
  background: #7c5bff !important;
  color: #fff !important;
  padding: 14px 24px;
  border-radius: 8px;
  text-decoration: none;
}
@media (min-width: 960px) {
  .mgk-static-article-body {
    box-sizing: border-box;
    width: 100%;
    padding-right: 32px !important;
  }
}
