#search-block .container {
    max-width: 900px !important;
}

.plan-list {
    padding: 0 .5rem;
    width: 100%;
}

.plan-list-item:hover {
    opacity: .9;
}

.plan-list-item-title {
    line-height: 1.33;
    color: #1884b8;
    font-size: .9rem;
    margin-bottom: 0;
}

.plan-list-item-content {
    padding-bottom: .5rem;
}

.plan-list-item-img {
    padding: 0;
    margin-bottom: .8rem;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.plan-list-item-price {
    color: red;
    font-size: 1.4rem;
    font-weight: bold;
    font-family: 'Liberation Serif', 'Noto Sans CJK JP', 'TakaoGothic', 'VL Gothic', 'Yu Gothic', 'MS Gothic', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Osaka-Mono', 'Noto Sans JP', Monospace;
}

.plan-list-item-stock {
    font-size: .7rem;
    padding-left: .5rem;
}

.plan-list-item-stock span {
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    color: white;
    text-align: center;
    line-height: 1.6rem;
    font-size: .7rem;
    display: inline-block;
    font-weight: bold;
    margin-left: 0.2rem;
    margin-right: 0.2rem;
}

#search-result {
    font-size: 1rem;
}

#page-top {
    display: none;
}

#search-block {
    display: none;
}

@media (min-width: 550px) {
    .plan-list-item-title {
        font-size: .9rem;
    }

    .plan-list-item-point {
        font-size: .7rem;
    }

    .plan-list-item-price {
        font-size: 1.5rem;
    }
}

@media (min-width: 720px) {
    .plan-list-item {
        display: flex;
    }

    .plan-list-item-img {
        width: 30%;
        padding: .7rem;
        margin-bottom: 0;
    }

    .plan-list-item-content {
        flex-shrink: 1;
        flex-grow: 1;
        width: 70%;
        padding: 0;
    }

    .plan-list-item-price {
        font-size: 2rem;
    }
}

@media (min-width: 768px) {
}

@media (min-width: 900px) {
    #page-top {
        display: block;
    }

    #search-button {
        display: none;
    }

    #search-block {
        display: block;
    }
}

@media (min-width: 1200px) {
    .plan-list-item-title {
        font-size: 1.2rem;
    }

    .plan-list-item-stock {
        font-size: .8rem;
    }

    .plan-list-item-stock span {
        width: 2.1rem;
        height: 2.1rem;
        font-size: 1rem;
        line-height: 2.1rem;
    }

    .plan-list-item-point {
        font-size: .8rem;
        color: #939393;
    }

    .plan-list-item-price {
        font-size: 2.2rem;
    }
}