/*------
練習モード用css
------*/
body{
    background: #FFCAD4;
}

.practice-bg{
    position: fixed;
    inset: -10%;
    z-index: -1;
    pointer-events: none;
    opacity: 0.45;
    transform: rotate(-6deg);
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.practice-bg-row{
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    white-space: nowrap;
    line-height: 1;
}

.practice-bg-row:nth-child(even){
    transform: translateX(60px);
}

.practice-mode-banner {
    margin: 0 auto 20px;
    text-align: center;
}

.practice-mode-banner__label {
    display: inline-block;
    min-width: 140px;
    margin: 0;
    padding: 6px 20px;
    border-radius: 999px;
    background: #D50909;
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
}

.practice-mode-banner__note {
    margin: 16px 0 0;
    color: #D50909;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
}


/*練習モード　step6下に画像追加*/
.bb-practice-mode-note{
    /*margin: 20px 8px 6px 8px;*/
    margin: 0;
    padding: 15px 14px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.bb-practice-mode-note img{
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    box-sizing: border-box;
}
