@charset "utf-8";

[id="gmonews"] em {
  color: #d90016;
}

[id="gmonews"] .main {
  margin-top: 0;
  text-align: center;
}
[id="gmonews"] .main img {
  width: auto;
}

[id="gmonews"] .h2 {
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid #dde0e5;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
[id="gmonews"] .h3 {
  margin-bottom: 8px;
  font-size: inherit;
  line-height: 1.5;
  font-weight: 700;
}

[id="gmonews"] .callout {
  display: block;
  border-radius: 8px;
  background-color: #f4f9fb;
  text-align: center;
}
[id="gmonews"] .callout :first-child {
  margin-top: 0;
}
[id="gmonews"] .callout :last-child {
  margin-bottom: 0;
}

[id="gmonews"] .callout figure {
  width: fit-content;
}

[id="gmonews"] .note {
  display: block;
  margin: 8px auto;
  color: #465059;
  text-align: right;
}

@media(max-width: 767.98px) {
  [id="gmonews"] .h2 {
    margin-top: 72px;
  }
  [id="gmonews"] .h3 {
    margin-top: 16px;
  }
  [id="gmonews"] .callout {
    margin: 0 auto 24px;
    padding: 32px 16px;
  }
  [id="gmonews"] .callout img {
    /* max-width: 298px; */
    width: auto;
  }
}
@media(min-width: 768px) {
  [id="gmonews"] .h2 {
    margin-top: 92px;
  }
  [id="gmonews"] .h3 {
    margin-top: 24px;
  }
  [id="gmonews"] .callout {
    margin: 32px auto;
    padding: 32px;
  }
}


