@charset "utf-8";

/* --------------------------------------------------

デフォルトのcss内容
cssを追加するときは、custom-mwwpforms.cssに足す

-------------------------------------------------- */


/* *****共通設定***** */
body {
    font-family: "Roboto", "Noto Sans JP", sans-serif;
    overflow-x: hidden;
    background-color: #fff !important;
    overflow-y: auto !important;
    height: auto !important;
}

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

* {
    font-family: 'Meiryo', "Roboto", "Noto Sans JP", sans-serif;
    color: #333;
    font-size: clamp(14px, 1.6rem, 16px);
}

strong {
    font-family: 'Meiryo', "Roboto", "Noto Sans JP", sans-serif;
    font-weight: 900;
}

.alphabet {
    font-family: "Roboto", sans-serif;
    letter-spacing: 0.05em;
    font-weight: 900;
    color: #0cb36b;
}

.mincho-font {
    font-family: "Roboto", "Noto Serif JP", serif;
}

.colorRed {
    color: #ff0000;
}

@media screen and (min-width:400px) {
    .d-ss-none {
        display: none !important;
    }
}

main {
    display: block;
    color: #5B5B5B;
}

main .btn {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    font-size: 1.5rem;
}

.gray {
    color: #6c757d;
}

.card {
    border-color: #e0c7b2;
}

.img-thumbnail {
    width: 100%;
    padding: .25rem;
    background-color: transparent;
    border: none;
}

.high-light {
    /*background-color: #ffff00;*/
}

.midashi-10 {
    font-size: 10px;
    /* IE8以下とAndroid4.3以下用フォールバック */
    font-size: calc(10 + ((1vw - 3.2rem) * 0.625));
}

.midashi-12 {
    font-size: 12px;
    /* IE8以下とAndroid4.3以下用フォールバック */
    font-size: calc(12 + ((1vw - 3.2rem) * 0.625));
}

.midashi-14 {
    font-size: 14px;
    /* IE8以下とAndroid4.3以下用フォールバック */
    /* before 16 */
    font-size: calc(14 + ((1vw - 3.2rem) * 0.625));
}

.midashi-16 {
    font-size: 16px;
    /* IE8以下とAndroid4.3以下用フォールバック */
    font-size: calc(16 + ((1vw - 3.2rem) * 0.625));
}

.midashi-18 {
    font-size: 18px;
    /* IE8以下とAndroid4.3以下用フォールバック */
    font-size: calc(18 + ((1vw - 3.2rem) * 0.625));
}

.midashi-20 {
    font-size: 20px;
    /* IE8以下とAndroid4.3以下用フォールバック */
    font-size: calc(20 + ((1vw - 3.2rem) * 0.625));
}

.midashi-22 {
    font-size: 22px;
    /* IE8以下とAndroid4.3以下用フォールバック */
    font-size: calc(22 + ((1vw - 3.2rem) * 0.625));
}

/*---------------------------------------------
大きいブロックの隙間調整
===============================================*/
section {
    padding-top: 80px;
    padding-bottom: 80px;
}

@media screen and (max-width:767.98px) {
    section {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    section.index-top {
        padding-bottom: 0px;
    }
}

/* 個別ページのsection　背景を白に */
#Page-contact section,
#Page-lesson section {
    background-color: #ffffff;
}

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

}



/*---------------------------------------------
文字サイズ/h1～6
===============================================*/
.midashi-fukidashi {
    position: relative;
    /* 三角形を相対配置するため */
    display: block;
    background: #f2f2f2;
    /* 背景色（グレー） */
    padding: 10px 20px;
    /* 内側余白 */
    font-size: 18px;
    font-weight: bold;
    color: #333;
    border-radius: 2px;
    /* 角を少し丸くする */
    width: 100%;
}

