.none {
    display: hidden !important;
}
.people {
    background-color: #f68441;
}
.trend {
    background-color: #c90c0c;
}
.howto {
    background-color: #35c9b8;
}
.culture {
    background-color: #fa00a7;
}
.column {
    background-color: #8b4513;
}

body .article-header {
    position: relative;
    text-align: center;
    background: #F4F4F4;
    max-width: 840px;
}
body article {
    padding: 0 10px;
}
body article .contents-container {
    margin: auto;
    max-width: 600px;
}
body article h2, body article  h3, body article h4 {
    letter-spacing: inherit;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 10px;
}
body article .contents-container h2 {
    font-size: 18px;
}
body article .contents-container h3 {
    font-size: 16px;
}
body article .contents-container p {
    font-size: 15px;
    letter-spacing: inherit;
}
@media screen and (min-width: 481px) {
    body article .contents-container h2 {
        font-size: 22px;
    }
    body article .contents-container h3 {
        font-size: 20px;
    }
    body article .contents-container p {
        font-size: 18px;
    }
}
@media screen and (min-width: 768px) {
    body article .contents-container h2 {
        font-size: 26px;
    }
    body article .contents-container h3 {
        font-size: 24px;
    }
    body article .contents-container p {
        font-size: 20px;
    }
}

body article .contents-container .article-info {
    position: relative;
    margin: 0 7px 10px;
}
body article .contents-container .article-info .article-info-inner{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 10px;
}
body article .contents-container .article-info .article-info-inner .article-info-inner-left {
    display: inline-block;
}
body article .contents-container .article-info .article-info-inner .article-info-inner-left img {
    width: 35px !important;
    height: 35px;
    border-radius: 50%;
    margin: 0 4px 0 0;
}
body article .contents-container .article-info .article-info-inner .article-info-inner-right {
    display: inline-block;
    vertical-align: middle;
}
body article .contents-container .article-info .article-info-inner .article-info-inner-right a {
    display: inline-block;
    font-weight: 700;
}
body article .contents-container .article-info .article-info-inner .article-info-inner-right span {
    display: inline-block;
    font-weight: 700;
}
body article img {
    width: 100% !important;
    height: auto;
}

body main .article-list {
    margin-top: 20px;
    position: relative;
    max-width: 840px;
    margin: 0 auto;
}

body main .article-list .list-box {
    padding: 5px 5px 2.5px 5px !important;
    float: left;
}

body main .article-list .list-box .list-image {
    position: relative;
    background: #F4F4F4;
}

body main .article-list .list-box .list-image .trimming a {
    position: absolute;
    width: 100%;
    height: 100%;
}
body main .article-list .list-box .list-image .list-category {
    display: inline-block;
    position: absolute;
    bottom: -10px;
    left: 0;
    z-index: 10;
}
body main .article-list .list-box .list-image .list-category a {
    display: block;
    font-size: 10px;
    padding: 2px 6px;
    color: #FFF;
    letter-spacing: 0.04em;
    font-weight: 600;
}
@media screen and (min-width: 768px) {
    body main .article-list .list-box .list-image .list-category a {
        font-size: 14px;
        padding: 2px 9px;
    }
}


body main .article-list .list-box .list-text {
    padding: 14px 1px 5px 7px;
}

body main .article-list .list-box .list-text .list-title a {
    color: #333;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    body main .article-list .list-box .list-text .list-title {
        line-height: 1.1em;
    }
    body main .article-list .list-box .list-text .list-title a {
        font-size: 13px;
    }
}

body main .article-list .list-box .list-text .list-description {
    margin: 8px 0 23px 0;
    font-size: 13px;
    line-height: 1.5em;
}

body main .article-list .list-box .list-text .list-description .post-date {
    float: right;
    margin-top: 5px;
    margin-right: 5px;
    font-size: 11px;
    color: #999999;
    letter-spacing: 0.05em;
    font-family: 'Roboto', 'Noto Sans JP', sans-serif;
}
body main .tag-container {
    padding: 0 4px;
    text-align: right;
}
body main .article_tag_list {
    display: inline-block;
    padding: 2px 4px;
    font-size: 12px;
    color: #888;
    text-decoration: none;
}

/* News List on TOP Page */
.article-list-text {
    border-top: 1px #c9c9c9 solid;
    padding: 10px;
}
.article-list-text:last-child {
    border-bottom: 1px #c9c9c9 solid;
}
.article-list-text:nth-child(n + 2) {
    padding-top: 10px;
}
.article-list-text .post-date {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #888;
    width: 100px;
    font-family: 'Roboto', 'Noto Sans JP', sans-serif;
}
.article-list-text .list-category {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    background-color: #3e3e3e;
    text-align: center;
    padding: 6px 14px;
    line-height: 1;
}
.article-list-text .list-category a {
    color: #FFF;
}
.article-list-text .list-title {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #111;
    margin-left: 20px;
    margin-top: 6px;
    margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
    .article-list-text .list-title {
        display: block;
        font-size: 14px;
        font-weight: 400;
        color: #111;
        margin-left: 0px;
        line-height: 1.8;
        margin-top: 6px;
        margin-bottom: 10px;
    }
}
.article-list-text .list-title a {
    position: relative;
    display: inline-block;
    text-decoration: underline;
    color: #111;
}