@charset "UTF-8";
/* ------------------------------
   gallery.css
------------------------------ */
/*sec-contents*/
.sec-contents{
    position: relative;
    padding: 150px 0 115px 0;
    box-sizing: border-box;
}
.sec-contents .sec-ttl{
    text-align: center;
    font-size: 3.6rem;
    line-height: calc(39 / 36);
    letter-spacing: -.01em;
    margin-bottom: 50px;
}

.post-contents .post{
    margin-bottom: 100px;
}
.sec-contents .post-contents .post-img{
  height: 206px;
}
.post-index{ margin-top: 40px;}


@media screen and (max-width: 767px) {
    .sec-contents{
        padding: 18% 0 18% 0;
    }
    .sec-contents .sec-ttl{
        font-size: 2.6rem;
        margin-bottom: 10%;
    }

    .post-contents .post{ margin-bottom: 0;}
    .post-contents .post+.post{ margin-top: 10%;}
    .sec-contents .post-contents .post-img{
      height: 50vw;
    }
    .post-contents .pager{ margin-top: 14%;}

.post-index{ margin-top: 8%;}

}
