* {
  box-sizing: content-box;
}

img {
  width: 100%;
  height: auto;
}

.space {
  width: 100%;
  margin: 0 !important;
}

.history {
  margin-top: 5%;
}

.history .text-line h3 span {
  color: #2e3192;
}

.history .text-line {
  display: block;
}
.history .text-line h3 {
  width: 100%;
}

.search-result {
  text-align: center;
  margin-top: -5%;
  margin-bottom: 10%;
  font-size: max(1.2vw, 12px);
}

.history .text-line:before,
.history .text-line:after {
  background: #2e3192;
}

p.else {
  text-align: center;
  margin: 0 auto;
  margin-top: 5%;
  font-size: max(1.3vw, 12px);
}

h2 {
  text-align: center;
}
h2 span {
  font-size: max(1.5vw, 12px);
}

.h2-search {
  line-height: 100%;
}

.page-title {
  width: 1500px;
  max-width: 90%;
  margin: 50px auto;
  font-weight: 800;
  font-size: 40px;
  line-height: 100%;
  margin-top: 100px;
}
.page-title span {
  font-size: 16px;
}

section.blog {
  width: 1500px;
  max-width: 90%;
  margin: 0 auto;
  display: flex;
  position: relative;
  z-index: 10;
  color: #595959;
  align-items: flex-start;
}

.blog-left {
  width: 78%;
  display: flex;
  flex-wrap: wrap;
  padding-right: 5%;
}

.blog-card {
  width: 45%;
  margin-right: 5%;
  padding-bottom: 6%;
  margin-bottom: 5%;
}
.blog-card a {
  color: #595959;
}
.blog-card .date {
  display: inline;
  color: #595959;
}
.blog-card h3 {
  font-size: max(1.4vw, 15px);
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: #595959;
}

.archive {
  margin: 20px 0 50px 0;
}
.archive ul {
  padding-left: 5%;
  margin-left: 20px;
}
.archive ul a {
  display: inline !important;
}

.category {
  display: flex;
  font-weight: 400;
  margin-top: 10px;
}
.category .tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.category div {
  margin-bottom: 10px;
}
.category .date {
  font-size: max(1vw, 14px);
  margin-right: 20px;
}
.category .category-list {
  padding-right: 10px;
  font-size: 10px;
}
.category .category-list span {
  background-color: white;
  white-space: nowrap;
  border-radius: 0.2em;
  font-size: max(1vw, 10px);
}

.cate-box {
  margin: 5%;
  border-top: solid 1px #4f4f4f;
  border-bottom: solid 1px #4f4f4f;
  padding-top: 3%;
  padding-bottom: 20%;
  margin-top: 5%;
  margin-bottom: 5%;
  align-items: center;
  flex-wrap: wrap;
}

.cate-box2 {
  align-items: center;
  flex-wrap: wrap;
}

.blog-right {
  width: 27%;
  margin-bottom: 100px;
}
.blog-right h4 {
  font-size: 16px;
  margin-left: 5%;
  margin-bottom: 20px;
  color: #595959;
}
.blog-right .searchform {
  display: flex;
}
.blog-right input {
  display: block;
  border: solid 1px #4f4f4f;
  border-radius: 0;
  width: 70%;
  font-size: max(1.3vw, 12px);
  margin-left: 5%;
  padding: 5px 10px;
  font-size: 20px;
  background-color: white;
}
.blog-right input::-moz-placeholder {
  color: #ccc;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: max(1.2vw, 13px);
}
.blog-right input::placeholder {
  color: #ccc;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: max(1.2vw, 13px);
}
.blog-right #searchsubmit {
  border-radius: 0;
  width: 12%;
  margin-left: 0;
  border-left: 0;
  border-right: solid 1px #4f4f4f;
  padding: 2%;
}
.blog-right .category-list {
  font-size: max(1.1vw, 10px);
}
.blog-right .category-list a {
  display: inline !important;
  background-color: white;
  color: #595959;
  border: solid 1px #4f4f4f;
  padding: 3px 8px;
  white-space: nowrap;
  border-radius: 0.2em;
  font-size: max(1vw, 10px);
}
.blog-right .blog-card {
  width: 90%;
  margin-left: auto;
  padding-bottom: 10%;
}

.nate {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.page-numbers {
  padding: 4% 12%;
  margin: 3%;
  color: #8e8e8e;
  text-align: center;
  font-size: max(1.3vw, 13px);
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-weight: 400;
  white-space: nowrap;
  line-height: 110%;
  font-weight: 600;
}

.current,
.next,
.prev {
  color: #333333;
}

.prev {
  padding: 0% 16% 4% 2%;
}

.next {
  padding: 0% 2% 4% 16%;
}

.prev,
.next {
  margin-top: 0;
  line-height: 90%;
  font-size: 22px;
  font-weight: 400;
}
.prev span,
.next span {
  font-size: 12px;
  line-height: 100%;
}

.current {
  background-color: white;
}

.blog-title {
  font-family: toppan-bunkyu-midashi-go-std, sans-serif !important;
  margin-top: 15%;
  margin-bottom: 5%;
  font-size: max(2.8vw, 20px);
  padding: 0 3%;
  display: block;
}

footer hr {
  margin: 0 auto;
  margin-top: 10%;
}

.history .text-line {
  width: 90%;
}
.history .text-line span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow-x: hidden;
}

.blog-links {
  margin-top: 50px;
  margin-bottom: 100px;
  width: 100%;
}
.blog-links .blog-flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}
.blog-links .blog-flex a {
  width: 500px;
  max-width: 90%;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

@media (max-width: 850px) {
  input {
    width: 70%;
  }
  #searchsubmit {
    width: 20%;
  }
}
@media (max-width: 700px) {
  .blog-right .searchform {
    width: 300px;
  }
  section.blog {
    display: block;
    margin-top: 0;
  }
  .blog-left {
    width: 100%;
    display: block;
    flex-wrap: wrap;
  }
  .blog-right {
    width: 100%;
  }
  .blog-card {
    width: 100%;
  }
  .blog-card h3 {
    font-size: 15px;
  }
  input {
    width: 70%;
  }
  #searchsubmit {
    width: 12%;
  }
  .blog-right {
    margin-top: 15%;
  }
  .blog-right input {
    margin-left: 0;
  }
  .cate-box {
    margin: 5% 0;
  }
  .blog-right h4 {
    margin-left: 0;
  }
  .blog-right .blog-card {
    width: 100%;
  }
  .page-numbers {
    padding: 2% 3%;
    font-size: 11px;
    margin: 1%;
  }
  .next {
    padding: 2% 2% 2% 4%;
  }
  .history .text-line {
    top: 20%;
    bottom: auto;
    width: 90%;
  }
  .history .text-line span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow-x: hidden;
  }
  .history h2 {
    margin-top: 15%;
  }
}
@media (max-width: 350px) {
  .blog-right .searchform {
    width: 200px;
  }
}/*# sourceMappingURL=blog.css.map */