#single {
  width: 100%;
  max-width: 132rem;
  padding-inline: 6rem;
  margin-inline: auto;
  padding-block: 10rem 16rem;
}
#single .post-content article .post-time {
  margin-bottom: 1rem;
}
#single .post-content article .post-time time {
  display: block;
  font-size: 1.5rem;
}
#single .post-content article .post-title {
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.4;
  border-bottom: 1px solid #1A1A1A;
  padding-bottom: 5rem;
  margin-bottom: 6rem;
}
#single .post-content article .post-edit {
  font-size: 1.5rem;
}
#single .post-content article .post-edit p {
  margin-block: 4rem;
}
#single .post-content article .post-edit p a {
  color: #C79F62;
  text-decoration: underline;
}
#single .post-content article .post-edit .wp-block-image {
  margin-block: 4rem;
}
#single .post-content article .post-edit .wp-block-image .wp-element-caption {
  margin-bottom: 0;
}
#single .post-navigation {
  display: flex;
  align-items: center;
  margin-top: 10rem;
}
#single .post-navigation .nav-previous {
  width: 33.3333333333%;
}
#single .post-navigation .nav-previous a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.3rem;
  font-weight: 500;
  padding-left: 7.5rem;
  margin-right: auto;
  position: relative;
}
#single .post-navigation .nav-previous a::before {
  content: "";
  display: block;
  width: 5.5rem;
  height: 5.5rem;
  border: 1px solid #1A1A1A;
  border-radius: 50%;
  background-image: url(../img/common/arw_left_simple_b.png);
  background-size: 0.53rem 0.93rem;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#single .post-navigation .nav-archive {
  width: 33.3333333333%;
}
#single .post-navigation .nav-archive a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.3rem;
  color: #C79F62;
  border-bottom: 1px solid #C79F62;
  padding-block: 0.2rem;
  margin-inline: auto;
}
#single .post-navigation .nav-next {
  width: 33.3333333333%;
}
#single .post-navigation .nav-next a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.3rem;
  font-weight: 500;
  padding-right: 7.5rem;
  margin-left: auto;
  position: relative;
}
#single .post-navigation .nav-next a::before {
  content: "";
  display: block;
  width: 5.5rem;
  height: 5.5rem;
  border: 1px solid #1A1A1A;
  border-radius: 50%;
  background-image: url(../img/common/arw_right_simple_b.png);
  background-size: 0.53rem 0.93rem;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media (max-width: 750px) {
  #single {
    max-width: 100%;
    padding-inline: 2.5rem;
    padding-block: 8rem 10rem;
  }
  #single .post-content article .post-time {
    margin-bottom: 0.6rem;
  }
  #single .post-content article .post-time time {
    font-size: 1.3rem;
  }
  #single .post-content article .post-title {
    font-size: 2.2rem;
    line-height: 1.4;
    padding-bottom: 3rem;
    margin-bottom: 4rem;
  }
  #single .post-content article .post-edit {
    font-size: 1.3rem;
  }
  #single .post-navigation {
    margin-top: 6rem;
  }
  #single .post-navigation .nav-previous a {
    width: 3.5rem;
    height: 3.5rem;
    font-size: 0;
    color: transparent;
    padding-left: 0;
  }
  #single .post-navigation .nav-previous a::before {
    width: 100%;
    height: 100%;
    background-size: 0.43rem 0.73rem;
  }
  #single .post-navigation .nav-next a {
    width: 3.5rem;
    height: 3.5rem;
    font-size: 0;
    color: transparent;
    padding-right: 0;
  }
  #single .post-navigation .nav-next a::before {
    width: 100%;
    height: 100%;
    background-size: 0.43rem 0.73rem;
  }
}/*# sourceMappingURL=single.css.map */