<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* =======================================
TOP Page
FileName    :    style-blog.css
======================================= */
.blog .page-tit-wrap {
  background: #f8f8f8 url(../images/blog/main_tit_bg.png) no-repeat center right;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .blog .page-tit-wrap {
    background: #f8f8f8 url(../images/blog/main_tit_bg-sp.png) no-repeat center right;
    background-size: contain;
  }
}

.blog .small-container {
  margin: 80px auto;
}

@media screen and (max-width: 767px) {
  .blog .small-container {
    margin: 10.66% auto;
  }
}

.blog .blog-list {
  padding: 70px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media screen and (max-width: 767px) {
  .blog .blog-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10.66% 0 0;
  }
}

.blog .blog-list .blog-item {
  width: 30.2%;
  max-width: 350px;
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .blog .blog-list .blog-item {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .blog .blog-list .blog-item {
    width: 100%;
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  .blog .blog-list .blog-item:nth-child(n+2) {
    width: 46.4%;
  }
  .blog .blog-list .blog-item:nth-child(n+2) .blog-tag {
    top: 0;
    margin: 5.5% 0;
    font-size: 10px;
    font-size: 1rem;
  }
  .blog .blog-list .blog-item:nth-child(n+2) .sp-only.btn-wrap {
    width: auto;
    height: auto;
    max-width: unset;
    text-align: left;
    margin: 6.2% auto 23.4%;
  }
  .blog .blog-list .blog-item:nth-child(n+2) .sp-only.btn-wrap a {
    display: block;
    border: none;
    position: relative;
    color: #333;
  }
  .blog .blog-list .blog-item:nth-child(n+2) .sp-only.btn-wrap a:hover span {
    padding-left: 40px;
  }
  .blog .blog-list .blog-item:nth-child(n+2) .sp-only.btn-wrap a:before {
    content: "";
    display: block;
    width: 15px;
    height: 1px;
    background: #333;
    position: absolute;
    left: 0;
    top: 2px;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
  }
  .blog .blog-list .blog-item:nth-child(n+2) .sp-only.btn-wrap a span {
    font-weight: bold;
    padding-left: 25px;
    transition: all .4s ease;
  }
}

@media screen and (min-width: 768px) {
  .blog .blog-list .blog-item:nth-child(3n + 2) {
    margin: 0 4.7% 70px;
  }
}

.blog .blog-list .blog-item .img-box {
  text-align: center;
}

.blog .blog-list .blog-item .img-box img {
  max-width: 100%;
  height: auto;
}

.blog .blog-list .blog-item .img-box + .post-date {
  padding-top: 10px;
}

.blog .blog-list .blog-item .btn-wrap {
  margin: 7.2% auto 11.6%;
  width: 72.4%;
  height: 45px;
  text-align: center;
  max-width: 250px;
}

.blog .blog-list .blog-item .btn-wrap .btn-secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog .blog-list .blog-item .btn-wrap a {
  display: block;
}

.blog .blog-list .overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog .blog-list .overlay .btn-wrap {
  width: 40%;
  height: 18%;
  margin: 0;
  max-width: none;
}

.blog .blog-list .blog-tag {
  position: relative;
  top: -16px;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .blog .blog-list .blog-tag {
    top: -10px;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 3px  14px;
  }
}

.blog .blog-list .blog-tag + .post-date {
  margin-top: -3px;
}

.blog .blog-list .post-date {
  display: block;
  color: #666;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  padding-left: 0;
}

@media screen and (max-width: 767px) {
  .blog .blog-list .post-date {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.blog .blog-list .blog-list-tit {
  margin: 5px 0;
  color: #555;
  font-weight: bold;
  line-height: 1.8;
}

.blog .blog-list .blog-list-text {
  color: #777;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .blog .blog-list .blog-list-text {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.blog.list .list-nav {
  margin: 0 auto 60px;
}

/*# sourceMappingURL=style-blog.css.map */</pre></body></html>