@media only screen and (min-width:320px) and (max-width:559px) {
    .Information_wrap {
        width: 100%;
        min-width: 280px;
        max-width: 520px;
        margin: 30px auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        margin-bottom: 600px;
    }
    .Information_wrap>article {
        flex: 45%;
        margin: 5px;
    }
    .Information_wrap:after {
        content: "";
        flex: 45%;
        margin: 5px;
    }
    .Information_wrap .list_item {
        border: 1px solid #f2f2f2;
        overflow: hidden;
    }
    .Information_wrap a.info_item {
        display: block;
        width: 100%;
        padding: 5px;
    }
    .Information_wrap a:hover {
        background: #e6e6e6;
    }
    .Information_wrap a.info_item:hover {
        transform: scale(1.2, 1.2);
        transition: 1s all;
    }
    .Information_wrap a.info_item img {
        width: 100%;
        height: auto;
    }
    .list_item no_disp {
        display: none;
    }
}

@media only screen and (min-width:560px) and (max-width:959px) {
    .Information_wrap {
        width: 100%;
        min-width: 540px;
        max-width: 920px;
        margin: 30px auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        margin-bottom: 600px;
    }
    .Information_wrap .list_item {
        width: 30%;
        border: 1px solid #f2f2f2;
        margin-bottom: 30px;
        margin-left: 1%;
        margin-right: 1%;
        overflow: hidden;
    }
    .Information_wrap a.info_item {
        display: block;
        width: 100%;
        padding: 15px;
    }
    .Information_wrap a:hover {
        background: #e6e6e6;
    }
    .Information_wrap a.info_item:hover {
        transform: scale(1.2, 1.2);
        transition: 1s all;
    }
    .Information_wrap a.info_item img {
        width: 100%;
        height: auto;
    }
    .list_item no_disp {
        display: none;
    }
}

@media only screen and (min-width:320px) and (max-width:959px) {}

@media only screen and (min-width:960px) {
    .category_top {
        padding-top: 120px;
        color: #4a220c;
        text-align: center;
    }
    .category_top svg {
        width: 10%;
        fill: #4a220c;
        display: block;
        margin: 0 auto 20px;
    }
    .category_name {
        font-size: 2.4rem;
        letter-spacing: 1px;
        font-weight: 700;
    }
    .category_inner {
        margin: 60px auto;
    }
    .Information_wrap {
        width: 100%;
        min-width: 920px;
        max-width: 1100px;
        margin: 30px auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        margin-bottom: 600px;
    }
    .Information_wrap .list_item {
        width: 30%;
        border: 1px solid #f2f2f2;
        margin-bottom: 30px;
        margin-left: 15px;
        margin-right: 15px;
        overflow: hidden;
    }
    .Information_wrap a.info_item {
        display: block;
        width: 100%;
        padding: 15px;
    }
    .Information_wrap a:hover {
        background: #e6e6e6;
    }
    .Information_wrap a.info_item:hover {
        transform: scale(1.2, 1.2);
        transition: 1s all;
    }
    .Information_wrap a.info_item img {
        width: 100%;
        height: auto;
    }
    .list_item no_disp {
        display: none;
    }
    p.wait {
        text-align: center;
        font-size: 1.6rem;
        margin-bottom: 900px;
    }
}