@charset "UTF-8";

#contents ul.details > li:last-of-type {
    width: 100%;
    height: auto;
    font-size: 14px;
    list-style-type: none;
    margin-bottom: 50px;
}

#contents ul.lineup > li {
    width: calc( 100% / 4 - 12px );
    height: auto;
    font-size: 14px;
    list-style-type: none;
    margin-bottom: 50px;
}
    
#contents h2 {
    font-size: 27px;
    margin: 12px 0;
    color: #333333;
    line-height: 1.4em;
}

#contents h1.tit > span {
    font-size:20px;
    color:#333333;
}
    
#contents div#top > p {
    text-align: right;
    font-size: 1em;
}

#contents figure > figcaption {
    text-align: right;
}