@charset "UTF-8";

/* ========================
    共通
======================== */
.common__inner {
    padding: 50px 20px 0;
}
.monthly .common__inner,
.flow .common__inner {
    padding: 50px 20px;
}
.web .common__inner {
    padding: 0 20px;
}
@media print, screen and (min-width: 768px) {
    .common__inner {
        padding: 100px 224px 0;
    }
    .monthly .common__inner,
    .flow .common__inner {
        padding: 100px 224px 100px;
    }
    .web .common__inner {
        padding: 0 224px;
    }
        .inner__240 {
        padding: 0 240px;
    }
}


/* ========================
    ボタン
======================== */
a.common_btn {
    color: #FFF;
    display: flex;
    width: 320px;
    height: 50px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 40px;
    background: var(--accent, #F88200);
    box-shadow: 0px 4px 14px 0px rgba(0, 48, 105, 0.15);
    color: #FFF;
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.5;
    text-decoration: none;
}
@media print, screen and (min-width: 768px) {
    a.common_btn {
        width: 400px;
        height: 80px;
        padding: 18px;
        font-size: 2.4rem;
    }
    a.common_btn:hover {
        opacity: 0.8;
    }
}


/* ========================
    見出し
======================== */
h2.common_title {
    text-align: center;
    color: var(--text, #333);
    font-size: 2.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.6;
}
h2.common_title span {
    color: var(--accent, #F88200);
}
.common_title__ls {
    font-feature-settings: 'palt' on;
}
_::-webkit-full-page-media, _:future, :root .common_title__ls {
    letter-spacing: -0.02em;
}
@media print, screen and (min-width: 768px) {
    h2.common_title {
        font-size: 4.0rem;
    }
}

/* ========================
    背景色
======================== */
.bg__gray {
    background: var(--bg-gray, #F3F7F8);
}



/* ========================
    TOPページ
======================== */
.kv {
    background: var(--kv_bg_sp, linear-gradient(95deg, #FFFBD8 -0.76%, #FFE1CB 100.7%));
    position: relative;
}
.kv_inner {
    padding: 0 20px 46px;
}
.kv_cont {
    padding: 40px 0 20px;
}
h1.kv_title span {
    font-size: 2.0rem;
}
h1.kv_title img {
    display: block;
    margin: 20px auto;
}
.kv_txt {
    color: var(--text, #333);
    font-feature-settings: 'palt' on;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 180%; /* 28.8px */
}
.kv__document {
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

@media print, screen and (min-width: 768px) {
    .kv_inner {
        padding: 0;
        width: 1186px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        gap: 64px;
    }
    .kv_cont {
        padding: 85px 0 20px;
        width: 512px;
    }
    h1.kv_title span {
        font-size: 2.0rem;
    }
    h1.kv_title img {
        width: 512px;
        margin: 18px auto;
    }
    .kv_txt {
        font-size: 1.8rem;
    }
    .kv__document {
        bottom: -40px;
    }
}


/* ========================
    Webサイトのお悩み
======================== */
.web {
    margin: 75px auto 0;
}
.web_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    padding: 50px 0;
}
.web_item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* margin-top: 50px; */
}
h3.web_item__title {
    margin-top: 20px;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.6; /* 28.8px */
    letter-spacing: 0.9px;
}
.web_img {
    border-radius: 20px;
}
.web_text {
    margin-top: 6px;
    font-feature-settings: 'palt' on;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8; /* 28.8px */
    letter-spacing: 1.28px;
}
@media print, screen and (min-width: 768px) {
    .web {
        margin: 0;
        padding-top: 140px;
    }
    .web_box {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 64px;
        padding: 70px 0;
        width: 992px;
        margin: 0 auto;
    }
    .web_item {
        width: 288px;
    }
    h3.web_item__title {
        margin-top: 24px;
        font-size: 2.2rem;
        letter-spacing: 0;
    }
    .web_text {
        margin-top: 18px;
        font-size: 1.8rem;
        line-height: 1.6;
        letter-spacing: 1.1px;
    }
}


/* ========================
    3つの特徴
======================== */
.feature {
    padding: 50px 0;
}
.feature_box {
    margin: 30px auto 0;
    position: relative;
}
.feature_box + .feature_box {
    margin: 68px auto 0;
}
.feature_box_inner {
    padding: 0 20px;
}
h3.feature_txt_title {
    font-feature-settings: 'palt' on;
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 1.1px;
    display: flex;
}
h3.feature_txt_title span {
    margin-right: 18px;
}
h3.feature_txt_title span img {
    height: 40px;
}
h3.feature_txt_title span img.feature_txt_title_img01 {
}
h3.feature_txt_title span img.feature_txt_title_img02,
h3.feature_txt_title span img.feature_txt_title_img03 {
    margin-top: 10px;
}
.feature_txt p {
    font-feature-settings: 'palt' on;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 1px;
    margin-top: 12px;
}
.feature_img {
    position: relative;
    z-index: 11;
}
.feature_img img {
    display: block;
    width: calc(100% / 360 * 320);
    margin: 20px auto;
}
.feature_box__bg {
    background: #F88200;
    width: calc(100vw / 360* 174);
    height: calc(100vw / 360* 150);
    position: absolute;
    bottom: -8px;
    right: 0;
    z-index: 10;
}
.feature_box__reverse .feature_box__bg {
    left: 0;
}
.feature_txt {
    padding: 0;
}
@media print, screen and (min-width: 768px) {
    .feature {
        padding: 100px 0 90px;
    }
        .feature_box {
        margin: 60px auto 0;
    }
    .feature_box + .feature_box {
        margin: 88px auto 0;
    }
    .feature_box_inner {
        width: 1120px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        gap: 64px;
    }
    .feature_txt {
        width: 448px;
        margin: 0 0 0 64px;
    }
    h3.feature_txt_title {
        font-size: 3.0rem;
        letter-spacing: 1.5px;
    }
    h3.feature_txt_title span {
        margin-right: 20px;
    }
    h3.feature_txt_title span img {
        height: unset;
    }
    h3.feature_txt_title span img.feature_txt_title_img01 {
        height: 40px;
    }
    h3.feature_txt_title span img.feature_txt_title_img02 {
        height: 43px;
        margin-top: 0;
    }
    h3.feature_txt_title span img.feature_txt_title_img03 {
        height: 48px;
        margin-top: -15px;
    }
    .feature_txt p {
        letter-spacing: 1.28px;
        width: 448px;
        margin-top: 26px;
    }
    .feature_img {
        width: 544px;
    }
    .feature_img img {
        width: 100%;
        margin: 0 auto;
    }
    .feature_box__bg {
        background: #F88200;
        width: calc(50% - 390px);
        height: 308px;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 10;
    }
    .feature_box__reverse .feature_box__bg {
        left: 0;
    }
    .feature_box__reverse .feature_box_inner {
        flex-direction: row-reverse;
    }
    .feature_box__reverse .feature_txt {
        margin: 0 64px 0 0 ;
    }
}


/* ========================
    主な機能
======================== */
ul.function_item {
    width: 320px;
    margin: 30px auto 0;
    display: flex;
    flex-wrap: wrap;
    gap: 30px 20px;
}
ul.function_item li {
    width: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 18.2px */
}
ul.function_item li span.function_item__normal {
    margin-top: 4px;
    font-size: 14px;
}
ul.function_item li span.function_item__small {
    /* margin-top: 4px; */
    font-size: 12px;
}
.function_txtWrap {
    margin-top: 20px;
}
.function_txt {
    text-align: center;
    font-feature-settings: 'palt' on;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 25.6px */
    letter-spacing: 0.8px;
}
.function_note {
    text-align: center;
    font-feature-settings: 'palt' on;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 20.8px */
    letter-spacing: 0.65px;
    margin-top: 12px;
}
@media print, screen and (min-width: 768px) {
    ul.function_item {
        width: 992px;
        margin: 60px auto 0;
        gap: 50px 28px;
    }
    ul.function_item li {
        width: 176px;
        justify-content: unset;
    }
    ul.function_item li span.function_item__normal {
        font-size: 16px;
        margin-top: 16px;
        height: 42px;
        display: flex;
        align-items: center;
    }
    .function_txt {
        text-align: center;
        font-feature-settings: 'palt' on;
        font-size: 22px;
        font-style: normal;
        font-weight: 700;
        line-height: 160%; /* 35.2px */
        letter-spacing: 1.1px;
    }
    .function_note {
        text-align: center;
        font-feature-settings: 'palt' on;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%; /* 22.4px */
        letter-spacing: 0.7px;
        margin-top: 16px;
    }
}


/* ========================
    導入いただいているウェブサイト
======================== */
ul.introduction_item {
    width: 320px;
    margin: 30px auto 0;
    display: flex;
    flex-wrap: wrap;
    gap: 24px 20px;
}
ul.introduction_item li {
    width: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 18.2px */
    letter-spacing: 0.7px;
}
ul.introduction_item li span {
    margin-top: 8px;
    font-feature-settings: 'palt' on;
    display: block;
}
ul.introduction_item li a {
    text-decoration: none;
    color: #333;
}
@media print, screen and (min-width: 768px) {
    ul.introduction_item {
        width: 992px;
        margin: 60px auto 0;
        gap: 50px 64px;
        justify-content: center;
    }
    ul.introduction_item li {
        width: 288px;
        font-size: 16px;
    }
    ul.introduction_item li span {
        margin-top: 16px;
    }
}


/* ========================
    月額料金
======================== */
.initial-cost {
    width: 100%;
    flex-shrink: 0;
    border-radius: 8px;
    background: #FFF;
    margin: 30px auto 0;
    box-shadow: 0px 4px 14px 0px rgba(0, 48, 105, 0.15);
    padding: 40px 32px;
}
.initial-cost p {
    text-align: center;
    line-height: 1.5;
}
.initial-cost p span.initial-cost__txt01 {
    font-size: 24px;
    font-weight: 700;
}
.initial-cost p span.initial-cost__txt02 {
    font-size: 20px;
    font-weight: 400;
}
.initial-cost p span.initial-cost__txt03 {
    font-size: 34px;
    font-weight: 400;
}
@media print, screen and (min-width: 768px) {
    .initial-cost {
        width: 992px;
        height: 142px;
        margin: 50px auto 0;
        padding: 50px 0;
    }
    .initial-cost p {
        text-align: center;
        line-height: 1;
    }
}
.monthly_box {
    width: 100%;
    flex-shrink: 0;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 4px 14px 0px rgba(0, 48, 105, 0.15);
    padding: 40px 32px;
    margin: 30px auto 0;
}
h3.monthly_title {
    color: #000;
    text-align: center;
    font-feature-settings: 'palt' on;
    font-family: "Noto Sans JP";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 33.6px */
}
ul.monthly_list {
    border-top: 1px solid #F88200;
    border-bottom: 1px solid #F88200;
    padding: 22px 15px 18px;
    margin-top: 23px;
}
ul.monthly_list li {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 2;
    text-indent: -1em;
    padding-left: 1em;
}
ul.monthly_list li.monthly_list__gray {
    color: #C0C0C0;
}
ul.monthly_list li + li {
    margin-top: 16px;
}
ul.monthly_list li::before {    
    font: var(--fa-font-solid);
    content: "\f058";
    margin-right: 3px;
    color: #F88200;
    font-size: 22px;
    font-weight: 900;
    vertical-align: middle;
}
ul.monthly_list li.monthly_list__gray::before {
    color: #C0C0C0;
    margin-right: 3px;
}
p.monthly_money {
    margin-top: 20px;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 24px */
    font-feature-settings: 'palt' on;
}
p.monthly_money span.monthly_money__price {
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
p.monthly_money span.monthly_money__bold {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 28.8px */
}
@media print, screen and (min-width: 768px) {
    .monthly_wrap {
        display: flex;
        gap: 40px;
        width: 992px;
        margin: 0 auto;
    }
    .monthly_box {
        width: 304px;
        padding: 40px 32px;
        margin: 50px auto 0;
    }
}


/* ========================
    ご利用の流れ
======================== */
.flow_list {
    margin: 30px 0 0 23px;
}
.flow_list li {
    border-left: 2px solid #F88200;
    position: relative;
    font-feature-settings: 'palt' on;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 18.2px */
    letter-spacing: 0.7px;
    padding-left: 41px;
    height: 112px;
}
.flow_list li:last-child {
    border-left: none;
    height: 90px;
}
.flow_list__number {
    position: absolute;
    top: 0;
    left: -24px;
    width: 48px;
}
.flow_list__title {
    display: block;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 32px */
    letter-spacing: 1px;
}
@media print, screen and (min-width: 768px) {
    .flow_list {
        width: 810px;
        margin: 50px auto 0;
    }
    .flow_list li {
        font-size: 16px;
        letter-spacing: 0.8px;
        padding-left: 145px;
        height: 146px;
    }
    .flow_list li:last-child {
        height: 81px;
    }
    .flow_list__number {
        left: -39px;
        width: 76px;
    }
    .flow_list__title {
        font-size: 30px;
        letter-spacing: 1.5px;
        margin-bottom: 5px;
    }
}


/* ========================
    よくある質問
======================== */
.faq_wrap {
    border-radius: 8px;
    background: var(--bg-gray, #F3F7F8);
    margin-top: 30px;
    position: relative;
    padding: 20px 16px;
}
.faq_wrap + .faq_wrap {
    margin-top: 20px;
}
.accordion {
    cursor: pointer;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-tap-highlight-color: transparent;
}
.accordion_wrap {
    width: 100%;
    display: grid;
    grid-template-columns: 24px 75%;
    gap: 8px;
}
.accordion_wrap span {
    display: block;
}
.accordion_wrap p {
    font-feature-settings: 'palt' on;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 22.4px */
    margin-top: -5px;
}
.accordion_wrap p a {
    color: #F88200;
    text-decoration: none;
}
.accordion_panel .accordion_wrap {
    display: grid;
    grid-template-columns: 24px 256px;
    gap: 8px;
    padding: 20px 0 0;
}
.accordion_panel .accordion_wrap p {
    font-feature-settings: 'palt' on;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 22.4px */
    letter-spacing: 0.7px;
}
.accordion_symbol {
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #333;
    border-radius: 50px;
    position: absolute;
    top: 20px;
    right: 16px;
}
.accordion_symbol span {
    display: block;
    background-color: #FFF;
    width: 100%;
    height: 2px;
    transition: all 0.4s ease;
    border-radius: 50px;
}
.accordion_symbol span:nth-of-type(1) {
    transform: translateX(50%);
}
.accordion_symbol span:nth-of-type(2) {
    transform: rotate(-90deg) translateY(-250%);
}
.accordion.active .accordion_symbol span:nth-of-type(2) {
    transform: rotate(0deg)  translate(-50%, 0);
}
.accordion_panel {
    list-style-type: none;
    margin: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease;
}
@media print, screen and (min-width: 768px) {
    .faq_wrap {
        margin: 50px auto 0;
        padding: 50px;
        width: 960px;
    }
    .faq_wrap + .faq_wrap {
        margin-top: 40px;
    }
    .accordion_wrap {
        display: grid;
        grid-template-columns: 60px 740px;
        gap: 20px;
        align-items: center;
    }
    .accordion_wrap span {
        width: 60px;
    }
    .accordion_wrap p {
        font-size: 24px;
        line-height: 140%; /* 33.6px */
    }
    .accordion_panel .accordion_wrap {
        display: grid;
        grid-template-columns: 60px 780px;
        gap: 20px;
        padding: 50px 0 0;
    }
    .accordion_panel .accordion_wrap p {
        font-size: 16px;
        line-height: 200%; /* 32px */
        letter-spacing: 0.8px;
    }
    .accordion_symbol {
        width: 40px;
        height: 40px;
        top: 56px;
        right: 50px;
    }
    .accordion_symbol span {
        display: block;
        background-color: #FFF;
        width: 100%;
        height: 4px;
        transition: all 0.4s ease;
        border-radius: 50px;
    }
    .accordion_symbol span:nth-of-type(1) {
        transform: translateX(50%);
    }
    .accordion_symbol span:nth-of-type(2) {
        transform: rotate(-90deg) translateY(-10px);
    }
    .accordion.active .accordion_symbol span:nth-of-type(2) {
        transform: rotate(0deg)  translate(-50%, 0);
    }
    .accordion_panel {
        list-style-type: none;
        margin: 0;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.5s ease;
    }
}


/* ========================
    フォームの共通設定
======================== */

form * {
    vertical-align: middle;
}
::placeholder {
    color: #AAA;
    font-size: 1.4rem;
}
textarea {
    border: 1px solid var(--line, #D9D9D9);
    width: 100%;
    border-radius: 4px;
    text-align: left !important;
    padding: 5px 10px;
}
.form_answer--textarea textarea {
    min-height: 80px;
}
.form_answer--textarea02 textarea {
    min-height: 120px;
}
@media print, screen and (min-width: 768px) {
    ::placeholder {
        font-size: 1.6rem;
    }
}


/* ========================
    お問い合わせ
======================== */
.inquiry_form {
    padding: 30px 0 60px;
}
.inquiry_message {
    display: none;
    margin-bottom: 16px;
    color: #E80000;
}
.form_wrap {

}
.form_wrap + .form_wrap {
    margin-top: 40px;
}
.form_question {
    width: 100%;
}
.form_question p,
.form_question label {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 25.6px */
}
.form_required {
    display: inline-block;
    border: 1px solid #E80000;
    width: 40px;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 20.8px */
    color: #E80000;
    margin-left: 10px;
    vertical-align: 2px;
}
.form_answer {
    padding: 14px 0 0;
}
.form_answer--normal input {
    border: 1px solid var(--line, #D9D9D9);
    background: #FFF;
    padding: 5px 10px;
    width: 100%;
    border-radius: 4px;
}
.form_answer--textarea {
    margin-top: 20px;
}
.form_answer--radio span {
    display: block;
    line-height: 2;
}
.form_answer--radio input {
    margin-right: 5px;
    vertical-align: -3px;
    cursor: pointer;
}
.form_answer--radio label {
    cursor: pointer;
}
.form_answer--agree {
    display: flex;
    align-items: baseline;
}
.form_answer--agree p .fa-arrow-up-right-from-square {
    vertical-align: 0;
    margin: 0 5px 0 0;
}
.form_answer--agree a {
    vertical-align: baseline;
}
.form_answer--agree input {
    margin-right: 5px;
    vertical-align: 3px;
}
p.required_error .fa-circle-xmark {
    vertical-align: 0;
}
.ethna-error {
    color: #E80000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
    display: none;
    margin-top: 14px;
}
.ethna-error span {
    vertical-align: baseline;
}
.errorContent {
    padding: 60px 0;
    color: #D6153A;
    font-size: 2rem;
}
button {
    border: 0;
}
button.common_btn__submit {
    color: #FFF;
    display: flex;
    width: 320px;
    height: 50px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 40px;
    background: var(--accent, #F88200);
    box-shadow: 0px 4px 14px 0px rgba(0, 48, 105, 0.15);
    color: #FFF;
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.5;
    text-decoration: none;
    margin: 0 auto;
    margin-top: 40px;
}
@media print, screen and (min-width: 768px) {
    .inquiry_form {
        width: 736px;
        margin: 58px auto 0;
        padding: 0;
    }
    .form_answer--normal input {
        padding: 5px 20px;
    }
    .form_answer--radio span {
        display: inline-block;
        margin-right: 40px;
        line-height: 1;
    }
    button.common_btn__submit {
        width: 400px;
        height: 80px;
        padding: 18px;
        font-size: 2.4rem;
        margin: 80px auto 0;
    }
    button.common_btn__submit:hover {
        opacity: 0.8;
    }

}


/* ========================
    モーダル　共通
======================== */
.js-modal {
    /* display: block; */
    display: none;
    position: fixed;
    z-index: 8887;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgba(51, 51, 51, 0.50);
    transition: all 1s ease-in-out;
}
.modal__content {
    background: #FFF;
    overflow-y: auto;
    padding: 40px 20px;
    width: 100%;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translate(-50%);
    animation: show 0.6s linear 0s;
}
.model_update {
    color: var(--link, #0066C0);
    font-feature-settings: 'palt' on;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin-top: 30px;
    text-align: center;
}
.js-modal__close:hover,
.js-modal__close:focus {
    text-decoration: none;
    cursor: pointer;
}
@keyframes show{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}
@media print, screen and (min-width: 768px) {
    .modal__content {
        padding: 70px 112px;
        top: 122px;
        width: 980px;
        margin: 0 auto;
        border-radius: 30px;
    }
    .js-modal__close:hover,
    .js-modal__close:focus {
        text-decoration: none;
        cursor: pointer;
    }
    .model_update {
        font-size: 18px;
        margin-top: 32px;
    }
    .model_update:hover {
        opacity: 0.8;
    }
}


.modal_result .model_box > .form_wrap + .form_wrap {
    margin-top: 30px;
}
h3.modal__title {
    color: var(--text, #333);
    text-align: center;
    font-feature-settings: 'palt' on;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 41.6px */
}
.model_box {
    margin-top: 30px;
}

.form_answer--confirmation {
    border-bottom: 1px solid var(--line, #D9D9D9);
    padding-bottom: 10px;
    font-size: 16px;
    padding-top: 13px;
}
.modal_item {
    margin-top: 30px;
}
@media print, screen and (min-width: 768px) {
    .modal_result .model_box > .form_wrap + .form_wrap {
        margin-top: 40px;
    }
        h3.modal__title {
        font-size: 40px;
    }
    .model_box {
        margin-top: 60px;
    }
    .form_answer--confirmation {
        font-size: 16px;
        padding-top: 4px;
        padding-bottom: 6px;
    }
}


p.modal__contact {
    margin-top: 30px;
    color: var(--text, #333);
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}
p.modal__close {
    color: var(--link, #0066C0);
    font-feature-settings: 'palt' on;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    text-align: center;
    margin-top: 30px;
}
@media print, screen and (min-width: 768px) {
    p.modal__contact,
    p.modal__close {
        margin-top: 40px;
    }
    
}
