.cta__btn, .cta__btn--blue, .cta__btn--yellow, .cta__btn--red{
    padding: 2rem 0 2.3rem;
}

.cta__btn--red{
    background-color: #df0201;
    color: #fff;
}

.fv_banner{
    text-align: center;
    margin: 15px;
}

.fv_banner img{
    width: 90%;
    max-width: 800px;
}

.floating_banner, .floating_button{
    width: 100%;
}

.floating_button{
    background-color: #000;
}

.floating_banner img{
    width: 25%;
    max-width: 150px;
    position: fixed;
    z-index: 99999;
    bottom: 10px;
    right: 10px;
}

.floating_button div{
    position: fixed;
    z-index: 99998;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 10px;
    background-color: rgb(0,0,0,0.5);
}

.floating_banner img:hover{
    scale: 1.2;
}

.pc{
    display: inline-block;
}

.sp{
    display: none;
}

.cost{
    background-color: #fff;
}

.cost .title-block{
    text-align: center;
    line-height: 6rem;
}

.title-block p {
    font-size: 2.3rem;
}

.cost h2 {
    font-size: 5rem;
    font-weight: bold;
    text-decoration: underline;
}

hr{
    color: #333333;
}

@media (max-width: 768px) {
    .fv_banner{
        margin: 70px 15px 15px;
    }
    .fv__cath {
        margin-top: 4rem;
    }
    .fv__txt-box{
        padding: 0;
    }
    .pc{
        display: none !important;
    }
    .sp{
        display: inline-block;
    }
    .floating_banner img{
        bottom: 120px;
    }
    .cost__flex-inner img {
    max-width: 100%;
}
}