@charset "utf-8";

/* 2024-12-23 renew */

/**** archive ****/
.sec-archive-paper {
    padding-bottom: 40px;
}
.paper-wrapper {
    margin-top: 60px;
}
.paper-list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
}
.paper-list-item {
    border-bottom: 1px dashed #7A377C;
    width: 100%;
}
.paper-list-item a {
    display: block;
    padding-bottom: 22px;
}
.paper-list-item__date {
    font-size: 0.9375rem;
    /* font-weight: 400; */
}
.paper-list-item__ttl {
    font-size: 1.25rem;
    /* font-weight: 400; */
    color: #7A377C;
}