@charset "UTF-8";
.search #Contents {
    background: url(../img/qa_bg.png?3) repeat center top;
}
.search_wrap {
    width: 100%;
    padding: 70px 0;
    box-sizing: border-box;
}
.search_in {
    max-width: 1110px;
    margin: 0 auto;
}
.search-ttl {
    line-height: 1;
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 55px;
    text-align: center;
    font-family: "游明朝体", "Yu Mincho", sans-serif;
}
.sclst_search {
    margin-bottom: 80px;
}
.change-btn {
    width: 400px;
    height: 50px;
    margin: 0 auto;
    box-sizing: border-box;
}
.change-btn.c-btn a {
    font-size: 18px;
    font-weight: bold;
    border: 1px solid #214477;
    color: #214477;
    background: #fff;
}
.change-btn.c-btn.on a {
    color: #fff;
    background: #214477;
}
.change-btn a span {
    display: inline-block;
    position: relative;
    padding-left: 26px;
}
.change-btn a span::before,
.change-btn a span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 16px;
    height: 2px;
    margin-top: -1px;
    background: #214477;
    z-index: 1;
}
.change-btn.on a span::before {
    background: #fff;
}
.change-btn.on a span::after {
    display: none;
}
.change-btn a span::after {
    transform: rotate(90deg);
}
.search_box {
    display: none;
    background: #fff;
    padding: 0 45px 0 50px;
    margin: 30px 0 0;
}
.search_box.open {
    display: block;
}
.form_box {
    display:flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 30px 0;
    border-bottom: 1px solid #f4f8f9;
}
.search_box .form_box:last-of-type {
    border: none;
}
.form_bx {
    width: 25%;
    display:flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.form_bx .form_bxtl,
.form_keybx .form_bxtl {
    font-size: 14px;
    line-height: 1.2;
    font-weight: bold;
    padding: 0 10px 0 0;
}
.form_box.is-ver2 .form_bxtl {
    max-width: 30px;
}
.form_box.is-ver2 .form_bxtl.is-ver2 {
    max-width: 58px;
    padding: 0 5px 0 0;
}
.form_btn {
    background: #fff;
}
.form_btn a {
    display: table;
    table-layout: fixed;
    width: 180px;
    height: 40px;
    border: 1px solid #c5c5c5;
    background: #fff;
    font-size: 13px;
    text-decoration: none;
    box-sizing: border-box;
}
.form_btn.on a {
    border: 1px solid #215299;
    color: #215299;
}
.form_btn span {
    display: table-cell;
    letter-spacing: normal;
    vertical-align: middle;
    text-align: center;
}
.search_select {
    border: 1px solid #c5c5c5;
    background: #fff url(/legal/cmn/svg/pager_arw_down_bk.svg) no-repeat right 10px center;
    background-size: 10px 6px;
    width: 180px;
    height: 40px;
    font-size: 14px;
    padding: 0 20px;
}
.form_ent.cv-btn {
    width: 209px;
    height: 40px;
    margin: 0 0 3px;
}
.form_ent.cv-btn a {
    background: linear-gradient(to bottom, #4a79bc 0%, #214477 100%);
    box-shadow: 0 3px 0 0 #142f56;
}
.form_keybx {
    display:flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.form_keybx input[type="text"].search_input {
    border: 1px solid #c5c5c5;
    width: 425px;
    height: 40px;
    font-size: 14px;
    padding: 0 10px;
}
.info_ttl {
    margin-bottom: 55px;
}
.info_ttl .info-ttl {
    display: inline-block;
    font-size: 26px;
    line-height: 1.75;
    font-weight: 600;
    border-left: 6px solid #214477;
    padding: 0 0 0 25px;
}
.info_wrap {
    padding-bottom: 20px;
    margin-bottom: 55px;
    border-bottom: 1px solid #214477;
}
.info_wrap:last-child {
    margin-top: 55px;
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}
.search_result {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
}
.result_txt {
    font-size: 18px;
    letter-spacing: 0.05em;
}
.result_txt span {
    font-size: 28px;
    font-weight: bold;
    color: #214477;
}
.pagerNmb_box ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 10px;
    flex-wrap: nowrap;
}
.pagerNmb_box li a {
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #214477;
    font-size: 14px;
}
.pagerNmb_box li a img.is-end {
    border-right: 2px solid #215299;
    padding-right: 2px;
}
.pagerNmb_box li a img.is-start {
    border-left: 2px solid #215299;
    padding-left: 2px;
}
.pagerNmb_box li.is-ver2 {
    display: none;
}
.pagerNmb_box li.on a {
    background: #214477;
    color: #fff;
    pointer-events: none;
}
.pagerNmb_box li .next-icn,
.pagerNmb_box li .end-icn {
    background: url(/legal/cmn/svg/pager_arw_r.svg?1) no-repeat center / 100% auto;
    width: 6px;
    height: 10px;
}
.pagerNmb_box li .end-icn {
    border-right: 2px solid #214477;
    padding-right: 2px;
    width: 4px;
}
.pagerNmb_box li .start-icn,
.pagerNmb_box li .back-icn {
    background: url(/legal/cmn/svg/pager_arw_l.svg) no-repeat center / 100% auto;
    width: 6px;
    height: 10px;
}
.pagerNmb_box li .start-icn {
    border-left: 2px solid #214477;
    padding-left: 2px;
    width: 4px;
}
.result_sort {
    display: flex;
    gap: 0 20px;
    font-size: 12px;
    line-height: 1;
}
.result_Dl,
.sclst_sort {
    display: flex;
}
.sclst_sort li {
    padding: 0 10px 0 0;
    margin: 0 10px 0 0;
    border-right: 1px solid #000;
    color: #215299;
    font-weight: bold;
}
.sclst_sort li a,
.sclst_sort input + .parts {
    color: #215299;
    cursor: pointer;
}
.sclst_sort li:last-of-type {
    padding: 0;
    margin: 0;
    border: none;
}
.sclst_sort input:checked + .parts,
.sclst_sort li.on a {
    color: #000;
    pointer-events: none;
}
.sctop_wrap .sctop_box {
    background: #fff;
    border-top: 4px solid #214477;
    padding-top: 28px;
    margin-bottom: 56px;
}
.sctop_wrap .sctop_box:last-child {
    margin: 0;
}
.label_lst {
    padding: 0 34px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.label-icn span {
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    background: #e5003e;
    padding: 4px 6px;
}
.label-icn.is-wht span {
    border: 1px solid #20488c;
    color: #20488c;
    background: #fff;
}
.label-icn.is-blue span {
    background: #7298d0;
}
.label-icn.is-wht span span.is-fts {
    border: 0;
    font-size: 10px;
    padding: 0 5px 0 0;
}
.sctop_ttl {
    padding: 23px 25px 24px 30px;
    margin-bottom: 35px;
    border-bottom: 1px solid #dee5e7;
}
.sctop-ttl {
    font-size: 22px;
    font-weight: 700;
    color: #214477;
    font-family: "游明朝体", "Yu Mincho", serif;
    margin-bottom: 20px;
}
.company-name {
    font-size: 16px;
    margin-bottom: 20px;
}
.sctop-update {
    font-size: 12px;
    text-align: right;
}
.scdtl_date {
    padding: 0 0 50px 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px 30px;
}
.date_box {
    display: flex;
    align-items: center;
    gap: 0 10px;
}
.date_box .date_ttl {
    font-size: 12px;
    font-weight: bold;
    color: #215299;
}
.date_box .date_ttl span {
    position: relative;
    display: inline-block;
    padding: 0 0 0 22px;
    line-height: 1.3;
}
.scdtl_date .date_ttl span:before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 10;
}
.scdtl_date .date_ttl.is-icn01 span:before {
    width: 16px;
    height: 16px;
    background: url(/legal/cmn/svg/icn_briefcase.svg) no-repeat 0 0 / 100% auto;
}
.scdtl_date .date_ttl.is-icn02 span:before {
    width: 16px;
    height: 16px;
    background: url(/legal/cmn/svg/icn_money-cny-circle.svg) no-repeat 0 0 / 100% auto;
}
.scdtl_date .date_ttl.is-icn03 span:before {
    width: 15px;
    height: 17px;
    background: url(/legal/cmn/svg/icn_survey.svg) no-repeat 0 0 / 100% auto;
}
.scdtl_date .date_ttl.is-icn04 span:before {
    width: 14px;
    height: 18px;
    background: url(/legal/cmn/svg/icn_map-pin.svg) no-repeat 0 0 / 100% auto;
}
.scdtl_date .date_ttl.is-icn05 span:before {
    width: 16px;
    height: 15px;
    background: url(/legal/cmn/svg/icn_profile.svg) no-repeat 0 0 / 100% auto;
}
.date_box .date_txt {
    font-size: 14px;
}
.sclst_btn {
    background: url(/legal/cmn/img/search_bg01.png) repeat center / cover;
    padding: 20px 0;
}
.sclstBtn_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 20px;
}
.sclst-btn {
    width: 300px;
    height: 60px;
}
.sclst-btn.c-btn a {
    font-size: 16px;
}
.sclst-btn a .icn_concern {
    display: inline-block;
    position: relative;
    padding: 0 0 0 1.5em;
}
.sclst-btn a .icn_concern:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: url(/legal/cmn/svg/icn_concern.svg) repeat center / cover;
    width: 14px;
    height: 12px;
}
.c-btn.is-gw.concern-btn a.on {
    color: #727272;
    border: 1px solid #727272;
}
.sclst-btn.concern-btn a.on .icn_concern {
    padding: 0;
}
.sclst-btn.concern-btn a.on .icn_concern:before {
    display: none;
}
@media (min-width: 896px) {
    .form_ent.cv-btn a:hover {
        box-shadow: unset;
        transform: translateY(3px);
    }
    .sclst_sort .parts:hover,
    .sclst_sort li a:hover {
        text-decoration: underline;
    }
    .pagerNmb_box li a:hover,
    .change-btn a:hover {
        background: #214477;
        color: #fff;
    }
    .label-icn a:hover span {
        opacity: 0.8;
    }
    .sclst-btn a:hover {
        opacity: 0.6;
    }
    .pagerNmb_box li a:hover .next-icn,
    .pagerNmb_box li a:hover .end-icn {
        background: url(/legal/cmn/svg/pager_arw_r02.svg) no-repeat center / 100% auto;
    }
    .pagerNmb_box li a:hover .start-icn,
    .pagerNmb_box li a:hover .back-icn {
        background: url(/legal/cmn/svg/pager_arw_l02.svg) no-repeat center / 100% auto;
    }
    .pagerNmb_box li a:hover .end-icn {
        border-right: 2px solid #fff;
    }
    .pagerNmb_box li a:hover .start-icn {
        border-left: 2px solid #fff;
    }
    .change-btn a:hover span::before,
    .change-btn a:hover span::after {
        background: #fff;
    }
}

