
.contact {
    display: block;
    width: 90%;
    max-width: 780px;
    margin: 10vw auto 0;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-weight: 600;
    font-style: normal;
    color: rgba(70,70,70,1.00);
    letter-spacing: .2px;
}
.contact_tel {
    display: block;
    width: 75%;
    margin: 0 auto 30px;
    background: #007cbf;
}
.contact_tel a {
    display: block;
    padding: 10px 0;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
    color: #fff;
}
.contact_tel a i {
    font-size: 22px;
    margin-right: 3px;
}
.contact_tel a span {
    font-size: 25px;
}
.contact table {
    width: 100%;
}
.contact table th {
    font-weight: normal;
    white-space: nowrap;
    text-align: left;
    width: 34%;
    padding: 16px;
    font-size: 16px;
    vertical-align: middle;
    border-bottom: solid 1px #eee;
    transform: rotate(0.05deg);
}
.contact table td {
    padding: 16px;
    font-size: 16px;
    vertical-align: middle;
    border-bottom: solid 1px #eee;
    transform: rotate(0.05deg);
}
.contact table td input[type="text"],
.contact table td input[type="tel"],
.contact table td input[type="email"],
.contact table td textarea {
    width: 100%;
    margin: 0;
    padding: 5px 15px;
    border: 1px solid #ccc;
}
.requiredIcon {
    background: #f55;
    color: #fff;
    margin: 0;
    font-size: 11px;
    padding: 2px 5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    float: right;
}
.blue {
    background: #555AFF;
    color: #fff;
    margin: 0;
    font-size: 11px;
    padding: 2px 5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    float: right;
}
.help_text {
    font-size: 13px;
    color: #999;
}
.remaining {
    padding: 16px;
    color: #f55555;
    text-align: center;
}
#formy_btn input {
    display: block;
    margin: 0 auto;
    font-size: inherit;
    border: none;
    cursor: pointer;
    color: #fff;
    border-radius: 3px;
    padding: 16px 32px;
    -webkit-appearance: none;
    appearance: none;
}
.formy_submit_disabled {background-color: #ccc;}
.formy_confirm {background-color: #45a8a1;}
@media screen and (max-width:480px) {
.contact {
    margin: 20vw auto 0;
}
.contact_tel {
    width: 85%;
}
.contact table th {
    display: block;
    width: 100%;
    padding: 16px 16px 5px 16px;
    font-size: 18px;
    border-bottom: none;
}
.contact table td {
    display: block;
    width: 100%;
}
}