/* 1500冊を越える医学文献 */





/* ページタイトル */
#lower .strength-hello{
    position: relative;
    z-index: -1;
}
#bunken .strength-hello::after{
    content: "";
    background: url(../img/title/bunken-list-top.jpg);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: top left;
    width: 50%;
    height: 100%;
    position: absolute;
    top:100px;
    right: 0;
}
#bunken .ttl_area{
    width: 45%;
}

#bunken .ttl_02 span{
    font-size: 76px;
    color: #d07865;
}


@media(max-width:1194px) and (min-width:769px){
    #bunken .strength-hello::after{
        background: url(../img/title/bunken-list-top.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top left;
        height: 75%;
    }
    #bunken .ttl_area{
        width: 50%;
    }
    #bunken #lower .ttl_02{
        font-size: 5.2vw;
    }
    #bunken .ttl_02 span{
        font-size: 6.5vw;
    }
}

@media (max-width:768px) {
    #bunken .strength-hello::after{
        background: url(../img/title/bunken-list-top.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top left;
        height: 78%;
        top: 70px;
    }
    #bunken .ttl_area{
        width: 50%;
        margin-top: 0;
    }

    #bunken .ttl_02 span{
        font-size: 6vw;
    }
}
@media (max-width:480px) {
    #bunken .strength-hello{
        height: 40vw;
        max-height: none;
    }
    #bunken .strength-hello .mv_area01{
        height: 37vw;
        width: 100%;
    }
    #bunken .ttl_area{
        width: 100%;
    }
    #bunken .ttl_area .ttl_02{
        text-align: center;
    }
    #bunken .strength-hello::after{
        width: 80%;
        height: 50%;
        top: unset;
        bottom: 0;
        right: unset;
        left: 50%;
        transform: translateX(-50%);
        display: none;
    }
    #bunken #lower .article_wrap p{
        display: inline;
    }

    #bunken .ttl_02 span{
        font-size: 7.5vw;
    }
}

/* コンテンツ */
#lower .article_wrap p{
    font-size: 18px !important;
}
#bunken .bunken-box{
    margin-bottom: 80px;
}
#bunken .bunken-box .img-box{
    margin: 50px 0 60px;
    text-align: center;
}
#bunken .bunken_box{
    margin-top: 40px;
}
#bunken #lower .article_wrap section{
    margin-bottom: 0;
}
#bunken .bunken{
    /*max-height: 240px;
    overflow-y: auto;*/
    margin-left: 0;
    padding: 25px 0;
    border: 2px solid #d7d7d7;
}
#bunken .bunken li{
    list-style-type: none;
    padding-left: 50px;
    padding-right: 20px;
    font-size: 18px;
    font-family: 'Noto Sans CJK JP','Noto Sans JP','ヒラギノ角ゴ Std','ヒラギノ角ゴ StdN',sans-serif;
    letter-spacing: 0;
    position: relative;
}
#bunken .bunken li::before{
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ce6c56;
    position: absolute;
    top:10px;
    left: 30px;
}
#bunken .bunken li:last-child{
    margin-bottom: 0;
}
@media(max-width:1194px) and (min-width:769px){
    #lower .article_wrap p{
        font-size: 16px !important;
    }
    #bunken .bunken-box{
        margin-bottom: 60px;
    }
    #bunken .bunken-box .img-box{
        margin: 40px 0 50px;
    }
    #bunken .bunken_box{
        margin-top: 30px;
    }
    #bunken .bunken{
        padding: 25px 0;
    }
    #bunken .bunken li{
        padding-left: 45px;
        font-size: 16px;
    }
    #bunken .bunken li::before{
        width: 11px;
        height: 11px;
        top:9px;
        left: 25px;
    }
}
@media (max-width:768px) {
    #lower .article_wrap p{
        font-size: 16px !important;
    }
    #bunken .bunken-box{
        margin-bottom: 40px;
    }
    #bunken .bunken-box .img-box{
        margin: 30px 0 30px;
    }
    #bunken .bunken_box{
        margin-top: 25px;
    }
    #bunken .bunken{
        padding: 20px 0;
    }
    #bunken .bunken li{
        padding-left: 30px;
        font-size: 14px;
    }
    #bunken .bunken li::before{
        width: 10px;
        height: 10px;
        top:8px;
        left: 15px;
    }
}



