.c5-bs1__button {
    display: flex;
    justify-content: center;
}

#suggest__index .c5-suggest__inner .c5-flexWrap .c5-flexItem .c5-bs1__button a{
    position: relative;
    align-items: center;
    padding: 8px 16px 8px 65px;
    background-color: #0EA587;
    border: 2px solid #0EA587;
    color: #FFF;
    font-size: 15px;
    font-weight: 600;
    transition: all .2s;
    border-radius: 4px;
    box-sizing: border-box;
    margin-bottom: 0px;
    width: 100%;
}
#suggest__index #suggest__SUGGEST.c5-suggest__inner .c5-flexWrap .c5-flexItem .c5-suggest__anchors a.c5-suggest__anchors__btn:nth-child(5){
    margin-bottom: 8px;
}
.c5-bs1__button .c5-bs1__button-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 16px;
    margin: auto;
}

.c5-bs1__button a span {
    text-align: center;
}

.c5-bs1__button .c5-bs1__button-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 16px;
    margin: auto;
    margin-right: 14px;
    height: 12px;
}

.c5-pc-only {
    display: block;
}

@media screen and (max-width: 768px) {
    #suggest__index .c5-suggest__inner .c5-flexWrap .c5-flexItem .c5-bs1__button a{
        font-size: 14px;
    }
    .c5-bs1__button a span {
        text-align: left;
    }
    .c5-bs1__button .c5-bs1__button-icon {
        position: absolute;
        top: 15px;
        bottom: unset;
        left: 15px;
        margin: auto;
        width: 32px;
    }
        .c5-bs1__button .c5-bs1__button-arrow {
        margin: auto;
        margin-right: 0;
        height: 12px;
    }
}

.c5-text-center{
    text-align: center;
    justify-content: center !important;
    position: relative; /* 相対位置指定を追加 */
}

.c5-text-center .s5-iconInline{
    position: relative;
    left: 10px; /* または適切な値に調整 */
}

.c5-text-center .c5-suggest__anchors__btnIcon-right{
    margin-left: 0;
    position: relative;
    left: 10px !important;
}