/* 右カラム　フリースペース　画像サイズ & センター揃え */
.tag_free img {
    width: 240px;
}
.tag_free {
    text-align: center;
}

/* X(Twitter)ページ用 */
.twitter h3 {
    font-size: 1.3rem !important;
}

.twitter p.sns02 a {
    color: #fff !important;
}

@media screen and (max-width: 768px) {
    #wrap article {
        min-height: auto !important;
    }
}