@charset "utf-8";

.g1, .g2, .g3, .g4 {
    display: none;
}
.s1, .s2, .s3 {
    filter: grayscale(1);
}

.notice {
    color: #e00;
}

.notice2 {
    text-decoration: underline;
}

.notice3 {
    margin-top: 15px;
    margin-bottom: 5px;
    font-size: large;
}


p.caption {
    margin-top: 60px;
    margin-bottom: 10px;
    color: #d00;
    font-size: large !important;
}

div.part ul li {
    margin-top: 15px;
    margin-bottom: 15px;
}
