@charset "utf-8";
/*商品一覧トップ*/
.under_top_bg {
    background: url(../img/under_top.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat no-repeat;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 110px;
}

.under_top_bg h1 {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 20px;
}

.under_top_bg p {
    color: #aaaaaa;
}

.link_inner {
    font-size: 12px;
    display: flex;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 60px;
}

.link_inner p {
    margin-left: 12px;
}

.link_inner a {
    text-decoration: underline;
    color: #5f96c9;
}

/*バナー*/
.bunner_inner {
    margin-bottom: 160px;
}