.blog-category__item--all, .blog-category__item--news, .blog-category__item--blog, .blog-category__item--case {
  width: 25%;
  padding: 0 10px;
}

.blog-category__item--all a, .blog-category__item--news a, .blog-category__item--blog a, .blog-category__item--case a {
  display: block;
  height: 60px;
  line-height: 56px;
  border: solid 4px;
  font-size: 1.125em;
  letter-spacing: 0.04em;
  text-align: center;
}

.blog-category__item--all a:hover, .blog-category__item--news a:hover, .blog-category__item--blog a:hover, .blog-category__item--case a:hover {
  opacity: 1;
}

.blog-category {
  margin-bottom: 90px;
}

.blog-category__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: 0 -10px;
}

.blog-category__item--all a {
  border-color: #007f7d;
  color: #007f7d;
}

.blog-category__item--all a:hover, .blog-category__item--all a.is-current {
  background: #007f7d;
  color: #fff;
}

.blog-category__item--news a {
  border-color: #588140;
  color: #588140;
}

.blog-category__item--news a:hover, .blog-category__item--news a.is-current {
  background: #588140;
  color: #fff;
}

.blog-category__item--blog a {
  border-color: #877e55;
  color: #877e55;
}

.blog-category__item--blog a:hover, .blog-category__item--blog a.is-current {
  background: #877e55;
  color: #fff;
}

.blog-category__item--case a {
  border-color: #825b7f;
  color: #825b7f;
}

.blog-category__item--case a:hover, .blog-category__item--case a.is-current {
  background: #825b7f;
  color: #fff;
}

.blog-content {
  margin-bottom: 80px;
}

.blog-content .no-post {
  padding: 40px 0;
  margin-bottom: 20px;
}

@media screen and (max-width: 519px) {
  .blog-category__item--all, .blog-category__item--news, .blog-category__item--blog, .blog-category__item--case {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .blog-category {
    margin-bottom: 60px;
  }
  .blog-category__list {
    margin: 0 -5px;
  }
  .blog-content {
    margin-bottom: 50px;
  }
  .blog-content .no-post {
    padding: 10px 0;
    margin-bottom: 80px;
  }
}

/* single */
.entry-header {
  margin-bottom: 25px;
}

.entry-title {
  padding-bottom: .5em;
  margin: 0;
  border-bottom: solid 1px;
}

.entry-meta {
  margin-top: 12px;
}

.entry-cat {
  display: inline-block;
  margin: 0 5px 5px 0;
}

.entry-cat > * {
  display: block;
  width: 100px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-align: center;
}

.entry-content > * + * {
  margin-top: 2em;
}

.entry-content ul {
  list-style: disc;
  padding-left: 1.2em;
}

.entry-content ol {
  list-style: decimal;
  padding-left: 1.2em;
}

.entry-content table th,
.entry-content table td {
  vertical-align: middle;
  border: solid 1px #000;
  padding: 12px 20px;
}

.entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  margin-bottom: 17px;
}

.entry-content h2 + *, .entry-content h3 + *, .entry-content h4 + *, .entry-content h5 + *, .entry-content h6 + * {
  margin-top: 0;
}

@media screen and (max-width: 519px) {
  .entry-content table th,
  .entry-content table td {
    padding: 5px 10px;
  }
}

/* selling */
.selling-article .entry-header,
.selling-article .entry-content,
.selling-data,
.selling-attention,
.selling-cv {
  max-width: 800px;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}

.selling-article .entry-content,
.selling-data__list,
.selling-attention {
  font-size: .875em;
  line-height: 1.929;
}

.selling-article .h4 {
  line-height: 1.569;
}

.selling-slider {
  margin: 52px auto;
}

.selling-slider img {
  width: 100%;
}

.selling-slider .slider-thumbnail {
  max-width: 845px;
  width: 92%;
  margin: 35px auto 0;
  cursor: pointer;
}

.selling-slider .slider-thumbnail .swiper-wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.selling-data {
  margin-top: 45px;
}

.selling-data__list > div > dt {
  width: 250px;
}

