@charset "utf-8";

.p-btn-wide {
    width: 350px;
}
@media screen and (max-width: 767.9px){
    .p-btn-wide {
        width: 300px;
    }
}