@charset "UTF-8";
@font-face {
    font-family: YuGothicM;
    src: local("Yu Gothic Medium");
}


/* =========================================================
base - 基本設定
========================================================= */

html {
    overflow-x: hidden;
    font-size: 62.5% !important;
}

body {
    color: #231916;
    font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic" !important;
    font-weight: 500 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
}

a {
    cursor: pointer;
    transition: 0.4s;
    color: inherit;
}

a:hover {
    opacity: 0.7;
    text-decoration: none;
    color: inherit;
}

ul,
li {
    list-style-type: none;
}

@media screen and (max-width: 991px) {
    img {
        max-width: 100%;
    }
}

@media screen and (min-width: 992px) {
    .sp-only {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .pc-only {
        display: none;
    }
}


/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    box-sizing: border-box;
    box-sizing: border-box;
    box-sizing: border-box;
}

.l-footer__inner {
    padding: calc(1.625rem + 3.4056508577vw) 0;
}

@media (min-width: 991px) {
    .l-footer__inner {
        padding: 5rem 0;
    }
}

.l-footer__inner img {
    width: 201px;
}

@media screen and (max-width: 767px) {
    .l-footer__inner img {
        width: 180px;
    }
}

.l-header__inner {
    padding: 20px 61px;
}

@media screen and (max-width: 575px) {
    .l-header__inner {
        padding: 20px;
    }
}

.l-header__logo img {
    width: 128px;
}

.c-container {
    max-width: 882px;
    margin: 0 auto;
    padding: 0 15px;
}

@media screen and (max-width: 991px) {
    .c-container {
        max-width: 575px;
    }
}

@media screen and (max-width: 575px) {
    .c-container {
        max-width: 375px !important;
    }
}

.c-pagename__inner {
    padding-top: 20px;
    margin-bottom: 13px;
    min-height: 70px;
}

@media screen and (max-width: 991px) {
    .c-pagename__inner {
        padding-top: 0;
    }
}

.c-pagename__inner strong,
.c-pagename__inner h2 {
    font-size: calc(1.445rem + 1.770938446vw);
    line-height: 1.55;
    letter-spacing: 0.035em;
}

@media (min-width: 991px) {
    .c-pagename__inner strong,
    .c-pagename__inner h2 {
        font-size: 3.2rem;
    }
}

