@charset "utf-8";

.customer-fv .heading{
    display: flex;
    align-items: center;
    font-size: var(--fs-26);
    font-weight: bold;
    line-height: 2;
    margin-bottom: 40px;
}

.customer-fv .nav_low_lg .nav-item a{
    border: 1px solid var(--clr-gy);
    border-radius: 10px;
    background-color: var(--clr-wh);
    height: 140px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-position: center bottom 20px;
}

.customer-fv .nav_low_lg .nav-item a i{
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
}

.customer-links{
    padding: 0;
}

.customer-links .wrap{
    background: var(--clr-sub);
    padding: 40px;
}

.customer-links .wrap#letter{
    width: 100%;
}

.customer-links .wrap#letter p:first-child{
    font-size: var(--fs-20);
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.customer-links .heading{
    font-size: var(--fs-20);
    margin-bottom: 20px;
    text-align: center;
    justify-content: center;
}

.customer-links .heading br{
    display: none;
}

.customer-links .inner{
    background: var(--clr-wh);
    border-radius: 10px;
    padding: 40px;
}

.customer-links .heading{
    display: flex;
    align-items: center;
}

.customer-links i{
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.customer-links .tel{
    font-family: var(--fnt-Hirago);
    font-size: var(--fs-38);
    font-weight: bold;
    color: var(--clr-main);
    text-align: center;
    margin-bottom: 10px;
    display: block;
}

.customer-links .tel + span{
    display: block;
    text-align: center;
    margin-bottom: 40px;
}

.customer-links small{
    font-size: var(--fs-);
}

.customer-links .bt_box{
    width: 100%;
    padding: 20px 0;
    max-width: 370px;
    margin: 0 auto;
}

.customer-links .bt_box.bt_rd{
    background-color: var(--clr-main);
}

.customer-links .bt_box.bt_wh{
    color: var(--clr-main);
    border: 1px solid var(--clr-main);
    background-color: var(--clr-wh);
    background: url(../images/icon/ic_arrow_rt_rd.svg) no-repeat center right 10px / 6px;
}

@media (max-width:768px){
    .customer-links .wrap{
        padding: 20px;
    }

    .customer-links .inner{
        padding: 20px;
        height: auto;
    }

    .customer-links .tel + span,
    .customer-links .bt_box{
        margin-bottom: 0;
    }

    .customer-links .heading br{
        display: block;
    }

    .customer-links .wrap#letter p:first-child{
        font-size: var(--fs-16);
        justify-content: flex-start;
    }
    
    .customer-links .wrap#letter{
        text-align: center;
    }
}