/* 外部テーマの特殊制御 */
@media screen and (max-width: 768px) {
    .article-section {
        padding: 0 0 20px 0  !important;
    }
    .header-logo {
        /* margin-left: 60px !important; */
    }
}