/* 判例 */





/* ページタイトル */
#lower .strength-hello{
    position: relative;
    z-index: -1;
}
#hanrei .strength-hello::after{
    content: "";
    background: url(../img/title/hanrei-list-top.jpg);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: top left;
    width: 50%;
    height: 100%;
    position: absolute;
    top:100px;
    right: 0;
}
#hanrei .ttl_area{
    width: 45%;
}


@media(max-width:1194px) and (min-width:769px){
    #hanrei .strength-hello::after{
        background: url(../img/title/hanrei-list-top.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top left;
        height: 75%;
    }
    #hanrei .ttl_area{
        width: 50%;
    }
    #hanrei #lower .ttl_02{
        font-size: 5vw;
    }

}
@media (max-width:768px) {
    #hanrei .strength-hello::after{
        background: url(../img/title/hanrei-list-top.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top left;
        height: 78%;
        top: 70px;
    }
    #hanrei .ttl_area{
        width: 45%;
        margin-top: 0;
    }
    #hanrei #lower .ttl_02{
        font-size: 4.5vw;
    }
}
@media (max-width:480px) {
    #hanrei .strength-hello{
        height: 80vw;
    }
    #hanrei .strength-hello .mv_area01{
        height: 90px;
        width: 100%;
    }
    #hanrei .ttl_area{
        width: 100%;
    }
    #hanrei .ttl_area .ttl_02{
        text-align: center;
    }
    #hanrei .strength-hello::after{
        width: 80%;
        height: 50%;
        top: unset;
        bottom: 0;
        right: unset;
        left: 50%;
        transform: translateX(-50%);
    }
    #hanrei #lower .ttl_02{
        font-size: 5.5vw;
    }
}

/* 判例一覧 */
.hanrei_ichiran .article_wrap .hanrei_list li{
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #d9dae7;
    display: block;
}
.hanrei_ichiran .article_wrap .hanrei_list li>a{
    padding: 0 60px 0 90px;
    border-bottom: none;
    position: relative;
    overflow: unset;
    font-family: 'Noto Sans CJK JP','Noto Sans JP','ヒラギノ角ゴ Std','ヒラギノ角ゴ StdN',sans-serif;
    font-size: 18px;
}
.hanrei_ichiran .hanrei_list .hanrei-syosai{
    display: none;
}
.hanrei_ichiran .article_wrap .hanrei_list li>a::before{
    content: "判決";
    font-family: 'Noto Sans CJK JP Medium','Noto Sans JP','ヒラギノ角ゴ Std','ヒラギノ角ゴ StdN',sans-serif;
    font-weight: bold;
    font-size: 14px;
    width: 65px;
    height: 26px;
    border-radius: 100px;
    background-color: #d8f0f0;
    color: #26a5ab;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -3px;
    left: 0;
    line-height: 1;
    box-sizing: border-box;
    padding-bottom: 3px;
    letter-spacing: 0;
}
.hanrei_ichiran .article_wrap .hanrei_list li>a::after{
    content: "";
    background: url(../img/arrow_right_red.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    width: 1.4em;
    height: 1.8em;
    position: absolute;
    top:50%;
    right: 0;
    transform: translateY(-50%);
}
@media(max-width:1194px) and (min-width:769px){
    .hanrei_ichiran .article_wrap .hanrei_list li{
        padding-bottom: 26px;
        margin-bottom: 26px;
    }
    .hanrei_ichiran .article_wrap .hanrei_list li>a{
        padding: 0 50px 0 80px;
        font-size: 16px;
    }
    .hanrei_ichiran .article_wrap .hanrei_list li>a::before{
        font-size: 14px;
        width: 60px;
        height: 26px;
        top: -2px;
    }
    .hanrei_ichiran .article_wrap .hanrei_list li>a::after{
        width: 1.2em;
        height: 1.2em;
    }

}
@media (max-width:768px) {
    .hanrei_ichiran .article_wrap .hanrei_list li{
        padding-bottom: 25px;
        margin-bottom: 25px;
    }
    .hanrei_ichiran .article_wrap .hanrei_list li>a{
        padding: 30px 30px 0 0;
        font-size: 14px;
    }
    .hanrei_ichiran .article_wrap .hanrei_list li>a::before{
        font-size: 12px;
        width: 60px;
        height: 24px;
        top: 0;
        left: 0;
    }
    .hanrei_ichiran .article_wrap .hanrei_list li>a::after{
        width: 1.3em;
        height: 1.3em;
        /*top:64%;*/
    }
}

/* 判例詳細 */
.hanrei p.hanketsu .bg{
    background-color: #29b3b9;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 12px 8px;
}
.hanrei p.hanketsu .date span{
    font-size: 18px;
    font-weight: bold;
}
.hanrei_list_btn a{
    background-color: #ce6c56;
    color: #fff;
    width: 500px;
    height: 90px;
    border-radius: 100px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Noto Sans CJK JP','Noto Sans JP','ヒラギノ角ゴ Std','ヒラギノ角ゴ StdN',sans-serif;
    font-size: 24px;
    font-weight: bold;
    position: relative;
    padding: 0;
}
.hanrei_list_btn a::after{
    content: "";
    background: url(../img/arrow_right_wh.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    width: 1em;
    height: 1em;
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top:0.1em
}
@media(max-width:1194px) and (min-width:769px){
    .hanrei p.hanketsu .bg{
        font-size: 14px;
        padding: 5px 12px 8px;
    }
    .hanrei p.hanketsu .date span{
        font-size: 16px;
    }
    .hanrei_list_btn a{
        width: 440px;
        height: 70px;
        font-size: 20px;
    }
    .hanrei_list_btn a::after{
        content: "";
        background: url(../img/arrow_right_wh.svg);
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: center;
        width: 1em;
        height: 1em;
        display: inline-block;
        margin-left: 10px;
        position: relative;
        top:0.1em
    }



}
@media (max-width:768px) {
    .hanrei p.hanketsu .bg{
        font-size: 12px;
        padding: 5px 12px 8px;
    }
    .hanrei p.hanketsu .date span{
        font-size: 14px;
    }
    .hanrei_list_btn a{
        width: 100%;
        height: 70px;
        font-size: 18px;
    }
}
@media (max-width:480px) {
    .hanrei p.hanketsu .bg{
        width: 30px;
        text-align: center;
        margin-bottom: 5px;
    }
}

/* 個別トップフォント */
.hanrei .ttl_02{
    font-size: 26px!important;
    letter-spacing: 0.1em!important;
    line-height: 1.6!important;
	text-align: left!important;
}

.hanrei .ttl_02::first-letter{
    font-size: 26px!important;
    color: #000!important;
    letter-spacing: 0.1em!important;
    line-height: 1.6!important;
    font-family: 'Shippori Mincho','Noto Serif CJK JP','Noto Serif JP',serif!important;
}


@media(max-width:1194px) and (min-width:769px){
.hanrei .ttl_02{
        font-size: 22px!important;

    }
.hanrei .ttl_02::first-letter
    {
        font-size: 22px!important;
        color: #000;
    }
    
}
@media (max-width:768px) {
.hanrei .ttl_02{
        font-size: 20px!important;
    }
    
.hanrei .ttl_02::first-letter{
        font-size: 20px!important;
    }
}
@media (max-width:480px) {
.hanrei .ttl_02
    {
        font-size: 4.5vw!important;
    }
.hanrei .ttl_02::first-letter{
        font-size: 4.5vw!important;
    }
	 .hanrei #lower .strength-hello .mv_area01{
		text-align-last: left!important;
	}
}







