body > main > section {
    margin: 0 0 7rem;
}

body > main > section#info > figure {
    display: flex;
    align-items: center;
    margin: 0;
    width: 100%;
    word-break: break-word;
}

body > main > section#info > figure > img {
    object-fit: cover;
    min-width: 35%;
    max-width: 35%;
    height: 100%;
    margin: 0 1.5rem 0 0;
}

body > main > section#info > figure > figcaption > p {
    line-height: 2.2rem;
}

body > main > section#info > figure > figcaption > address {
    margin: 4.2rem 0 0 1.2rem;
    font-style: normal;
}

body > main > section#info > figure > figcaption > address > dl {
    display: flex;
    margin: 0;
    line-height: 1.9rem;
}

body > main > section#info > figure > figcaption > address > dl > dt {
    width: 14rem;
}

body > main > section#info > figure > figcaption > address > dl > dd {
    margin: 0;
}

body > main > section#item > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

body > main > section#item > div > figure {
    background: #ffffff;
    border-radius: 0 0 0.7rem 0.7rem;
    cursor: pointer;
}

body > main > section#item > div > figure:hover {
    background: #fffaf8;
}

body > main > section#item > div > figure > img {
    object-fit: cover;
    height: auto;
}

body > main > section#item > div > figure > figcaption {
    padding: 0.8rem;
    height: 14.2rem;
}

body > main > section#item > div > figure > figcaption > a {
    margin: 0 0 0.5rem;
    max-height: 3.5rem;
    overflow: hidden;
    overflow-wrap: anywhere;
    text-decoration: none;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

body > main > section#item > div:hover > figure > figcaption > a {
    opacity: 0.7;
}

body > main > section#item > div > figure > figcaption > em {
    display: block;
    height: 1.5rem;
    line-height: 1.5rem;
    text-align: right;
    font-style: normal;
    font-weight: normal;
}

body > main > section#item > div > figure > figcaption > p {
    margin: 0.7rem 0;
    max-height: 9.3em;
    overflow-wrap: anywhere;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
}

body > main > section#permission ul {
    list-style: none;
    line-height: 2.1rem;
}

body > main > section#permission ul > li::before {
    margin: 0 0.9rem 0 0;
    font: var(--fa-font-solid);
    font-size: 1.13rem;
    color: rgb(252, 168, 13);
}

body > main > section#permission ul > li.pdf::before {
    content: '\f1c1';
}

body > main > section#permission ul > li.image::before {
    content: '\f03e';
}

body > main > section#permission ul > li > a {
    text-decoration: none;
}
