@charset "UTF-8";

/*------強豪校・Jユースへ三角部分------*/
h3.jr {
    text-align: center;
    font-size: 3.6rem;
    color: #e7d819;
    margin-bottom: 15px;
}
.triangle {
    text-align: center;
    background: url(/common/upload_data/cf-leon2025com/image/20251215124845_1.png) center center;
    background-size: contain;
    background-repeat: no-repeat;
    color: #fff;
    position: relative;
    width: 50%;
    margin: 0 auto;
}
.triangle p.jy {
    padding: 70px 0 30px 0;
}
.triangle p.school {
    /*padding: 30px 0 30px;*/
}
.triangle p.shidou {
    padding: 30px 0px;
}
.triangle:before {
    content: "";
    background: url(/common/upload_data/cf-leon2025com/image/20251215124845.png) no-repeat;
    position: absolute;
    width: 75px;
    height: 150px;
    top: 0;
    left: 75px;
    background-size: contain;
}
.triangle:after {
    content: "";
    background: url(/common/upload_data/cf-leon2025com/image/20251215124845.png) no-repeat;
    position: absolute;
    width: 75px;
    height: 150px;
    top: 0;
    right: 75px;
    background-size: contain;
}
@media screen and (max-width: 1100px) {
    .triangle:before {
        left: 0;
    }
    .triangle:after {
        right: 0;
    }
}
@media screen and (max-width: 768px) {
    .triangle {
        width: 70%;
    }
}
@media screen and (max-width: 600px) {
    .triangle {
        width: 100%;
    }
}
/*------強豪校・Jユースへ4カラム部分------*/
a#con_4+div .inner_item {
    background: var(--i_sub_color);
    border-radius: 50px;
}
a#con_4+div .inner_item h3.h {
    color: var(--i_txt_color);
}
a#con_4+div .inner_item p {
    color: #fff;
}
