@charset 'utf-8'; .alp-c-guide-list--line {
    overflow: hidden;
}

.alp-c-banner--wrap{padding:12px 20px;}

.alp-c-guide-list--line .alp-c-list__item .alp-c-send-link {
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    padding: 16px 20px;
    box-sizing: border-box;
    background: url(/mobilealpha/public/images/ico/ico_arrow_06.png) no-repeat right 20px center / 20px 20px;
}

.alp-c-guide-list--line .alp-c-list__item .alp-c-send-link::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: calc(100% - 40px);
    height: 1px;
    transform: translate(-50%,0);
    background: #f4f4f4;
}

.alp-c-guide-list--line .alp-c-list__item .alp-c-send-link .alp-c-ico {
    width: 32px;
    height: 32px;
}

.alp-c-guide-list--line .alp-c-list__item .alp-c-send-link .alp-c-send-link-con {
    padding-left: 11px;
}

.alp-c-guide-list--line .alp-c-list__item .alp-c-send-link .alp-c-send-link--sub {
    display: block;
    font-size: 14px;
    color: #777e8c;
    font-weight: 500;
    line-height: 1.86;
}

.alp-c-guide-list--line .alp-c-list__item .alp-c-send-link .alp-c-send-link--txt {
    display: block;
    font-size: 16px;
    color: #333950;
    font-weight: 500;
    line-height: 1.5;
}
