body {
    background-color: #003377;
}

.container {
    max-width: 960px;
}

.logo {
    max-height: 110px;;
}
.pricing-header {
    max-width: 700px;
}

.price-list {
    background-color: #FFF;
}

.title-img {
    width: auto;
    height: 40px;
}

.login-btn{
    width: auto;
    max-height: 90px;
}

.go_top_btn {
    width: auto;
    height: 80px;
}

.seibihosyou_banner {
    width: auto;
    height: 220px;
}

.top-btns {
    max-height: 200px;
}

@media screen and (max-width: 640px) {
    .top-btns{
        height: 180px;
    }
}

@media screen and (max-width: 512px) {
    .top-btns{
        height: 120px;
    }
}