.case-article-content h2 {
    margin: 3em 0 2em !important;
    padding: 0 0 0 0.5em;
    letter-spacing: 0.05em;
    font-size: 2rem;
    color: #424242;
    border-left: 5px solid #c25958;
}

.article-content h3 {
    margin: 0.5em 0;
    padding-bottom: 0.5em;
    letter-spacing: 0.05em;
    font-size: 1.6rem;
    font-weight: 600;
    color: #000;
    border-bottom: 1px dotted #ccc;
}

.case-article-content p {
    font-family: "Noto Sans JP", serif;
    letter-spacing: 0.01em;
    line-height: 1.8;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #222222;
    margin: 0px;
}

.case-article-content .interview01_img07{
    width: 800px;
}

.case-article-content p:has(img) {
    width: 90%;
    margin: 0 auto;
}

@media (max-width: 896px){
#main #s-case .comSection .comConts{
    padding: 60px 10px;
}
.article-content h2 {
    line-height: 140%;
    letter-spacing: 0.3px;
    font-size: 18px;
}
.article-content h3 {
    font-size: 1.14285714rem;
    line-height: 1.5;
}
}
