@charset "utf-8";

.f-11b input {
    width: 60px;
    height: 60px;
    text-indent: 1em;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 20px;
}

.f-11c input {
    width: 100px;
    height: 60px;
    text-indent: 1em;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 20px;
}
.f-8b {
font-weight: normal!important;
}

.f-7p {
    margin: 10px 0;
    color: #d83333;
}
.f-7p span {
    display: block;
    margin: 5px 0;
    color: #000;
}

.br-sp{
    display: none;
}
.z_23{
    display: block;
    text-align: center;
    margin: 50px auto 100px;
}
.z_23 input[type="button"] {
    outline: none;
    overflow: hidden;
    -webkit-appearance: none;
    width: 300px;
    height: 50px;
    font-weight: bold;
    font-size: 130%;
    letter-spacing: 2px;
    cursor: pointer;
    border: 1px solid #ccc;
    transition: 0.4s;
    color: #000;
    background: #fff;
}
@media screen and (min-width:0px) and (max-width: 800px) {
.br-sp{
    display: block;
}




}