@charset "UTF-8";
@import"https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&amp;display=swap";
@import"https://fonts.googleapis.com/css2?family=Oswald:wght@600&amp;display=swap";
* {
    box-sizing: border-box
}
:before, :after {
    box-sizing: inherit
}
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}
main {
    display: block
}
p, table, blockquote, address, pre, iframe, form, figure, dl {
    margin: 0
}
h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    margin: 0
}
ul, ol {
    margin: 0;
    padding: 0;
    list-style: none
}
dt {
    font-weight: 700
}
dd {
    margin-left: 0
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    border: 0;
    border-top: 1px solid;
    margin: 0;
    clear: both;
    color: inherit
}
pre {
    font-family: monospace, monospace;
    font-size: inherit
}
address {
    font-style: inherit
}
a {
    background-color: transparent;
    text-decoration: none;
    color: inherit
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}
b, strong {
    font-weight: bolder
}
code, kbd, samp {
    font-family: monospace, monospace;
    font-size: inherit
}
small {
    font-size: 80%
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sub {
    bottom: -.25em
}
sup {
    top: -.5em
}
img {
    border-style: none;
    vertical-align: bottom
}
embed, object, iframe {
    border: 0;
    vertical-align: bottom
}
button, input, optgroup, select, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    border: 0;
    background: transparent;
    padding: 0;
    margin: 0;
    outline: 0;
    border-radius: 0;
    text-align: inherit
}
[type=checkbox] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox
}
[type=radio] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio
}
button, input {
    overflow: visible
}
button, select {
    text-transform: none
}
button, [type=button], [type=reset], [type=submit] {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}
button[disabled], [type=button][disabled], [type=reset][disabled], [type=submit][disabled] {
    cursor: default
}
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}
option {
    padding: 0
}
fieldset {
    margin: 0;
    padding: 0;
    border: 0;
    min-width: 0
}
legend {
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}
progress {
    vertical-align: baseline
}
textarea {
    overflow: auto
}
[type=checkbox], [type=radio] {
    padding: 0
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}
[type=search] {
    outline-offset: -2px
}
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}
label[for] {
    cursor: pointer
}
details {
    display: block
}
summary {
    display: list-item
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
caption {
    text-align: left
}
td, th {
    vertical-align: top;
    padding: 0
}
th {
    text-align: left;
    font-weight: 700
}
template {
    display: none
}
[hidden] {
    display: none
}
html {
    font-size: 62.5%
}
body {
    margin: 0
}
html {
    display: flex;
    flex-direction: column;
    font-size: 62.5%
}
body {
    background: #FFFFFF;
    font-family: Noto Sans JP, Noto Sans Japanese, sans-serif;
    line-height: 1.5;
    font-weight: 400;
    font-size: 1.6rem;
    color: #000;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    width: 100%;
    font-feature-settings: "palt";
    -webkit-font-smoothing: antialiased;
    -webkit-print-color-adjust: exact
}
@-moz-document url-prefix() {
    @media print {
        body {
            width: 1000px;
            overflow: visible !important;
            transform-origin: 0 0;
            transform: scale(.67)
        }
    }
}
body, div, section, aside, header, footer, nav, main, pre, p, a, img, figure, picture, button, form, fieldset, input, textarea, select, option, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, table, th, td, embed, object {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    position: relative
}
img {
    display: block;
    max-width: 100%
}
ul, ol {
    list-style: none
}
a, button {
    transition: opacity .3s ease-out;
    text-decoration: none;
    cursor: pointer
}
a:hover, button:hover {
    opacity: .8
}
::selection {
    background-color: #b4e149;
    color: #000
}
.print__inside {
    break-inside: avoid-column !important
}
.print__newLine {
    break-before: page !important
}
@-moz-document url-prefix() {
    @media print {
        .printInsideFirefoxOnly {
            break-inside: avoid-column !important;
            overflow: auto !important
        }
    }
}
@-moz-document url-prefix() {
    @media print {
        .printNewLineFirefoxOnly {
            break-before: page !important
        }
    }
}
#page__invalid #app {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    width: 100%
}
#page__invalid .l-header {
    padding: 20px 0 0
}
#page__invalid .l-main {
    padding: 30px 0 0
}
#page__invalid .l-footer {
    margin-top: 0
}
@media print {
    .printFitInRange {
        width: 1200px;
        zoom: .8
    }
}
.loading__comment {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center
}
.loading__comment p {
    font-size: 2.4rem
}
.l-main {
    max-width: 1200px;
    flex: 1 0 auto;
    margin: 0 auto;
    padding: 36px 0 40px
}
@media print {
    .l-main {
        width: 1000px !important
    }
}
@media print {
    .l-main.printFitInRangeMain {
        padding: 36px 0
    }
}
.l-main__heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #274178;
    height: 80px
}
@media print {
    .l-main__heading {
        width: 100%
    }
}
@-moz-document url-prefix() {
    @media print {
        .l-main__heading {
            width: 1000px;
            border: 2px solid #274178 !important
        }
    }
}
.l-main__heading .l-main__title {
    color: #fff;
    background-color: #274178;
    width: 936px;
    display: inline-block;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 80px;
    letter-spacing: .08em;
    height: 80px;
    padding: 0 32px
}
@media print {
    .l-main__heading .l-main__title {
        font-size: 28px;
        width: 100%
    }
}
@-moz-document url-prefix() {
    @media print {
        .l-main__heading .l-main__title {
            width: 760px
        }
    }
}
.l-main__heading div {
    width: 264px;
    padding: 0 40px
}
@-moz-document url-prefix() {
    @media print {
        .l-main__heading div {
            width: calc(100% - 760px)
        }
    }
}
.l-main__heading div .l-main__frompage {
    display: block;
    width: 184px
}
@-moz-document url-prefix() {
    @media print {
        .l-main__heading div .l-main__frompage {
            width: 158.24px
        }
    }
}
.l-main__published {
    text-align: right;
    margin-top: 12px
}
@-moz-document url-prefix() {
    @media print {
        .l-main__published {
            width: 1000px
        }
    }
}
.l-main__thanks {
    margin-top: 16px;
    font-size: 1.8rem;
    line-height: 2
}
@media print {
    .l-main__thanks {
        margin-top: 0;
        font-size: 16px;
        line-height: 1.6
    }
}
.l-main__twoColums {
    display: flex;
    justify-content: space-between
}
@media print {
    .l-main__twoColums {
        width: 100% !important
    }
}
@-moz-document url-prefix() {
    @media print {
        .l-main__twoColums {
            width: 1000px
        }
    }
}
.l-main__twoColums > div {
    width: 45%
}
.l-main__twoColums .-Separate {
    position: relative
}
@media print {
    .l-main .canvasPrint {
        width: 100% !important;
        height: 86px !important
    }
}
@media print {
    .l-main .canvasQuestionPrint {
        width: 100% !important
    }
}
.l-main .missionWrapper {
    border: 2px solid #0C3679;
    border-radius: 8px;
    padding: 22px 20px 20px;
    position: relative;
    margin-top: 40px
}
.l-main .missionImage {
    width: 120px;
    position: absolute;
    top: -23px;
    left: 0
}
.l-main .missionTeacherFrom {
    font-size: 1.8rem;
    color: #0c3679;
    margin-top: 2px;
    font-weight: 700
}
.l-main .wordCloudExplain {
    margin-bottom: 30px
}
.l-main__subHeading {
    font-size: 2.6rem;
    font-weight: 700;
    padding: 10px 32px 10px 20px;
    margin-top: 66px;
    letter-spacing: .08em;
    text-align: left;
    color: #fff;
    background-color: #274178
}
@media print {
    .l-main__subHeading {
        margin-top: 66px
    }
}
.l-main__subHeading.-Center {
    text-align: center
}
.l-main__subHeading.-Message {
    margin-top: 88px
}
@media print {
    .l-main__subHeading.-Message {
        margin-top: 48px
    }
}
.l-main__subHeading.-IsWordCloud {
    margin-bottom: 20px
}
.l-main__subHeading.-Toggle {
    cursor: pointer;
    transition: opacity .3s ease-out;
    display: flex;
    justify-content: space-between;
    align-items: center
}
.l-main__subHeading.-Toggle:hover {
    opacity: .8
}
.l-main__subHeading.-StateOpen .-Close:before {
    transform: rotate(180deg)
}
.l-main__subHeading .-Close {
    font-size: 1.6rem;
    position: relative
}
.l-main__subHeading .-Close:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: -16px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 7px 0 7px;
    transition-duration: .3s;
    border-color: #FFFFFF transparent transparent transparent;
    transition: opacity .3s ease-out
}
.l-main__subHeading .-Close:before:hover {
    opacity: .8
}
.l-main__twoColums .l-main__subHeading {
    text-align: center;
    padding: 10px 0
}
.l-main__ratioHeading {
    font-size: 2.4rem;
    font-weight: 700;
    margin-top: 30px;
    letter-spacing: .08em;
    color: #274178
}
.l-main__table {
    width: 100%;
    margin-top: 8px;
    font-weight: 500
}
.l-main__table thead .-Sum {
    padding: 8px;
    border-right: 1px solid #FFFFFF;
    z-index: -1;
    color: #fff;
    background-color: #274178;
    text-align: center;
    vertical-align: middle
}
@-moz-document url-prefix() {
    @media print {
        .l-main__table thead .-Sum {
            border-right: 2px solid #FFFFFF !important
        }
    }
}
.l-main__table thead .-Sum + .-BrDown {
    border-bottom: 1px solid #FFFFFF !important;
    z-index: -1
}
@-moz-document url-prefix() {
    @media print {
        .l-main__table thead .-Sum + .-BrDown {
            border-bottom: 2px solid #FFFFFF !important
        }
    }
}
.l-main__table thead .-BrDown {
    padding: 8px;
    color: #fff;
    background-color: #818eac;
    text-align: center
}
.l-main__table thead .-BrDown:first-child {
    border-right: 1px solid #FFFFFF !important;
    z-index: -1
}
@-moz-document url-prefix() {
    @media print {
        .l-main__table thead .-BrDown:first-child {
            border-right: 2px solid #FFFFFF !important;
            z-index: -1
        }
    }
}
.l-main__table thead .-BrDown + .-BrDown {
    border-left: 1px solid #FFFFFF !important;
    z-index: -1
}
@-moz-document url-prefix() {
    @media print {
        .l-main__table thead .-BrDown + .-BrDown {
            border-left: 2px solid #FFFFFF !important
        }
    }
}
.l-main__table tbody {
    border-left: 1px solid #231F20;
    border-right: 1px solid #231F20;
    border-bottom: 1px solid #231F20
}
@-moz-document url-prefix() {
    @media print {
        .l-main__table tbody {
            border-left: 2px solid #231F20 !important;
            border-right: 2px solid #231F20 !important;
            border-bottom: 1.5px solid #231F20 !important
        }
    }
}
.l-main__table tbody td {
    padding: 8px;
    text-align: center
}
.l-main__table tbody td + td {
    border-left: 1px solid #231F20
}
@-moz-document url-prefix() {
    @media print {
        .l-main__table tbody td + td {
            border-left: 2px solid #231F20 !important
        }
    }
}
.l-main__tableInterest {
    width: 100%;
    table-layout: fixed;
    margin-top: 24px;
    margin-bottom: 32px
}
.l-main__tableInterest thead .-BrDown {
    padding: 12px 8px;
    color: #fff;
    background-color: #818eac;
    text-align: center
}
.l-main__tableInterest thead .-BrDown:first-child {
    border-right: 1px solid #FFFFFF !important;
    z-index: -1
}
@-moz-document url-prefix() {
    @media print {
        .l-main__tableInterest thead .-BrDown:first-child {
            border-right: 2px solid #FFFFFF !important
        }
    }
}
.l-main__tableInterest thead .-BrDown + .-BrDown {
    border-left: 1px solid #FFFFFF !important;
    z-index: -1
}
@-moz-document url-prefix() {
    @media print {
        .l-main__tableInterest thead .-BrDown + .-BrDown {
            border-left: 2px solid #FFFFFF !important
        }
    }
}
.l-main__tableInterest tbody {
    border-left: 1px solid #231F20;
    border-right: 1px solid #231F20;
    border-bottom: 1px solid #231F20
}
@-moz-document url-prefix() {
    @media print {
        .l-main__tableInterest tbody {
            border-left: 2px solid #231F20 !important;
            border-right: 2px solid #231F20 !important;
            border-bottom: 2px solid #231F20 !important
        }
    }
}
.l-main__tableInterest tbody td {
    padding: 12px 8px;
    text-align: center
}
.l-main__tableInterest tbody td + td {
    border-left: 1px solid #231F20;
    z-index: -1
}
@-moz-document url-prefix() {
    @media print {
        .l-main__tableInterest tbody td + td {
            border-left: 2px solid #231F20 !important
        }
    }
}
.l-main__ratioSupplement {
    display: flex;
    align-items: center;
    position: absolute;
    top: 6px;
    right: 0
}
.l-main__ratioSupplement li + li {
    margin-left: 16px
}
.l-main__ratioSupplement li:before {
    content: "";
    width: 16px;
    height: 16px;
    margin: -2px 4px 0 0;
    display: inline-block;
    vertical-align: middle
}
.l-main__ratioSupplement li:nth-child(1):before {
    background-color: #5298cb
}
.l-main__ratioSupplement li:nth-child(2):before {
    background-color: #dc5370
}
.l-main__ratioSupplement li:nth-child(3):before {
    background-color: #c5c5c5
}
.l-main__interest {
    display: flex;
    justify-content: space-between;
    margin-top: 8px
}
.l-main__interest dt {
    width: 30px;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1
}
.l-main__interest dd {
    font-weight: 500;
    width: calc(100% - 30px);
    font-size: 1.6rem;
    letter-spacing: .04em;
    height: auto;
    text-align: justify;
    margin-bottom: 14px
}
@media print {
    .l-main__interest dd.-Question {
        height: auto;
        font-size: 1.6rem;
        letter-spacing: .04em;
        margin-bottom: 6px
    }
}
.l-main__ratioInterest {
    display: flex;
    margin-top: 16px
}
.l-main__ratioInterest li + li {
    margin-left: 16px
}
.l-main__ratioInterest li:before {
    content: "";
    width: 16px;
    height: 16px;
    margin: -2px 4px 0 0;
    display: inline-block;
    vertical-align: middle
}
.l-main__ratioInterest li:nth-child(1):before {
    background-color: #dc5370
}
.l-main__ratioInterest li:nth-child(2):before {
    background-color: #eaa63c
}
.l-main__ratioInterest li:nth-child(3):before {
    background-color: #5298cb
}
.l-main__ratioInterest li:nth-child(4):before {
    background-color: #c5c5c5
}
.l-main__list {
    margin: 24px 0 48px;
    font-size: 1.8rem;
    line-height: 1.6;
    letter-spacing: .08em
}
@-moz-document url-prefix() {
    @media print {
        .l-main__list {
            transform-origin: 0 0;
            transform: scale(1.5);
            font-size: 1.5rem;
            margin: 24px 0 0
        }
    }
}
.l-main__list li {
    display: inline-block;
    padding-left: .8em;
    text-indent: -.8em;
    width: 100%
}
.l-main__list li:not(:last-child) {
    margin-bottom: 30px
}
@-moz-document url-prefix() {
    @media print {
        .l-main__list li:not(:last-child) {
            margin-bottom: 30px
        }
    }
}
.l-main__list li:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 4px;
    display: inline-block;
    background-color: #274178
}
.l-main__list li span {
    display: block;
    font-size: 1.6rem;
    margin-left: .8em
}
.l-main__list li.-Nolist {
    font-size: 1.6rem
}
.l-main__list li.-Nolist:before {
    content: none
}
.l-main .canvasWrapper {
     height: 100%;
}
.l-main .canvasChartFlexWrapper {
    margin-top: 32px;
    display: flex;
    align-items: center;
    justify-content: center
}
.l-main .canvasChartFlexWrapper > div.-CenterContent {
    display: flex;
    align-items: center
}
.l-main .canvasChartFlexWrapper canvas {
    cursor: pointer
}
@media print {
    .l-main .canvasChartFlexWrapper .canvasCharList {
        padding-left: 20px !important
    }
}
.l-main .canvasChartFlexWrapper .canvasCharList {
    display: flex;
    flex-wrap: wrap;
    padding-left: 24px;
    width: 200px
}
.l-main .canvasChartFlexWrapper .canvasCharList li {
    line-height: 2.2
}
.l-main .canvasChartFlexWrapper .canvasCharList li:nth-child(odd) {
    width: 100px
}
.l-main .canvasChartFlexWrapper .canvasCharList li:before {
    content: "";
    width: 16px;
    height: 16px;
    margin: -2px 4px 0 0;
    display: inline-block;
    vertical-align: middle
}
.l-main .canvasChartFlexWrapper .canvasCharList li:nth-child(1):before {
    background-color: #5298cb
}
.l-main .canvasChartFlexWrapper .canvasCharList li:nth-child(2):before {
    background-color: #dc5370
}
.l-main .canvasChartFlexWrapper .canvasCharList li:nth-child(3):before {
    background-color: #4baf8a
}
.l-main .canvasChartFlexWrapper .canvasCharList li:nth-child(4):before {
    background-color: #c5c5c5
}
.l-main .canvasChartFlexWrapper .canvasCharList li:nth-child(5):before {
    background-color: #eaa63c
}
@media print {
    .l-main .canvasCharOnlinerList li + li {
        margin-left: 24px
    }
}
.l-main__displayEnd {
    display: flex;
    align-items: center;
    justify-content: center
}
.l-main__displayEnd > div {
    display: flex
}
.l-main__displayEnd span {
    font-size: 2.8rem;
    display: block;
    animation-name: cross-fade-blur;
    animation-duration: 5s;
    animation-iteration-count: infinite
}
.l-main__displayEnd span:nth-child(1) {
    animation-delay: .04s
}
.l-main__displayEnd span:nth-child(2) {
    animation-delay: .08s
}
.l-main__displayEnd span:nth-child(3) {
    animation-delay: .12s
}
.l-main__displayEnd span:nth-child(4) {
    animation-delay: .16s
}
.l-main__displayEnd span:nth-child(5) {
    animation-delay: .2s
}
.l-main__displayEnd span:nth-child(6) {
    animation-delay: .24s
}
.l-main__displayEnd span:nth-child(7) {
    animation-delay: .28s
}
.l-main__displayEnd span:nth-child(8) {
    animation-delay: .32s
}
.l-main__displayEnd span:nth-child(9) {
    animation-delay: .36s
}
.l-main__displayEnd span:nth-child(10) {
    animation-delay: .4s
}
.l-main__displayEnd span:nth-child(11) {
    animation-delay: .44s
}
.l-main__displayEnd span:nth-child(12) {
    animation-delay: .48s
}
.l-main__displayEnd span:nth-child(13) {
    animation-delay: .52s
}
.l-main__displayEnd span:nth-child(14) {
    animation-delay: .56s
}
.l-main__displayEnd span:nth-child(15) {
    animation-delay: .6s
}
.l-main__displayEnd span:nth-child(16) {
    animation-delay: .64s
}
.l-main__displayEnd span:nth-child(17) {
    animation-delay: .68s
}
.l-main__displayEnd span:nth-child(18) {
    animation-delay: .72s
}
.l-main__displayEnd span:nth-child(19) {
    animation-delay: .76s
}
.l-main__displayEnd span:nth-child(20) {
    animation-delay: .8s
}
.l-main__displayEnd span:nth-child(21) {
    animation-delay: .84s
}
.l-main__displayEnd span:nth-child(22) {
    animation-delay: .88s
}
.l-main__displayEnd span:nth-child(23) {
    animation-delay: .92s
}
.l-main__displayEnd span:nth-child(24) {
    animation-delay: .96s
}
.l-main__displayEnd span:nth-child(25) {
    animation-delay: 1s
}
.l-main__displayEnd span:nth-child(26) {
    animation-delay: 1.04s
}
.l-main__displayEnd span:nth-child(27) {
    animation-delay: 1.08s
}
.l-main__displayEnd span:nth-child(28) {
    animation-delay: 1.12s
}
.chartTotal {
    position: absolute;
    width: 100px;
    height: 100px;
    margin-top: 0;
    top: 80px;
    left: 80px;
    background: #fff;
    border-radius: 50%;
    z-index: 2;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center
}
.chartTotal .chartTotalNumber {
    color: #000;
    font-size: 3rem
}
.chartTotal .chartTotalNumber .chartMei {
    font-size: 2.6rem
}
.chartLargeTotal {
    width: 320px;
    height: 320px;
    margin-top: -320px;
    z-index: -1;
    display: flex;
    align-items: center;
    justify-content: center
}
.chartLargeTotal .chartTotalNumber {
    color: #000;
    font-size: 3.8rem
}
.chartLargeTotal .chartTotalNumber .chartMei {
    font-size: 3rem
}
.chartBarBox {
    font-size: 1.8rem;
    color: #fff;
    position: absolute;
    top: 34px
}
@media print {
    .chartBarBox {
        top: 26px;
        min-width: 3em
    }
}
@media print {
    .printFitInRangeMain .chartBarBox {
        top: 36px;
        min-width: 3em
    }
}
.chartBarBox span {
    display: block;
    width: 100%;
    font-weight: 500;
    min-width: 2em
}
.chartBarBoxLast {
    font-size: 1.8rem;
    color: #000;
    position: absolute;
    top: 34px
}
@media print {
    .chartBarBoxLast {
        top: 66px;
        min-width: 3em;
        left: auto !important;
        right: -28px !important
    }
}
@media print {
    .printFitInRangeMain .chartBarBoxLast {
        top: 80px
    }
}
.chartBarBoxLast span {
    display: block;
    width: 100%;
    min-width: 3em
}

