/* small */

/* medium */
@media only screen and (min-width: 37.5em), print {
}

/* large */
@media only screen and (min-width: 64.125em) {
    .c-chart-display.echart-bar {
        min-height: 600px;
    }
}

/* xlarge */
@media only screen and (min-width: 80em) {
}

/* xxlarge */
@media only screen and (min-width: 90em) {
}

.small-font p {
    margin-bottom: 10px;
}

.l-form-wrapper .c-accordion__all-button-wrapper {
    display: none;
}

.l-form-wrapper .c-accordion {
    margin-bottom: 0;
}

.c-error-list + form .c-accordion {
    margin-top: 20px;
}

.l-form-wrapper .c-accordion legend,
.l-form-wrapper .c-accordion p {
    text-align: justify;
}

.c-richtext-accordion ~ .l-form-wrapper {
    background: none;
    padding-bottom: 0;
}

.c-richtext-accordion ~ .l-form-wrapper .c-accordion__list {
    box-shadow: 0 4px 8px rgba(0, 0, 0, .06);
}

.c-richtext-accordion ~ .l-form-wrapper + .l-form-wrapper {
    padding-top: 0;
}

.c-richtext-accordion ~ .l-form-wrapper::before {
    background: none;
}

p.justify + .c-richtext-accordion .c-accordion__all-button-wrapper {
    display: none;
}
