@charset "UTF-8";
/*********************************
preset variables
*********************************/

:root {
    /* color preset */
    --mainColor: #1e4660;
    --mainDarkColor: #112838;
    --mainLightColor: #0172be;
    --subColor: ;
    --subDarkColor: ;
    --subLightColor: ;
    --bgColor: #f1f1f1;
    --linkColor: #2d8bce;
    /* width preset */
    --breakpoint: 700px;
    --gutter: 1.3rem;
    --gap: 3rem;
    --headerHeight: ;
    --contentWidth: 1000px;
}

/* OVERWRITE RADIX */

body {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

a {
    color: var(--linkColor);
}

/* OVERWRITE end */

/*************************************
* START header
*************************************/

header.centering {
    display: flex;
    justify-content: space-between;
    padding: 0 0.5rem;
    background: #fff;
    z-index: 13;
}

h1.site-title a {
    display: block;
    padding: 0.4rem 0;
    color: inherit;
    text-decoration: none !important;
    line-height: 1.4;
}

h1.site-title a .group-1 {
    display: block;
    font-size: 0.6rem;
    font-weight: 500;
    letter-spacing: 2px;
}

h1.site-title a .group-2 {
    display: block;
    font-size: 1.5rem;
    font-family: "Noto serif JP";
    font-weight: 300;
}

/*************************************
* END header START main
*************************************/

main {
    background: var(--bgColor);
    padding: var(--gap) 1rem 0;
    font-weight: 300;
}

/* START カラム保持用一般スタイル */

.col-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.col-2 {
    width: 48%;
}

.col-3 {
    width: 31%;
}

/* END カラム保持用一般スタイル */

/* START top page */

body.index .eyecatch {
    position: relative;
    min-height: 400px;
    max-height: 500px;
    overflow: hidden;
}

body.index .eyecatch::before {
    content: "";
    display: block;
    padding-top: 100%;
    width: 100%;
}

body.index .eyecatch img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 2;
}

body.index .eyecatch .textover {
    width: 100%;
    position: absolute;
    top: 60px;
    left: 50%;
    z-index: 3;
    transform: translateX(-50%);
    padding: 0 1.5rem;
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
    text-shadow: 0 0 1rem var(--mainColor);
}

body.index p.welcome-msg {
    max-width: 700px;
    margin: auto;
}

body.index .top-box {
    background: #fff;
    margin-bottom: 1rem;
}

body.index .top-box h2 {
    padding: 0.5rem 0.5rem 0.5rem 3rem;
    background-color: var(--mainColor);
    color: #fff;
}

body.index .top-box a.more {
    display: inline-block;
    padding: 0.5rem 1.5rem;
    margin: 0 auto 1rem;
    border-radius: 1.7rem;
    background: var(--mainLightColor);
    color: #fff;
    line-height: 1.2;
    text-align: center;
}

body.index .top-box a.more:hover {
    background: #40a7ed;
    text-decoration: none;
}

section.92th-banner {
   
}

.info h2 {
    background-image: url(../img/theme/h2_1.png);
    background-repeat: no-repeat;
    background-position: 0.5rem center;
}

.for-member h2 {
    background-image: url(../img/theme/h2_2.png);
    background-repeat: no-repeat;
    background-position: 0.5rem center;
}

ol.news {
    margin: 0 0.3rem 1rem 0.8rem;
    max-height: 300px;
    padding-right: 10px;
    font-size: 0.8rem;
    overflow-y: auto;
}

ol.news::-webkit-scrollbar {
    width: 7px;
}

ol.news::-webkit-scrollbar-track {
    background: transparent;
}

ol.news::-webkit-scrollbar-thumb {
    background-color: var(--mainColor);
    border-radius: 7px;
}

ol.news li {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
}

ol.news li .date {
    flex-basis: 9rem;
    flex-grow: 1;
    color: #777;
}

ol.news li .date.new::after {
    content: "NEW";
    display: inline-block;
    padding: 0 0.7rem;
    margin-left: 1rem;
    background: #f00;
    color: #fff;
    font-family: "Noto serif JP";
    font-weight: 300;
}

ol.news li .content {
    flex-basis: calc(100% - 9rem - 10px);
    flex-grow: 1;
    min-width: 200px;
    color: #549ed5;
}

