/*================================
 #mixins
 ===============================*/
/*================================
 # colors
===============================*/
/*=========================================
*info
=========================================*/
.info .hero {
  background-image: url(../img/info-hero.jpg);
}
.info-inner {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  margin-top: 122px;
}
@media screen and (max-width: 599px) {
  .info-inner {
    margin-top: 52px;
  }
}
.info-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 122px;
}
@media screen and (max-width: 599px) {
  .info-list {
    margin-top: 52px;
  }
}
.info-item {
  width: calc((100% - 90px) / 4);
  margin-left: 30px;
}
@media screen and (max-width: 599px) {
  .info-item {
    width: calc((100% - 15px) / 2);
    margin-left: 15px;
  }
}
.info-item:first-of-type, .info-item:nth-of-type(5), .info-item:nth-of-type(9), .info-item:nth-of-type(13) {
  margin-left: 0;
}
@media screen and (max-width: 599px) {
  .info-item:nth-of-type(odd) {
    margin-left: 0;
  }
}
.info-item:nth-of-type(n+5) {
  margin-top: 60px;
}
@media screen and (max-width: 599px) {
  .info-item:nth-of-type(n+3) {
    margin-top: 30px;
  }
}
.info-item-title {
  font-size: 2rem;
  line-height: 1.479;
  margin-top: 10px;
  color: #000;
}
@media screen and (max-width: 599px) {
  .info-item-title {
    font-size: 1.2rem;
    margin-top: 5px;
  }
}
.info-img {
  padding-top: 69%;
  position: relative;
}
@media screen and (max-width: 599px) {
  .info-img {
    padding-top: 64.8%;
  }
}
.info-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.info-cat {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.479;
  margin-top: 10px;
  padding: 2px 5px;
  color: #1967b2;
  border: 1px solid #1967b2;
}
@media screen and (max-width: 599px) {
  .info-cat {
    font-size: 1.2rem;
    padding: 1px 5px;
    margin-top: 5px;
  }
}
.info-excerpt {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #9c9c9c;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .info-excerpt {
    font-size: 1.3rem;
    margin-top: 5px;
  }
}
.info-title {
  font-size: 2.4rem;
  line-height: 1.4791;
  letter-spacing: 0.2em;
  margin-top: 10px;
}
@media screen and (max-width: 599px) {
  .info-title {
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: normal;
  }
}
.info-eyecatch {
  margin-top: 30px;
}
@media screen and (max-width: 599px) {
  .info-eyecatch {
    margin-top: 14px;
  }
}
.info-content {
  margin-top: 30px;
}
@media screen and (max-width: 599px) {
  .info-content {
    margin-top: 20px;
  }
}
.info-content h2 {
  font-size: 3.2rem;
  line-height: 1.479;
  color: #1967b2;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 599px) {
  .info-content h2 {
    font-size: 2rem;
  }
}
.info-content p {
  color: #000;
  font-size: 1.4rem;
  line-height: 2;
  margin-top: 20px;
}
@media screen and (max-width: 599px) {
  .info-content p {
    margin-top: 10px;
    font-size: 1.3rem;
  }
}
.info-content h3 {
  font-size: 2.4rem;
  line-height: 1.479;
  color: #000;
  letter-spacing: 0.2em;
  margin-top: 60px;
}
@media screen and (max-width: 599px) {
  .info-content h3 {
    font-size: 1.6rem;
  }
}
.info-content img {
  margin-top: 20px;
}
@media screen and (max-width: 599px) {
  .info-content img {
    margin-top: 10px;
  }
}
.info .wp-pagenavi {
  margin-top: 60px;
}
@media screen and (max-width: 599px) {
  .info .wp-pagenavi {
    margin-top: 30px;
  }
}

.s-info .info-date {
  display: inline-block;
}/*# sourceMappingURL=info.css.map */