/* 左の吹き出し部分（三角形） */
.midashi-fukidashi::before {
    content: "";
    position: absolute;
    bottom: -10px;
    /* 要素の下に配置 */
    left: 30px;
    /* 左からの位置（調整可） */
    border-width: 10px 10px 0 10px;
    /* 上だけ透明にして下向き三角形 */
    border-style: solid;
    border-color: #f2f2f2 transparent transparent transparent;
}



.flex-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
}


.max-960 {
    width: 90%;
    margin: 0 auto;
    max-width: 960px;
}

.max-1200 {
    max-width: 1200px;
}



/*---------------------------------------------
フォーム上部　導入部分
===============================================*/

.form-caption h2 {
    font-weight: bold;
}

.cata-box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    /* gap: 30px; */
    width: 100%;
    margin: 30px auto;
}

.cata-box .inner-text {
    width: calc(100% - 210px);
}

.cata-box .inner-img {
    width: 180px;
}

.cata-box .inner-img img {
    width: calc(100% - 30px);
    border: 0.5px solid #aaa;
}


/*---------------------------------------------
フォーム上部　スマホで見たときの指示内容
===============================================*/
.labelbox .horizontal-item+.horizontal-item {
    margin-left: 0;
    margin-bottom: 8px;
}

@media screen and (max-width:767.98px) {
    .labelbox textarea {
        resize: vertical;
        width: 100%;
    }

    .labelbox span.mwform-radio-field {
        display: block;
        width: 100%;
        margin-bottom: 8px;
    }

    .labelbox .mw_wp_form .horizontal-item {
        margin-left: 0;
        margin-bottom: 10px;
    }

    .labelbox .mw_wp_form .horizontal-item+.horizontal-item {
        margin-left: 0;
        margin-bottom: 10px;
    }

}

/* フォーム全体の横幅調整（任意）-------------------------------------------------- */
.form-caption {
    width: 90vw;
    max-width: 960px;
    margin: 0 auto;
}

.category-box {
    display: flex;
    gap: 20px;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0;
    /*★*/
    border-bottom: 0.5px solid #aaa;
    padding: 15px 0;
    /*★*/
}



/* 掲載ページリンク部分-------------------------------------------------- */
.category-link-cell {
    text-align: center;
}

.category-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.cat-tag {
    display: block;
    /* display: inline-block;width:28px;
  height:14px; 
  font-size: 120%;*/
    width: 14px;
    height: 14px;
    margin-right: 1.4em;
    border-radius: 7px;
    vertical-align: middle;
    font-size: 0;
    position: relative;
}

.cat-tag::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 2px;

    /* Fallback: 単色 */
    background: var(--tag-color, currentColor);

    /* グラデーション（上:濃い → 下:薄い） */
    background: linear-gradient(to bottom,
            var(--tag-color, currentColor),
            color-mix(in srgb, var(--tag-color, currentColor) 35%, white));
}


/* .page-link の枠線＆リンク文字色も同期 */
.category-box .page-link {
    display: flex;
    width: 70px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid var(--link-color);
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.category-box .page-link a {
    text-decoration: none;
    color: var(--link-color);
    display: block;
    width: 70px;
}

.category-box .page-link a:hover {
    background-color: var(--link-color);
    color: #fff;
    opacity: 0.5;
}


.category-itembox {
    display: flex;
    flex-direction: row;
    justify-content: space-between !important;
    flex-wrap: wrap;
    width: calc(100% - 100px);
    align-items: center;
    /*★*/
}



/* 製品名-------------------------------------------------- */
.category-name {
    font-weight: 700;
    display: flex;
    width: calc(100% - 250px);
    justify-content: flex-start;
    align-items: flex-start;
    gap: 55px;
}

/* 見出しテキストは基本色（濃い方）に */
[class*="category-"] p {
    color: var(--tag-color);
}

.category-name p {
    margin-bottom: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
}

/* チェック群-------------------------------------------------- */
.option-wrap {
    display: flex;
    width: auto;
    margin: 0;
    flex-direction: row;
    margin: 5px 0 0 0;
    /*★*/
}

.option-cell label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    font-weight: 500;
}