ol.news li .content a {
    font-weight: 700;
}

/* END top page */

/* START sub general */

i {
    font-style: italic;
    margin-right: 0.2rem;
}

.coverart {
    position: relative;
    height: 247px;
    background: url(../img/theme/sub_coverart.png) no-repeat center center;
    background-size: cover;
    overflow: hidden;
}

.coverart::before {
    content: "";
    display: block;
    padding-top: 100%;
    width: 100%;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    margin-top: -2rem;
    margin-bottom: 1rem;
    font-size: 0.9rem;
    font-weight: 300;
    line-height: 1rem;
    list-style: none;
}

.breadcrumb li:not(:last-child)::after {
    content: ">";
    margin: 0 1rem;
}

.breadcrumb a {
    color: inherit;
}

body.sub main {
    padding-bottom: 3rem;
}

body.sub main h2 {
    padding-left: 0.5rem;
    border-left: 4px solid var(--mainColor);
    font-size: 1.5rem;
    font-weight: 300;
}

body.sub main h3 {
    margin-bottom: .8rem;
    font-size: 1.5rem;
    line-height: 1.8;
    color: var(--mainColor);
    font-weight: 300;
}

body.sub main h4 {
    padding-left: 0.5rem;
    margin-bottom: .3rem;
    border-left: 4px solid var(--mainColor);
    font-size: 1.2rem;
    line-height: 1.5rem;
}

body.sub main h5 {
    padding-left: 0.5rem;
    margin-bottom: .3rem;
    color: var(--mainColor);
    font-size: 1rem;
}

body.sub main ol:not(.breadcrumb) {
    margin-left: 1.5rem;
    margin-bottom: var(--gutter);
    list-style-type: decimal;
}

body.sub main ul {
    margin-left: 1.5rem;
    margin-bottom: var(--gutter);
    list-style-type: disc;
}

body.sub main ol.job_an-list {
    margin-left: 0;
    list-style-type: none;
}
body.sub main ol.job_an-list li {
    position: relative;
    padding-left: 1rem;
    padding-bottom: .5rem;
    margin-bottom: .5rem;
    border-bottom: 1px solid #ccc;
}
body.sub main ol.job_an-list li::before {
    content: "";
    display: block;
    position: absolute;
    top: .6em;
    left:0;
    border: .3em solid transparent;
    border-left: .5em solid var(--mainColor);
}

body.sub main dl {
    margin-left: 15px;
    padding: 0px 5px 10px 10px;
    margin-bottom: var(--gutter);
}

body.sub main table th {
    padding: .2rem .5rem;
    text-align: left;
    background: var(--mainColor);
    color: #fff;
}

body.sub main table td {
    padding: .2rem .5rem;
    text-align: left;
    border: 2px solid var(--bgColor);
    background: #fff;
}

ol + h2,
ol + h3,
ul + h2,
ul + h3 {
    margin-top: var(--gutter);
}

ol.ol_alpha {
    list-style-type: upper-alpha !important;
}

ol.ol_iroha {
    list-style-type: katakana-iroha !important;
}

ol.ol_kansuji {
    list-style-type: cjk-ideographic !important;
}
ol.ol_alphabet {
    list-style-type: upper-alpha !important;
}
ol.ol_ro-maji {
    list-style-type: upper-roman !important;
}

ul.ul_circle {
    list-style-type: circle !important;
}

ol.ol_bracket,
ol.ol_closing-bracket,
ol.ol_sq-bracket,
ol.ol_circled-decimal,
ol.ol_nl96,
ol.ol_alpha-bracket,
ol.ol_awards,
ul.ul_asterisk {
    list-style-type: none !important;
}

ol.ol_bracket > li,
ol.ol_closing-bracket > li {
    counter-increment: cnt;
    padding-left: 1.5rem;
    position: relative;
}

ol.ol_circled-decimal > li {
    counter-increment: cnt2;
    padding-left: 1.5rem;
    position: relative;
}

ol.ol_sq-bracket > li {
    counter-increment: cnt3;
    padding-left: 1.5rem;
    position: relative;
}

