/* ---------- 共通 ---------- */
a {
  color: inherit;
  text-decoration: none;
}

.page-title {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
}

/* ---------- 一部　リンク　---------- */

div.entry-content p a {
  text-decoration: underline !important;
}

div.item-text p a {
  text-decoration: underline !important;
  text-decoration-color: #0000ff;
}