.visit-archive .posts .inner {
  padding-bottom: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.visit-archive .posts .inner .lists {
  margin-bottom: 95px;
}
.visit-archive .posts .inner .lists .post {
  width: calc(100% / 3 - 60px / 3);
  margin-right: 30px;
  margin-bottom: 30px;
}
.visit-archive .posts .inner .lists .post:nth-child(3n) {
  margin-right: 0;
}
.visit-archive .posts .inner .lists .post:nth-last-child(-n+3) {
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .visit-archive .posts .inner .lists .post {
    width: calc(100% / 1 - 0px / 1);
    margin-right: 0px;
    padding: 25px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: 1px solid #e9eae8;
  }
  .visit-archive .posts .inner .lists .post:nth-child(1n) {
    margin-right: 0;
  }
  .visit-archive .posts .inner .lists .post:nth-last-child(-n+3) {
    margin-bottom: 30px;
  }
  .visit-archive .posts .inner .lists .post:last-child {
    margin-bottom: 0;
  }
  .visit-archive .posts .inner .lists .post a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.visit-archive .posts .inner .lists .post .image {
  height: 185px;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .visit-archive .posts .inner .lists .post .image {
    width: 40%;
    height: 160px;
    margin-bottom: 0;
    margin-right: 20px;
  }
}
.visit-archive .posts .inner .lists .post .image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 600px) {
  .visit-archive .posts .inner .lists .post .content {
    width: calc(60% - 20px);
    margin-left: 20px;
  }
}
.visit-archive .posts .inner .lists .post .content .title {
  font-weight: bold;
  letter-spacing: -0.03em;
  line-height: 1.375;
  margin-bottom: 30px;
}
.visit-archive .posts .inner .lists .post .content .date {
  font-size: 14px;
  color: #c5c5c5;
}
.visit-archive .pagination {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.visit-archive .pagination .page-numbers {
  margin-right: 10px;
}
.visit-archive .pagination .page-numbers:nth-last-child(2) {
  margin-right: 0;
}
.visit-archive .pagination span.current {
  position: relative;
}
.visit-archive .pagination span.current::after {
  content: "";
  display: block;
  width: 120%;
  height: 1px;
  background: #ff350d;
  position: absolute;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.visit-archive .pagination .next,
.visit-archive .pagination .prev {
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #d7d8d6;
  border: 1px solid #d7d8d6;
}
.visit-archive .pagination .prev {
  margin-right: 20px;
}
.visit-archive .pagination .next {
  margin: 0 0 0 20px;
}