ul.barchart{
    width:100%;
    display:flex;
    margin:10px 0;
}
ul.barchart li{
    position:relative;
    height: 70px;
}
ul.barchart li.bar_0{
    background:#5298cb;
}
ul.barchart li.bar_1{
    background:#dc5370;
}
ul.barchart li.bar_2{
    background:#c5c5c5;
}
ul.barchart li span{
    display:block;
    min-width: 2em;
    height:1em;
    text-align: right;
    position:absolute;
    left: calc(50% - 0.5em);
    top:calc(50% - 0.5em);
    font-weight: 500;
    line-height:1;
    z-index: 2;
}
ul.barchart li.bar_0 span,
ul.barchart li.bar_1 span{
    color:#fff;
}
ul.barchart li:last-child span{
    width:3em;
        left:calc(50% - 1.5em);
    text-align:right;
}
ul.barchart.Enquete li.bar_0{
    background:#dc5370;
}
ul.barchart.Enquete li.bar_1{
    background:#eaa63c;
}
ul.barchart.Enquete li.bar_2{
    background:#5298cb;
}
ul.barchart.Enquete li.bar_3{
    background:#c5c5c5;
}


.chartBarBoxLastPrintRight {
    font-size: 1.8rem;
    color: #000;
    position: absolute;
    top: 34px
}
@media print {
    .chartBarBoxLastPrintRight {
        top: 26px;
        min-width: 3em;
        left: auto !important;
        right: -56px !important
    }
}
.chartBarBoxLastPrintRight span {
    display: block;
    width: 100%;
    min-width: 3em
}
@keyframes cross-fade-blur {
    0% {
        opacity: 0;
        filter: blur(1rem);
        transform: translate3d(0, 3rem, 0) rotate3d(.25, -1, 0, 66.6deg)
    }
    20%, 60% {
        opacity: 1;
        filter: blur(0px);
        transform: translateZ(0)
    }
    80%, to {
        opacity: 0;
        filter: blur(1rem);
        transform: translate3d(0, -3rem, 0) rotate3d(-.25, 1, 0, 66.6deg)
    }
}
.l-header {
    z-index: 10;
    background: #FFFFFF;
    flex-shrink: 0;
    padding: 80px 0 0
}
.l-header__inner {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center
}
@media print {
    .l-header__inner {
        width: 1000px !important;
        max-width: 100% !important
    }
}
@-moz-document url-prefix() {
    @media print {
        .l-header__inner {
            width: 1000px
        }
    }
}
.l-header__inner h1 a {
    display: flex;
    align-items: flex-end
}
.l-header__inner h1 a .l-header__logo {
    margin: 0;
    height: 34px
}
@media print {
    .l-header__inner h1 a .l-header__logo {
        width: 230px !important;
        height: auto !important
    }
}
.l-header__inner h1 a .l-header__season {
    font-family: Oswald;
    font-size: 2.6rem;
    font-weight: 700;
    color: #274178;
    display: block;
    padding: 0;
    margin-left: 6px;
    line-height: 1
}
@media print {
    .l-header__inner h1 a .l-header__season {
        font-size: 25px
    }
}
.l-header__inner h2 {
    font-size: 2.2rem;
    max-width: 732px;
    text-align: justify
}
@media print {
    .l-header__inner h2 {
        width: auto !important;
        font-size: 21px
    }
}
.l-header__inner h2 span {
    display: block
}
.thankYouVeryMuchForThisTime {
    width: 100%;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-end;
    font-size: 1.8rem
}
@-moz-document url-prefix() {
    @media print {
        .thankYouVeryMuchForThisTime {
            margin-top: 200px;
            max-width: 100%;
            width: 1200px;
            transform-origin: 0 0;
            transform: scale(.83);
            font-size: 2.6rem
        }
    }
}
.l-footer {
    flex-shrink: 0;
    padding: 20px 0;
    margin-top: 80px;
    background-color: #274178;
    color: #fff
}
@-moz-document url-prefix() {
    @media print {
        .l-footer {
            width: 1000px;
            display: block
        }
    }
}
.l-footer address {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    text-align: center;
    font-size: 1.4rem;
    letter-spacing: .06em
}
.l-footer address span {
    display: inline-block;
    line-height: 1.8
}