/*フォーム*/
#applyFormCont form #contactForm dl dd input,#applyFormCont form #contactForm dl dd select,#applyFormCont form #contactForm dl dd textarea{
  background-color: #e5e5e5;
  border: 4px solid #555;
}

dl.form-agree{
    width: 70.5%;
    border: 1px solid #333 !important;
    padding: 10px 50px;
    margin: 50px !important;
}
dl.form-agree dt{
    padding: 0 20px !important;
}
dl.form-agree dd{
    padding: 0 20px !important;
}
.alert{
color: #FF0038 !important;
}

@media(max-width:767px){
    dl.form-agree{
        width: 100%;
        border: 1px solid #333;
        padding: 10px 50px;
        margin: 0 !important;
    }
}

