.mono_01 {
    background: url(../images/mono_new/06.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.mono_02 {
    background: url(../images/mono_new/31.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

section.notice h3{
    font-size:min(5vw,32px);
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    margin:0 0 1em;
    line-height: 1;
}

section.notice h3::before,
section.notice h3::after{
    content:"";
    display: block;
    width:min(5vw,32px);
    height:min(5vw,32px);
    background:url(../images/sight.webp);
    background-size: contain;
    background-position: center;
}

section.notice h3::before{
    margin-right: 0.5em;
}

section.notice h3::after{
    margin-left: 0.5em;
}

section.notice ul{
    margin-bottom: 80px;
    list-style-type: disc;
    margin-left: 1em;
}

section.notice li{
    padding:0.5em 0 0.5em 0;
}

section.notice li a{
    text-decoration: underline;
}

section.notice ul:last-of-type{
    margin-bottom: 0;
}

@media screen and (max-width:1280px) {
}

@media screen and (max-width:800px) {
    section.notice ul{
        margin-bottom: 60px;
    }
}