.content .inquiry h2 {
    margin-bottom: 30px;
    font-size: 3rem;
    text-align: center;
}
.content .inquiry h2::before {
    content: "";
    display: inline-block;
    width: 23px;
    height: 23px;
    margin-right: 15px;
    background-image:url(/images/mark1.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.content .inquiry h2::after {
    content: "";
    display: inline-block;
    width: 23px;
    height: 23px;
    margin-left: 15px;
    background-image:url(/images/mark1.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.content .inquiry p {
    font-size: 1.6rem;
    text-align: center;
}
.content .inquiry p+p {
    margin-top: 30px;
}
#mailformpro table {
    width: 100%;
    max-width: 800px;
    margin: 60px auto 0;
    border-collapse: collapse;
    border-top: 1px solid #ccc;
}

#mailformpro table td {
    display: block;
    padding: 15px 0;
    font-size: 1.6rem;
    border-bottom: 1px solid #ccc;
}
#mailformpro table tr td:nth-of-type(1) {
    padding-bottom: 0;
    border-bottom: none;
}
div.mfp_buttons {
    margin-top: 20px;
}
#mailformpro button {
    font-size: 1.6rem;
}
@media screen and (min-width:600px) {
    #mailformpro table td {
        display: table-cell;
    }
    #mailformpro table tr td:nth-of-type(1) {
        padding-bottom: 20px;
        width: 250px;
        border-bottom: 1px solid #ccc;
    }
}