.contentBody.contact-body * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.contentBody.contact-body input {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.contentBody.contact-body textarea {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
@media (max-width: 768px) {
    .contentBody.contact-body #error {
        padding-left: 10px;
        margin-bottom: 5px;
    }
    .contentBody.contact-body #com {
        padding-left: 10px;
        margin-bottom: 10px;
    }
}
.contentBody.contact-body #error {
    color: #ff0000;
    padding-left: 40px;
    margin-bottom: 10px;
    text-align: left;
}
.contentBody.contact-body #com {
    padding-left: 30px;
    margin-bottom: 20px;
    text-align: left;
}
.contentBody.contact-body .tbl-form {
    width: 90%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #aaa;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #aaa;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #aaa;
}
.contentBody.contact-body .tbl-form th {
    width: 200px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #aaa;
    text-align: left;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    background-color: #eee;
}
.contentBody.contact-body .tbl-form td {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #aaa;
    text-align: left;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.contentBody p.tbl-form-paragraph{
    margin: 0;
}

@media (max-width: 768px) {
    .contentBody.contact-body .tbl-form {
        width: 100%;
    }
    .contentBody.contact-body .tbl-form tr {
        display: block;
    }
    .contentBody.contact-body .tbl-form th, .contentBody.contact-body .tbl-form td {
        display: list-item;
        list-style: none;
        width: 100%;
        padding-top: 10px;
        padding-right: 0px;
        padding-bottom: 10px;
        padding-left: 5px;
    }
}
.contentBody.contact-body .input01 {
    width: 350px;
}
.contentBody.contact-body .input02 {
    width: 65px;
}
.contentBody.contact-body .input03 {
    width: 100%;
}
.contentBody.contact-body .submit {
    width: 120px;
    height: 40px;
    font-size: 120%;
    margin-right: 10px;
}
@media (max-width: 768px) {
    .contentBody.contact-body .input01 {
        width: 96%;
    }
    .contentBody.contact-body .input02 {
        width: 65px;
    }
    .contentBody.contact-body .input03 {
        width: 96%;
    }
    .contentBody.contact-body .submit {
        width: 110px;
        height: 35px;
    }
    .contentBody.contact-body .kubun span {
        display: block;
    }
}
.contentBody.contact-body .b-red {
    color: #ff0000;
    font-weight: bold;
}
