/* カスタマイズ用CSS */
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@500;700&display=swap');

h1, h2, h3, h4,
.ec-headingTitle,
.ec-pageHeader__title,
.ec-secHeading,
.page-title,
.sub-title,
.heading,
.ttl {
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ ProN", sans-serif !important;
  font-weight: 700;
}

.ec-404Role .ec-404Role__icon img{
    max-width: 220px;
    width: 100%;
    height: auto;
    max-height: 40px;
}