
/* topモーダル内調整 */
#camp-simu-modal .adjust-height {
min-height: 184px;
}
@media screen and (max-width: 767px) {
    #camp-simu-modal .adjust-height {
    min-height: 0;
    }
}
.modal-borderbox {
    border-right: 1px solid #E2E2E2;
    padding-right: 8px;
    margin-right: 0px !important;
}
@media screen and (max-width: 767px) {
    .modal-borderbox {
    border-right: none;
    border-bottom: 1px solid #E2E2E2;
    padding-right: 0;
    margin-right: 8px !important;
    padding-bottom: 16px;
    }
}

/* cvボタン */
@media screen and (max-width: 767px) {
    .section-cv .container .btn-white-primary {
        min-height: 58px;
        height: 68px;
        padding: 0 10px !important;
    }
}

/* 絞り込み内アンカーボタン */
.btn-camp-result::after {
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 2px;
    background: url(/common_v10/images/icn-bullet-black.svg) no-repeat center center/contain;
}