@charset "utf-8";
@media only screen and (max-width: 767px) {
/*------------------------------------------
 *    Main
------------------------------------------*/
#container {
    display: block;
    justify-content: inherit;
    margin: 0;
    width: 100%;
}

#breadcrumbs {
    margin: 0 16px 16px 16px;
    width: auto;
    font-size: 11px;
}

.postlist-header {
    margin: 0 0 32px 0;
    padding: 0 16px;
}
.postlist-header-in {
    padding: 0 0 16px 0;
    border-bottom: 1px solid #222; 
}

.postlist {
    padding: 0 16px;
}
.postlist-post {}
.postlist-post:first-child a {
    padding: 0 0 8px 0;
}
.postlist-post a {
    padding: 8px 0;
}
.postlist-post .thumb {
    margin: 0 12px 0 0;
    width: 90px;
    height: 90px;
}
.postlist-post .content {
    width: calc(100% - (90px + 12px));
}
.postlist-post .time {
    font-size: 11px;
}
.postlist-post .title {
    margin: 0 0 8px 0;
    font-size: 16px;
}
.postlist-post .excerpt {
    font-size: 11px;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
    
.pagination .nav-links {
    margin: 16px;
    line-height: 1;
}
.pagination .nav-links a {
    font-size: 14px;
}
.post-navigation {
    margin: 0 16px;
}

.post .thumb {
}
.post .time {
    margin: 0 0 8px 0;
    padding: 0 16px;
}
.post .title {
    margin: 0 0 16px 0;
    padding: 0 16px;
    font-size: 24px;
}
.post .tag {
    padding: 0 16px;
}
.post .tag .list-tag a {
    margin: 12px 12px 0 0;
    font-size: 12px;
    text-decoration: none;
}
.post .content {
    padding: 0 16px;
}
.post .content h3 {
    font-size: 20px;
    line-height: 1.5;
    margin: 32px 0 16px 0;
}
.post .content h4 {
    font-size: 18px;
    margin: 24px 0 16px 0;
}
.post .content p {
    margin: 16px 0;
    font-size: 16px;
    line-height: 1.8;
}
.post .content ul,
.post .content ol {
    padding: 24px 24px 24px 48px;
}

.btn-share {
    margin: 0 32px 8px 32px;
}
.btn-share div {
    margin: 0 0 0 8px;
}
    
.comments {
    margin: 0 0 32px 0;
    padding: 16px 16px 0 16px;
}
.logged-in-as {
    font-size: 12px;
}
#commentform .form-submit .submit {
    width: 100%;
}

.recommend {
    margin: 0 0 32px 0;
}
.recommend .tit-recommend {
    margin: 0 16px;
    font-size: 13px;
    font-weight: bold;
}
.postlist-recommend {
    padding: 0 16px;
}
.post-recommend {
    margin: 16px 8px 0 0;
    width: calc((100vw - 48px) / 2);
}
.post-recommend:nth-child(4n) {
    margin: inherit;
}
.post-recommend:nth-child(2n) {
    margin: 16px 0 0 8px;
}
.post-recommend .thumb {
    height: calc((100vw - 48px) / 2);
}

    
/*------------------------------------------
 *    Module
------------------------------------------*/
.is-mobile {
    display: block;
}
.is-pc {
    display: none;
}
}