@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
.p-single {
  padding-top: 15px;
  padding-bottom: 150px !important;
  flex: 1;
  order: 2;
}
@media (max-width: 767px) {
  .p-single {
    padding-bottom: 25px !important;
  }
}

.p-single-header {
  padding: 65px;
  margin-bottom: 55px;
  background: #f6f6f6;
  position: relative;
}
@media (max-width: 767px) {
  .p-single-header {
    padding: 20px;
    margin-bottom: 30px;
  }
}
.p-single-header__cat {
  display: inline-block;
}
.p-single-header__cat a {
  display: block;
  text-align: center;
  color: #222222;
  border-radius: 9999px;
  font-size: 1.8rem;
  text-decoration: none;
  padding: 1px 0;
  border: 2px solid #f6e320;
  width: 160px;
}
.p-single-header__cat a:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .p-single-header__cat a {
    font-size: 1.2rem;
  }
}
.p-single-header__title {
  text-align: left;
  font-size: 2.4rem;
  font-weight: 500;
  width: 100%;
  margin-top: 15px !important;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .p-single-header__title {
    font-size: 1.8rem;
  }
}
.p-single-header__date {
  text-align: right;
  display: inline-block;
  font-size: 1.6rem;
  letter-spacing: 2%;
}

.p-cat-content {
  position: relative;
  padding-top: 15px;
  padding-bottom: 150px !important;
  flex: 1;
  order: 2;
}
.p-cat-content__nav {
  position: relative;
  margin-top: 60px;
  padding-top: 35px;
  border-top: 1px solid #dddddd;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
@media (max-width: 767px) {
  .p-cat-content__nav {
    margin-top: 32px;
    display: block;
    margin-bottom: 30px;
  }
}
.p-cat-content__nav .prev {
  position: relative;
  flex: 1;
}
.p-cat-content__nav .prev a {
  display: block;
  font-size: 1.8rem;
  line-height: 1.6667em;
  text-decoration: none;
  padding-left: 25px;
  padding-right: 20px;
}
.p-cat-content__nav .prev a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -11px;
  background: url(../img/nav-prev.png) 0 0 no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
}
.p-cat-content__nav .prev a:hover {
  opacity: 0.7;
}
.p-cat-content__nav .next {
  position: relative;
  flex: 1;
}
.p-cat-content__nav .next a {
  display: block;
  font-size: 1.8rem;
  line-height: 1.6667em;
  text-decoration: none;
  padding-right: 25px;
  padding-left: 20px;
  text-align: right;
}
.p-cat-content__nav .next a::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -11px;
  background: url(../img/nav-next.png) 0 0 no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
}
.p-cat-content__nav .next a:hover {
  opacity: 0.7;
}
.p-cat-content__nav .home {
  flex: 0 0 auto;
  font-size: 1.8rem;
  line-height: 1.6667em;
}
@media (max-width: 767px) {
  .p-cat-content__nav .home {
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    text-align: center;
    margin: 20px auto;
  }
}
.p-cat-content__nav .home a {
  text-decoration: none;
}
.p-cat-content__nav .home a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .p-cat-content__nav .home a {
    display: block;
    padding: 20px 0;
  }
}

.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;
  font-size: 1.6rem;
  line-height: 1.75em;
}
.p-single-entry__body p a {
  color: #277cd6;
}
.p-single-entry__body h2 {
  margin-top: 50px;
  margin-bottom: 30px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5em;
  position: relative;
  padding-left: 60px;
}
.p-single-entry__body h2::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -10px;
  width: 53px;
  height: 48px;
  background: url(../img/stick-kurumi.png) 0 0 no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .p-single-entry__body h2::before {
    top: 0;
  }
}
@media (max-width: 767px) {
  .p-single-entry__body h2 {
    font-size: 2rem;
  }
}
.p-single-entry__body h3 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5em;
  margin-top: 50px;
  margin-bottom: 29px;
  border-bottom: 2px solid #222222;
  position: relative;
  padding: 18px 32px 18px;
}
.p-single-entry__body h3::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #f3f9fa;
  border-top-left-radius: 20px;
  width: 69px;
  height: 62px;
  z-index: -1;
}
@media (max-width: 767px) {
  .p-single-entry__body h3::before {
    width: 30px;
    height: 36px;
  }
}
@media (max-width: 767px) {
  .p-single-entry__body h3 {
    font-size: 1.6rem;
    margin-top: 40px;
    margin-bottom: 20px;
    padding: 8px 11px;
  }
}
.p-single-entry__body h4 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5em;
  border-left: 3px solid #222222;
  padding: 9px 27px;
  margin-top: 50px;
  margin-bottom: 29px;
}
@media (max-width: 767px) {
  .p-single-entry__body h4 {
    font-size: 1.6rem;
    padding-left: 10px;
    margin-top: 30px;
    margin-bottom: 20px;
    padding-top: 0%;
    padding-bottom: 0;
  }
}
.p-single-entry__body h5 {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5em;
  border-bottom: 1px dashed #222222;
  padding: 18px 20px;
  margin-top: 30px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .p-single-entry__body h5 {
    font-size: 1.4rem;
    padding: 8px 11px;
  }
}
.p-single-entry__body h6 {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5em;
  padding: 0;
  margin-top: 30px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .p-single-entry__body h6 {
    font-size: 1.4rem;
  }
}
.p-single-entry__body ul {
  margin-left: 0;
  padding-left: 0;
  list-style-position: inside;
}
.p-single-entry__body ul > li {
  margin-bottom: 12px;
}
.p-single-entry__body ol {
  list-style: none;
  list-style-position: inside;
  counter-reset: number;
  margin-left: 0;
  padding-left: 0;
}
.p-single-entry__body ol > li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 12px;
}
.p-single-entry__body ol > li::before {
  display: block;
  counter-increment: number;
  content: counter(number);
  position: absolute;
  left: 0;
  top: 3px;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  line-height: 20px;
  background: #222222;
}
/*# sourceMappingURL=style-single.css.map */
