@charset "utf-8";
.main-image {
    width: 100%;
    border-radius: 10px;
}
.main-visual {
    text-align: center;
}
ul {
    margin-top: 20px;
    margin-bottom: 30px;
}
 li {
    text-align: start;
    padding-left: 1em;
    line-height: 32px;
    list-style-type: none;
    color: rgb(112, 107, 107);
}
.date {
    font-weight: bold;
    color: rgb(112, 107, 107);
}

