@charset "UTF-8";

.content.sub.contact .contact_wrap {
    margin: auto;
    padding: 60px 0;
    width: 730px;
}

.content.sub.contact h1 img {
    margin-right: 10px;
    margin-top: -10px;
}

.content.sub.contact .main .textBox p {
    font-size: 14px;
    line-height: 1.7;
    color: #c7470d;
    font-weight: bold;
}
.content.sub.contact .main .tel {
    margin-top: 10px;
}
.content.sub.contact .main h2 {
    font-size: 14px;
    line-height: 1.7;
}
.content.sub.contact .contact_wrap .img {
    position: relative;
    width: 730px;
    height: 304px;
    background: url(../images/contact/img_contact_catch.png) no-repeat;
    font-weight: bold;
    font-size: 20px;
}

.content.sub.contact .contact_wrap .img img.btn {
    position: absolute;
    right: 65px;
    bottom: 30px;
}

.content.sub.contact .contact_wrap .form {
    margin-top: 40px;
}
.content.sub.contact .contact_wrap .form p {
    margin-top: 10px;
    font-weight: bold;
}
.content.sub.contact .contact_wrap .form input {
    width: 50%;
}
.content.sub.contact .contact_wrap .form textarea {
    width: 50%;
}
.content.sub.contact .contact_wrap .form input[type=submit] {
    margin: 10px 0 5px;
    padding: 0 3px;
    width: 25%;
    height: 35px;
    border: none;
    border-radius: 5px;
    background: #FD9A2A;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}
.content.sub.contact .contact_wrap .form input[type=submit]:hover {
    background: #E48417;
}
