.cta_bycle-best{
    max-width: 50.75rem;
}

.cta_bycle-best h2{
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    color: #057cd8;
    background-color: hsla(206, 95%, 43%, 0.2);
    padding: 1rem;
    border-radius: .625rem;
}
.cta_bycle-best h2 .sub{
    display: block;
    font-size: 1.3rem;
    font-weight: 500;
}
.cta_bycle-best h2 .space{
    padding: 0 1rem;
}
.p-koutsuujiko-detail__heading.p-koutsuujiko-title-family {
    justify-content: center;
    padding: 0 1rem;
}

.new_icon{
    width: fit-content;
    padding: .5rem;
    color: #fff;
    background-color: #f00;
    border-radius: 1rem;
}


@media (max-width: 519px){
    .cta_bycle-best h2{
        font-size: 1.5625rem;
    }
}