.common-dealers-address-pulldown{margin-top:20px;margin-bottom:10px}.common-dealers-address-disp{margin-bottom:80px}.common-dealers-address-disp.common-address-disp-selected,.common-dealers-address-disp:last-of-type{margin-bottom:0}.common-dealers-shop-list{margin-top:30px}@media screen and (min-width:769px){.common-dealers-shop-list{margin-top:40px}}.common-dealers-shop-list-item{margin-top:30px;padding-bottom:30px;border-bottom:1px solid #d1d3d4}@media screen and (min-width:769px){.common-dealers-shop-list-item{margin-top:20px;padding-bottom:20px}}.common-dealers-shop-list-item-name{font-size:18px;line-height:1.72;font-weight:700}.common-dealers-shop-list-item-cate-gray{width:55px}@media screen and (min-width:769px){.common-dealers-shop-list-item-link-tel{pointer-events:none}}.common-dealers-shop-list-item-link-mail:hover{text-decoration:none}@media screen and (min-width:769px){.common-dealers-shop-list-item-link-mail:hover{text-decoration:underline}}.prefectures{background: #ee3424; margin-bottom: 15px;}@media screen and (min-width:769px){.prefectures{margin-bottom: 10px;}}.u-mt-0{margin-top: 0 !important;}.prefectures-long{width: auto;padding: 0 4px 0 12px;}.retailer a{font-size: 19px;font-weight: bold;display: block;margin-top: 3px;}.retailer{margin-left: 0;}
.contact_fixed{
    width: 88px;
    height: 223px;
    background-color: #EE3424;
    border-radius: 3px 0 0 3px;
    position: fixed;
    color: #FFF;
    display: flex;
    flex-wrap: wrap;
    writing-mode: vertical-rl;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 0;
    bottom: 68px;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.06em;
    gap: 10px;
    z-index: 20;
    transition: .3s;
    cursor: pointer;
}
.contact_fixed span{
    margin-right: 3px;
}
.contact_fixed:hover{
    background-color: rgba(238, 52, 36, 0.7);
}
@media screen and (max-width: 768px) {
    .contact_fixed{
        width: 100px;
        height: 100px;
        background-color: #EE3424;
        border-radius: 50%;
        position: fixed;
        color: #FFF;
        display: flex;
        flex-wrap: wrap;
        writing-mode: unset;
        justify-content: center;
        align-items: center;
        position: fixed;
        flex-direction: column;
        right: 16px;
        bottom: 16px;
        font-size: 11px;
        font-weight: 600;
        line-height: 22px;
        letter-spacing: 0.06em;
        gap: 5px;
        z-index: 20;
    }
    .contact_fixed span{
        margin-right: -3px;
    }

}