@charset "UTF-8";
/*------------------------------------------------------------
	Header
------------------------------------------------------------*/
#page--contact .site-header {
    background-color: rgba(212, 236, 243, 0.5);
}
@media only screen and (max-width: 767px) {
    #page--contact .site-header {
        background-color: #f5fbfe;
    }
}


/*------------------------------------------------------------
	Main
------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
    #page--contact .section-page {
        background-color: #fff;
    }
}
#page--contact .section-page .section-content .content {
    background-color: #fff;
    padding: 30px 60px 50px;
    font-size: 12px;
}
#page--contact .section-page .section-content .content form {
    width: 50%;
    margin: 0 auto;
    font-size: 14px;
}
#page--contact .section-page .section-content .content .aspform_title {
    padding-bottom: 10px;
    margin-top: 2em;
}
#page--contact .section-page .section-content .content .aspform_error {
    padding-bottom: 10px;
    color: #ff7777;
}
#page--contact .section-page .section-content .content input[type="text"],
#page--contact .section-page .section-content .content textarea {
    width: 100%;
    border: #b7b5bd 1px solid;
}
#page--contact .section-page .section-content .content input[type="text"] {
    height: 35px;
}
#page--contact .section-page .section-content .content textarea {
    height: 150px;
}
#page--contact .section-page .section-content .content input[type="radio"] {
    border-top: 1px solid #b7b5bd;
}
#page--contact .section-page .section-content .content select {
    height: 30px;
    width: 200px;
}
#page--contact .section-page .section-content .content .aspform_button {
    margin-top: 30px;
    text-align: center;
}
#page--contact .section-page .section-content .content input[type="submit"] {
    background-color: #c1d1dc;
    width: 340px;
    max-width: 100%;
    padding: 20px 0;
    display: block;
    margin: 0 auto;
    font-size: 16px;
}
@media only screen and (max-width: 767px) {
    #page--contact .section-page .section-content .content {
        padding: 30px 20px;
        background-color: #f5fbfe;
    }
    #page--contact .section-page .section-content .content form {
        width: 100%;
    }
}



#page--contact .section-page .section-content .content .txt {
    text-align: center;
    font-size: 20px;
    padding: 50px 0 100px;
}



/*------------------------------------------------------------
	Footer
------------------------------------------------------------*/
#page--contact .footer {
    padding: 35px 0 45px;
}