.option-cell input[type="checkbox"] {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
}

.ow-item-check .mwform-checkbox-field label {
    width: 180px;
}

/*--------------------------------------------------
お客様情報入力欄
--------------------------------------------------*/
.personal-forms dl {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 0;
    /* border-bottom: 0.5px solid #ccc; */
}

.personal-forms dl dt {
    width: 40%;
    max-width: 250px;
    background-color: #e8e8e8;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 15px;
    font-weight: normal;
    font-size: 80%;
}

.personal-forms dl dd {
    padding: 5px 10px;
    width: 60%;
}



.personal-forms input[type="text"],
.personal-forms input[type="email"],
.personal-forms input[type="tel"].zip {
    padding: 10px;
    margin: 0;
    border: 0.5px solid #ccc;
    border-radius: 10px;
    display: block;
    width: 100%;
}

.hissu {
    color: #e60027;
    font-size: 10px;
    display: inline;
}

@media screen and (max-width:767.98px) {
    .personal-forms dl {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        margin: 0;
    }

    .personal-forms dl dt {
        width: 100%;
        max-width: 990px;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 15px;
    }

    .personal-forms dl dd {
        padding: 5px;
        width: 100%;
        margin: 5px 0;
    }

}

/*--------------------------------------------------
MW WP Formsのデフォルト内容修正
--------------------------------------------------*/

span.mwform-checkbox-field-text {
    font-size: clamp(14px, 2vw, 16px);
}

#autozip {
    display: none !important;
}

textarea {
    max-width: 90vw;
}

span.mwform-checkbox-field-text

/*★*/
    {
    font-size: clamp(14px, 2vw, 16px);
}

/*--------------------------------------------------
レスポンシブ対応
--------------------------------------------------*/
.privacy-link

/*★*/
    {
    margin: 10px 0 20px 0;
    display: inline-block;
}

@media screen and (max-width:767.98px) {
    .cata-box {
        flex-direction: column;
        justify-items: center;
        align-items: center;
        gap: 30px;
    }

    .cata-box .inner-text {
        width: 100%;
    }

    .category-box {
        gap: 10px;
    }


    .category-box .page-link {
        width: 35px;
        height: 30px;
    }

    .category-box .page-link a {
        font-size: 14px;
        font-weight: 700;
    }

    .category-itembox {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        width: 100%;
    }

    .category-name {
        width: 100%;
        gap: 0px;
        margin-bottom: 10px;
    }


    .option-wrap span.mwform-checkbox-field label input,
    .option-wrap span.mwform-checkbox-field label span {
        font-size: 16px;
    }


    .mwform-checkbox-field label,
    .mwform-radio-field label {
        font-weight: normal;
        margin-bottom: 0;
        padding: 5px 10px;
        border: 0.5px solid #aaa;
        background-color: #f2f2f2;
    }

    .option-wrap span.mwform-checkbox-field label:checked {
        background-color: red;
    }

    /* チェック時：label配下に checked input を含むとき */
    .mwform-checkbox-field label:has(input:checked) {
        background-color: rgba(231, 19, 22, .3);
        /* 好きな色に */
        color: #fff;
        border-color: #e71316;
    }

    span.mwform-radio-field.horizontal-item label {
        width: 100%;
        display: inline-block;
        margin: 5px 0;
    }
}



@media screen and (max-width: 991.98px)
/*★*/
    {

    .option-check-item .option-wrap,
    .option-wrap.planned {
        flex-direction: column;
        margin-bottom: 10px;
        gap: 10px;
    }

    .option-wrap .horizontal-item label,
    .option-wrap.planned .horizontal-item label {
        display: block;
        /* width: 100%;
        max-width: 300px; */
        width: 180px;
    }

    .option-wrap .horizontal-item+.horizontal-item,
    .option-wrap.planned .horizontal-item+.horizontal-item {
        margin-left: 0px !important;
    }

    .category-itembox .option-wrap .horizontal-item+.horizontal-item {
        margin-left: 10px !important;
    }
}


