@charset "utf-8";
@import url("normalize.css");
.wrapper{
    background: #FFF;
}
.banner{
    position: relative;
}
.banner img{
    width: 100%;
}
.mobile{
    display: none;
}
.banner_text{
    width: 270px;
    padding-top: 20px;
    padding-bottom: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #ffffff;
        text-shadow: 1px 1px 12px rgba(0,0,0,0.9);
    transform: translate(-50%,-50%);
}
.banner_text h1{
    font-size: 33px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 5px;
}
.banner_text h4{
    font-size: 24px;
    text-align: center;
    font-weight: normal;
} 
.contact_info{
    background: url(../images/contact_top_bg.jpg);
    background-repeat: repeat;
    width: 100%;
}
.contact_info_box{
    width: 680px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
}
.contact_logo{
    display: inline-block;
    width: 196px;
    padding-right: 36px;
    border-right: 1px solid #7a7a7a;
}
.contact_logo img{
    width: 100%;
    height: auto;;
}
.contact_info_text{
    display: inline-block;
    width: calc(100% - 196px);
    padding-left: 36px;
}
.contact_info_text p{
    font-size: 22px;
    color: #ffffff;
    margin-bottom: 5px;
    letter-spacing: 2px;
    line-height: 165%;
}
.contact_info_text a{
    color: #ffffff;
}
.contact_info_text img{
    display: inline-block;
    position: relative;
    top: 3px;
    left: 3px;
}
.contact_wrap{
    width: 100%;
    background: #f7f7f7;
}
.contact_form_box{
    max-width: 1100px;
    box-sizing: content-box;
    width: 94%;    
    padding:60px 0px;
    margin: 0 auto;
}
.close_btn_black{
    position: absolute;
    top: 80px;
    right: 80px;
    background: url(../images/close_btn_black.png) no-repeat;
    background-size: 38px 39px;
    width: 38px;
    height: 39px;
    cursor: pointer;
    z-index: 1;
}
.sent_btn{
    width: 100%;
    text-align: right;
    padding-top: 15px;
}
.sent_btn .link_btn{
    width: 129px;
    height: 38px;
    font-size: 18px;
    line-height: 18px;
    color: #FFFFFF;
    background: #404040;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    transition: all 0.2s ease-out;
}
.sent_btn .link_btn:hover{
    background: #1b1b1b;
}
.sent_btn .link_btn.reset{
    margin-right: 14px;
}
.contact_form_box_righttop{
    background: url(../images/contact_box_form_righttop.png) no-repeat;
    background-size: 227px 97px;
    width: 227px;
    height: 97px;
    position: absolute;
    top: -48px;
    right: 0px;    
}
.contact_form_box h6{
    font-weight: normal;
    color: #545454;
    font-size: 20px;
    margin-bottom: 30px;
    line-height: 150%;
}
.contact_form_box .input_txt {
    width: 100%;
    margin-bottom: 13px;
    padding: 8px;
    color: #656565;
    font-size: 16px;
    background-color: #fdfdfd;
    border: 1px solid #c6c6c6;
    border-radius: 5px;
    vertical-align: middle;
}
.contact_form_box .input_txt.name ,.contact_form_box .input_txt.tel {
    display: inline-block;
    width: calc( 100% - 80px );
}
.name_box , .telephone_box{
    width: 50%;
    display: inline-block;
}
.name_box{
    padding-right: 20px;
}
.name_box label ,.telephone_box label{
    color: #616161;
    font-size: 16px;
    display: inline-block;
    width: 80px;
    vertical-align: text-bottom;
}
.email_box , .content_box{
    width: 100%;
    display: inline-block;
}
.contact_form_box .input_txt.email {
    display: inline-block;
    width: calc( 100% - 80px );
}
.email_box label , .content_box label{
    color: #616161;
    font-size: 16px;
    display: inline-block;
    width: 80px;
    vertical-align: text-bottom;
}
.content_box label{
vertical-align: top;
}    
.contact_form_box .input_txt.content {
    display: inline-block;
    width: calc( 100% - 80px );
}
.contact_form_box .check_privacy{
    padding-top: 0px;
    padding-left: 80px;
}
.contact_form_box  .openTxtBtn , .contact_form_box  .checklabel{
    font-size: 18px;
    color: #616161;
    cursor: pointer;
}
.contact_form_box  .openTxtBtn {
text-decoration: underline;
}
.contact_form_box  .checklabel{
    margin-right: 20px;
}
.black {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    background-color: rgba( 0, 0, 0, 0.95);
    z-index: 11111;
}
.close_box {
    margin: 0 auto;
    max-width: 1024px;
    position: relative;
}
.closeBtn {
    height: 50px;
    position: absolute;
    right: 20px;
    top: 70px;
}
.infoWrap {
    width: 100%;
    margin: 0 auto;
    max-width: 1024px;
    position: relative;
    height: 100vh;
}
.infoBox {
    width: 100%;
    height: calc( 100% - 150px);
    padding: 50px 14px;
    position: absolute;
    left: 0px;
    top: 130px;
    overflow: auto;
    line-height: 20px;
    color: #FFF;
    text-align: left;
}
.infoBox h3 {
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
}
.infoBox p {
    font-size: 16px;
    line-height: 120%;
}
@media screen and (max-width: 1590px) {
.contact_box {
    max-width: 90%;
    width: 90%;
}

.close_btn_black{
    top: 36px;
    right: 36px;
}
}
@media screen and (max-width: 1366px) {

.close_btn_black {
    top: 20px;
    right: 20px;
}
.contact_form_box_righttop {
    background-size: 113px 49px;
    width: 113px;
    height: 49px;
    top: 0px;
}
}
@media screen and (max-width: 1300px) {
 
}
@media screen and (max-width: 1024px) {
.topright {
    background: url(../images/contact_box_righttop.png) no-repeat;
    background-size: 230px auto;
    width: 230px;
    height: 62px;
    top: -60px;
    right: 26px;
}

.contact_box {
    padding: 40px 20px;
}
.contact_form_box_righttop {
    display: none;
}
}
@media screen and (max-width: 768px) {
.mobile{
    display: block;
}
.desktop{
    display: none;
}
.name_box, .telephone_box {
width: 100%;
}
.name_box {
    padding-right: 0px;
}
.contact_info_box {
    width: 90%;
}
.contact_logo {
    max-width: 130px;
    display: block;
    padding-right: 0px;
    padding-bottom: 30px;
    border: none;
    margin: 0 auto;
}
.contact_info_text {
    display: block;
    width: 100%;
    padding-left: 0px;
}
}
@media screen and (max-width: 690px) {
.topright {
    display: none;
}

.contact_box {
    padding: 40px 10px;
    max-width: 92%;
    width: 92%;
}
}
@media screen and (max-width: 560px) { 

.contact_info_text p{
    font-size: 16px;
    margin-bottom: 10px;
    letter-spacing: 1px;
}
.contact_info_text img {
    top: 2px;
    width: 17px;
}
}
@media screen and (max-width: 510px) { 
.contact_form_box .check_privacy {
    padding-top: 0px;
    padding-left: 0px;
}
.contact_form_box .openTxtBtn {
    text-decoration: underline;
    display: block;
    text-align: left;
    padding-top: 15px;
    padding-bottom: 15px;
}
.contact_form_box .checklabel {
    margin-right: 00px;
    text-align: left;
    display: block;
}
.infoBox h3 {
    font-size: 20px;
}
.name_box label, .telephone_box label ,.email_box label, .content_box label {
    width: 100%;    
    padding-bottom: 5px;
}
.contact_form_box .input_txt.name, .contact_form_box .input_txt.tel,.contact_form_box .input_txt.email {
    width: 100%;
}
.contact_form_box .input_txt.content {
    width: 100%;
}
.contact_form_box h6 {
    font-size: 18px;
}
}
@media screen and (max-width: 420px) { 
.banner_text {
    width: 200px;
}
.banner_text h1 {
    font-size: 22px;
}
.banner_text h4 {
    font-size: 16px;
}
.contact_info_box {
    width: 94%;
    padding-top: 20px;
    padding-bottom: 20px;
}
.contact_form_box {
    padding: 30px;    
    box-sizing: border-box;
}
}
@media screen and (max-width: 321px) {
.contact_form_box {
    padding: 70px 10px;
    width: 94%;
}
.sent_btn .link_btn {
    width: 120px;
}
.contact_info_box {
    width: 75%;
}
}