.c-pagename__bg {
    padding: 9px 0 12px;
    min-height: 36px;
    background-image: linear-gradient(to right, #2286c0, #1d2088);
}

.c-pagename__bg strong,
.c-pagename__bg h2 {
    margin-bottom: 7px;
    font-size: calc(1.4546rem + 1.858123108vw);
    line-height: 1.25;
}

@media (min-width: 991px) {
    .c-pagename__bg strong,
    .c-pagename__bg h2 {
        font-size: 3.296rem;
    }
}

.c-pagename__bg strong span,
.c-pagename__bg h2 span {
    font-size: calc(1.418rem + 1.5257315843vw);
}

@media (min-width: 991px) {
    .c-pagename__bg strong span,
    .c-pagename__bg h2 span {
        font-size: 2.93rem;
    }
}

.c-pagename__bg small {
    font-size: calc(1.3264rem + 0.6938446014vw);
}

@media (min-width: 991px) {
    .c-pagename__bg small {
        font-size: 2.014rem;
    }
}

.c-not-found {
    height: 100vh !important;
}

@media screen and (max-width: 575px) {
    .c-not-found {
        height: 500px !important;
    }
}

.c-not-found p {
    font-size: 4rem;
    line-height: 1.4;
}

@media screen and (max-width: 991px) {
    .c-not-found p {
        font-size: 3rem;
    }
}

.u-bg-white {
    background-color: #fff;
}

.u-text-blue {
    color: #1d2088;
}

.u-text-red {
    color: #e60013;
}

.u-font-noto-sans {
    font-family: "Noto Sans JP", sans-serif;
}

.u-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.c-application__inner {
    padding: 12px 0 25px;
}

.c-application__inner>p {
    margin-bottom: 22px;
    font-size: calc(1.325rem + 0.6811301715vw);
    line-height: 1.2;
}

@media (min-width: 991px) {
    .c-application__inner>p {
        font-size: 2rem;
    }
}

@media screen and (max-width: 767px) {
    .c-application__inner>p {
        padding: 0;
    }
}

.c-application__inner h3 {
    padding: 10px 0;
    margin-bottom: 20px;
    background-image: linear-gradient(to right, #2286c0, #1d2088);
    font-size: calc(1.325rem + 0.6811301715vw);
}

@media (min-width: 991px) {
    .c-application__inner h3 {
        font-size: 2rem;
    }
}

.c-application__inner small {
    display: block;
    margin-left: 35px;
    padding: 0 55px;
    font-size: calc(1.325rem + 0.6811301715vw);
    line-height: 1.35;
    text-indent: -35px;
}

@media (min-width: 991px) {
    .c-application__inner small {
        font-size: 2rem;
    }
}

@media screen and (max-width: 767px) {
    .c-application__inner small {
        padding: 0;
        margin-left: 15px;
        text-indent: -15px;
    }
}

.c-application__inner small span {
    text-decoration: underline;
}

.c-application__frame {
    padding: calc(1.395rem + 1.316851665vw) calc(1.395rem + 1.316851665vw) calc(1.505rem + 2.3158425832vw);
    margin-top: 16px;
    border: 2px solid #e60013;
}

@media (min-width: 991px) {
    .c-application__frame {
        padding: 2.7rem 2.7rem 3.8rem;
    }
}

.c-application__frame strong {
    font-size: calc(1.325rem + 0.6811301715vw);
}

@media (min-width: 991px) {
    .c-application__frame strong {
        font-size: 2rem;
    }
}

.c-application__frame p {
    margin-top: 14px;
    font-size: calc(1.285rem + 0.3178607467vw);
    line-height: 1.35;
}

@media (min-width: 991px) {
    .c-application__frame p {
        font-size: 1.6rem;
    }
}

.c-new {
    /* width */
    /* Track */
    /* Handle */
}

.c-new__inner {
    height: 209px;
    padding: calc(1.405rem + 1.4076690212vw) calc(1.355rem + 0.9535822402vw);
    border: 1px solid #231916;
    overflow: hidden;
}

@media (min-width: 991px) {
    .c-new__inner {
        padding: 2.8rem 2.3rem;
    }
}

.c-new__inner h3 {
    width: 89%;
    padding: calc(1.275rem + 0.2270433905vw) 0 1rem;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    font-size: 2rem;
}

@media (min-width: 991px) {
    .c-new__inner h3 {
        padding: 1.5rem 0 1rem;
    }
}

@media screen and (max-width: 767px) {
    .c-new__inner h3 {
        width: 80%;
    }
}

.c-new__inner h3 a {
    color: #231916;
}

.c-new__inner h3 a:hover {
    text-decoration: none;
}

.c-new__content {
    height: 120%;
    padding: 11px 25px 10px;
    overflow-y: scroll;
    direction: rtl;
}

@media screen and (max-width: 991px) {
    .c-new__content {
        padding: 25px 10px;
    }
}

.c-new__content li {
    padding: 7px 0;
    direction: ltr;
}

.c-new__content a:hover {
    text-decoration: none;
}

.c-new__content span {
    font-size: calc(1.275rem + 0.2270433905vw);
    color: #1d2088;
}

@media (min-width: 991px) {
    .c-new__content span {
        font-size: 1.5rem;
    }
}

.c-new__content small {
    margin: 3px 0 6px;
    font-size: calc(1.275rem + 0.2270433905vw);
    color: #231916;
}

@media (min-width: 991px) {
    .c-new__content small {
        font-size: 1.5rem;
    }
}

.c-new__content p {
    font-size: calc(1.285rem + 0.3178607467vw);
    color: #1d2088;
    line-height: 1.3;
}

@media (min-width: 991px) {
    .c-new__content p {
        font-size: 1.6rem;
    }
}

.c-new__content p span {
    display: none;
}

.c-new ::-webkit-scrollbar {
    width: 8px;
}

.c-new ::-webkit-scrollbar-track {
    border: 1px solid #898989;
}

.c-new ::-webkit-scrollbar-thumb {
    background: #595857;
}

.c-info__inner {
    padding: 49px 0;
}

.c-info__inner h3 {
    display: inline-block;
    padding: 9px;
    border: 1px solid #231916;
    font-size: 1.8rem;
    font-weight: 700;
}

.c-info__inner p {
    margin: 10px 0;
    font-size: calc(1.3081rem + 0.5276488396vw);
    line-height: 1.3;
}

@media (min-width: 991px) {
    .c-info__inner p {
        font-size: 1.831rem;
    }
}

.c-info__inner a {
    color: #1d2088;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.c-procedure__inner {
    padding-top: 18px;
}

.c-procedure__inner h3 {
    margin-bottom: 28px;
    font-size: calc(1.445rem + 1.770938446vw);
}

@media (min-width: 991px) {
    .c-procedure__inner h3 {
        font-size: 3.2rem;
    }
}

.c-procedure__inner h4 {
    display: block;
    margin-bottom: 11px;
    font-size: calc(1.3081rem + 0.5276488396vw);
}

@media (min-width: 991px) {
    .c-procedure__inner h4 {
        font-size: 1.831rem;
    }
}

.c-procedure__inner p {
    padding-left: 5px;
    margin-bottom: 28px;
    font-size: calc(1.3264rem + 0.6938446014vw);
    line-height: 1.25;
}

@media (min-width: 991px) {
    .c-procedure__inner p {
        font-size: 2.014rem;
    }
}

.c-procedure__inner a {
    margin-top: 6px;
    font-size: calc(1.325rem + 0.6811301715vw);
    color: #1d2088;
    text-decoration: underline;
    text-underline-offset: 8px;
    letter-spacing: -0.03em;
}

@media (min-width: 991px) {
    .c-procedure__inner a {
        font-size: 2rem;
    }
}

.c-procedure__step {
    margin: 40px 0;
    padding: 41px 40px 21px;
    background-color: #fde0a5;
    border-radius: 5px;
}

@media screen and (max-width: 767px) {
    .c-procedure__step {
        padding: 20px 15px;
    }
}

.c-procedure__step h5 {
    margin-bottom: 28px;
    font-size: 2rem;
    line-height: 1.4;
}

.c-procedure__step h5 span {
    padding: 8px 15px;
    margin-right: 11px;
    background-color: #f8b62d;
    border-radius: 5px;
    font-size: 1.6rem;
}

@media screen and (max-width: 991px) {
    .c-procedure__step h5 span {
        padding: 0px 5px;
    }
}

.c-procedure__step .red {
    padding: 0 8px;
    margin: 0 5px;
    background-color: #e60013;
    border-radius: 0;
    font-size: calc(1.3545rem + 0.9490413724vw);
    color: #fff;
}

@media (min-width: 991px) {
    .c-procedure__step .red {
        font-size: 2.295rem;
    }
}

.c-procedure__step strong {
    font-size: 1.8rem;
    line-height: 1.2;
}

.c-procedure__step strong span {
    margin-right: 8px;
    padding: 0 5px;
    background-color: #e60013;
    border-radius: 3px;
}

.c-procedure__step p {
    margin-left: 64px;
    margin-bottom: 7px;
    font-size: calc(1.285rem + 0.3178607467vw);
    line-height: 1.5;
    text-indent: -64px;
}

@media (min-width: 991px) {
    .c-procedure__step p {
        font-size: 1.6rem;
    }
}

.c-procedure__step p span {
    padding: 1px 6px;
    margin-right: 9px;
    background-color: #f8b62d;
    font-size: 1.5rem;
}

.c-procedure__step p .red {
    padding: 0 6px;
    font-size: 1.379rem;
}

.c-procedure__step p.noindent {
    margin-left: 0;
    margin-top: 8px;
    padding-left: 0;
    text-indent: 0;
}

.c-procedure__step>a {
    width: 369px;
    height: 58px;
    margin-bottom: 24px;
    background-color: #1d2088;
    border-radius: 5px;
    text-decoration: none;
}

@media screen and (max-width: 575px) {
    .c-procedure__step>a {
        width: 100%;
    }
}

.c-procedure__step>a:hover {
    text-decoration: none;
}

.c-procedure__step small {
    display: block;
    margin-top: 3px;
    margin-left: 10px;
    font-size: 1.6rem;
    text-indent: -10px;
    line-height: 1.35;
}

.c-procedure__frame {
    padding: 14px 21px 4px;
    margin: 10px 0 25px;
    border: 2px solid #e60013;
}

.c-procedure__frame li {
    margin-bottom: 9px;
    font-size: calc(1.285rem + 0.3178607467vw);
    line-height: 1.2;
}

@media (min-width: 991px) {
    .c-procedure__frame li {
        font-size: 1.6rem;
    }
}

.c-procedure__frame li span {
    font-size: 1.2rem;
}

.c-procedure__frame span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background-color: #e99413;
    color: #fff;
}

.c-procedure__frame .download {
    margin-top: 12px;
    font-size: 1.465rem;
}

.c-procedure__frame .download span {
    font-size: 1rem;
}

.c-procedure__frame .download a {
    font-size: 1.484rem;
    text-underline-offset: 0px;
}

.c-procedure__frame .download small {
    margin-left: 18px;
    font-size: 1.099rem;
}

.c-procedure__address {
    margin-left: 0 !important;
    padding: 14px 26px 21px !important;
    border: 1px solid #231916;
    font-size: calc(1.2966rem + 0.4232088799vw) !important;
    text-indent: 0 !important;
    line-height: 1.15 !important;
}

@media (min-width: 991px) {
    .c-procedure__address {
        font-size: 1.716rem !important;
    }
}

@media screen and (max-width: 767px) {
    .c-procedure__address {
        padding: 14px !important;
    }
}

.c-faq__inner {
    padding-top: 23px;
}

.c-faq__inner h3 {
    font-size: calc(1.445rem + 1.770938446vw);
}

@media (min-width: 991px) {
    .c-faq__inner h3 {
        font-size: 3.2rem;
    }
}

.c-faq__inner strong {
    margin: 26px 0 10px;
    font-size: calc(1.328rem + 0.7083753784vw);
}

@media (min-width: 991px) {
    .c-faq__inner strong {
        font-size: 2.03rem;
    }
}

.c-faq__inner a {
    margin-left: 20px;
    font-size: calc(1.328rem + 0.7083753784vw);
    color: #1d2088;
    text-decoration: underline;
    text-underline-offset: 1px;
}

@media (min-width: 991px) {
    .c-faq__inner a {
        font-size: 2.03rem;
    }
}

.c-faq__inner>a {
    font-size: calc(1.3081rem + 0.5276488396vw);
}

@media (min-width: 991px) {
    .c-faq__inner>a {
        font-size: 1.831rem;
    }
}

.c-faq__box {
    margin: calc(1.855rem + 5.4944500505vw) 0;
    padding-bottom: 29px;
    border: 3px solid #1d2088;
}

@media (min-width: 991px) {
    .c-faq__box {
        margin: 7.3rem 0;
    }
}

.c-faq__box b {
    padding: 13px 0 18px;
    background-color: #1d2088;
    font-size: calc(1.445rem + 1.770938446vw);
}

@media (min-width: 991px) {
    .c-faq__box b {
        font-size: 3.2rem;
    }
}

.c-faq__box p {
    margin: 35px 0 8px;
    font-size: calc(1.375rem + 1.1352169526vw);
    letter-spacing: 0.01em;
    line-height: 1.3;
}

@media (min-width: 991px) {
    .c-faq__box p {
        font-size: 2.5rem;
    }
}

.c-faq__box a,
.c-faq__box span {
    margin-left: 0;
    margin-bottom: 13px;
    font-size: calc(1.4588rem + 1.8962663976vw);
    color: #1d2088;
    text-decoration: none;
    letter-spacing: 0.35em;
}

@media (min-width: 991px) {
    .c-faq__box a,
    .c-faq__box span {
        font-size: 3.338rem;
    }
}

@media screen and (max-width: 767px) {
    .c-faq__box a,
    .c-faq__box span {
        letter-spacing: 0.2em;
    }
}

.c-faq__box a:hover,
.c-faq__box span:hover {
    text-decoration: none;
}

.c-faq__box small {
    margin-top: 23px;
    font-size: calc(1.305rem + 0.4994954591vw);
    line-height: 1.3;
}

@media (min-width: 991px) {
    .c-faq__box small {
        font-size: 1.8rem;
    }
}

.c-contact__inner {
    padding: 40px 0;
}

.c-contact__inner>p {
    margin-bottom: 35px;
    font-size: calc(1.325rem + 0.6811301715vw);
    line-height: 1.3;
}

@media (min-width: 991px) {
    .c-contact__inner>p {
        font-size: 2rem;
    }
}

.c-contact__inner>p:nth-child(2) {
    padding: 0 50px;
}

@media screen and (max-width: 767px) {
    .c-contact__inner>p:nth-child(2) {
        padding: 0;
    }
}

.c-contact__form {
    margin-top: 57px;
}

.c-contact__form table {
    border-collapse: separate;
    border-spacing: 21px 28px;
}

@media screen and (max-width: 991px) {
    .c-contact__form table {
        border-collapse: collapse;
    }
}

@media screen and (max-width: 991px) {
    .c-contact__form tr {
        display: grid;
    }
}

.c-contact__form td,
.c-contact__form th {
    padding-bottom: 25px;
    border-bottom: 2px solid #231916;
}

.c-contact__form th {
    width: 28%;
    vertical-align: middle;
}

@media screen and (max-width: 991px) {
    .c-contact__form th {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding-top: 15px;
        border-bottom: none;
    }
}

.c-contact__form th label {
    margin-bottom: 3px;
    font-size: calc(1.3136rem + 0.5775983855vw);
    line-height: 1.7;
}

@media (min-width: 991px) {
    .c-contact__form th label {
        font-size: 1.886rem;
    }
}

@media screen and (max-width: 991px) {
    .c-contact__form th label {
        margin-right: 10px;
    }
}

.c-contact__form td {
    padding-left: 19px;
    padding-right: 10px;
    font-size: calc(1.3702rem + 1.0916246216vw);
}

@media (min-width: 991px) {
    .c-contact__form td {
        font-size: 2.452rem;
    }
}

@media screen and (max-width: 991px) {
    .c-contact__form td {
        padding: 0 0 10px 0;
    }
}

.c-contact__form td input {
    height: 62px;
    margin-bottom: 9px;
    padding: 10px 25px;
}

@media screen and (max-width: 991px) {
    .c-contact__form td input {
        height: 50px;
    }
}

.c-contact__form td input:focus {
    outline: none;
}

.c-contact__form td small {
    display: block;
    margin-left: 27px;
    font-size: calc(1.2872rem + 0.3378405651vw);
    text-indent: -20px;
    line-height: 1.7;
}

@media (min-width: 991px) {
    .c-contact__form td small {
        font-size: 1.622rem;
    }
}

.c-contact__form span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 65px;
    height: 37px;
    background-color: #e60013;
    font-size: 1.509rem;
}

