.photo_block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.photo_block div img {
    width: 100%;
    height: auto;
}
.photo_block div .caption {
    font-size: 12px;
    text-align: center;
}
.text_block .hl02d .hl02d__main {
    /* font-size: 2rem; */
    font-size: 110%;
}
.ul_notice {
    list-style-type: none;
}
.ul_notice li {
    text-indent: -1em;
    margin-left: 1em;
    font-weight: bold;
}
.ul_notice li:before {
    content: "※";
}
ul.kana {
    list-style-type: none;
    margin-bottom: 2em;
}
ul.kana li {
    text-indent: -2em;
    margin-left: 2em;
}
ul.ul_list_none {
    list-style-type: none;
}
ul.ul_list_none li {
    
}