.tel-test + div.page .cvPanel__buttons {
    margin-bottom: 20px;
}
.tel-test + div.page .cvPanel__content {
    padding-top: 20px;
}
.tel-test + div.footerFixedBar--sp .cvPanel__tel__area.only--sp, 
.tel-test + div.page .cvPanel__tel__area.only--pc {
    /* Tel */
    box-sizing: border-box;
    width: fit-content;
    /* Auto layout */
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 8px 16px;
    gap: 20px;

    border: 1px solid #FFFFFF;
    border-radius: 8px;

    /* Inside auto layout */
    flex: none;
    order: 5;
    flex-grow: 0;
}
.tel-test + div.footerFixedBar--sp .tel__text__area ,
.tel-test + div.page .tel__text__area {
    /* Auto layout */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
}
.tel-test + div.footerFixedBar--sp .tel__text__guidance ,
.tel-test + div.page .tel__text__guidance {
    /* 電話での導入相談 */
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    /* identical to box height, or 20px */
    letter-spacing: 0.04em;

    color: #222222;
}
.tel-test + div.footerFixedBar--sp .tel__text__reception ,
.tel-test + div.page .tel__text__reception {
    /* txt */
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    /* identical to box height, or 17px */
    letter-spacing: 0.04em;

    color: #767676;
}

.tel-test + div.footerFixedBar--sp .tel__contact__num ,
.tel-test + div.page .tel__contact__num {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;
    font-family: 'Avenir Next';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 140%;
    text-align: center;
    letter-spacing: 0.04em;

    color: #20AEE5;
}

.tel-test + div.footerFixedBar--sp .vector_icon ,
.tel-test + div.page .vector_icon {
    margin-top: 2px;
    margin-right: 4px;
    width: 22px;
    height: 22px;
}

@media screen and (max-width: 960px) {
    
    .tel-test + div.page .cvPanel__tel__area.only--pc {
        display: none;
    }
    .tel-test + div.page .cvPanel__tel__area.only--sp {
        display: flex;
        align-items: center;
        flex-direction: column;
        order: 5;
    }
    
    .tel-test + div.page .vector_icon {
        margin-bottom: -3px;
    }
    .tel-test + div.page .tel__text__guidance {
        margin-bottom: -2px;
    }
    .tel-test + div.page .tel__text__reception {
        margin-top: 2px;
    }
}

.tel-test + div.page .footerFixedBar .cvPanel__tel__area.only--pc {
    flex-direction: column;
    padding: 0px;
    gap: 0px;
    order: 0;
}
.tel-test + div.page .footerFixedBar .tel__contact__num {
    font-size: 18px;
}
.tel-test + div.page .footerFixedBar .vector_icon {
    margin-top: 1px;
    width: 18px;
    height: 18px;
}
.tel-test + div.page .footerFixedBar .footerFixedBar__cvArea {
    gap: 16px;
}

.tel-test + div.footerFixedBar--sp .footerFixedBar__inner .cvPanel__tel__area.only--sp {
    border: none;
    margin: 12px auto 0 auto;
    padding: 4px 0;
    gap: 16px;
    width: 100%;
    justify-content: center;
    max-width: 400px;
    background: #FAFAFA;
    border-radius: 4px;
}
.tel-test + div.footerFixedBar--sp .footerFixedBar__inner .tel__text__guidance {
    margin: 0 auto;
    font-size: 12px;
}
.tel-test + div.footerFixedBar--sp .footerFixedBar__inner .tel__text__reception {
    font-size: 10px;
}
.tel-test + div.footerFixedBar--sp .footerFixedBar__inner .vector_icon {
    margin-bottom: -2px;
    width: 16px;
    height: 16px;
}
.tel-test + div.footerFixedBar--sp .footerFixedBar__inner .tel__contact__num {
    font-size: 16px;
}

.tel-test.b-test + div.footerFixedBar--sp .footerFixedBar__inner .cvPanel__tel__area.only--sp {
    gap: 4px;
}

.tel-test.b-test + div.footerFixedBar--sp .footerFixedBar__inner .tel__text__area {
    flex-direction: row;
    gap: 4px;
    margin: auto 0px;
}
.tel-test.b-test + div.footerFixedBar--sp .footerFixedBar__inner .tel__text__reception {
    font-size: 10px;
    line-height: 100%;
    margin: auto 0px;
}
.tel__contact__num > a {
    color: #20AEE5;
}