@media screen and (max-width: 991px) {
    .c-contact__form span {
        width: 47px;
        height: 27px;
    }
}

.c-contact__form span.error {
    display: block;
    width: auto !important;
    background-color: transparent;
    font-size: calc(1.285rem + 0.3178607467vw) !important;
    color: #e60013;
}

@media (min-width: 991px) {
    .c-contact__form span.error {
        font-size: 1.6rem !important;
    }
}

.c-contact__form span.mwform-checkbox-field-text,
.c-contact__form span.mwform-checkbox-field {
    background-color: transparent !important;
}

.c-contact__form strong {
    margin: 43px 0 5px;
    font-size: calc(1.348rem + 0.8900100908vw);
}

@media (min-width: 991px) {
    .c-contact__form strong {
        font-size: 2.23rem;
    }
}

@media screen and (max-width: 991px) {
    .c-contact__form strong {
        margin: 20px 0 12px;
    }
}

.c-contact__form small {
    font-size: calc(1.305rem + 0.4994954591vw);
    line-height: 1.3;
}

@media (min-width: 991px) {
    .c-contact__form small {
        font-size: 1.8rem;
    }
}

.c-contact__lower {
    margin: 32px 0 81px;
}

.c-contact__upload {
    flex-grow: 1;
}

.c-contact__upload>div {
    margin-bottom: 27px;
}

