/*既存cssの上書き*/
section.mv .dots-wrap{
    bottom: -20px;
}

/*新規記載css*/
.price{
    display: flex;
    justify-content: center;
    max-width: 1200px;
    margin: 4% auto 0;
    align-items: baseline;
    border-bottom: 1px solid #000;
    padding-bottom: 2%;
}
.price p{
    width: 45%;
    padding: 0 4%;
}
.price p:last-of-type{
    border-left: 1px solid #000;
}
.merit{
    display: flex;
    justify-content: center;
    max-width: 1200px;
/*    margin: 4% auto 0;*/
    margin: 1.5% auto 0;
    align-items: baseline;
}
.merit p{
    width: 45%;
    padding: 0 4%;
}
.merit p:last-of-type{
    border-left: 1px solid #000;
}
.information .top_txt{
    font-size: 4.6rem;
    text-align: center;
    margin-top: -3.5rem;
}
.information .top_txt .sp{
        display: none;
}
.information .top_txt .name{
    color: #8a6e32;
    margin-bottom: 2.5rem;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid #000;
}
.information .top_txt .teiki{
    font-weight: 600;
    letter-spacing: 0.4rem;
    color: #000;
}
.information .btn_2clm{
    display: flex;
    justify-content: center;
    gap: 3%;
}
.information .btn_2clm .btn-cv{
    margin: 2rem 0;
}



@media (max-width: 767px){
    .price{
        flex-wrap: wrap;
        margin-top: 10%;
        border: none;
    }
    .price p{
        width: 85%;
        padding: 2rem 0;
        border-bottom: 1px solid #000;
    }
    .price p:last-of-type{
        padding-top: 1.5rem;
        border-left: none;
    }
    .merit{
        flex-wrap: wrap;
/*        margin-top: 10%;*/
    }
    .merit p{
        width: 85%;
        padding: 2rem 0;
        border-bottom: 1px solid #000;
    }
    .merit p:last-of-type{
        padding-top: 1.5rem;
        border-left: none;
    }
    .information .top_txt{
        font-size: 2.2rem;
    }
    .information .top_txt .sp{
        display: block;
    }
    .information .top_txt{
        margin-top: 0;
    }
    .information .top_txt .name{
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0.5rem;
    }
    .information .btn_2clm{
        flex-wrap: wrap;
    }
}