@charset "UTF-8";
.contactBox {
    padding: 30px;
    background: #f8f8f8;
    text-align: center;
    /*color: #4f8e21;*/
}

.contactBox .mail {
    font-size: 2rem !important;
    padding-top: 10px;
}

.contactBox .mail span {
    padding-right: 5px;
    color: #ca9e1f;
}

.contactBox .mail a {
    color: #ca9e1f;
}

.contactBox .phoneBox,
.contactBox .phoneMailBox {
    background: #fff;
    padding: 20px 0;
    line-height: 1;
    margin-top: 30px;
}

.contactBox .formInner {
    padding: 30px;
    background: #fff;
    margin-top: 30px;
}

.contactBox .formInner table {
    width: 100%;
}

.contactBox .formInner table td {
    text-align: left;
    padding: 10px 0;
    position: relative;
}

.contactBox .formInner table td label {
    display: block;
    font-size: 1.8rem;
    font-weight: 300;
    padding-bottom: 10px;
    padding-left: 56px;
    line-height: 1;
}

.contactBox .formInner table td input[type="text"] {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    font-size: 1.5rem;
}

.contactBox .formInner table td input[type="email"] {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    font-size: 1.5rem;
}

.contactBox .formInner table td select {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    font-size: 1.5rem;
}

.contactBox .formInner table td textarea {
    width: 100%;
    height: 150px;
    padding: 8px;
    box-sizing: border-box;
    font-size: 1.5rem;
    /*border: #ccc solid 1px;*/
}

.contactBox .formInner table td.must:before {
    content: "必須";
    display: inline-block;
    padding: 3px 6px;
    background: #ca9e1f;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    line-height: 1;
    color: #fff;
    font-size: 12px;
    letter-spacing: 4px;
    position: absolute;
}

.contactBox .formInner table td.opt:before {
    content: "任意";
    display: inline-block;
    padding: 3px 6px;
    background: #989ea1;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    line-height: 1;
    color: #fff;
    font-size: 12px;
    letter-spacing: 4px;
    position: absolute;
    /*background:#339933;*/
}

.contactBox .formInner table .narrow td:nth-child(1) {
    padding-right: 15px;
}

.contactBox .formInner table .narrow td:nth-child(2) {
    padding-left: 15px;
}

.contactBox .submit {
    text-align: center;
    padding-top: 30px;
}

.contactBox .submit input[type="submit"] {
    width: 190px;
    height: 40px;
    background: #ca9e1f;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 0;
    text-align: center;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 500;
    position: relative;
    cursor: pointer;
    transition: all 0.5s ease;
    backface-visibility: hidden;
}

.contactBox .submit input[type="submit"]:hover {
    background: #ecd784;
}

.c-txt_center {
    line-height: 1.5;
}


/*# sourceMappingURL=pc_style.map */