@charset "UTF-8";
/*
Theme Name: 全日本ジュニア体操クラブ連盟オフィシャルホームページ2025
Description: オリジナルテーマ
Version: 1
*/
.attention {
    background: #fff;
    padding: 20px;
}

.attention-text {
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
    color: red;
    line-height: 1.5;
}

.flex {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
}
.col-6 {
    width: calc((100% - 20px) / 2);
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .col-sp-12 {
        width: 100%;
    }
}