@charset "UTF-8";

.title-border-bottom {
    border-bottom: 3px solid #808080;
}

.circle-arrow {
    width: 48px;
}

.text-club {
    color: #d18f40;
}

.bg-club {
    background-color: #d18f40;
}

.border-club {
    border: 1px solid #d18f40;
}


/* pc only */
@media (min-width: 576px) {

    .img-title-club {
        height: 77px;
    }

}
