@media (max-width: 767px) {
    .sp-none {
        display: none;
    }
}

@media (min-width: 768px) {
    .pc-none {
        display: none;
    }
}

.finish_step_4 a {
    color: #fff;
    width: 100%;
    height: 100%;
}

/* SPモード用のテキストバナーのスタイル */
#sp-banner-text {
    background-color: #1FAC9C; /* 背景色を緑に */
    padding: 15px 10px;
    text-align: center;
}

#sp-banner-text p {
    margin: 0;
    line-height: 1.5;
}

#sp-banner-text .line1 {
    color: #ffffff; /* 1行目を白文字に */
    font-size: 16px;
    font-weight: bold;
}

#sp-banner-text .line2 {
    color: #F8FF4A; /* 2行目を黄色文字に */
    font-size: 18px;
    font-weight: bold;
}
