body {
  background: white;
  background-color: white;
}

.blog-left .blog-card {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 20%;
}

.pagenate {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 90%;
  margin-top: 5%;
}
.pagenate a {
  color: #595959;
}
.pagenate .skip1,
.pagenate .skip2,
.pagenate .back,
.pagenate .next {
  flex: 25%;
  padding: 0;
}
.pagenate .skip1 a,
.pagenate .skip2 a,
.pagenate .back a,
.pagenate .next a {
  margin-left: 10%;
  margin-right: 10%;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  font-weight: 800;
  font-style: normal;
  font-weight: 800;
  padding: 3%;
  border: solid 1px #4f4f4f;
}
.pagenate .skip1 a:hover,
.pagenate .skip2 a:hover,
.pagenate .back a:hover,
.pagenate .next a:hover {
  background-color: white;
}
.pagenate .skip1 a,
.pagenate .skip2 a {
  width: 20%;
  margin: 0 auto;
}

.blog-left .blog-card h1 {
  font-size: 30px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.blog-left .blog-card h4 {
  font-size: 23px;
  margin-top: 50px;
  margin-bottom: 10px;
}
.blog-left .blog-card h5 {
  margin-top: 30px;
  font-size: 18px;
  margin-bottom: 10px;
}
.blog-left .category {
  margin-top: 2%;
}
.blog-left .category .date {
  font-size: 14px;
  margin-right: 5px;
}
.blog-left .category .category-list span {
  font-size: 14px;
}
.blog-left .content-box p {
  font-size: 16px;
  margin-top: 2%;
  margin-bottom: 2%;
  line-height: 170%;
}
.blog-left .content-box img {
  width: 60%;
  display: block;
  margin: 3% 0;
}

.page-title {
  font-size: 30px;
}

.back-title .h2 {
  font-size: 40px;
}

.back-title .h2 {
  font-size: 3.5vw;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #494949;
  position: absolute;
  top: 17%;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
}

@media (max-width: 700px) {
  .blog-left .blog-card h3 {
    font-size: 20px;
  }
  .blog-left .blog-card {
    width: 100%;
  }
  .pagenate {
    width: 100%;
  }
  .pagenate .back,
  .pagenate .next {
    flex: 30%;
  }
  .pagenate .skip1,
  .pagenate .skip2 {
    flex: 20%;
  }
  .pagenate .skip1 a,
  .pagenate .skip2 a {
    padding: 3% 0%;
  }
  .back-title .h2 {
    font-size: 22px;
    width: 100%;
    text-align: center;
  }
}/*# sourceMappingURL=single.css.map */