@charset "utf-8";



.clubLeader{border: 1px solid var(--colors-bg1);border-radius: 10px; padding: 20px 30px;}
.clubLeader h5{font-weight: 600; margin-bottom: 10px}
.clubLeader h5 span{font-weight: 500; }
.clubLeader ol{display: flex; flex-wrap: wrap; gap: 12px;}
.clubLeader ol li{width: calc(33.3% - 8px); min-width: fit-content; padding-left: 30px; position: relative; box-sizing: border-box; }
.clubLeader ol li:before{content:''; display: block;width: 24px; height: 24px; background:var(--colors-main5);border-radius: 50%; position: absolute; top: 50%; left:0; transform: translateY(-50%)}
.clubLeader ol li:after{content:''; display: block; width: 13px; height: 12px; background-repeat: no-repeat; position: absolute; top:50%; left:6px; transform: translateY(-50%);background-image:url(/resources/_Img/Common/clubLeader.png)}
.clubLeader ol li.cs:after{background-position: -28px 0;}
.clubLeader ol li.tel:after{background-position: 0 0;}
.clubLeader ol li.mail:after{background-position: -14px 0;}
.clubLeader ol li strong{display: inline-block; padding-right: 10px;}
