@charset "UTF-8";
.header {
    width: 100%;
    min-width: 1300px;

    position: unset;
    background-color: #ccc;
}

.main {
    width: 100%;
    min-width: 1300px;

    background-color: #ffffff;
}

.local {
    width: 100%;
}

.local img {
    width: 100%;
}

.form {
    width: 1200px;
    height: 500px;
    padding-top: 100px;
    margin: 0 auto;
    background-color: #fff;
}

.form h2 {
    text-align: center;
    color: #D63529;
    font-size: 30px;
}

.form p {
    margin-top: 25px;
    text-align: center;
    font-size: 15px;
}

.lt {
    width: 500px;
    height: 350px;
    float: left;
    margin-top: 30px;
}

.lt p {
    text-align: left;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    font-size: 20px;
    box-sizing: border-box;
}

.local span img {
    width: 50%;
    height: 300px;
    float: left;
    margin-top: 50px;
}