@charset "UTF-8";

.no_recruit {
    font-weight: bold;
    color: #E8526D;
    background-color: #FFF6FE;
    text-align: center;
    margin-bottom: 50px;
}

.recruit {
    margin: 90px auto;
}

.recruit_box dt {
    display: inline-block;
    border: solid 1px #F1F1F1;
    min-width: 150px;
    text-align: center;
    margin-right: 10%;
    height: 40px;
}

.recruit_box dl {
    display: flex;
    justify-content: left;
    margin: 30px auto
}

.recruit_box {
    background-image: url(../image/recruit_background.png);
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: center;}


@media (max-width: 798px) {
    .recruit {
        margin: 40px auto;
    }

    .recruit_box dl {
        flex-direction: column;
        margin: 15px auto
    }

    .recruit_box dt {
        margin-right: 0px;
        height: auto;
        background-color: #F1F1F1;
    }

    .recruit_box dd {
        text-align: center;
        margin-top: 10px;
    }

    .no_recruit{
        margin-bottom: 20px;
    }

    .recruit_box{
        background-image: none;
    }
}