@media screen and (max-width: 767.98px)
/*★*/
    {

    .mwform-checkbox-field label,
    .mwform-radio-field label {
        font-weight: normal;
        margin-bottom: 0;
        padding: 5px 10px;
        border: 0.5px solid #aaa;
        background-color: #f2f2f2;
    }

    .option-wrap {
        flex-direction: column;
        row-gap: 10px;
    }
}


span.mwform-tel-field {
    display: flex;
    align-items: center;
}

.personal-forms input[type="text"].tel-cell {
    width: 30%;
}

/*--------------------------------------------------
エラーメッセージ
--------------------------------------------------*/

.form-global-error {
    background: #ffecec;
    border: 1px solid #f5a9a9;
    padding: .8em 1em;
    border-radius: 6px;
    font-weight: 600;
    margin: 0 0 1rem;
}

.grecaptcha-badge {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.mw_wp_form .error {
    font-size: 93%;
    color: #B70000;
    display: block;
    padding: 3px;
    background-color: rgba(255, 0, 0, .2);
    max-width: 10em;
    text-align: center;
    margin-top: 5px;
    border: 1px solid red;
    animation: fadeBlink 1.5s infinite;
}

@keyframes fadeBlink {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

/*--------------------------------------------------
iOS 12用フォールバック
--------------------------------------------------*/
/* グラデは color-mix を使わず“2レイヤー背景”で表現 */
.cat-tag::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 2px;

    /* レイヤー1：上から白の薄いベール（色は無変更・視覚的な明るさだけ） */
    background:
        linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .35) 100%),
        /* レイヤー2：実色（確実に塗る） */
        var(--tag-color, currentColor);
}