ol.ol_alpha-bracket > li {
    counter-increment: cnt4;
    padding-left: 1.5rem;
    position: relative;
    font-weight: bolder;
}

ol.ol_nl96 > li {
    counter-increment: cnt5;
    padding-left: 5rem;
    position: relative;
}

ol.ol_awards > li {
    counter-increment: cnt6;
    padding-left: 1.5rem;
    position: relative;
    margin-bottom: 0.8rem;
}

ol.ol_awards > li > ol.ol_closing-bracket > li {
    margin-bottom: 0 !important;
}

ul.ul_asterisk > li {
    padding-left: 1.5rem;
    position: relative;
}

ol.ol_bracket > li:before {
    content: "(" counter(cnt) ") ";
    position: absolute;
    left: 0;
    top: 0;
}

ol.ol_bracket > li:nth-child(n + 10):before {
    left: -9px;
}

ol.ol_closing-bracket > li:before {
    content: counter(cnt) ") ";
    position: absolute;
    left: 0;
    top: 0;
}

ol.ol_circled-decimal > li:before {
    content: counter(cnt2);
    margin-right: 0.5rem;
    position: absolute;
    left: 0;
    top: 0;
}

ol.ol_sq-bracket > li:before {
    content: "[" counter(cnt3) "] ";
    position: absolute;
    left: 0;
    top: 0;
}

ol.ol_alpha-bracket > li::before {
    content: "(" counter(cnt4, upper-alpha) ")";
    position: absolute;
    left: 0;
    top: 0;
}

ol.ol_nl96 > li:before {
    content: "第" counter(cnt5) "部門 ";
    position: absolute;
    left: 0;
    top: 0;
}

ol.ol_awards > li:before {
    content: counter(cnt6) ".";
    position: absolute;
    left: 0;
    top: 1.75rem;
}

ol.ol_circled-decimal > li {
    position: relative;
}

ol.ol_circled-decimal > li:after {
    position: absolute;
    left: -0.25rem;
    top: 0.2rem;
    content: "";
    width: 1rem;
    height: 1rem;
    border: 1px solid black;
    border-radius: 50%;
}

ul.ul_asterisk > li:before {
    position: absolute;
    content: "＊";
    left: 0;
    top: 0;
}

main li {
    margin-bottom: 0.3rem;
}

li > ol,
li > ul {
    margin: 0.5rem auto !important;
    padding-bottom: 0 !important;
}

dt {
    float: left;
    margin-right: 2rem;
}

dl.dl_like-table dt {
    width: 14rem;
}

dl.dl_like-table dd {
    width: 6rem;
    float: left;
}

dl.dl_like-table dd + dt {
    clear: left;
}

dl.dl_like-table-2 dt {
    width: 7rem;
}

dl.dl_like-table-2 dd + dt {
    clear: left;
}

dl.dl_colon dt:after {
    content: ": ";
}

dl.dl_block dt {
    float: none;
}

dl.dl_block dd {
    display: inline;
    margin: 0 1rem 0 0;
}

div.ul_flex {
    display: flex;
    margin: 1rem 0;
}

