.l-section.is-page {
    padding-top: 0px;
    padding-bottom: 120px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .l-section.is-page {
        padding-top: 0px;
        padding-bottom: 48px;
    }
}

.container,
.l-container {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
}

.row {
    margin-left: -16px;
    margin-right: -16px;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .row {
        margin-left: -12px;
        margin-right: -12px;
    }
}

.c-opening {
    text-align: center;
    margin-bottom: 80px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-opening {
        margin-bottom: 32px;
    }
}

.c-opening__title {
    margin-top: 0;
}

.c-opening.is-left {
    text-align: left;
}

.c-opening.is-left .c-opening__title {
    text-align: left;
    padding-bottom: 0;
    margin-bottom: 10px;
}

.c-opening.is-left .c-opening__title:after {
    display: none;
}

.c-opening__title:after {
    content: "";
    display: block;
    width: 80px;
    height: 2px;
    background-color: #E56235;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {

    .c-opening__title:after {
        width: 64px;
    }
}

.c-konpou-image {
    margin-bottom: 64px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-konpou-image {
        margin-bottom: 32px;
    }
}

.c-konpou-image__block {
    width: 100%;
    margin-right: 36px;
    background-color: #fff;
    border-left: 2px solid #E56235;
    border-top: 1px solid #edf1fa;
    border-right: 1px solid #edf1fa;
    border-bottom: 1px solid #edf1fa;
    padding: 32px;
    margin-bottom: 8px;
    display: -webkit-box;
    display: flex;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-konpou-image__block {
        display: block;
        width: 100%;
        margin-right: 0;
        padding: 24px;
        margin-bottom: 8px;
    }
}

.c-konpou-image__image-block {
    width: 35%;
    margin-right: 3%;
    min-width: 258px;
    max-width: 258px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-konpou-image__image-block {
        min-width: 206.4px;
        margin: 0 auto 24px;
    }
}

.c-konpou-image__image-block img {
    border: 0;
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.c-konpou-image__title,
.c-konpou-image__title a {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2.4px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 8px;
}

.c-konpou-image__title a {
    color: #333;
    text-decoration: none;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {

    .c-konpou-image__title,
    .c-konpou-image__title a {
        font-size: 16.8px;
        letter-spacing: 1.6px;
        margin-bottom: 6px;
    }
}

.c-konpou-image__text p {
    color: #333;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
    letter-spacing: 1.5px;
    line-height: 2;
}

.c-opening__title {
    font-size: 30px;
    letter-spacing: 3px;
    margin-bottom: 10px;
    text-align: center;
    position: relative;
    padding-bottom: 14px;
    margin-bottom: 72px;
}