/* .page-link まわり：変数が無いと丸ごと無効になるのでフォールバック色も指定 */
.category-box .page-link {
    display: flex;
    width: 70px;
    text-align: center;
    border-radius: 5px;
    box-sizing: border-box;
    border: 1px solid var(--link-color, #999);
    /* ← フォールバック */
}

.category-box .page-link a {
    text-decoration: none;
    color: var(--link-color, #333);
    /* ← フォールバック */
    display: block;
    width: 70px;
}

.category-box .page-link a:hover {
    background-color: var(--link-color, #333);
    color: #fff;
    opacity: .5;
}

/* 見出し色もフォールバック付きで */
[class*="category-"] p {
    color: var(--tag-color, #333);
}

/*--------------------------------------------------
未入力の項目があるときだけで出す帯
--------------------------------------------------*/

/* 1) デフォルトは非表示、見た目 */
.form-error-summary {
    display: none;
    background: #fff0f0;
    border: 1px solid #e53935;
    color: #c62828;
    text-align: center;
    font-weight: 600;
    padding: 1.6em 1em;
    /* ←上下を詰めた */
    margin: 1em 0 1.5em;
    border-radius: 4px;
    line-height: 0;
    font-size: 1.5rem;
    box-sizing: border-box;
    /* ←追加：高さ制御安定化 */
}

/* 2) センサー用の <span> は完全非表示 */
.form-error-summary span {
    display: none;
}

/* 3) エラー時だけ表示 */
.mw_wp_form_input .form-error-summary:has(span:not(:empty)) {
    display: block;
}

/* 4) 固定の一文（ここに実際の文字を出す） */
.mw_wp_form_input .form-error-summary:has(span:not(:empty))::before {
    content: "ご入力内容に不足があります。各項目をご確認ください。";
    display: inline-block;
    /* ←追加：flexを使わず中央揃えに安定 */
    vertical-align: middle;
}

/* 確認画面・完了画面では出さない */
.mw_wp_form_confirm .form-error-summary,
.mw_wp_form_complete .form-error-summary {
    display: none !important;
}


/*--------------------------------------------------
確認画面だけで出す帯
--------------------------------------------------*/

/* ▼デフォルトは非表示 */
.confirm-only,
.only-confirm {
    display: none;
}

/* ▼確認画面（確認モード）でだけ表示 */
.mw_wp_form_confirm .confirm-only {
    display: block;
}

/* ▼ボタンの出し分け */
.only-input {
    display: block;
}

/* 入力画面デフォルト */
.mw_wp_form_confirm .only-input {
    display: none;
}

/* 確認で非表示 */
.mw_wp_form_confirm .only-confirm {
    display: block;
}

/* 確認で表示 */
.mw_wp_form_complete .only-input,
.mw_wp_form_complete .only-confirm {
    display: none;
}

/* 完了ではどちらも非表示 */

/* ▼確認帯の見た目（お好みで） */
.confirm-notice {
    background: #fff8e1;
    border: 2px solid #f9a825;
    padding: 1.5em;
    margin: 1.5em 0 2em;
    border-radius: 8px;
    text-align: center;
    font-weight: 600;
}

.confirm-notice h2 {
    margin: 0 0 .4em;
    font-size: 2.0rem;
    color: #d84315;
}

/* ▼確認画面ではPDFリンク等をクリック不可＋淡色化（任意） */
.mw_wp_form_confirm .js-pdf,
.mw_wp_form_confirm .page-link a {
    pointer-events: none;
    opacity: .5;
    text-decoration: none;
}



/*---------------------------------------------
header
===============================================*/
header {
    height: 65px;
    background-color: #000;
}

.client-logo-main {
    width: 90vw;
    max-width: 1200px;
    margin: 0px auto;
    height: 65px;
    display: flex;
    align-items: center;
}

.client-logo-sub {
    width: 90vw;
    max-width: 1200px;
    margin: 0px auto;
    display: flex;
    align-items: center;
    height: 60px;
}

.client-logo-sub a {
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    color: #333;
}

:root {
    --evi-blue: #002a94;
    --evi-light-blue: #0067B4;
}

.lp-top {
    display: grid;
    gap: 20px;
    /* grid-template-columns: 200px 1fr; */
    grid-template-columns: 1fr;
}

.lp-top .lp-top__img img {
    width: 100%;
}

.lp-top__txt .subtitle {
    /* color: var(--evi-blue); */
    margin: 0;
    font-size: 120%;
}

.lp-top__txt h2 {
    text-align: left;
    font-size: clamp(20px, 5vw, 28px);
    line-height: 2em;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    /* flex-direction: column; */
    /* color: var(--evi-light-blue); */
    color: var(--evi-blue);
}

/* .new-icon {
        display: inline-block;
    padding: 2px 7px;
    font-size: 11px;
    font-weight: 600;
    color: #fff;
    background: #1f3c88;
    letter-spacing: .06em;
    line-height: 35px;
    margin-right: 5px;
} */

.new-icon {
    color: #fff;
    background-color: red;
    padding: 5px 10px;
    display: inline-block;
    width: 60px;
    /* font-size: 110%; */
    font-weight: bold;
    /* margin-bottom: 0; */
    /* margin-top: 10px; */
    margin-right: 7px;
    line-height: 1;
}

/* .new-icon {
    display: inline-block;
    padding: 2px 10px;
    font-size: 13px;
    font-weight: 600;
    color: #1f3c88;
    background: #f5f7ff;
    border: 1px solid #1f3c88;
    margin-right: 10px;
    line-height: 3em;
} */

.lp-features {
    display: grid;
    gap: 30px;
    grid-template-columns: 280px 1fr;
    padding-top: 40px;
    border-top: 1px solid #aaa;
    margin-top: 20px;
    margin-bottom: 40px;
}

.lp-features__right {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.lp-features__right h3 {
    color: var(--evi-blue);
    font-weight: bold;
}

.lp-dl__intro {
    grid-area: intro;
}

/* .lp-dl__left { grid-area: left; } */
.lp-dl__right {
    grid-area: right;
}

.lp-dl__01 {
    grid-area: dl-01;
}

.lp-dl__02 {
    grid-area: dl-02;
}

.lp-dl__03 {
    grid-area: dl-03;
}

.lp-dl {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr;
    padding-top: 40px;
    border-top: 1px solid #aaa;
    margin-top: 20px;
}



.lp-dl__left {
    display: grid;
    gap: 30px;
    align-items: start;
    grid-template-columns: 1fr 1fr 1fr 0.3fr;
    grid-template-areas:
        "dl-01 dl-03 dl-02";
}

.lp-dl__left p span {
    display: block;
    width: 50px;
    text-align: center;
    /* background-color: var(--evi-blue); */
    padding: 5px;
    margin-bottom: 0.5em;
    font-size: 90%;
    font-weight: bold;
    color: red;
    border: 1px solid red;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
}

.lp-dl__inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
}

.lp-dl__inner a {
    text-decoration: none !important;
}

.lp-dl__inner a img {
    width: 85%;
    border: 0.5px solid #aaa;
}

.lp-dl__inner a p {
    font-size: 14px;
    margin-top: 15px;
    text-decoration: none;
}

.lp-dl__inner a:hover img {
    opacity: 0.5;
}

.lp-dl__inner a:hover p {
    text-decoration: underline;
}

.right__txt01 {
    grid-area: right__txt01;
    border-left: 3px solid var(--evi-blue);
    padding-left: 10px;
}

.right__txt02 {
    grid-area: right__txt02;
    border-left: 3px solid var(--evi-blue);
    padding-left: 10px;
}

.lp-top__right {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
        "h3 h3"
        "right__txt01 right__txt02";
    row-gap: 0px;
    column-gap: 40px;
    margin-bottom: 30px;
}

.lp-top__right h3 {
    color: var(--evi-blue);
    /* color: var(--evi-light-blue); */
    margin-bottom: 20px;
    grid-area: h3;
    font-size: 120%;
}

.lp-top__right p span {
    display: block;
    width: 70px;
    text-align: center;
    /* background-color: var(--evi-blue); */
    padding: 5px;
    margin-bottom: 0.5em;
    font-size: 90%;
    font-weight: bold;
    color: var(--evi-light-blue);
    border: 1px solid var(--evi-light-blue);
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
}

.lp-top__right p {
    margin: 0;
    font-size: 120%;
}

.lp-top__right p.lp-caption {
    line-height: 1.3em;
    padding-top: 10px;
    width: 100%;
    font-size: 16px;
    line-height: 1.5em;
}

@media screen and (max-width:768px) {
    .lp-dl {
        grid-template-columns: 1fr;
        grid-template-areas:
            "intro"
            "left"
            "right";
    }

    .lp-dl__left {
        display: grid;
        gap: 30px;
        align-items: start;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-areas:
            "dl-01 dl-03 dl-02";
    }
}

.icon-download {
    width: 18px;
    height: 18px;
}

@media screen and (max-width:475px) {
    .lp-dl__left {
        grid-template-columns: 1fr;
        grid-template-areas:
            "dl-01"
            "dl-03"
            "dl-02";
    }

    .lp-dl__inner a img {
        margin: 0 auto;
        max-width: 200px;
    }

    .lp-dl__inner a {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .lp-top__right {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-areas:
            "h3"
            "right__txt01"
            "right__txt02";
        row-gap: 15px;
        column-gap: 0px;
        margin-bottom: 30px;
    }

    .lp-top__right h3 {
    /* color: var(--evi-light-blue); */
    color: var(--evi-blue);
    margin-bottom: 0px;
}
}



.mw_wp_form_confirm .lp-dl,
.mw_wp_form_complete .lp-dl {
  display: none;
}