/* お客様の会社情報 */
.case-head{
    margin-bottom: 60px;
}
.case-head .case-head-ttl{
    color: #202c5c;
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 16px;
}
.case-head .case-head-box{
display: flex;
    justify-content: space-between;
}
.case-head .case-head-logo{
    width: 22%;
    max-width: 300px;
}
.case-head .case-head-info{
    width: 75%;
}
.case-head .case-head-info .case-head-name{
    font-weight: 600;
    font-size: 18px;
}
.case-head .case-head-info p{
    margin-bottom: 0;
}
.case-head .case-head-info .case-head-cat{
    width: fit-content;
    background-color: #121b3d;
    border-radius: 4px !important;
    /* padding: 0 12px; */
    font-weight: 500;
    margin-bottom: 24px;
}
.case-head .case-head-info .case-head-cat a{
    padding: 0 12px;
    font-weight: 600;
    font-size: 14px;
    color: #fff !important;
}
/* 本文 */
article{
    padding-bottom: 60px;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Roboto, "Droid Sans", "Yu Gothic", Meiryo, "Meiryo UI", sans-serif !important;

}

article h2{
    font-size: 24px;
    font-weight: bold;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Roboto, "Droid Sans", "Yu Gothic", Meiryo, "Meiryo UI", sans-serif !important;
    color: #202c5c;
    margin-bottom: 40px;
    border-bottom: 1px solid #202c5c;
    border-left: 6px solid #202c5c;
    padding: calc(15px + 0.5rem) calc(6px + 1rem);
    line-height: 32px;
}

article p,
article li{
    font-size: 17px;
    font-weight: 500;
    line-height: 1.8;
}

article section{
    width: 100%;
    margin: 0;
    margin-top: 60px;
}
article .case-sec .case-sec-text b{
    font-weight: 600;
    color: #202c5c;
}
/* 画像横並び */
.case-sec-media{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 4%;
}
.case-sec-media picture{
    width: 48%;
}
@media screen and (max-width: 768px){
    article{
        padding: 0 0 60px 0;
    }
    .case-head .case-head-box{
        flex-direction: column;
        gap: 16px;
    }
    .case-head .case-head-logo,
    .case-head .case-head-info{
        width: 100%;
    }
    article h2{
        font-size: 20px;
    }
}
/* 画像　1枚 */
picture img{
    width: 100%;
}
.case-sec picture.full{
    width: 100%;
    max-width: 800px;
    margin: 32px auto 0;
    display: block;
}
.case-sec small.pic-desc{
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    margin-top: 24px;
    display: block;
}
/* .case-sec-point */
.case-sec-point{
    border: 2px solid #202c5c;
    padding: 16px;
    border-radius: 24px;
    max-width: 800px;
    margin: auto;
}
.case-sec-point h3{
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Roboto, "Droid Sans", "Yu Gothic", Meiryo, "Meiryo UI", sans-serif !important;
    font-size: 20px;
    margin-bottom: 12px;
    color: #202c5c;
}
.case-sec-point ul{
    padding-left: 36px;
}
.case-sec-point ul li{
    list-style: circle;
}
/* voice */
.each-voice .voice-ttl{
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Roboto, "Droid Sans", "Yu Gothic", Meiryo, "Meiryo UI", sans-serif !important;
    font-size: 20px;
    margin-bottom: 12px;
    margin-top: 24px;
    color: #202c5c;
}
@media (max-width: 969px) {
    .case-head .case-head-ttl{
        font-size: 20px;
    }
    article h2{
        margin-bottom: 20px;
        font-size: 20px;
        padding: 15px;
    }
    .each-voice .voice-ttl{
        font-size: 18px;
    }
}