@charset "UTF-8";

.fixbtntel span{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    justify-content:center;
    gap:6px;
}

.fixbtntel span svg{
    width:20px;
    height:20px;
    flex-shrink:0;
}

.fixbtntel .teli{
    display:block;
    width:100%;
    margin-top:1px;      /* 4px → 1px に変更 */
    text-align:center;
    font-style:normal;
    white-space:nowrap;
    font-size:1.2rem;
    line-height:1.2;     /* 1.4 → 1.2 に変更 */
}

.fixbtntel p{
    white-space:nowrap;
    line-height:1.5;
    margin:0;
}