@import url("https://fonts.googleapis.com/css2?family=Albert+Sans:wght@700&family=Zen+Kurenaido&display=swap");
.p-single-header {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0 0;
}
@media (max-width: 767px) {
  .p-single-header {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.p-single-header__cat {
  text-align: center;
  display: inline-block;
  min-width: 140px;
  margin-top: 30px;
  display: none;
}
.p-single-header__cat a {
  display: block;
  text-align: center;
  color: #fff;
  background: #54c3f1;
  border-radius: 6px;
  font-size: 1.5rem;
  font-weight: 500;
  text-decoration: none;
  padding: 5px 0;
}
.p-single-header__cat .holiday {
  background: #804c2e;
  color: #fff;
}
.p-single-header__title {
  clear: both;
  text-align: center;
  position: relative;
  margin: 1.5em 0 1em 0;
  font-size: 50px;
  letter-spacing: 0.1em;
  line-height: 1.6em;
  padding-bottom: 0.5em;
  font-family: zen-old-mincho, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.p-single-header__title::before {
  content: "";
  position: absolute;
  width: 40%;
  height: 1px;
  background: #2e3336;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 767px) {
  .p-single-header__title {
    font-size: 2rem;
  }
}
.p-single-header__date {
  text-align: right;
  display: block;
}

.p-cat-content {
  position: relative;
  padding-top: 65px;
  padding-bottom: 150px !important;
}
@media (max-width: 767px) {
  .p-cat-content {
    padding-top: 25px;
  }
}
.p-cat-content__nav {
  position: relative;
  margin-top: 100px;
  padding-bottom: 200px;
}
.p-cat-content__nav .prev {
  position: absolute;
  left: 0;
  top: 0;
  width: 51px;
  height: 51px;
}
.p-cat-content__nav .prev a {
  display: block;
  background: url(../img/angle-left.svg) 0 0 no-repeat;
  background-size: contain;
  width: 51px;
  height: 51px;
  text-decoration: none;
}
.p-cat-content__nav .prev a:hover {
  opacity: 0.7;
}
.p-cat-content__nav .next {
  position: absolute;
  right: 0;
  top: 0;
  width: 51px;
  height: 51px;
}
.p-cat-content__nav .next a {
  display: block;
  background: url(../img/angle-right.svg) 0 0 no-repeat;
  background-size: contain;
  width: 51px;
  height: 51px;
  text-decoration: none;
}
.p-cat-content__nav .next a:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .p-cat-content .c-col-2 {
    display: block;
  }
  .p-cat-content .c-col-2 > div {
    width: 100%;
    margin-bottom: 55px;
  }
}
.p-cat-content__side {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px;
}
.p-cat-content__side-title {
  margin-bottom: 25px;
}

.p-single-entry__body {
  position: relative;
  z-index: 3;
  line-height: 1.6em;
}
@media (max-width: 767px) {
  .p-single-entry__body {
    line-height: 2em;
  }
}
.p-single-entry__body p {
  margin-bottom: 35px;
}
.p-single-entry__body p a {
  color: #435494;
}
.p-single-entry__body h2 {
  margin-top: 80px;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .p-single-entry__body h2 {
    line-height: 1.7em;
  }
}
