.feed-prev-btn,
.feed-next-btn {
  display: none;
}
.slick-track {
  display: flex;
}
.slick-prev:hover,
.slick-next:hover {
  opacity: 1;
}
.slick-next {
  background: url(../images/common/next.png) !important;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 9;
  right: 5px;
  top: 45%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 60px;
}
.slick-prev {
  background: url(../images/common/pre.png) !important;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 9;
  left: 5px;
  top: 45%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 60px;
}
.slick-next:before,
.slick-prev:before {
  display: none;
}
.slick-dots {
  bottom: 10px;
}
.slick-dots .slick-active button:before {
  color: #770000 !important;
}
.slick-dots li {
  margin: 0;
}
.slick-dots li button:before {
  opacity: 0.7;
  color: #fff;
}
.nakamura-box-wrap .nakamura-imgbox-wrap .right {
  position: static;
  text-align: right;
}
@media (max-width: 640px) {
  .tbl_block .date {
    width: 100% !important;
    margin-top: 50px;
  }
}

aside div#search button {
  background-size: 13px !important;
}
section.blog aside nav > div {
  font-weight: bold;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
section.blog #contents h1 .translate {
  display: block;
  font-size: 26px;
  margin: 10px 0 !important;
  color: #031a40;
}
section.blog .translate {
  display: block !important;
}
section div#contents article div.date {
  line-height: 2 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  background: $main-color !important;
  width: fit-content !important;
  padding: 0 15px !important;
  border-radius: 3px !important;
}
section div#contents > dl ul li {
  float: none !important;
}
section div#contents > dl ul li a {
  margin-bottom: 0 !important;
}

.fix-justify-content-center {
  justify-content: center !important;
}

.fix-entry-form-button .box {
  width: 32%;
  min-width: max-content;
}

.fix-entry-form-button .fix-button {
  width: 100%;
}

.fix-button {
  display: inline-block;
  min-width: fit-content;
  padding: 10px 20px;
  color: #fff;
  background-color: #770000;
  font-size: 13px;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .fix-button {
    font-size: 14px;
  }
}
