.item_container {
    margin-top: 100px;
    margin-bottom: 100px;
}
.item {
    /* width: 320px; */
    /* width: calc(33.333%);  */
    height: auto;
    overflow: hidden;
    margin-bottom: 40px;
}
.hidden {
    height: 0;
    display: none !important;
}
img {
    width: 100%;
    display: block;
}
.textbox {
    padding: 10px;
    font-size: 14px;
}
.a:link, a:visited, a:hover, a:active {
    color: #000;
}
.textbox p{
    line-height: 1.5;
    font-size: 14px;
}
.textbox .masonry_title{
    line-height: 2;
    font-size: 16px;
}
.item_container {
    margin-top: 28px;
}
/* スマホサイズから1列で表示する場合 */
@media(max-width:848px) {
    .item {
        width: 100%;
        margin-bottom: 48px;
    }
    .textbox .masonry_title{
        line-height: 2;
        font-size: 14px;
    }
    .textbox p{
        line-height: 1.5;
        font-size: 12px;
    }
    .textbox {
        padding: 5px;
        font-size: 14px;
    }
}