@charset "utf-8";

/* =========================================================
   Suifeel リース・割賦審査申請フォーム SP
========================================================= */

.f_application_page .inner {
    width: 90%;
}

.f_application_mv {
    padding: 52px 0 38px;
}

.f_application_mv .page_label {
    font-size: 12px;
}

.f_application_mv h1 {
    font-size: 22px;
    line-height: 1.45;
}

.f_application_mv .lead {
    font-size: 13px;
    line-height: 1.8;
    text-align: left;
}

.f_application_notice {
    padding: 34px 0 0;
}

.notice_box,
.form_block,
.error_box,
.complete_box {
    padding: 22px 18px;
    border-radius: 14px;
}

.notice_box h2,
.form_block h2 {
    font-size: 20px;
}

.notice_box li {
    font-size: 14px;
}

.f_application_form_section {
    padding: 34px 0 64px;
}

.form_block {
    margin-bottom: 24px;
}

.form_row {
    display: block;
    margin-bottom: 20px;
}

.form_row label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
}

.form_row label.required::after {
    margin-left: 8px;
    padding: 2px 7px;
    font-size: 10px;
}

.form_row input[type="text"],
.form_row input[type="tel"],
.form_row input[type="email"],
.form_row input[type="date"],
.form_row input[type="file"],
.form_row textarea {
    padding: 12px 13px;
    font-size: 14px;
}

.radio_group {
    display: block;
}

.radio_group label {
    display: flex;
    margin-bottom: 10px;
}

.condition_summary {
    padding: 18px 16px;
}

.condition_summary dl div,
.confirm_list div {
    display: block;
    padding: 12px 0;
}

.condition_summary dt,
.condition_summary dd,
.confirm_list dt,
.confirm_list dd {
    padding: 0;
    font-size: 14px;
}

.condition_summary dt,
.confirm_list dt {
    margin-bottom: 7px;
}

.authorization_box {
    padding: 18px 16px;
}

.authorization_box p {
    font-size: 14px;
}

.download_btn {
    width: 100%;
    min-width: auto;
    box-sizing: border-box;
}

.agreement_text {
    padding: 18px 16px;
}

.agreement_text p {
    font-size: 13px;
}

.agree_check {
    align-items: flex-start;
    font-size: 14px;
    line-height: 1.7;
}

.form_submit {
    display: block;
    margin-top: 28px;
}

.form_submit button,
.form_submit a {
    width: 100%;
    min-width: auto;
    min-height: 52px;
    box-sizing: border-box;
    margin-bottom: 12px;
    font-size: 15px;
}

.form_submit button:last-child,
.form_submit a:last-child {
    margin-bottom: 0;
}

.error_box h2,
.complete_box h2 {
    font-size: 22px;
}

.error_box li,
.complete_box p,
.complete_notes li {
    font-size: 14px;
}

.complete_notes {
    padding: 20px 16px;
}

.complete_notes h3 {
    font-size: 18px;
}