.promotion{
    background: url(../img/promotion.jpg) no-repeat center top/cover;
    height:90vh;
    padding:0 1rem;
}
.anchorPoint{
    text-align: right;
    padding-top: 2rem;
}
.anchorPoint a{
    display: block;
    font-size: 0.75rem;
    margin-top: 0.5rem;
}
.text{
    color:#333;
    line-height: 1.2rem;
    font-size:0.7rem;
    padding:0.5rem 0;
}
.fillIn dl{
    margin-top:   0.5rem;
}
.fillIn dl dt{
    float: left;
    width:4rem;
    text-align: right;
    line-height: 1.5rem;
}
.fillIn dl dd{
    margin-left: 4.5rem;
}
.fillIn dl dd input, .fillIn dl dd textarea{
    width:98%;
    border:1px solid #ddd;
    line-height: 1.5rem;
}
.fillIn dl dd button{
    width:46%;
    background: #d9001b;
    color:#fff;
    border:none;
    border-radius: 0.2rem;
    line-height: 1.6rem;
}
.fillIn dl dd .cancel{
    background: #555555;
}
.input-submit{
    background-color: #d9001b;
    color: #fff;
    border-radius: 0.2rem;
}