@charset "utf-8";
 body.case h1 {
font-size: 2.5rem;
margin-bottom: 30px;
}
.case .news-sec2-title .right {
width: 100%;
max-width: 400px;
}
body.case .is-layout-flex {
align-items: start;
}
body.case .is-layout-flex .wp-block-image {
text-align: center;
}
.aligncenter {
text-align: center;
}
.has-background {
padding: 20px;
}
@media screen and (max-width: 768px) {
body.case .is-layout-flex {
display: block;
}
}