/* 弁護士費用 */






/* ページタイトル */
#lower .strength-hello{
    position: relative;
    z-index: -1;
}
#fee .strength-hello::after{
    content: "";
    background: url(../img/title/fee-top.jpg);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: top right;
    width: 50%;
    height: 100%;
    position: absolute;
    top:100px;
    right: 0;
}
#fee .ttl_area{
    width: 40%;
}
@media(max-width:1194px){
    #fee .strength-hello::after{
        background: url(../img/title/fee-top.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top right;
        height: 75%;
    }
    #fee .ttl_area{
        width: 45%;
    }
}
@media (max-width:768px) {
    #fee .strength-hello::after{
        height: 78%;
        top: 70px;
    }
    #fee .ttl_area{
        width: 45%;
        margin-top: 0;
    }
}
@media (max-width:480px) {
    #fee .strength-hello::after{
        height: 40vw;
        display: none;
    }
    #fee .strength-hello .mv_area01 {
        height: 37vw;
        width: 100%;
    }
    #fee .ttl_area{
        width: 100%;
        text-align: center;
    }
}



#fee h2.article_ttl{
    font-size: 40px;
    text-align: center;
    border-left: none;
    font-family: 'Shippori Mincho','Noto Serif CJK JP','Noto Serif JP',serif;
    background-color: #fff;
    color: #000;
    line-height: 1.2;
}
#fee h2.article_ttl span{
    display: block;
}
#fee .fee_box.soudanryou{
    border: none;
    background-color: #e0eded;
    display: flex;
    padding: 40px;
}
#fee .fee_box.soudanryou p.muryou_txt{
    width: 290px;
    color: #d07865;
    font-size: 32px !important;
    font-family: 'Shippori Mincho','Noto Serif CJK JP','Noto Serif JP',serif;
    /*text-align: center;*/
    display: flex;
    align-items: center;
    justify-content: center;
}
#fee .fee_box.soudanryou p.muryou_txt .red{
    color: #d07865 !important;
    font-size: 32px;
}
#fee .fee_box.soudanryou div{
    width: 440px;
    text-align: left;
    font-size: 18px;
    font-family: 'Noto Sans CJK JP','Noto Sans JP','ヒラギノ角ゴ Std','ヒラギノ角ゴ StdN',sans-serif;
}
#fee .fee_box.soudanryou div p{
    text-align: left;
    line-height: 1.3;
}
#fee .fee_dl{
    margin-top: 30px;
    font-family: 'Noto Sans CJK JP','Noto Sans JP','ヒラギノ角ゴ Std','ヒラギノ角ゴ StdN',sans-serif;
}
#fee .fee_dt_l{
    width: 30%;
    background: url(../img/office/office-list-bg.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top;
}
#fee .fee_dd_l{
    width: 70%;
    padding: 30px 25px;
}
#fee .fee_dd_l ul{
    list-style-type: none !important;
}
#fee .fee_dd_l ul li{
    position: relative;
    padding-left: 25px;
    list-style-type: none !important;
}
#fee .fee_dd_l ul li::before{
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #ce6c56;
    position: absolute;
    top:10px;
    left: 0;
}


@media(max-width:1194px){
    #fee h2.article_ttl{
        font-size: 30px;
    }
}
@media (max-width:768px) {
    #fee h2.article_ttl{
        font-size: 24px;
    }
    #fee .fee_box.soudanryou p.muryou_txt .red{
        font-size: 1.2rem;
    }
    #fee .fee_box.soudanryou{
        padding: 30px;
    }
}
@media (max-width:480px) {
    #fee h2.article_ttl{
        font-size: 20px;
        padding-left: 0;
    }
    #fee .fee_box.soudanryou{
        display: block;
        padding: 20px;
    }
    #fee .fee_box.soudanryou p.muryou_txt{
        margin: 0 auto 10px;
        width: 100%;
    }
    #fee .fee_box.soudanryou div{
        width: 100%;
    }
    #fee .fee_dl{
        display: block;
    }
    #fee .fee_dt_l{
        width: 100%;
        border-bottom: 1px solid #ccc;
        float: unset;
    }
    #fee .fee_dd_l{
        width: 100%;
        padding: 20px 15px;
        border-top: none;
        border-left: none;
    }
    #fee .fee_dd_l ul li{
        margin: 0;
    }
}

/* 無料相談下リスト */

    #fee .remark ol{
     margin-left: 1em;
    }

    #fee .remark ol li{
    padding-bottom: 1em;
	padding-left: 0em;	
	font-size: 14px;
	list-style-type: decimal;
    }


@media (max-width:768px) {

    #fee .remark ol li{
	font-size: 12px;
    }	
}