.selling-attention {
  margin-top: 60px;
}

.selling-cv {
  padding: 35px 0 30px;
  border-top: solid 4px #000;
  border-bottom: solid 4px #000;
  font-style: normal;
  text-align: center;
}

.selling-cv__lb {
  font-size: 1.25em;
  line-height: 1.5;
}

.selling-cv__tel {
  font-size: 50px;
  line-height: 1;
  white-space: nowrap;
}

.selling-cv__time {
  margin-top: 5px;
}

@media screen and (max-width: 519px) {
  .selling-slider {
    margin: 30px auto;
  }

  .selling-slider .slider-thumbnail {
    margin-top: 20px;
  }
  
  .selling-data__list > div > dt {
    width: 100px;
  }
  
  .selling-attention {
    margin-top: 30px;
  }
  
  .selling-cv {
    padding: 25px 0 20px;
    border-top-width: 2px;
    border-bottom-width: 2px;
  }

  .selling-cv__lb {
    font-size: 1.125em;
  }
  
  .selling-cv__tel {
    margin-top: 8px;
    font-size: 40px;
    font-size: 12vw;
  }
  
  .selling-cv__time {
    margin-top: 3px;
  }
}

/* slider */
.swiper-button-prev,
.swiper-button-next {
  top: 0 !important;
  width: 60px !important;
  height: 100% !important;
  margin-top: 0 !important;
  background: none !important;
}

.swiper-button-prev {
  left: 17.2% !important;
}

.swiper-button-next {
  right: 17.2% !important;
}

.swiper-button-prev::before,
.swiper-button-next::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  display: block;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  border-top: solid 1px #000;
  border-left: solid 1px #000;
}

.swiper-button-prev::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-left: -8px;
}

.swiper-button-next::before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  margin-left: -24px;
}

@media screen and (max-width: 767px) {
  .slider-thumbnail .swiper-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .slider-thumbnail .swiper-slide {
    width: 19% !important;
    margin: 0 .5% 4px !important;
  }
  .swiper-button-prev,
  .swiper-button-next {
    width: 40px !important;
  }
  .swiper-button-prev {
    left: 0 !important;
  }
  .swiper-button-next {
    right: 0 !important;
  }
  .swiper-button-prev::before {
    -webkit-transform: rotate(-45deg) scale(.5);
            transform: rotate(-45deg) scale(.5);
  }
  .swiper-button-next::before {
    -webkit-transform: rotate(135deg) scale(.5);
            transform: rotate(135deg) scale(.5);
  }
}

/* pagenation */
.pagenation {
  font-size: 1.125em;
  line-height: 1;
}

.pagenation ul {
  padding: 0;
}

.pagenation li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 18px 24px 0;
}

.pagenation .prev,
.pagenation .next {
  font-size: 1.333em;
}

.pagenation span,
.pagenation a {
  padding-bottom: .4em;
}

.pagenation span {
  border-bottom: solid 1px;
}

@media screen and (max-width: 519px) {
  .pagenation {
    font-size: 1em;
    margin-top: 10px;
  }
}

/* search */
.search-article {
  border-top: solid 1px #ddd;
  padding: 30px 0 20px;
}

.search-article:last-child {
  border-bottom: solid 1px #ddd;
}

.search-article a {
  color: #007f7d;
  font-weight: 700;
}

.search-article .entry-header {
  margin-bottom: 10px;
}

.search-article .entry-title {
  font-size: 129%;
  margin: 0;
}

.search-article .entry-summary {
  color: #9f9f9f;
}

@media screen and (max-width: 519px) {
  .search-article {
    padding: 22px 0 15px;
  }
  .search-article .entry-header {
    margin-bottom: 7px;
  }
}

/* 404 */
.error-404 .widget {
  margin: 2.2em 0;
}

.error-404 .widget ul {
  padding: 0;
}

.error-404 .widgettitle {
  padding-bottom: .3em;
  margin-bottom: .5em;
  border-bottom: solid 1px;
  font-size: 1.25em;
}

.search-submit {
  padding: 15px 1.5em !important;
}