@media screen and (max-width: 991px) {
    .c-contact__upload .buttons {
        width: 100%;
    }
}

.c-contact__upload .buttons label,
.c-contact__upload .buttons span,
.c-contact__upload .buttons a {
    transition: 0.4s;
    cursor: pointer;
}

.c-contact__upload .buttons label:hover,
.c-contact__upload .buttons span:hover,
.c-contact__upload .buttons a:hover {
    opacity: 0.7;
}

.c-contact__upload .buttons span {
    width: 63px;
    height: 27px;
    margin-left: 20px;
    background-color: #b5b6b6;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: calc(1.2669rem + 0.153481332vw);
}

@media (min-width: 991px) {
    .c-contact__upload .buttons span {
        font-size: 1.419rem;
    }
}

@media screen and (max-width: 991px) {
    .c-contact__upload .buttons span {
        margin-left: 0;
    }
}

.c-contact__upload .buttons span.error {
    background-color: transparent;
}

.c-contact__upload .buttons label,
.c-contact__upload .buttons a {
    width: 200px;
    min-height: 27px;
    margin-left: 17px;
    margin-bottom: 0;
    background-color: #00a1e9;
    color: #fff;
    font-size: calc(1.2872rem + 0.3378405651vw);
}

@media (min-width: 991px) {
    .c-contact__upload .buttons label,
    .c-contact__upload .buttons a {
        font-size: 1.622rem;
    }
}

