.rentalInfo .cautions, .movieInfo .cautions {
    color: #333;
    font-size: 21px;
    font-weight: 500;
    text-align: left;
    margin: 0 auto;
    width: 550px;
}

.sale h1 {
    margin-bottom: 0;
}

.rentalInfo {
    margin: 0 auto 0;
}

.movieInfo {
    margin: 0 auto 0;
}

#calendar .calendar-this-week {
    display: flex;
    align-items: center;
    justify-content: center;
}

.appInfo h2 {
    text-align: left;
}

header {
    width: 100%;
    background: #192b5b;
    margin-bottom: 0 !important;
}

article {
    margin: 0 auto 80px;
}

#container {
    max-width: 1000px;
}

.html-content-heading .heading-item {
    margin-top: 20px;
}

/* 上部タブ */
#flier {
    width: 1000px;
    margin: 0 auto;
}

.flierPage_title {
    padding-top: 14px;
    border-top: 1px solid #192B5B;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
    color: #192B5B;
}

.flierTab {
    display: flex;
    width: 100%;
    margin: 20px 0;
}

.flierTab::before,
.flierTab::after {
    content: '';
    display: block;
    width: 70px;
    height: 60px;
    border-bottom: 1px solid #DDDDDD;
}

.flierTab a {
    display: block;
    width: 430px;
    height: 60px;
    padding: 0;
    background-color: #EEEEEE;
    border: 1px solid #DDDDDD;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    line-height: 60px;
    color: #666666;
    cursor: pointer;
}

.flierTab a:nth-child(2) {
    border-left: none;
}

.flierTab a.is-active {
    background-color: white;
    border-bottom: none;
    color: #192B5B;
    pointer-events: none;
}

.html-body > .html-block:nth-of-type(1) {
    margin-bottom: 0;
}