@charset "UTF-8";

@media screen and (max-width: 768px) {
.inner_item_txt p {
    display: flex;
    flex-direction: column;
}
}