@media print, screen and (min-width: 768px) { .articleWrap a { color: #0879e8; text-decoration: underline; }
  .articleWrap a:hover { text-decoration: none; }
  .articleWrap a:hover img { opacity: .8; }
  .articleWrap a.telLink { color: inherit; text-decoration: none; pointer-events: none; }
  .articleWrap p + p { margin-top: 1em; }
  .pageLinkList { margin: 1.5em 0 2em; display: flex; flex-wrap: wrap; justify-content: space-between; }
  .pageLinkList > * { width: calc((100% - 20px)/3); margin-bottom: .5em; }
  .pageLinkList > *.textLinkWrap { padding-top: 1em; width: 50%; text-align: right; }
  .pageLinkList > * a { font-weight: bold; color: #00024d; text-decoration: underline; } }
@media screen and (max-width: 767px) { .articleWrap { padding: 1em; margin-bottom: 3em; }
  .articleWrap a { color: #0879e8; text-decoration: underline; }
  .articleWrap p + p { margin-top: 1em; }
  .pageLinkList { margin: 1.5em 0 2em; display: flex; flex-wrap: wrap; justify-content: space-between; }
  .pageLinkList > * { width: 48.5%; margin-bottom: .5em; }
  .pageLinkList > *.textLinkWrap { text-align: right; width: 100%; }
  .pageLinkList > * a { font-weight: bold; color: #00024d; text-decoration: underline; } }
