body {
  font-family: Arial, 'Helvetica Neue', "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 22px;
  line-height: 1.8;
}

.bg-ascot {
  background-color: #792D32 !important;
}
.border-color-ascot {
  border-color: #792D32 !important;
}
.text-ascot {
  color: #792D32 !important;
}

.single-content h2 {
  color: #792D32 !important;
  font-size: calc(1.5rem + .9vw);
  font-weight: 800;
  margin-bottom: 3rem;
  text-align: center;
}
.single-content h3 {
  color: #792D32 !important;
  font-size: calc(1.3rem + .6vw);
  font-weight: 800;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}
.single-content h4 {
  font-weight: 800;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}

.target-blank:after {
  content: url("/img/common/box-arrow-in-up-right.svg");
}

/* 必要な項目だけOverrideする */
.pagination {
  justify-content: center;
}
.pagination > li > a {
  color: #792D32;
  border: none;
}

.pagination > .active > a,
.pagination > li > a:hover {
  color: #fff;
  background: #792D32;
}
