.dropdown-menu {
    min-width: 7rem;
}

.index_about .about_cont .cont2 .switch_content .switch_content_box {
    background-color: #2f4666;
    height: 400px;
    margin-top: 50px;
    padding: 30px;
    position: relative;
}

.index_about .about_cont .cont2 .switch_content .switch_content_box .graphic_text {
    height: auto;
    margin: 0;
    padding: 0;
}

.index_about .about_cont .cont2 .switch_content .switch_content_box .graphic_text .text1{
    -webkit-line-clamp: 8;
    height: 287px;
}

.index_about .about_cont .cont2 .switch_content .branch_cont .cont_box .cont_box_box {
    background-color: #2f4666;
    height: 400px;
    margin-top: 30px;
    padding: 30px;
    position: relative;
}

.index_about .about_cont .cont2 .switch_content .branch_cont .cont_box .cont_box_box .branch_text {
    height: auto;
    margin: 0;
    padding: 0;
}

.index_about .about_cont .cont2 .switch_content .branch_cont .cont_box .cont_box_box .branch_text .text1{
    -webkit-line-clamp: 8;
    height: 287px;
}

@media screen and (max-width: 992px) {
    .index_about .about_cont .cont2 .switch_content .switch_content_box,
    .index_about .about_cont .cont2 .switch_content .branch_cont .cont_box .cont_box_box
    {
        height: 77vw;
    }

    .index_about .about_cont .cont2 .switch_content .switch_content_box .graphic_text .text1,
    .index_about .about_cont .cont2 .switch_content .branch_cont .cont_box .cont_box_box .branch_text .text1
    {
        -webkit-line-clamp: 12;
        font-size: 2.4vw;
        height: 58.4vw;
    }

    .page {
        padding-bottom: 0;
    }

    .juin_page .juin_page_box .form{
        position: unset !important;
        top: 0px !important;
        height: auto !important;
    }

    .team_list .team_box .lawyer_box .lawyer_item .img_box,
    .team_list .team_box .lawyer_box .lawyer_item .lawyer_content{
        height: auto !important;
    }


    .team_view .team_view_box .team_view_right .view_right_bottom span{
        font-size: 3vw;
    }

    .view_left_content p{
        padding: 0px !important;
    }
    .view_left_content p img{
        margin-left: -2em;
    }

    .view_left_content p img+img{
        margin: 1em auto;
        margin-bottom: 0px;
    }

    .wap_bottom .bottom_content{
        width: 90vw;
    }

    .wap_bottom .bottom_content .bottom_content_item span{
        font-size: 3.4vw;
        line-height: unset;
    }
}

.connection_view .connection_content_box .connection_content .connection_content_left .institution a.active {
    color: #2f4666;
}

.connection_view .connection_content_box {
    height: auto;
    padding-bottom: 0px;
}

.news_view .news_view_box .news_view_left .view_left_content {
    height: auto;
    min-height: auto;
}

.mu-footer-wap {
    padding: 1rem;
    font-size: 0.75rem;
    text-align: center;
    color: #757575;
    margin-bottom: 18vw;
    background-color: #f7f7f7;
}

.mu-footer-wap p {
    margin-bottom: 0;
}

.mu-footer-wap a {
    color: #212121;
    font-weight: bold;
}

@media (min-width: 992px) {
    .mu-footer-wap {
        display: none;
    }
}

.page_about .page_about_box .page_about_top>span{
    font-size: 28px;
    letter-spacing: 1px;
    color: #2f2f2f;
    font-weight: 600;
    line-height: 30px;
}

.page_about .page_about_box .page_about_top .about_top_content{
    height: auto;
}

.branch .branch_box{
    background-color: rgba(255,255,255,.8);
}

.juin_page .juin_page_box .form{
    position: sticky;
    top: 90px;
    height: 480px;
}

.team_list .team_box .search_condition select{
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../images/arrow.png) #fff no-repeat right 15px center;
}

.team_list .team_box .team_letter .letter.active > span {
    color: #D6BB86;
}

.team_list .team_box .lawyer_box .lawyer_item .lawyer_content{
    height: 220px;
}

.team_list .team_box .lawyer_box .lawyer_item .img_box{
    height: 370px;
    width: 100%;
}

.team_view .team_view_content .view_content_item{
    text-indent: unset;
}

.news_view .news_view_box .news_view_left{
    width: 800px;
}



.news_view_right .jump-to-lawyer{
    transition: all 0.3s ease;
}
.news_view_right .jump-to-lawyer div{
    background: #eee;
    height: 100%;
    text-indent: 2em;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: bold;
    color: #555;
    transition: all 0.3s ease;
}
.news_view_right .jump-to-lawyer label{
    background: url(../images/all_arrow_icon.png) scroll no-repeat -30px -176px;
    background-color: #bbb;
    width: 60px;
    height: 40px;
    transition: all 0.3s ease;
    cursor:pointer;
}

.news_view_right .jump-to-lawyer:hover div{
    background-color: rgba(47,70,102,.5);
    color: #fff;
}
.news_view_right .jump-to-lawyer:hover label{
    background: url(../images/all_arrow_icon.png) scroll no-repeat -30px -146px;
    background-color: rgba(47,70,102,.8);
}