@media only screen and (max-width: 896px) {
    .search #Contents {
        background: url(../img/qa_bg.png?3) repeat center top / 867px auto;
    }
    .search_wrap {
        padding: 30px 0;
    }
    .search-ttl {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .sclst_search {
        margin-bottom: 30px;
        padding: 0 15px;
    }
    .change-btn {
        width: 100%;
        height: 40px;
    }
    .change-btn.c-btn a {
        font-size: 14px;
    }
    .change-btn a span {
        padding-left: 20px;
    }
    .change-btn a span::before,
    .change-btn a span::after {
        width: 14px;
        margin-top: 0;
    }
    .search_box {
        padding: 20px 15px 30px;
        margin-top: 20px;
    }
    .form_box {
        flex-wrap: wrap;
        padding: 0 0 15px;
        gap: 15px 0;
        border: none;
    }
    .search_box .form_box:last-of-type {
        padding: 0;
    }
    .form_bx,
    .form_keybx {
        width: 48%;
        flex-direction: column;
        justify-content: space-between;
        align-items: start;
    }
    .form_bx .form_bxtl,
    .form_keybx .form_bxtl {
        font-size: 12px;
        padding: 0 0 10px;
    }
    .form_box.is-ver2 .form_bxtl,
    .form_box.is-ver2 .form_bxtl.is-ver2 {
        max-width: 100%;
        padding: 0 0 10px;
    }
    .form_btn a,
    .form_bxtx,
    .search_select,
    .form_keybx input[type="text"].search_input,
    .date_box,
    .form_box.is-acd .form_bx,
    .form_keybx {
        width: 100%;
    }
    .form_keybx input[type="text"].search_input {
        font-size: 12px;
        padding: 0 15px;
    }
    .form_ent.cv-btn {
        width: 100%;
        max-width: 160px;
        margin: 10px auto 0;
    }
    .info_wrap {
        padding: 0 15px;
    }
    .info_ttl {
        margin-bottom: 20px;
    }
    .info_ttl .info-ttl {
        font-size: 16px;
        line-height: 1.5;
        border-left: 3px solid #214477;
        padding: 0 0 0 10px;
    }
    .info_wrap {
        padding-bottom: 25px;
        margin-bottom: 25px;
    }
    .info_wrap:last-child {
        margin-top: 25px;
    }
    .search_result {
        flex-direction: column;
        gap: 0;
    }
    .result_txt {
        font-size: 12px;
        margin-bottom: 10px;
        font-weight: bold;
    }
    .result_txt span {
        font-size: 18px;
    }
    .result_sort {
        order: 2;
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 25px;
        gap: 8px 20px;
    }
    .pagerNmb_box {
        margin: 0 auto;
    }
    .sctop_wrap {
        padding: 0 15px;
    }
    .sctop_wrap .sctop_box {
        padding-top: 20px;
        margin-bottom: 25px;
    }
    .label_lst {
        padding: 0 15px;
        gap: 8px 10px;
    }
    .sctop_ttl {
        padding: 10px 15px;
        margin-bottom: 20px;
        line-height: 1.4;
    }
    .sctop-ttl {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .company-name {
        margin-bottom: 5px;
    }
    .scdtl_date {
        padding: 0 15px 20px;
        gap: 10px;
    }
    .sclst_btn {
        padding: 15px;
    }
    .sclstBtn_wrap {
        gap: 10px 0;
    }
    .sclst-btn {
        width: 100%;
        height: 45px;
    }
    .sclst-btn.c-btn a {
        font-size: 14px;
    }
    .form_btn a {
        font-size: 12px;
    }
    .form_ent.cv-btn a {
        font-size: 13px;
    }
    .search_select {
        text-align: center;
    }
    .date_box .date_ttl {
        width: 80px;
    }
    .scdtl_date .date_ttl.is-icn01 span:before,
    .scdtl_date .date_ttl.is-icn02 span:before {
        width: 14px;
        height: 14px;
    }
    .scdtl_date .date_ttl.is-icn03 span:before {
        width: 13px;
        height: 15px;
    }
    .scdtl_date .date_ttl.is-icn04 span:before {
        width: 13px;
        height: 16px;
    }
}

@media only screen and (max-width: 374px) {
    .pagerNmb_box li a {
        width: 25px;
        height: 25px;
    }
    .info_ttl .info-ttl {
        font-size: 15px;
    }
}