@charset "utf-8";
/* CSS Document */

.bg-form-index{ position:relative !important; margin:0 auto 0px; background-image: url(../system/img/plant-system-bg.jpg);}
.bg-top-inner{ position:absolute; top:0; height:240px; width:100%; background-size:cover; z-index:-10;}

#box-form{ position:relative; padding:0 0 100px 0; }
.form-title{ text-align:center; font-size:32px; letter-spacing:0.1em; font-weight:600; position:relative; margin-bottom:80px;}
.form-title:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: "";
    width: 60px;
    height: 1px;
    margin-left: -30px;
    margin-bottom: -40px;
    background-color: #000;
}

.box-thanks{ border:solid 2px #ccc; padding:50px;}
.thanks-title{ text-align:center; font-size:20px; font-weight:600; margin:0 auto 24px;}
.thanks-txt{ text-align:center; line-height:2;}

@media only screen and (max-width: 1024px) {

#box-form {
    padding: 60px 0 100px 0;
}

}