@charset "UTF-8";
.style-text-box-items {
    width: 70%;
}
.txt-mincho {
    font-family: 'Noto Serif JP', serif;
}
@media screen and (max-width: 820px) {
    .style-text-box {
        width: 100%;
        justify-content: space-between;
    }
    .style-box-image {
        width: 40%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 428px) {
    .style-box-image {
        width: 90%;
    }
}