@charset "utf-8";
.c-container {
    max-width: 1000px !important;
}

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

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

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

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

.c-procedure__step strong {
    font-size: 2rem !important;
    line-height: 1.2;
}

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

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

.c-application__inner h3 {
    padding: 20px 0 !important;
}

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

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

.c-procedure__frame {
    padding: 30px 20px !important;
    margin: 10px 0 25px;
    border: 2px solid #e60013;
}

.c-procedure__frame .download {
    margin-top: 24px !important;
}

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

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

.u-font-cabin {
    font-family: 'Cabin', sans-serif !important;
}

.weight100 {
    font-weight: 100 !important;
}

.weight300 {
    font-weight: 300 !important;
}

.weight400 {
    font-weight: 400 !important;
}

.weight500 {
    font-weight: 500 !important;
}

.weight600 {
    font-weight: 600 !important;
}

.weight700 {
    font-weight: 700 !important;
}

.weight900 {
    font-weight: 900 !important;
}

.c-faq__box a,
.c-faq__box span {
    letter-spacing: 0.1em !important;
}

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


/* 22.11.25 yama */

.mw_wp_form_confirm {
    font-size: 16px;
}

.mwform-checkbox-field-wrap .mwform-checkbox-field,
.mwform-checkbox-field-wrap .mwform-checkbox-field .mwform-checkbox-field-text {
    width: auto;
    height: auto;
}

.mwform-checkbox-field-wrap .mwform-checkbox-field label[for="send_doui-1"] {
    display: flex;
    align-items: center;
}

.mwform-checkbox-field-wrap .mwform-checkbox-field label[for="send_doui-1"] #send_doui-1 {
    margin-top: 0;
    margin-left: 0;
}

.mwform-checkbox-field-wrap .mwform-checkbox-field label[for="send_shuruiseizoumenkyo-1"] {
    display: flex;
    align-items: center;
}

.mwform-checkbox-field-wrap .mwform-checkbox-field label[for="send_shuruiseizoumenkyo-1"] #send_shuruiseizoumenkyo-1 {
    margin-top: 0;
    margin-left: 0;
}

.mwform-checkbox-field-wrap .mwform-checkbox-field .mwform-checkbox-field-text {
    padding-left: 1em;
}

.mw_wp_form_confirm .js-delete {
    display: none !important;
}

input[type="file"]+.mwform-file-delete {
    font-size: 24px;
    background-color: #00A0E9;
    width: auto;
    height: auto;
    padding-left: 0.5em;
    padding-right: 0.5em;
}

.hvon a {
    color: #ffffff;
    text-decoration: none;
}

.hvon a:hover {
    color: #ffffff;
    text-decoration: none;
}

.btn-secondary {
    color: #fff;
    background-color: #a9a9a9;
    border-color: #a9a9a9;
}


/*販路拡大事業 追加css*/

@media(min-width:768px) {
    .fz-14 {
        font-size: 14px;
    }
    .fz-16 {
        font-size: 16px;
    }
    .fz-18 {
        font-size: 18px;
    }
    .fz-20 {
        font-size: 20px !important;
    }
    .fz-24 {
        font-size: 24px;
    }
    .fz-36 {
        font-size: 36px !important;
    }
    .h-100-120 {
        height: 100px;
    }
    .w-md-75 {
        width: 75%;
    }
}

@media(max-width:767px) {
    .fz-14 {
        font-size: 12px;
    }
    .fz-16 {
        font-size: 14px;
    }
    .fz-18 {
        font-size: 16px;
    }
    .fz-20 {
        font-size: 18px !important;
    }
    .fz-24 {
        font-size: 22px;
    }
    .fz-36 {
        font-size: 20px !important;
    }
    .h-100-120 {
        height: 120px;
    }
    .w-md-75 {
        width: 100%;
    }
}

.text-red {
    color: #E60012;
}

.bg-blue-gra {
    background-image: linear-gradient(to right, #2286c0, #1d2088);
}

.bg-yellow {
    background-color: #f8b62d;
}

.bg-blue-thin {
    background-color: #172A88;
}

@media (min-width:992px) {
    .pr-lg-4rem {
        padding-right: 4rem;
    }
}

.fw-900 {
    font-weight: 900;
}

.doui-ol ol li {
    list-style-type: none;
    counter-increment: cnt;
}

.doui-ol ol li::before {
    content: "("counter(cnt)")";
}

.doui-ol li {
    text-indent: -1.35em;
    padding-left: 1.35em
}

.mwform-checkbox-field-text {
    font-size: 20px!important;
}

.danger-circle {
    position: relative;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 34.6px 20px;
    border-color: transparent transparent #ff0000 transparent;
}

.formBalloon .formBalloonContent {
    border-radius: 3px 3px 0px 0px;
    width: 20px;
    height: 50px;
    position: relative;
    background: #101177;
    left: 20px;
}

.formBalloon .formBalloonArrow {
    border: 30px solid transparent;
    border-top: 30px solid #101177;
    position: absolute;
    height: 0;
    width: 0;
    z-index: 1;
}

.balloonMsg {
    padding-bottom: 1px;
    display: block;
    line-height: 1.4;
    text-indent: 0;
}

.triangle-sanka {
    border-top: 60px solid #f8b62d;
    border-right: 40px solid transparent;
    border-bottom: 0px solid transparent;
    border-left: 40px solid transparent;
    border-radius: 3px;
}

.triangle-sanka-2 {
    border-top: 45px solid #f8b62d;
    border-right: 45px solid transparent;
    border-bottom: 0px solid transparent;
    border-left: 45px solid transparent;
    border-radius: 3px;
}

.triangle-sanka-right {
    border-top: 18px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 25px solid #898989;
    border-radius: 3px;
}

.c-contact__form span span {
    background-color: #00A0E9 !important;
}

.mw_wp_form input[type="file"] {
    font-weight: 900;
}

input[type="file"]+.mwform-file-delete {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

body>.main-container:after {
    background-color: #fff !important;
}

element.style {}

@media screen and (max-width:576px) {
    .c-contact__form span.error-none span.error {
        display: none !important;
    }
}

@media screen and (max-width:576px) {
    .error-block span.error {
        background-color: #fff !important;
    }
}

.error-block {
    background-color: #fff !important;
}