@charset "utf-8";


.inputSalaryWidth120 {
    width: 120px;
}

/* search top */
.jobSearchFormtable {
    margin-top: 60px;
}
.jobSearchFormtable .formTableTitle {
    width: 240px;
}
.jobSearchFormtable .formTableInput {
    width: 860px;
}
.searchJobContactFlame {
    position: relative;
    margin-top: 80px;
}
.searchJobContactFlame::before {
    content: "";
    position: absolute;
    top: -50px;
    left: 50%;
    margin-left: -60px;
    width: 120px;
    height: 30px;
    background-image: url("../images/job/arrow_search.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.searchJobContactFlame01Text01 {
    color: #000;
}
.searchJobBtnListWrap {
    margin-top: 20px;
}
.searchJobClearLink {
    margin-top: 20px;
    font-size: 16px;
    line-height: 2;
    text-decoration: underline;
    text-align: center;
}

/* search list */
.searchResultArea02 {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.resultTitle02 {
    width: 120px;
    border-top: 2px solid #004A8A;
    border-left: 2px solid #004A8A;
    border-bottom: 2px solid #004A8A;
    padding: 21px 18px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;

    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    background-image: url("../images/job/seaechArea.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.resultDesc02 {
    width: calc(100% - 120px);
    border-top: 2px solid #004A8A;
    border-right: 2px solid #004A8A;
    border-bottom: 2px solid #004A8A;
    padding: 21px 138px 21px 18px;
    font-size: 16px;
    font-weight: 700;

    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.jobListSearchResultArea02 {
    /* margin-top: 25px; */
    margin-bottom: 25px;
    padding-bottom: 30px;
}
.resultTitle03 {
    width: 100%;
    color: #004A8A;
    font-size: 16px;
    font-weight: 700;
    text-align: left;

    cursor: pointer;
    background-image: url(../images/wedge_down_blue.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 5px) center;
    background-size: 10px 6px;
}
.resultTitle03.openList {
    background-image: url(../images/wedge_up_blue.svg);
}
.searchResultCondition {
    margin-top: 10px;
    display: none;
}
.searchResultConditionItem {
    display: block;
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; */
}
.searchResultConditionDate {
    width: 100%;
    font-size: 14px;
    color: #A1ACBD;
}
.searchResultConditionTitle {
    /* width: 150px; */
    width: auto;
    margin-top: 5px;
    margin-right: 5px;
    display: inline-block;
    border-radius: 2px;
    padding: 1px 10px;
    font-size: 14px;
    text-align: center;
    color: #FFF;
    background-color: #003C71;
}
.searchResultConditionIcon {
    display: inline;
    margin-left: 0;
    /* width: calc(100% - 155px); */
    width: auto;
}
.searchResultConditionDesc {
    display: inline-block;
    border-radius: 2px;
    margin-top: 6px;
    margin-left: 0;
    margin-right: 5px;
    padding: 0px 5px;
    background-color: #A1ACBD;
}
.searchResultConditionText {
    font-size: 12px;
    color: #fff;
}
.resultLinkTextNext {
    position: absolute;
    bottom: 5px;
    right: 20px;
    width: auto;
}
.registSearchConditionBtn {
    font-size: 12px;
}
.registSearchConditionBtn.savedCondition {
    font-weight: 700;
    color: #004a8a;
    cursor: default;
    background-image: none;
}

/* details */
.details01HeaderIconList {

}
.details01HeaderIconItem__new {
	background-color: #FF0000;
}
.details01HeaderIconItem__recommend {
	background-color: #FF8800;
}


.details01PageText02 {
    font-weight: 700;
    color: #004a8a;
}
.jobDetails01Table {
    margin-top: 20px;
}
.jobList02Table {

}
.jobList02TableDl {
    width: 375px;
    border-top: 1px solid #D9D9D9;
    padding: 15px 0;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
    -webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.detailsList01 {
    margin-top: 25px;
}
.detailsBtnListWrap {
    margin-top: 60px;
}
.jobDetailsKeywordList {
    margin-top: 15px;
} 



/* side */
.sideArea {
    border-radius: 5px;
    background-color: #EDF0F2;
}
.sideArea.open + .sideArea {
    margin-top: 40px;
}
.sideTitle {
    padding: 25px 20px 0;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

.registSearchConditionBox {
    display: none;
}
.registSearchConditionBox.open {
    display: block;
}
.registSearchConditionBtnListWrap {
    padding: 20px 30px;
}
.registSearchConditionBtn {
    min-width: auto;
    min-width: inherit;
    width: 100%;
}

.jobSearchFormSidetable {
    padding: 20px 0 0;
}
.jobSearchFormSidetable .inputModalBtn {
    min-width: auto;
    min-width: inherit;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    background-position: calc(100% - 10px) center;
}
.jobSearchFormSidetable .inputText {
    min-width: auto;
    min-width: inherit;
    width: 100%;
    padding: 10px;
    font-size: 14px;
}
.jobSearchFormSidetable .inputSelect {
    min-width: auto;
    min-width: inherit;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    padding: 10px 20px 10px 10px;
    font-size: 14px;
    background-position: calc(100% - 10px) center;
}
.jobSearchFormSidetable .inputSelect.inputSalaryWidth120 {
    min-width: auto;
    min-width: inherit;
    width: 120px;
}
.jobSearchFormSidetable .inputCheckbox + label {
    margin-top: 10px;
    padding: 0 0 0 20px;
    font-size: 14px;
    line-height: 1.2em;
}
.jobSearchFormSidetable .inputCheckbox + label::before {
    height: 16px;
    width: 16px;
}
.jobSearchFormSidetable .inputCheckbox:checked + label:after {
    height: 3px;
    width: 6px;
    left: 4px;
    top: 4px;
}
.formSideTableList {
    width: 100%;
    border-bottom: 1px solid #D9D9D9;
    padding: 0 20px 20px;
}
.formSideTableLine {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.formSideTableLine:nth-child(n+2) {
    margin-top: 10px;
}
.formSideTableTitle {
    width: 100%;
    font-weight: 700;
}
.formSideTableInput {
    width: 100%;
}
.formSideTableInputList {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.formSideTableInputList:nth-child(n+2) {
    margin-top: 5px;
}
.formSideTableInputList__center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.formSideTableInputListItem {
    margin-right: 5px;
}
.formSideTableInputListItem:last-child {
    margin-right: 0;
}
.formSideTableInputListChoices {
    width: 100%;
}

.searchJobSideBtnWrap {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.stickyFormSideBottomBlockWrap {
    width: 260px;
	padding: 30px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
    text-align: center;
	background-color: rgba(237, 240, 242, 0.8);
}
.searchJobSideBtnListWrap {
    margin-top: 10px;
}
.searchJobSideBtn {
    min-width: auto;
    min-width: inherit;
    width: 100%;
}
.searchJobSideClearLink {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.5;
    text-decoration: underline;
    text-align: center;
}

/*----------------------------------------
       search sort form
----------------------------------------*/
.list-sort {
    margin: 30px 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.list-sort__title {
    font-size: 16px;
    font-weight: 700;
}
.list-sort__form {

}
.list-sort__select {

}

/*----------------------------------------
       search condition modal
----------------------------------------*/
.searchConditionModal {
    display: none;
}
.searchConditionModal.is-show {
    display: block;
}
.modalBox2Bg {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
    background-color: #003C71;
}
.modalBox2Wrap {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 35;
    top: 0;
    left: 0;
}
.modalBox2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
}
.modalBox2InnerWrap {
    width: 896px;
    position: relative;
    max-height: 90%;
    padding: 18px;
    overflow-y: scroll;
}
.modalBox2Close {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 18px;
    height: 18px;
    background-image: url(../images/btn_spmenu_close.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.modalBox2Inner {
    width: 860px;
    position: relative;
    max-height: 90%;
    border-radius: 8px;
    padding: 35px;
    overflow-y: scroll;
    background-color: #fff;
}
.modalBox2InnerWrap::-webkit-scrollbar,
.modalBox2Inner::-webkit-scrollbar {
    display: none;
}
.modalBox2Header {
    text-align: left;
}
.modalBox2Title01 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0.05em;
}
.modalBox2Text01 {
    margin-top: 5px;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0.05em;
}
.modalBox2Body {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.modalBox2Filed {
    height: 100%;
    width: 100%;
    padding: 20px 5px 20px 20px;
    border-radius: 8px;
    background-color: #F2F2F2;
}
.modalBox2FiledInner {
    height: 100%;
    max-height: 50vh;
    min-height: 50vh;
    overflow-y: scroll;
}
.modalResultConditionWrap {
    border-bottom: 1px solid #d9d9d9;
    background-color: #FFF;
}
.modalResultTitle01 {
    padding: 10px;
    width: 100%;
    color: #004A8A;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    cursor: pointer;
    background-image: url(../images/wedge_down_blue.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) center;
    background-size: 10px 6px;
}
.modalResultTitle01.openList {
    background-image: url("../images/wedge_up_blue.svg");
}
.modalResultCondition {
    display: none;
    padding: 0 10px 10px;
}
.modalResultConditionItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.modalResultConditionTitle {
    width: 150px;
    margin-top: 5px;
    margin-right: 5px;
    display: inline-block;
    border-radius: 2px;
    padding: 1px 10px;
    font-size: 14px;
    text-align: center;
    color: #FFF;
    background-color: #003C71;
}
.modalResultConditionIcon {
    display: inline;
    margin-left: 0;
    width: calc(100% - 155px);
}
.modalResultConditionDesc {
    display: inline-block;
    border-radius: 2px;
    margin-top: 6px;
    margin-left: 0;
    margin-right: 5px;
    padding: 0px 5px;
    background-color: #A1ACBD;
}
.modalResultConditionText {
    font-size: 12px;
    color: #fff;
}
.modalResultistBtnWrap {
    padding: 10px 0 20px;
}
.modalResultistBtn {
    min-width: 150px;
    padding: 10px 30px;
    font-size: 14px;
    background-position: calc(100% - 10px) center;
}
.modalResultistBtnText {
    font-size: 14px;
}
.modalBox2Footer {
    margin-top: 20px;
}

/*----------------------------------------
  画面の横幅が450pxまで
----------------------------------------*/
@media (max-width: 450px) {

    .inputSalaryWidth120 {
        max-width: 100%;
        width: 20vw;
    }
    /* search top */
    .jobSearchFormtable {
        margin-top: 5vw;
    }
    .jobSearchFormtable .formTableTitle {
        width: 25vw;
    }
    .jobSearchFormtable .formTableInput {
        width: 65vw;
    }
    .searchJobContactFlame {
        margin-top: 15vw;
    }
    .searchJobContactFlame::before {
        top: -10vw;
        left: 50%;
        margin-left: -12vw;
        width: 24vw;
        height: 6vw;
    }
    .searchJobBtnListWrap {
        margin-top: 3.75vw;
    }
    .searchJobClearLink {
        margin-top: 3.75vw;
        font-size: 3.5vw;
        line-height: 1.82;
    }

    /* search list */
    .searchResultArea02 {

    }
    .resultTitle02 {
        width: 25vw;
        border-top: 0.5vw solid #004A8A;
        border-left: 0.5vw solid #004A8A;
        border-bottom: 0.5vw solid #004A8A;
        padding: 5vw 1.5vw;
        font-size: 3.5vw;
    }
    .resultDesc02 {
        width: calc(100% - 25vw);
        border-top: 0.5vw solid #004A8A;
        border-right: 0.5vw solid #004A8A;
        border-bottom: 0.5vw solid #004A8A;
        padding: 5vw 16vw 5vw 4.5vw;
        font-size: 4vw;
    }
    .jobListSearchResultArea02 {
        /* margin-top: 5vw; */
        margin-top: 10vw;
        margin-bottom: 0;
        padding-bottom: 7.5vw;
    }
    .resultTitle03 {
        font-size: 4vw;
        background-position: calc(100% - 0vw) center;
        background-size: 2.5vw 1.5vw;
    }
    .searchResultCondition {
        margin-top: 2.5vw;
    }
    .searchResultConditionItem {
        display: block;
    }
    .searchResultConditionTitle {
        width: auto;
        margin-top: 1.25vw;
        margin-right: 1.25vw;
        border-radius: 0.5vw;
        padding: 0.25vw 2.5vw;
        font-size: 3.25vw;
        display: inline-block;
    }
    .searchResultConditionIcon {
        display: inline;
        margin-left: 0;
        width: auto;
    }
    .searchResultConditionDesc {
        border-radius: 0.5vw;
        margin-top: 1.5vw;
        margin-left: 0;
        margin-right: 1.25vw;
        padding: 0vw 1.25vw;
    }
    .searchResultConditionText {
        font-size: 3vw;
    }

    .pagenation__jobListTop .pagenationCount {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
        
    /* details */
    .jobDetails01Table {
        margin-top: 3.75vw;
    }
    .detailsList01 {
        margin-top: 5vw;
    }
    .detailsBtnListWrap {
        margin-top: 7.5vw;
    }
    .jobDetailsKeywordList {
        margin-top: 5vw;
    } 

    /* side */
    .sideArea {
        margin-top: 10vw;
        border-radius: 1.25vw;
    }
    .sideArea:nth-child(n+2) {
        margin-top: 10vw;
    }
    .sideTitle {
        padding: 6.25vw 5vw 0;
        font-size: 5vw;
    }
    .jobSearchFormSidetable {
        padding: 5vw 0 0;
    }
    .jobSearchFormSidetable .inputModalBtn {
        min-width: auto;
        min-width: inherit;
        width: 100%;
        padding: 2.5vw;
        font-size: 3.5vw;
        background-position: calc(100% - 2.5vw) center;
    }
    .jobSearchFormSidetable .inputText {
        min-width: auto;
        min-width: inherit;
        width: 100%;
        padding: 2.5vw;
        font-size: 3.5vw;
    }
    .jobSearchFormSidetable .inputSelect {
        min-width: auto;
        min-width: inherit;
        width: 100%;
        padding: 2.5vw;
        font-size: 3.5vw;
        padding: 2.5vw 5vw 2.5vw 2.5vw;
        font-size: 3.5vw;
        background-position: calc(100% - 2.5vw) center;
    }
    .jobSearchFormSidetable .inputSelect.inputSalaryWidth120 {
        min-width: auto;
        min-width: inherit;
        width: 20vw;
    }
    .jobSearchFormSidetable .inputCheckbox + label {
        margin-top: 2.5vw;
        padding: 0 0 0 5vw;
        font-size: 3.5vw;
        line-height: 1.2em;
    }
    .jobSearchFormSidetable .inputCheckbox + label::before {
        height: 4vw;
        width: 4vw;
        top: 0.25vw;
    }
    .jobSearchFormSidetable .inputCheckbox:checked + label:after {
        height: 0.75vw;
        width: 1.5vw;
        left: 1vw;
        top: 1.25vw;
    }
    .formSideTableList {
        width: 100%;
        border-bottom: 0.25vw solid #D9D9D9;
        padding: 0 5vw 5vw;
    }
    .formSideTableLine {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .formSideTableLine:nth-child(n+2) {
        margin-top: 2.5vw;
    }
    .formSideTableTitle {
        width: 15vw;
        padding-top: 3.12vw;
        line-height: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .formSideTableTitle__spNoTop {
        padding-top: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .formSideTableInput {
        width: 65vw;
    }
    .formSideTableInput__flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .formSideTableLine__spFull .formSideTableTitle {
        width: 100%;
    }
    .formSideTableLine__spFull .formSideTableInput {
        margin-top: 2.5vw;
        width: 100%;
    }
    .formSideTableLine__spFull .formSideTableInput.formSideTableInput__spNoTop {
        margin-top: 0;
    }
    .formSideTableInputList {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .formSideTableInputList:nth-child(n+2) {
        margin-top: 0;
    }
    .formSideTableInputList__center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .formSideTableInputList__center:nth-child(n+2) {
        margin-left: 1.25vw;
    }
    .formSideTableInputListItem {
        margin-right: 1.25vw;
    }
    .formSideTableInputListItem:last-child {
        margin-right: 0;
    }
    .formSideTableInputListChoices {
        width: auto;
        min-width: 50%;
    }

    .searchJobSideBtnWrap {
        border-bottom-left-radius: 1.25vw;
        border-bottom-right-radius: 1.25vw;
    }
    .stickyFormSideBottomBlockWrap {
        width: 90vw;
        padding: 5vw 10vw 7.5vw;
        border-bottom-left-radius: 1.25vw;
        border-bottom-right-radius: 1.25vw;
        text-align: center;
        background-color: rgba(237, 240, 242, 0.8);
    }
    .searchJobSideBtnListWrap {
        margin-top: 2.5vw;
    }
    .searchJobSideBtn {
        min-width: auto;
        min-width: inherit;
        width: 100%;
    }
    .searchJobSideClearLink {
        margin-top: 5vw;
        font-size: 3.5vw;
        line-height: 1.5;
        text-decoration: underline;
        text-align: center;
    }
    .searchJobSideBtn__anchor {
        background-image:url("../images/wedge_down_white.svg");
        background-size: 2vw 1.25vw;
    }

    /*----------------------------------------
        search sort form
    ----------------------------------------*/
    .list-sort {
        margin: 3.75vw 0 0;
    }
    .list-sort__title {
        font-size: 4vw;
    }
    .list-sort__form {

    }
    .list-sort__select {

    }

    /*----------------------------------------
        search condition modal
    ----------------------------------------*/
    
    /*----------------------------------------
            modal
    ----------------------------------------*/
    .modalBox2Bg {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 30;
        background-color: #003C71;
    }
    .modalBox2Wrap {
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 35;
        top: 0;
        left: 0;
    }
    .modalBox2InnerWrap {
        width: 100%;
        position: relative;
        max-height: 100%;
        height: 100%;
        padding: 0;
        overflow-y: scroll;
        background-color: #fff;
    }
    .modalBox2Close {
        display: block;
        top: 4.25vw;
        right: 6.25vw;
        width: 4.5vw;
        height: 4.5vw;
        background-image: url(../images/btn_close_line_blue.svg);
        z-index: 10;
    }
    .modalBox2Inner {
        width: 100%;
        position: relative;
        max-height: 100%;
        border-radius: 0;
        padding: 0;
        overflow-y: scroll;
        background-color: #fff;
    }
    .modalBox2Header {
        padding: 2.5vw 5vw;
    }
    .modalBox2Title01 {
        font-size: 5vw;
    }
    .modalBox2Text01 {
        margin-top: 1.25vw;
        font-size: 3vw;
    }
    .modalBox2Body {
        margin-top: 0;
    }
    .modalBox2Filed {
        height: calc(100vh - 55vw);
        background-color: #003C71;
        border-radius: 0;
        padding: 5vw;
    }
    .modalBox2FiledInner {
        height: 100%;
        max-height: 100%;
        min-height: 100%;
        overflow-y: scroll;
    }
    .modalResultConditionWrap {
        border-bottom: 0.25vw solid #d9d9d9;
    }
    .modalResultTitle01 {
        padding: 2.5vw;
        width: 100%;
        color: #004A8A;
        font-size: 4vw;
        font-weight: 700;
        text-align: left;
        cursor: pointer;
        background-image: url(../images/wedge_down_blue.svg);
        background-repeat: no-repeat;
        background-position: calc(100% - 3.75vw) center;
        background-size: 2.5vw 1.5vw;
    }   
    .modalResultCondition {
        display: none;
        padding: 0 2.5vw 2.5vw;
    }
    .modalResultConditionItem {
        display: block;
    }
    .modalResultConditionTitle {
        width: auto;
        margin-top: 1.25vw;
        margin-right: 1.25vw;
        display: inline-block;
        border-radius: 0.5vw;
        padding: 0.25vw 2.5vw;
        font-size: 3.5vw;
        text-align: center;
        color: #FFF;
        background-color: #003C71;
    }
    .modalResultConditionIcon {
        display: inline;
        margin-left: 0;
        width: auto;
    }
    .modalResultConditionDesc {
        display: inline-block;
        border-radius: 0.5vw;
        margin-top: 1.5vw;
        margin-left: 0;
        margin-right: 1.25vw;
        padding: 0vw 1.25vw;
        background-color: #A1ACBD;
    }
    .modalResultConditionText {
        font-size: 3vw;
        color: #fff;
    }
    .modalResultistBtnText {
        font-size: 3vw;
    }
    .modalResultistBtn {
        min-width: 25vw;
        padding: 2.5vw 6.25vw 2.5vw 2.5vw;
        font-size: 3vw;
        background-position: calc(100% - 2.5vw) center;
    }
    .modalResultistBtnWrap {
        padding: 2.5vw 0;
    }
    .modalBox2Footer {
        margin-top: 0;
        padding: 5vw;
    }
}