@charset "utf-8";
/* CSS Document */

.p-form__frame{
    color: #242424;
    width: 60%;
    margin: 150px auto 100px;
}

.txt-center{
    text-align: center;
    font-style: normal;
}

.c-bold{
    font-weight: bold;
    font-size: 18px;
    line-height: 1.5;
    display: block;
    font-style: normal;
}

.c-txt{
    font-size: 15px;
    margin-bottom: 100px;
    line-height: 2;
    font-style: normal;
}

@media screen and (max-width: 767px) {
.p-form__frame{
    color: #242424;
    width: 89.3333%;
    margin: 150px auto 100px;
}
}    