@media screen and (max-width: 991px) {
    .c-contact__upload .buttons label,
    .c-contact__upload .buttons a {
        margin-left: 0;
    }
}

.c-contact__upload .buttons #form2 {
    opacity: 0;
}

.c-contact__upload .mwform-file-delete {
    display: none;
}

.c-contact__upload p {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 40%;
    font-size: calc(1.2872rem + 0.3378405651vw);
}

@media (min-width: 991px) {
    .c-contact__upload p {
        font-size: 1.622rem;
    }
}

@media screen and (max-width: 991px) {
    .c-contact__upload p {
        justify-content: space-between;
        width: 100%;
        margin-bottom: 15px;
    }
}

.c-contact__upload p span {
    flex-shrink: 0;
    margin-right: 19px;
    font-size: 1.509rem;
}

@media screen and (max-width: 991px) {
    .c-contact__upload p span {
        font-size: 1.096rem;
    }
}

.c-contact__checkbox {
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding-left: 16px;
    padding-bottom: 7px;
    /* When the checkbox is checked, add a blue background */
    /* Show the checkmark when checked */
}

@media screen and (max-width: 991px) {
    .c-contact__checkbox {
        padding-left: 0;
        padding-top: 15px;
    }
}

.c-contact__checkbox label {
    display: block;
    height: 47px;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 1.586rem;
}

