/* 取扱症例 */



/* ページタイトル */
#lower .strength-hello{
    position: relative;
    z-index: -1;
}
#cases .strength-hello::after{
    content: "";
    background: url(../img/title/cases-list-top.jpg);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: top right;
    width: 50%;
    height: 100%;
    position: absolute;
    top:100px;
    right: 0;
}
#cases .ttl_area{
    width: 40%;
}
@media(max-width:1194px){
    #cases .strength-hello::after{
        background: url(../img/title/cases-list-top.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top right;
        height: 75%;
    }
    #cases .ttl_area{
        width: 45%;
    }
}
@media (max-width:768px) {
    #cases .strength-hello::after{
        height: 78%;
        top: 70px;
    }
    #cases .ttl_area{
        width: 45%;
        margin-top: 0;
    }
}
@media (max-width:480px) {
    #cases .strength-hello::after{
        height: 40vw;
        display: none;
    }
    #cases .strength-hello .mv_area01 {
        height: 37vw;
        width: 100%;
    }
    #cases .ttl_area{
        width: 100%;
        text-align: center;
    }
}




#cases #lower h2.article_ttl {
    border-left: none;
    position: relative;
    padding: 0;
    font-size: 40px;
    font-weight: normal;
    background-color: #fff;
    color: #000;
}
#cases #lower h2.article_ttl::before {
    content: "";
    background: url(../img/ttl-icon01.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    width: 1.2em;
    height: 1.2em;
    display: inline-block;
    margin-right: 0.3em;
    position: relative;
    top: 0.15em;
}
#cases .case_link li {
    width: calc((100% - 20px) / 3);
    position: relative;
    margin: 0 10px 30px 0;
}
#cases .case_link li a {
    width: 96%;
    height: 70px;
    margin: 0 auto;
    background-color: #ce6c56;
    color: #fff;
    border-radius: 20px;
    font-size: 22px;
    border: none;
    -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    position: relative;
    box-shadow: 0 0 6px 5px rgb(0, 0, 0, 10%);
    font-family: 'Shippori Mincho','Noto Serif CJK JP','Noto Serif JP',serif;
}
#cases .case_link li a::after {
    background: url(../img/arrow_bottom.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 15px;
    top: 50%;
    margin: 0 auto;
    content: "";
    display: block;
    width: 1em;
    height: 1.5em;
    border-right: none;
    border-bottom: none;
    transform: rotate(0deg) translateY(-50%);
}
#cases .case_box .bunken {
    margin-left: 25px;
}
#cases .case_box .bunken li{
    font-family: 'Noto Sans CJK JP','Noto Sans JP','ヒラギノ角ゴ Std','ヒラギノ角ゴ StdN',sans-serif;
    position: relative;
    list-style-type: none;
}
#cases .case_box .bunken li::before{
    content: "";
    width: 0.7em;
    height: 0.7em;
    border-radius: 50%;
    background-color: #ce6c56;
    position: absolute;
    top:0.6em;
    left: -25px;
}
@media(max-width:1194px){
    #cases .case_link li a{
        font-size: 20px;
        height: 64px;
    }
    #cases #lower h2.article_ttl {
        font-size: 32px;
    }
}
@media(max-width:768px) {
    #cases .case_link li a{
        font-size: 18px;
        height: 56px;
    }
    #cases .case_link li{
        margin-bottom: 20px;
    }
    #cases #lower h2.article_ttl {
        font-size: 30px;
    }

}
@media(max-width:600px) {
    #cases .case_link li{
        width: calc((100% - 20px) / 2);
    }
    #cases .case_link li:nth-child(3n) {
        margin: 0 10px 0 0;
    }
    #cases .case_link li:nth-child(2n) {
        margin: 0 0 20px 0;
    }
}
@media(max-width:480px) {
    #cases #lower h2.article_ttl {
        font-size: 26px;
    }
    

}
@media(max-width:400px) {
    #cases .case_link li{
        width: calc((100%) / 1);
        margin-right: 0;
        margin-bottom: 15px;
    }
    #cases .case_link li:nth-child(3n) {
        margin: 0 0 15px 0;
    }
    #cases .case_link li:nth-child(2n) {
        margin: 0 0 15px 0;
    }


}


