/*  Contact Us  form
--------------------------------------------------------- */
/*--- common ------------------------*/
.contact #gNav_Wrap--pc .gNav > li > a.gNav_contact{
    color: #000;
}
.contact.contact_form .contact_form_h1{
    margin: 60px auto 0;
}

.contact.contact_form #wrap #wrap__Inner{
    margin-top: 35px;
    padding-top: 0;
}

.contact.contact_form .main_caution_text{
    margin-bottom: 35px;
}
.contact.contact_form .main_caution_text .red{
    color: #f00;
}


/*-- Main title --*/
.contact.contact_form .form-ttl {
    padding: 8px 15px;
    margin: 0 auto;
    font-size: 115%;
    font-weight: bold;
    background: #00a8a9;
    color: #fff;
}

.contact.contact_form .form-ttl span{
    font-weight: normal;
    font-size: 100%;
    margin-left: 18px;
    letter-spacing: 1px;
}

/*-- button --*/
.contact.contact_form .form-button {
    text-align: center;
    margin: 25px auto;
    font-size: 150%;
}

.contact.contact_form .form-button input,
.contact.contact_form .form-button a{
    display: inline-block;
    width: 195px;
    padding: 20px 0;
    border: none;
    font-weight: normal;
    letter-spacing: 1px;
    cursor: pointer;
    background: #b1dadc;
    color: #00a8a9;
}
.contact.contact_form .form-button input:hover,
.contact.contact_form .form-button a:hover{
    opacity: 0.6;
    transition: 0.5s;
    -o-transition: 0.5s; /* opera */
    -moz-transition: 0.5s; /* firefox */
    -webkit-transition: 0.5s; /* chrome, safari */
    -ms-transition: 0.5s; /* ie */
    text-decoration: none;
}


/*-- reset submit--*/
.contact.contact_form .form-button input[type="reset"]{
    background: #ededec;
    margin-left: 80px;
    color: #333;
}

.contact.contact_form .form-button input[type="submit"]{
    background: #b1dadc;
    color: #00a8a9;
    text-transform: none;
}

.contact.contact_form #wrap .form-button.form-button-conf .disabled,
.contact.contact_form .form-button input[type="submit"]:disabled{
    background: #B7B5B5;
    color: #fff;
}
.contact.contact_form #wrap .form-button.form-button-conf .disabled:hover,
.contact.contact_form .form-button input[type="submit"]:disabled:hover{
    cursor:default;
    background: #B7B5B5;
    color: #fff;
    opacity: 1;
}


/*-- back --*/
.contact.contact_form .form-button-conf .back{
    margin-right: 80px;
    background: #c4c4c4;
    color: #000;
}

/*-- send --*/
.contact.contact_form .form-button.form-button-conf .send{
    background: #e40011;
    color: #fff;
}



/*--- table ------------------------*/
/*-- item --*/
.contact.contact_form .form-column{
    width: 100%;
    display: table;
    border-top: 1px solid #cccccc;
}

.contact.contact_form .form-ttl + .form-column{
    border-top: none;
}

.contact.contact_form .form-column-last{
    border-bottom: 1px solid #cccccc;
}

/*-- item title --*/
.contact.contact_form dt {
    width: 300px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    background: #ededec;
    font-size: 100%;
    padding: 15px 0;
}

.contact.contact_form dt span {
    position: relative;
    display: inline-block;
}

/*-- item title required --*/
.contact.contact_form dt.required span:after{
    content: "*";
    color: #ff0000;
    font-size: 15px;
    position: absolute;
    top: -5px;
    right: -12px;
}

/*-- item detail --*/
.contact.contact_form dd {
    padding: 10px 15px;
    display: table-cell;
    vertical-align: middle;
}
.contact.contact_form dd span{
    display: block;
    margin-top: 5px;
    word-break: break-all;
    word-wrap: break-word;
}
.contact.contact_form dd span.error{
    color:#ff0000;
}

.contact.contact_form .form-column dd {
    padding: 10px 15px;
    display: table-cell;
    vertical-align: middle;
}
.contact.contact_form .form-column dd span{
    display: block;
    margin-top: 5px;
    word-break: break-all;
    word-wrap: break-word;
}
.contact.contact_form .form-column dd span.error{
    color:#ff0000;
}

.contact.contact_form .form-column dd input.form-column-text,
.contact.contact_form .form-column dd textarea.form-column-text{
    width: 100%;
    max-width: 600px;
    max-height: 150px;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #dedede;
}

.contact.contact_form dl.form-column select{
    width: 100%;
    max-width: 600px;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #dedede;
    background: url("../img/icon_select.png") no-repeat right center;
}

.contact.contact_form dl.form-column select.mini,
.contact.contact_form dl.form-column input.mini{
    max-width: 350px;
}

/*-- required background --*/
.formError + input.form-column-text,
.formError + input[type="text"],
.formError + textarea[name="message"],
.formError + select{
    background-color: #f7e3ec;
    border: 1px solid #a0a0a0;
}
input.form-column-text.hasError,
input[type="text"].hasError,
textarea[name="comments"].hasError,
select.hasError{
    background-color: #f7e3ec;
}

/*-- recaptcha --*/
.contact.contact_form .g-recaptcha{
    width: 304px;
    margin: 40px auto;
}


/*form_conf
--------------------------------------------------------- */
.contact.contact_form .form_caution{
    text-align: center;
    margin: 30px auto;
}
.contact.contact_form .form_caution span{
    color: #e40011;
    font-weight: bold;
}