div.ul_flex ul {
    list-style: none !important;
    width: 17rem;
    padding: 0;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

/* END sub general */

/* START sub other */

table.award td {
    padding: 5px;
}

div.news_list {
    background: #fff;
    padding-top: 1rem;
}

div.application {
    margin-top: var(--gutter);
    border-top: 1px solid var(--mainColor);
    border-bottom: 1px solid var(--mainColor);
}

div.application p {
    margin-top: var(--gutter);
}

table.income_statement {
    margin-bottom: 2rem;
}

table.income_statement th {
    padding: 5px 10px;
}

table.income_statement td {
    text-align: right;
    padding: 5px 10px;
}

table.income_statement .textAlignLeft {
    text-align: left;
}

body.sub main span.underline {
    text-decoration: underline;
}

body.sub main table.date-place {
    background-color: var(--mainColor);
    color: #fff;
    width: 100%;
    margin-bottom: 1rem;
}

body.sub main table.date-place th,
body.sub main table.date-place td {
    padding: 0.5rem 1rem;
    border: 2px solid var(--bgColor);
}

body.sub main table.date-place th {
    width: 6em;
    vertical-align: middle;
    font-weight: bold;
}

img[src$="ejimu-address.png"] {
    display: inline;
    width: auto;
    height: auto;
    vertical-align: text-bottom;
    /* margin: 0 0.5rem 0 0.5rem; */
}

img[src$="etaikai-address.png"] {
    display: inline;
    width: auto;
    height: auto;
    vertical-align: text-bottom;
    /* margin: 0 0.5rem 0 0.5rem; */
}

.img-flex-container {
    display: flex;
    justify-content: space-around;
}

.img-flex-container div {
    margin: 5px 30px;
}

.img-flex-container div p {
    text-align: center;
}

.img-flex-container div img {
    max-width: 270px;
}

.enkaku-uniq dt {
    margin-top: 2rem;
    float: none;
}

.enkaku-uniq dd {
    margin-left: 2rem;
}

.enkaku-uniq ol {
    margin-left: 3rem !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}
.dlh4 h4 {
    margin-left: -15px !important;
    margin-top: 20px !important;
}

.president-his {
    margin: auto;
}

.president-his thead {
    border-bottom: solid 2px var(--mainColor);
    font-weight: bold;
}

.president-his th,
.president-his td {
    padding: 5px 40px;
}

.president-his tr td:nth-child(2),
.president-his tr td:nth-child(3) {
    text-align: left;
}

.imginp {
    display: inline;
}
/*.p_right {
    margin-left: 200px;

}*/
.t-nyukai td {
    padding-left: 8px;
    padding-right: 8px;
    border: solid 1px;
}

.t-nyukai {
    width: 650px;
    border: solid 1px;
    margin: auto;
}

.t-nyukai td:nth-child(1) {
    width: 200;
}

.t-nyukai td:nth-child(2) {
    width: 500;
}

.ul-stylenone li {
    list-style-type: none;
}

.ol-regulation,
.ol-regulation > ol {
    margin-left: 3.5em;
}

.ol-regulation {
    counter-reset: count;
}

.ol-regulation > ol {
    counter-reset: count-child;
}

.ol-square-brackets {
    counter-reset: count-square-brackets;
    margin-left: 1rem !important;
}

.ol-half-brackets {
    counter-reset: count-half-brackets;
    margin-left: 1rem !important;
}

.ol-regulation > li,
.ol-regulation > ol > li,
.ol-square-brackets > li,
.ol-half-brackets > li {
    list-style-type: none;
    position: relative;
}

.ol-regulation > li {
    counter-increment: count;
}
.ol-regulation > ol > li {
    counter-increment: count-child;
}

.ol-square-brackets > li {
    counter-increment: count-square-brackets;
}

.ol-half-brackets > li {
    counter-increment: count-half-brackets;
}

.ol-regulation > li::before,
.ol-regulation > ol > li::before,
.ol-square-brackets > li::before,
.ol-half-brackets > li::before {
    display: inline-block;
    margin-left: -3.5em;
    width: 3em;
    text-align: right;
    position: absolute;
    top: 0;
    left: 0;
}

.ol-regulation > li::before {
    content: "(" counter(count) ") ";
}

.ol-regulation > ol > li::before {
    content: "[" counter(count-child) "] ";
}

.ol-square-brackets > li::before {
    content: "[" counter(count-square-brackets) "] ";
}

.ol-half-brackets > li::before {
    content: counter(count-half-brackets) ") ";
}

table.backnumber {
    border-bottom: 2px solid #ccc;
    white-space: nowrap;
    margin-bottom: 2rem;
}

table.backnumber tr.year {
    border-top: 2px solid #ccc;
}

table.backnumber th,
table.backnumber td {
    padding: 0.5rem 1rem;
}

table.pamphlet td {
    padding: 0.5rem 1rem;
    border-top: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
}
.style_bold {
    font-weight: bold;
}
.style_red {
    color: red;
}
table.uniq_tbl {
    border-collapse: collapse;
    border: solid 1px var(--mainColor);
}
table.uniq_tbl thead {
    text-align: center;
    background-color: var(--mainColor);
    color: #fff;
}
table.uniq_tbl td {
    padding: 3px 8px;
    border-collapse: collapse;
    border: solid 1px var(--mainColor);
    vertical-align: middle;
}
table.errata_tbl td:nth-child(1) {
    text-align: center;
    max-width: 100px;
}
table.errata_tbl td:nth-child(2) {
    text-align: center;
    max-width: 190px;
}
table.errata_tbl td:nth-child(3),
table.errata_tbl td:nth-child(4) {
    text-align: center;
    max-width: 70px;
}
table.errata_tbl td:nth-child(5),
table.errata_tbl td:nth-child(6) {
    max-width: 250px;
}

/* EBD sub other */

/*************************************
* END main START footer
*************************************/

footer .footer-1 {
    background: #fff;
    padding: 1rem 0.5rem;
}

footer .copyright {
    padding: 1.5rem 0.5rem;
    background: var(--mainColor) url(../img/theme/footer_design.png) no-repeat
        right top;
    background-size: auto 100%;
    color: #fff;
    font-size: 0.8rem;
}

a.to-top {
    display: block;
    width: 40px;
    height: 40px;
    position: fixed;
    right: 2vw;
    bottom: 2vh;
    z-index: 997;
    background: #fff url(../img/theme/to-top.png) no-repeat center center;
    background-size: cover;
    box-shadow: 0 0 4px 1px rgba(170, 170, 170, 0.5);
}

/*************************************
* END footer START only for sp
*************************************/

@media only screen and (max-width: 700px) {
    .sp-hide {
        visibility: hidden;
        opacity: 0;
    }
    .sp-visible {
        visibility: visible;
        opacity: 1;
    }
    .sp-none {
        display: none !important;
    }
    .btn {
        display: block;
    }
    header.centering {
        padding-right: 50px;
    }
    #toggle-nav {
        display: block;
        width: 50px;
        height: 50px;
        position: fixed;
        top: 0.3rem;
        right: 0;
        z-index: 999;
        background: rgba(255, 255, 255, 0.9);
        color: var(--mainLightColor);
    }
    #svg-humberger {
        width: 80%;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    #toggle-nav span {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        font-size: 0.8rem;
    }
    nav {
        width: calc(100% - 50px);
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 998;
        transform: translateX(-100%);
        padding: 2rem 0.5rem;
        background: var(--mainDarkColor);
        visibility: visible;
        overflow-y: auto;
        transition: ease-in-out 0.3s;
    }
    nav.opened {
        transform: translateX(0);
        visibility: visible;
    }
    nav a {
        display: block;
        color: #fff;
    }
    nav .outer .have-sub {
        position: relative;
        cursor: pointer;
    }
    nav .outer .have-sub:not(.opened)::before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
    }
    nav .outer .have-sub:not(.opened)::after {
        content: "+";
        display: block;
        position: absolute;
        top: 0;
        right: 0.5rem;
        z-index: 3;
        color: #fff;
    }
    nav .outer > li > a {
        padding: 0.2rem 2rem 0.2rem 1rem;
        border-bottom: 1px solid #457596;
    }
    nav .outer .inner {
        margin: 0!important;
        overflow: hidden;
        background: var(--mainColor);
    }
    nav .outer .inner li {
        transition: line-height 0.3s ease-in-out;
    }
    nav .outer .inner a {
        padding: 0.2rem 1rem;
        transition: padding 0.3s ease-in-out;
    }
    nav .outer .have-sub:not(.opened) .inner li {
        line-height: 0;
    }
    nav .outer .have-sub:not(.opened) .inner a {
        padding: 0 1rem;
    }
    nav .gnav-2 li:last-child a {
        border-bottom: none;
    }
    .lang-switch {
        display: flex;
        margin-top: 2rem;
        background: #fff;
    }
    .lang-switch a {
        display: block;
        width: 50%;
        padding: 1rem 0;
        font-weight: 700;
        color: var(--mainColor);
        text-align: center;
        text-decoration: none !important;
    }
    .lang-switch a.active {
        color: #fff;
        background: var(--mainColor);
    }
    footer .copyright {
        padding-right: 50px;
    }
    .col-2,
    .col-3 {
        width: 100%;
    }
    ol.news {
        max-height: 500px;
    }
    .img-flex-container {
        display: flex;
        justify-content: space-around;
        flex-direction: column;
    }
}

