@media only screen and (min-width: 767px) {
  .mvWrap img {
    border-radius: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .mvWrap {
    width: 100%;
  }
}

#blog-list .row-1 .post-list > ul > li {
  flex-basis: calc((100% - 40px) / 2);
}
#blog-list .row-1 .post-list > ul > li .post-box {
  display: flex;
  justify-content: space-between;
}
#blog-list .row-1 .post-list > ul > li .post-box > div {
  flex-basis: calc((100% - 20px) / 2);
}
#blog-list .row-1 .post-list > ul > li .post-box .col-txt p, #blog-list .row-1 .post-list > ul > li .post-box .col-txt li {
  line-height: 1.5em;
}
#blog-list .row-1 .post-list > ul > li .post-box .col-txt .post-txt {
  font-weight: 300;
  margin-top: 5px;
}
#blog-list .row-1 .post-list > ul > li .post-box .col-txt .post-tag {
  margin-top: 5px;
}
@media only screen and (min-width: 767px) {
  #blog-list .row-1 .post-list > ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #blog-list .row-1 .post-list > ul > li:nth-of-type(n+3) {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  #blog-list .row-1 .post-list {
    margin: 0 auto;
    max-width: 500px;
  }
  #blog-list .row-1 .post-list > ul > li .post-box .col-txt p, #blog-list .row-1 .post-list > ul > li .post-box .col-txt li {
    font-size: 12px;
  }
  #blog-list .row-1 .post-list > ul > li .post-box .col-txt .post-tit {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  #blog-list .row-1 .post-list > ul > li .post-box .col-txt .post-txt {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  #blog-list .row-1 .post-list > ul > li:nth-of-type(n+2) {
    margin-top: 40px;
  }
}

#blog-post .post-tit {
  font-weight: 600;
  text-align: center;
  margin-top: 40px;
}
#blog-post .post-box {
  max-width: 600px;
  margin: 0 auto;
}
#blog-post .post-box > * {
  margin-bottom: 40px;
}
#blog-post .post-box p {
  font-size: 12px;
  line-height: 1.8em;
}
/*# sourceMappingURL=blog.css.map */