#contents {
    padding: 50px 0 !important;
    text-align: center;
}

#contents a {
    font-size: 13px;
}


/* キャプション付き画像 */

.imgWithCaption {
    margin: 20px !important;
    padding: 10px !important;
    background-color: white;
    /* 背景色 */
    border: 2px solid #5827ab;
    /* 枠線 */
    display: inline-block;
    width: fit-content;
    height: fit-content;
}