/*************************************
* END only for sp START only for pc
*************************************/

@media print, screen and (min-width: 700px) {
    .pc-hide {
        visibility: hidden;
        opacity: 0;
    }
    .pc-visible {
        visibility: visible;
        opacity: 1;
    }
    .pc-none {
        display: none !important;
    }
    .gnav-1 {
        background: var(--bgColor);
    }
    .gnav-2 {
        background: var(--mainColor);
    }
    .gnav-1 ul.centering {
        display: flex;
        justify-content: center;
    }
    .gnav-1 .outer > li {
        flex-grow: 1;
        width: 100%;
        position: relative;
    }
    .gnav-1 .outer > li > a {
        display: block;
        position: relative;
        z-index: 11;
        background: var(--bgColor);
        color: inherit;
        text-align: center;
        padding: 0.7rem;
        line-height: 1.2;
        font-size: 0.85rem;
        font-weight: 300;
    }
    .gnav-1 .outer > li > a:hover {
        background: #ccc;
        text-decoration: none;
    }
    .gnav-1 .outer > li > a::before {
        content: "";
        display: block;
        margin: auto;
        width: 1.6rem;
        height: 1.6rem;
    }
    .gnav-1 .outer > li:nth-child(1) > a::before {
        background: url(../img/theme/navicon_1.png) no-repeat top center;
        background-size: contain;
        padding-bottom: 0.3rem;
        box-sizing: content-box;
    }
    .gnav-1 .outer > li:nth-child(2) > a::before {
        background: url(../img/theme/navicon_2.png) no-repeat top center;
        background-size: contain;
        padding-bottom: 0.3rem;
        box-sizing: content-box;
    }
    .gnav-1 .outer > li:nth-child(3) > a::before {
        background: url(../img/theme/navicon_3.png) no-repeat top center;
        background-size: contain;
        padding-bottom: 0.3rem;
        box-sizing: content-box;
    }
    .gnav-1 .outer > li:nth-child(4) > a::before {
        background: url(../img/theme/navicon_4.png) no-repeat top center;
        background-size: contain;
        padding-bottom: 0.3rem;
        box-sizing: content-box;
    }
    .gnav-1 .outer > li:nth-child(5) > a::before {
        background: url(../img/theme/navicon_5.png) no-repeat top center;
        background-size: contain;
        padding-bottom: 0.3rem;
        box-sizing: content-box;
    }
    .gnav-1 .outer > li:nth-child(6) > a::before {
        background: url(../img/theme/navicon_6.png) no-repeat top center;
        background-size: contain;
        padding-bottom: 0.3rem;
        box-sizing: content-box;
    }
    .gnav-1 ul.inner {
        width: calc(100% - 2px);
        position: absolute;
        top: 100%;
        left: 1px;
        transform: translateY(-100%);
        z-index: 10;
        margin: 0!important;
        background: #333;
        visibility: hidden;
        transition: 0.3s ease-out;
    }
    .gnav-1 .outer > li:hover ul.inner {
        transform: translateY(0);
        visibility: visible;
    }
    .gnav-1 ul.inner li a {
        display: block;
        padding: 0.4rem 1rem;
        color: #fff;
        font-size: 0.8rem;
        text-align: center;
    }
    .gnav-1 ul.inner li a:hover {
        background: #777;
        text-decoration: none;
    }
    .gnav-2 ul.centering {
        display: flex;
        justify-content: center;
    }
    .gnav-2 ul.centering li {
        display: flex;
    }
    .gnav-2 a {
        display: block;
        padding: 1rem 1rem;
        color: #fff;
        font-size: 0.78rem;
        text-align: center;
        margin: auto;
        font-weight: 300;
    }
    .lang-switch {
        align-self: center;
    }
    .lang-switch a {
        display: inline-block;
        width: 2rem;
        height: 2rem;
        padding: 1rem 0;
        border: 1px solid var(--mainColor);
        color: var(--mainColor);
        font-weight: 700;
        line-height: 0;
        text-align: center;
        text-decoration: none !important;
    }
    .lang-switch a.active {
        color: #fff;
        background: var(--mainColor);
    }
}
.italic {
font-style:italic;
}
