@charset "utf-8";

.sub_main {
    /* background-image: url(../images/recruit/recruit_main_01.jpg);*/
}

section {
    padding: 0;
    margin: 1em 0 1em;
}

h2 {
    color: #008e59;
    margin: 0 0 1em;
}

.bosyu_list li {}

.bosyu_list dl {}

.bosyu_list dt {
    background-color: #BBB99A;
    color: #fff;
    padding: 0.6em 1em;
}

.bosyu_list dd {
    padding: 0.6em 1em;
}

.bosyu_list dd.boder {
    border-bottom: solid 1px;
}

/*600px以上*/
@media screen and (min-width: 600px) {

    h2 {
        font-size: 26px;
    }

    .bosyu_list li:not(:last-child) {
        border-bottom: dotted 2px #ccc;
    }

    .bosyu_list dl {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .bosyu_list dt {
        width: 30%;
    }

    .bosyu_list dd {
        padding: 0.6em 1em;
        width: 70%;
    }

    .bosyu_list {
        border: solid 1px #bbb99a;
    }
}



/*900px以上*/
@media screen and (min-width: 900px) {
    h2 {
        font-size: 30px;
    }

    .bosyu_list dt {
        width: 20%;
    }

    .bosyu_list dd {
        width: 80%;
    }
}