@charset "UTF-8";

@media only screen and (min-width:992px) {
.recruitbox{
    max-width: 1400px;
    width: 100%;
    margin: 3% auto;
}
.recruitbox h2{
    background: #529659;
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding: 1% 0;
    width: 94%;
}
.recruitbox dl{
    display: flex;
    flex-wrap: wrap;
}
.recruitbox dl dt{
    background: #eee;
    border-bottom: 1px solid #ccc;
    padding: 3% 0;
    text-align: center;
    width: 30%;
}
.recruitbox dl dd{
    border-bottom: 1px solid #ccc;
    padding:3% 0 3% 3%;
    width: 60%;
}
.recruitbox .bottomspan{
    margin: 0 auto 10%;
}
.form_btn{
    background: green;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-weight: bold;
    margin: 8% auto 0;
    text-align: center;
    padding: 1% 0;
    width: 230px;
}
}
@media only screen and (max-width:991px){
.recruitbox{
    max-width: 1400px;
    width: 100%;
    margin: 3% auto;
}
.recruitbox h2{
    background: #529659;
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding: 1% 0;
    width: 100%;
}
.recruitbox dl{
    display: flex;
    flex-wrap: wrap;
}
.recruitbox dl dt{
    background: #eee;
    border-bottom: 1px solid #ccc;
    padding: 3% 0;
    text-align: center;
    width: 30%;
}
.recruitbox dl dd{
    border-bottom: 1px solid #ccc;
    padding:3% 0 3% 3%;
    width: 60%;
}
.recruitbox .bottomspan{
    margin: 0 auto 15%;
}
.form_btn{
    background: green;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-weight: bold;
    margin: 10% auto 0;
    text-align: center;
    padding: 1% 0;
    width: 80%;
}
}