@charset "UTF-8";
#contaner .dealer_lp_nav {
    display: flex;
    flex: 1 0 0;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
    padding: 15px 20px 10px;
    border-radius: 10px;
    background: #fff;
    box-shadow: hsl(23, 9%, 38%) 0 0 4px;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
@media screen and (max-width:480px) {
    #contaner .dealer_lp_nav {
        flex-direction: column;
        justify-content: flex-start;
        gap: 0px;
    }
}
#contaner .dealer_lp_nav a {
    display: flex;
    align-items: center;
    flex-basis: calc(100% / 5);
    justify-content: center;
    padding-bottom: 5px;
    text-align: center;
    color: #999;
    border-bottom: solid 3px #eee;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
}
@media screen and (max-width:480px) {
    #contaner .dealer_lp_nav a {
        justify-content: flex-start;
        padding-top: 8px;
        font-size: 12px;
    }
    #contaner .dealer_lp_nav a::before {
        content: "\f054";
        padding-right: 5px;
        font-family: "Font Awesome 6 Free";
        font-weight: 600;
    }
}
#contaner .dealer_lp_nav a:hover,
#contaner .dealer_lp_nav a.__this_page {
    text-decoration: none !important;
    color: #220055 !important;
    border-bottom: solid 3px #aaaaff !important;
}
.content_title {
    display: none;
}