/*form_thanks
--------------------------------------------------------- */
.contact.contact_form .contact-thanks h4 {
    padding-bottom: 10px;
    margin: 0 auto 20px;
    border-bottom: #196973 3px solid;
    text-align: center;
}

.contact.contact_form .contact-thanks p {
    margin: 15px auto;
    width: 550px;
}

.contact.contact_form p.contact-thanks-text span{
    display: block;
    margin: 5px 0 10px;
    padding-left: 12px;
    position: relative;
}

.contact.contact_form p.contact-thanks-text span:before{
    content: "*";
    color: #e40011;
    position: absolute;
    left: 0;
    top: 0;
}

.contact.contact_form .contact-thanks-tel {
    text-align: center;
    font-size: 20px;
    color: #196973;
    font-weight: bold;
    margin-top: 30px;
}

.contact.contact_form .contact-thanks-tel span {
    font-size: 15px;
    margin-right: 5px;
}

.contact.contact_form .contact-thanks a {
    display: block;
    padding: 15px 0;
    margin: 30px auto;
    width: 135px;
    background: #2f7d87;
    color: #fff;
    text-align: center;
    font-size: 15px;
    letter-spacing: 1px;
}
.contact.contact_form .contact-thanks a:hover{
    opacity: 0.8;
}
.approvalBox{
  border: 1px solid #ccc;
  margin-top: 50px;
  padding: 20px 0;
}
.approvalBox p{
  text-align: center;
}


/*-- pc --*/
@media print, screen and (min-width: 768px) {


}
/*-- //pc --*/



/*-- smartPhone --*/
@media screen and (max-width: 767px) {

    /*form
    --------------------------------------------------------- */
    /*--- common ------------------------*/
    .contact.contact_form .contact_form_h1{
        margin: 50px auto 0;
    }

    .contact.contact_form #wrap #wrap__Inner{
        padding-left: 15px;
        padding-right: 15px;
    }

    .contact.contact_form .main_caution_text{
        margin-bottom: 20px;
    }


    /*-- Main title --*/
    .contact.contact_form .form-ttl {
        font-size: 100%;
        padding: 15px;
    }

    .contact.contact_form .form-ttl span{
        font-size: 80%;
        margin-left: 90%;
    }

    /*-- button --*/
    .contact.contact_form .form-button {
        margin: 25px auto;
        font-size: 120%;
    }

    .contact.contact_form .form-button input,
    .contact.contact_form .form-button a{
        display: inline-block;
        width: 40%;
    }
    .contact.contact_form .form-button input:hover,
    .contact.contact_form .form-button a:hover{
        opacity: 1;
    }

    /*-- reset submit--*/
    .contact.contact_form .form-button input[type="reset"]{
        margin-left: 10px;
    }

    .contact.contact_form .form-button input[type="submit"]{
    }

    .contact.contact_form .form-button input[type="submit"]:disabled{
    }
    .contact.contact_form .form-button input[type="submit"]:disabled:hover{
    }


    /*-- back --*/
    .contact.contact_form .form-button-conf .back{
        margin-right: 10px;
    }

    /*-- send --*/
    .contact.contact_form .form-button.form-button-conf .send{
    }



    /*--- table ------------------------*/
    /*-- item --*/
    .contact.contact_form .form-column{
        display: block;
        /* border-top:none; */
        border-left: 1px solid #cccccc;
        border-right: 1px solid #cccccc;
    }

    .contact.contact_form .form-ttl + .form-column{
    }

    .contact.contact_form .form-column-last{
    }

    /*-- item title --*/
    .contact.contact_form dt {
        width: 100%;
        display: block;
    }

    .contact.contact_form dt span {
    }

    /*-- item detail --*/
    .contact.contact_form dd {
        padding: 10px 10px;
        display: block;
        width: 100%;
    }
    .contact.contact_form dd span{
    }

    .contact.contact_form .form-column dd input.form-column-text,
    .contact.contact_form .form-column dd textarea.form-column-text{
        max-width: 100%;
    }

    .contact.contact_form dl.form-column select{
        font-size: 85%;
        max-width: 100%;
    }

    .contact.contact_form dl.form-column select.mini,
    .contact.contact_form dl.form-column input.mini{
        max-width: 100%;
    }

    /*-- required background --*/
    .formError + input.form-column-text,
    .formError + input[type="text"],
    .formError + textarea[name="message"],
    .formError + select{
    }

    /*-- recaptcha --*/
    .contact.contact_form .g-recaptcha{
        width: 100%;
        margin: 40px auto;
    }

    /*form_conf
    --------------------------------------------------------- */
    .contact.contact_form .form_caution{
    }
    .contact.contact_form .form_caution span{
    }



    /*form_thanks
    --------------------------------------------------------- */
    .contact.contact_form .contact-thanks h4 {
    }

    .contact.contact_form .contact-thanks p {
        width: 100%;
    }

    .contact.contact_form p.contact-thanks-text span{
    }

    .contact.contact_form p.contact-thanks-text span:before{
    }

    .contact.contact_form .contact-thanks-tel {
    }

    .contact.contact_form .contact-thanks-tel span {
    }

    .contact.contact_form .contact-thanks a {
    }
    .contact.contact_form .contact-thanks a:hover{
        opacity: 1;
    }

}
/*-- //smartPhone --*/
