@charset "UTF-8";
/*******************************

REQUIREMENTS Css

*******************************/

/*******************************
募集要項
 *******************************/

.wrap-common {
    max-width: 990px;
    margin-bottom: 100px;
}

ul.bt {
    width: 100%;
}

ul.bt li {
    width: 50%;
    font-weight: bold;
    padding: 15px 0;
    background: #2f2f2f;
    color: #fff;
    border: 1px solid #2f2f2f;
}

ul.bt li:nth-child(1) {
    border-right: none;
}

ul.bt li.is-active {
    background: #fff;
    color: #2f2f2f;
}

.ChangeElem_Panel {
    display: none;
    padding-top: 15px;
}

.ChangeElem_Panel table {
    width: 100%;
    border-top: 1px solid #c9caca;
}

.ChangeElem_Panel table tr {
    border-bottom: 1px solid #c9caca;
}

.ChangeElem_Panel table th {
    color: #6f6f6f;
    font-weight: bold;
    padding: 30px 1% 30px 0;
    width: 20%;
}

.ChangeElem_Panel table td {
    padding: 30px 0;
}

.ChangeElem_Panel table ol,
.ChangeElem_Panel table dl {
    line-height: 1.8;
}

.ChangeElem_Panel table ol li {
    padding-left: 1em;
    text-indent: -1em;
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px) {

    .ChangeElem_Panel table,
    .ChangeElem_Panel tbody,
    .ChangeElem_Panel tr,
    .ChangeElem_Panel th,
    .ChangeElem_Panel td {
        display: block;
    }

    .ChangeElem_Panel table th {
        padding: 30px 0 10px;
        width: 100%;
    }
    .ChangeElem_Panel table td {
        padding: 0 0 30px;
    }
}
