.sec>.inner {
    max-width: 1000px !important;
    padding: 0 20px;
}

#header,
#footer {
    display: none;
}

.contentsFade {
    opacity: 1 !important;
}


/* ************************************************************

メインビジュアル

*************************************************************/
#MV {
    padding: 0 0 20px !important;
}

#MV h2 {
    font-size: 30px;
    text-shadow: none !important;
}


/* ************************************************************

アーカイブページ

*************************************************************/
.archive {
    /* 
    break-before: page;
    */
}

.archive #MV h2 {
    text-shadow: none;
}

.archive .ReportsList>li {
    flex: 0 1 100%;
    background: #fff;
    border-radius: 5px;
    /* 
    box-shadow: 0 0 5px rgba(199, 183, 166, .8);
    */
    position: relative;
}

.archive .ReportsList>li:not(:last-child) {
    margin-bottom: 30px;
}

.archive .ReportsList>li a {
    display: block;
    padding: 30px 30px;
}

.archive .ReportsList>li .moreBT {
    position: static;
    margin: auto;
    transform: none;
    width: calc(100% - 60px);
}