/* CSS Document */

#waiting {
    display: none;
    position: fixed;
    background: url(../images/bg_waiting_01.png);
    left: 0;
    top: 0;
}

.form-group {
    margin-bottom: 10px;
}

/*-----------------------------------

	Japanese enquery form

-----------------------------------*/
#form_ja {
    position: relative;
}

#form_ja .req-base {
    position: relative;
}

@media (min-width: 768px) {
    #form_ja .req-base {
        padding-right: 0;
        padding-left: 10px;
    }
}

#form_ja #error1,
#form_ja #error2,
#form_ja #error3 {
    display: none;
    color: #D15E52;
    position: absolute;
    top: 7px;
    left: 25px;
    font-size: 12px;
}

#form_ja .require {
    font-size: 13px;
}

#form_ja label.require {
    font-weight: bold;
}

@media (min-width: 768px) {
    #form_ja .require {
        padding-right: 10px;
    }

    #form_ja label.require {
        text-align: left;
    }
}

#form_ja .require span {
    color: #D15E52;
    font-weight: bold;
    font-size: 16px;
}

#form_ja .button {
    width: 196px;
    height: 44px;
    margin-top: 5px;
    float: left;
}

#form_ja .button a {
    display: block;
    width: 196px;
    height: 44px;
    line-height: 44px;
    background: #E0A33A;
    border-radius: 4px;
    font-size: 15px;
    color: #503216;
    text-align: center;
    transition: all .3s;
}

#form_ja .button a:hover {
    color: #503216;
    text-decoration: none;
    background: #E6B561;
}

#thankyou_ja {
    margin: 30px 0 0;
}

#thankyou_ja .thankyoutitle {
    font-size: 28px;
    color: #f3ab00;
    margin: 0 0 15px;
    text-align: center;
}

#thankyou_ja .thankyoucont {
    font-size: 13px;
    line-height: 1.5;
}

#thankyou_ja .tel {
    margin: 20px 0 0;
    text-align: center;
}

#thankyou_ja .tel span {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
}

#thankyou_ja .tel span::before {
    content: "";
    position: relative;
    top: 5px;
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(../images/slider_icon2.png);
    background-size: contain;
    margin-right: 5px;
}

/*-----------------------------------

	english enquery form

-----------------------------------*/
#form_en {
    position: relative;
}

#form_en .req-base {
    position: relative;
}

@media (min-width: 768px) {
    #form_en .req-base {
        padding-left: 0;
        /*padding-right: 10px;*/
    }
}

#form_en #error1,
#form_en #error2,
#form_en #error3 {
    display: none;
    font-size: 10px;
    color: #D15E52;
    position: absolute;
    top: 7px;
    right: 25px;
    font-size: 12px;
}

#form_en .require {
    font-size: 13px;
}

#form_en label.require {
    font-weight: bold;
}

@media (min-width: 768px) {
    #form_en .require {
        padding-right: 10px;
    }

    #form_en label.require {
        text-align: right;
    }
}

#form_en .require span {
    color: #D15E52;
    font-weight: bold;
    font-size: 16px;
}

#form_en .button {
    width: 196px;
    height: 44px;
    margin-top: 5px;
}

#form_en .button a {
    display: block;
    width: 196px;
    height: 44px;
    line-height: 44px;
    background: #E0A33A;
    border-radius: 4px;
    font-size: 15px;
    color: #503216;
    text-align: center;
    transition: all .3s;
}

#form_en .button a:hover {
    color: #503216;
    text-decoration: none;
    background: #E6B561;
}

#thankyou_en {
    margin: 30px 0 0;
}

#thankyou_en .thankyoutitle {
    font-size: 34px;
    color: #f3ab00;
    margin: 0 0 15px;
    text-align: center;
}

#thankyou_en .thankyoucont {
    font-size: 14px;
    line-height: 1.5;
}

#thankyou_en .tel {
    margin: 20px 0 0;
    text-align: center;
}

#thankyou_en .tel span {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
}

#thankyou_en .tel span::before {
    content: "";
    position: relative;
    top: 5px;
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(../images/slider_icon2.png);
    background-size: contain;
    margin-right: 5px;
}
