@charset "UTF-8";


@media only screen and (min-width: 801px) {
    /*index.html*/
    div#top_attorney_sp{
        display:none!important;
    }
    div#top_attorney {
        display: block;
        overflow: hidden;
        width: 270px;
        height: 0 !important;
        height /**/: 291px;
        padding-top: 291px;
        background: url(images/top_attorney_bg_new.jpg) no-repeat center center;
        margin-bottom: 20px;
    }
    /*index.html*/
}

@media only screen and (max-width: 800px) {
    /*index.html*/
    .wrap{
        overflow:hidden;
    }
    div#top_access{
        display:none!important;
    }
    div#left_con {
        margin-bottom: 5%!important;
    }
    div#top_attorney{
        display:none!important;
    }
    div#top_attorney_sp{
        padding:2%;
        background:#e3e0cd;
        overflow:hidden;
        margin-bottom: 5%;
    }
    div#top_attorney_sp p{
        padding:2%;
        background:#fff;
    }
    div#top_attorney_sp p:last-child{
        padding:2% 2% 4% 2%;
        background:#fff;
    }
    p#top_attorney_detail_sp{
        text-align: center;
    }
    .attorney_font01{
        font-weight:bold;
        font-size:15px;
        margin:2% 0 0 0;
        display:block;
    }
    .attorney_font02{
        font-weight:bold;
        font-size:13px;
        margin:2% 0 4% 0;
        display:block;
        border-bottom:1px solid #b5b5b5;
    }
    .attorney_font03{
        color:#b5b5b5;
    }
    address {
        width: 95%;
        margin: 0 0 0 -2%;
    }
    /*index.html*/

    /*about.html*/
    .about_sp_img{
        width:59.75%;
        height:auto;
        display:block;
        display:inline-block;
    }
    .about_sp_img + .rfloat{
        width:38.25%;
    }
    .about_sp_img2{
        width:100%;
        height:auto;
        display:block;
        display:inline-block;
    }
    p#p_box4 {
        width: 100%!important;
        margin: 20px auto;
    }
    .access_h3{
        font-size:14px;
    }
    /*about.html*/

    /*service.html*/
    .service_sp_img{
        width:100%;
        height:auto;
    } 
    /*service.html*/

    /*footer*/
    div#footer_inner {
        width: 100%;
        padding: 0;
        height:auto;
    }
    /*footer*/
}