<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.branch_title {
    display: inline-block;
    width: 11%;
    box-sizing: border-box;
    vertical-align: middle;
}

.branch_title h4 {
    display: inline-block;
    font-size: 18px;
    color: #333;
}

.branch_border_line {
    display: inline-block;
    width: 88%;
    border-bottom: 2px solid #ccc;
    vertical-align: middle;
}

.magnifying_glass_box {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 3px;
}
#link_naika .magnifying_glass_box {
    background-color: #D22E75;
}
#link_geka .magnifying_glass_box {
    background-color: #6DAD41;
}
#link_others .magnifying_glass_box {
    background-color: #ED7A12;
}

span.magnifying_glass {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 10px;
    top: 2px;
    left: 2px;
    font-size: 18px;
    border-radius: 10px;
    border: 3px solid #FFF;
}

span.magnifying_glass:before {
    content: "";
    display: inline-block;
    position: absolute;
    right: -7px;
    bottom: -3px;
    border-width: 0;
    width: 10px;
    height: 3px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    background: #FFF;
}

.casette_border_line {
    display: inline-block;
    width: 100%;
    margin-bottom: 7px;
}
#link_naika .casette_border_line {
    border-bottom: 2px solid #D22E75;
}
#link_geka .casette_border_line {
    border-bottom: 2px solid #6DAD41;
}
#link_others .casette_border_line {
    border-bottom: 2px solid #ED7A12;
}

.casette_arrow_box {
    display: inline-block;
    width: 14px;
    height: 14px;
    vertical-align: middle;
}
#link_naika .casette_arrow_box {
    background-color: #D22E75;
}
#link_geka .casette_arrow_box {
    background-color: #6DAD41;
}
#link_others .casette_arrow_box {
    background-color: #ED7A12;
}

.casette_arrow {
    position: relative;
    display: inline-block;
    width: 6px;
    height: 4px;
    top: 5px;
    left: 2px;
    background-color: #FFF;
    vertical-align: middle;
}

.casette_arrow:after{
    position: absolute;
    display: inline-block;
    content: "";
    top: -3px;
    right: -5px;
    border-top: 5px solid transparent;
    border-left: 6px solid #FFF;
    border-bottom: 5px solid transparent;
}

h5.branchbox_casette_title {
    display: inline-block;
    font-size: 14px;
    line-height: 2;
    vertical-align: middle;
}

.dot_border {
    height: 190px;
}


@media screen and (min-width: 501px){
    .pcdn {
        display: none;
    }
}

@media screen and (max-width: 500px) {
    img {
        width: 100%;
        height: auto;
    }

    .fs14 {
        font-size: 14px;
    }

    #Wrapper {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        box-sizing: border-box;
    }

    #Breadcrumbs {
        background: none;
        padding-left: 0;
    }

    #Breadcrumbs &gt; .pcdn &gt; * {
        display: inline-block;
    }

    .spdn {
        display: none;
    }

    .sp-pankuzu {
        width: 100%;
        overflow: hidden;
        padding: 0 0 2px;
        border-bottom: 1px solid #d5e3ea;
    }

    .sp-pankuzu a {
        font-size: 11px;
        background: #f2f2f2 url("/include/contents/htdocs/img/new/bg_breadcrumbs.png") no-repeat right center;
        padding: 3px 15px 0 8px;
        text-decoration: none;
        height: 18px;
        margin: 0 5px 5px 0;
        white-space: nowrap;
        color: #707070;
    }

    .sp-pankuzu span {
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .ContentsBox .tittxt {
        padding: 5px 0 0 0;
        font-size: 16px;
    }

    .top_title {
        width: 100%;
        height: auto;
    }

    .title_wrap {
        width: 100%;
    }

    .title_wrap img {
        width: 33.333%;
    }

    .sp_title_wrap_top {
        padding: 10px;
        margin-bottom: 5px;
        font-size: 14px;
        color: #6B6B6B;
        background-color: #F7F8F3;
        border: 2px solid #ccc;
        box-shadow: 3px 4px 7px;
    }

    .grayback_title {
        width: 100%;
        height: auto;
        font-size: 18px;
        box-sizing: border-box;
    }

    .graybacktitle_cap {
        width: 100%;
        margin: 0 auto 15px auto;
    }

    .branch_wrap {
        clear: both;
        width: 100%;
        margin: 0 auto;
    }

    .branch_wrap .spacing20 {
        margin-bottom: 40px;
    }

    .branch_title {
        width: 30%;
    }

    .branch_border_line {
        width: 68%;
    }

    .branchbox_casette {
        display: block;
        float: none;
        margin: 0;
        width: 100%;
        height: auto;
    }

    .branchbox_casette:nth-child(n+2) {
        margin-top: 15px;
    }

    .branchbox_casette .branch_casette_title {
        width: 100%;
        height: auto;
        margin: 15px 0 10px;
    }

    .branch_thumb01 {
        float: none;
        width: 23%;
        height: auto;
        vertical-align: top;
    }

    .branchbox_casette p {
        float: none;
        display: inline-block;
        width: 66%;
    }

    .careerbox_wrap {
        width: 100%;
    }

    .dot_border {
        width: 100%;
        height: auto;
    }

    .careerbox_wrap .career_box01 {
        width: 100%;
        height: auto;
        margin: 15px 0 10px;
    }

    .careerbox_wrap .career_box01:nth-child(n+2) {
        margin-top: 20px;
    }

    .case_title {
        height: auto;
        margin-bottom: 10px;
    }

    .career_icon {
        float: left;
        margin-right: 10px;
        width: 30%;
    }

    .sp_colam_title {
        color: #f18e1e;
        font-weight: bold;
        padding: 0;
        margin-top: 20px;
        padding-left: 10px;
        border-left: solid 5px #DFD6CC;
        border-bottom: 1px solid #ccc;
        font-size: 18px;
    }

    .bnr_box {
        float: none;
        width: 100%;
        height: auto;
        margin: 0;
    }

    .bnr_box ul li:nth-child(n+2) {
        margin-top: 10px;
    }

    .sp_arrow {
        display: inline-block;
        position: relative;
        width: 10px;
        height: 4px;
        margin-right: 15px;
    }

    .sp_arrow:after{
        display: inline-block;
        content: "";
        position: absolute;
        top: -5px;
        right: -9px;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
    }

    .bnr_qa .sp_arrow {
         background-color: #AF3737;
     }
    .bnr_qa .sp_arrow:after {
        border-left: 10px solid #AF3737;
    }

    .bnr_career .sp_arrow {
        background-color: #3787D5;
    }
    .bnr_career .sp_arrow:after {
        border-left: 10px solid #3787D5;
    }

    .bnr_qa {
        width: 100%;
        height: auto;
        background-image: none;
        padding: 10px 10px 10px 20px;
        box-sizing: border-box;
        border: 10px solid #E4DED5;
    }

    .bnr_career {
        width: 100%;
        height: auto;
        background-image: none;
        padding: 10px 10px 10px 20px;
        box-sizing: border-box;
        border: 10px solid #D3E6F3;
    }

    #kamoku_entry_area {
        width: 100%;
        height: auto;
    }

    .renew-foot-menu {
        width: 90%;
        margin: 0 auto;
    }

    .renew-search-menu {
        width: 90%;
     }
}</pre></body></html>