@charset "UTF-8";

/* コラムリスト */
#golf #golf_column .design-header {
    padding: 0 0 35px 0;
    margin: 120px 0 40px 0;
    text-align: center;
    position: relative;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1;
    color: #111;
}
#golf #golf_column .design-header::after {
    content: "";
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 4px;
    background: #557D24;
}
#golf .column-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 31px;
    margin: 50px 0 0;
}
#golf .column-list li {
    width: calc((100% - 40px) / 5);
    background: #fff;
}
#golf .column-list a {
    transition: 0.3s;
}
#golf .column-list-detail {
    display: block;
    padding: 12px 16px 20px;
    background: #fff;
}
#golf .column-list-detail .text-title {
    margin: 0 0 5px 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
#golf .column-list-detail .text-sub {
    font-size: 11px;
    font-weight: normal;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin: 8px 0 0;
}
#golf #golf_column span.title {
    display: block;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.03em;
    line-height: 1.5;
}
#golf #golf_column span.title .text {
    font-weight: normal;
    display: block;
}
html[data-browse-mode="S"] #golf .column-list {
    margin: 20px 0 60px;
    gap: 15px;
    padding: 0 15px;
}
html[data-browse-mode="S"] #golf .column-list li {
    width: calc((100% - 15px) / 2);
}
html[data-browse-mode="S"] #golf #golf_column .design-header {
    font-size: 20px;
}
html[data-browse-mode="S"] #golf #golf_column .design-header::after {
    bottom: 16px;
    left: 50%;
}
html[data-browse-mode="S"] #golf #golf_column .design-header {
    padding: 0 0 35px 0;
    margin: 40px 0 20px 0;
}