@charset "utf-8";

.related-info {
    margin-left: 10px;
    margin-right: 10px;
    padding: 0;
}

.related-info a {
    display: block;
    margin-top: 6px;
    color: black;
    text-decoration: none;
    transition: all .2s 0s ease;
}

.related-info li {
    list-style: none;
    padding: .8em 1.2em;
    border: 1px solid #BBB;
}

.related-info-contents-title {
    position: relative;
    padding-left: 1.5em;
    font-weight: bold;
    transition: all .2s 0s ease;
}

.related-info-contents-title::before {
    content: "";
    position: absolute;
    height: 1em;
    width: 1em;
    left: 0;
    clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
    background-color: #000;
}

.related-info a:hover {
    background-color: #FDF5E6;
}

.related-info a:hover .related-info-contents-title {
    transform: translateX(.5em);
}

.related-info .related-info-contents dd {
    margin-top: 10px;
    margin-left: 0;
}

/* Related Info Page */
.con-photo, .con-article, .con-photo *, .con-article * {
    box-sizing: border-box;
}

.con-photo {
    margin-top: 15px;
    width: 100%;
}

.con-photo figure {
    display: block;
    margin: 20px 0;
    width: 100%;
}

.con-photo figure img {
    display: block;
    width: 100%;
    height: 400px;
    object-fit: contain;
    background-color: black;
}

.con-photo figure figcaption {
    text-align: center;
}

.con-article {
    margin-top: 25px;
    padding: 12px 8px;
    width: 100%;
    border: 1px solid #000;
}

.con-article p {
    margin: 14px 0 0 0;
}