.c-contact__checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.c-contact__checkbox .checkmark {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 23px;
    width: 23px;
    border: 2px solid #9fa0a0;
    background-color: transparent;
}

.c-contact__checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 7px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.c-contact__checkbox label input:checked~.checkmark {
    background-color: #1d2088;
    border-color: #1d2088;
}

.c-contact__checkbox label input:checked~.checkmark:after {
    display: block;
}

.c-contact__submit input {
    width: 226px;
    height: 76px;
    margin: 0 30px;
    background-color: #1d2088;
    border: none;
    border-radius: 5px;
    outline: none;
    transition: 0.4s;
    cursor: pointer;
    font-size: 3.2rem;
    color: #fff;
}

@media screen and (max-width: 991px) {
    .c-contact__submit input {
        width: 48%;
        height: 50px;
    }
}

.c-contact__submit input:hover {
    opacity: 0.7;
}

.is-uploaded {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto !important;
    padding: 0 10px;
    background-color: #1d2088 !important;
}

.is-disabled {
    background-color: #b5b6b6 !important;
    pointer-events: none;
}

.is-checked {
    background-color: #1d2088 !important;
    border-color: #1d2088 !important;
}

.is-checked:after {
    content: "";
    position: absolute;
    display: block;
    left: 7px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.c-archive__inner {
    padding: calc(2.125rem + 7.946518668vw) 0 calc(1.625rem + 3.4056508577vw);
}

@media (min-width: 991px) {
    .c-archive__inner {
        padding: 10rem 0 5rem;
    }
}

@media screen and (max-width: 575px) {
    .c-archive__content {
        margin-top: 50px;
    }
}

.c-archive__content ul li {
    margin-bottom: calc(1.525rem + 2.4974772957vw);
}

@media (min-width: 991px) {
    .c-archive__content ul li {
        margin-bottom: 4rem;
    }
}

.c-archive__content ul small {
    margin-bottom: calc(1.275rem + 0.2270433905vw);
    font-size: calc(1.365rem + 1.0443995964vw);
}

@media (min-width: 991px) {
    .c-archive__content ul small {
        margin-bottom: 1.5rem;
    }
}

@media (min-width: 991px) {
    .c-archive__content ul small {
        font-size: 2.4rem;
    }
}

.c-archive__content ul span {
    margin-right: 20px;
    font-size: 1.6rem;
}

.c-archive__content ul span.new_entry {
    display: none;
}

.c-archive__content ul a {
    color: #231916;
}

.c-archive__content ul a:hover {
    text-decoration: none;
}

.c-archive__content h3 {
    margin-bottom: calc(1.325rem + 0.6811301715vw);
    font-size: calc(1.365rem + 1.0443995964vw);
}

@media (min-width: 991px) {
    .c-archive__content h3 {
        margin-bottom: 2rem;
    }
}

@media (min-width: 991px) {
    .c-archive__content h3 {
        font-size: 2.4rem;
    }
}

.c-archive__content span {
    margin-right: 20px;
    font-size: calc(1.285rem + 0.3178607467vw);
}

@media (min-width: 991px) {
    .c-archive__content span {
        font-size: 1.6rem;
    }
}

.c-archive__content p {
    margin: calc(1.725rem + 4.3138244198vw) 0 calc(2.025rem + 7.038345106vw);
    font-size: calc(1.285rem + 0.3178607467vw);
    line-height: 2.8;
}

@media (min-width: 991px) {
    .c-archive__content p {
        margin: 6rem 0 9rem;
    }
}

@media (min-width: 991px) {
    .c-archive__content p {
        font-size: 1.6rem;
    }
}

.c-archive__category {
    margin-bottom: 75px;
    transition: 0.4s;
}

@media screen and (max-width: 575px) {
    .c-archive__category {
        margin-bottom: 20px;
    }
}

.c-archive__category ul {
    display: block;
}

@media screen and (max-width: 575px) {
    .c-archive__category ul {
        display: none;
    }
}

.c-archive__category strong {
    margin-bottom: 20px;
    font-size: calc(1.365rem + 1.0443995964vw);
}

@media (min-width: 991px) {
    .c-archive__category strong {
        font-size: 2.4rem;
    }
}

@media screen and (max-width: 575px) {
    .c-archive__category strong {
        margin-bottom: 30px;
        cursor: pointer;
        transition: 0.4s;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .c-archive__category strong:hover {
        opacity: 0.7;
    }
}

.c-archive__category i {
    transition: 0.4s;
}

.c-archive__category li {
    margin-bottom: 30px;
}

@media screen and (max-width: 575px) {
    .c-archive__category li {
        margin-bottom: 1;
    }
}

.c-archive__category li span.new_entry {
    display: none;
}

.c-archive__category li span.fa-li {
    display: none;
}

.c-archive__category a {
    font-size: calc(1.285rem + 0.3178607467vw);
    color: #231916;
}

@media (min-width: 991px) {
    .c-archive__category a {
        font-size: 1.6rem;
    }
}

.c-archive__category a:hover {
    text-decoration: none;
}

.is-slided strong i {
    transform: rotate(180deg);
}


/*# sourceMappingURL=style.css.map */

.mw-wp-form_file a {
    color: #1d2088;
    text-decoration: underline;
}