.account_wrapper {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 45px 0 100px;
    box-sizing: border-box;
}
@media (max-width: 1200px) {
    .account_wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 768px) {
    .account_wrapper {
        max-width: initial;
        padding: 33px 20px 60px;
    }
}


/* 口座開設（仮）-1 ------------------------------------------------------*/
.pad {
    display: none;
}
.account_temp_wrapper {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 60px 0 90px;
    box-sizing: border-box;
}
.account_temp_wrapper .at_intro {
    font-size: 2rem;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 20px;
}
.account_temp_wrapper .at_note {
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 33px;
}
/* 口座開設（仮）-1 ステップ */
.account_temp_wrapper .at_steps {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.account_temp_wrapper .at_steps .at_step_item {
    max-width: 220px;
    width: 100%;
    text-align: center;
}
.account_temp_wrapper .at_steps .at_step_item .at_step_icon {
    max-width: 178px;
    width: 100%;
    height: 178px;
    margin: 0 auto 55px;
}
.account_temp_wrapper .at_steps .at_step_item .at_step_title {
    font-size: 2rem;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 20px;
}
.account_temp_wrapper .at_steps .at_step_item .at_step_text {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    padding-left: 5px;
}
.account_temp_wrapper .at_steps .at_arrow {
    max-width: 12px;
    width: 100%;
    height: 178px;
    display: flex;
    align-items: center;
}
.account_temp_wrapper .at_steps .at_arrow img {
    width: 100%;
}
/* 口座開設（仮）-1 リンクボタン */
.account_temp_wrapper .at_btn_wrapper {
    display: flex;
    justify-content: center;
    gap: 30px;
}
.account_temp_wrapper .at_btn_wrapper .at_btn {
    max-width: 336px;
    width: 100%;
    height: 55px;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.3px;
    color: #AA8320;
    border: solid 1px #AA8320;
    display: flex;
    justify-content: center;
    align-items: center;
}
.account_temp_wrapper .at_btn_wrapper .at_btn:hover {
    background: #AA8320;
    color: white;
    cursor: pointer;
}

@media (max-width: 1200px) {
    .account_temp_wrapper {
        padding: 60px 50px 90px;
    }
    .account_temp_wrapper .at_steps .at_step_item .at_step_icon {
        max-width: 150px;
        height: 150px;
        margin: 0 auto 35px;
    }
    .account_temp_wrapper .at_steps .at_arrow {
        height: 150px;
    }
    .account_temp_wrapper .at_steps .at_step_item .at_step_title {
        font-size: 1.6rem;
        line-height: 22px;
        margin-bottom: 15px;
    }
    .account_temp_wrapper .at_steps .at_step_item .at_step_text {
        font-size: 1.3rem;
        line-height: 24px;
    }
}
@media (max-width: 1050px) {
    .pad {
        display: block;
    }
    .account_temp_wrapper .at_steps .at_step_item .at_step_icon {
        max-width: 110px;
        height: 110px;
        margin: 0 auto 20px;
    }
    .account_temp_wrapper .at_steps .at_arrow {
        height: 110px;
    }
    .account_temp_wrapper .at_steps .at_step_item .at_step_title {
        font-size: 1.4rem;
        margin-bottom: 10px;
    }
    .account_temp_wrapper .at_steps .at_step_item .at_step_text {
        font-size: 1.2rem;
        line-height: 22px;
    }
}
@media (max-width: 768px) {
    .account_temp_wrapper {
        max-width: initial;
        padding: 50px 20px;
    }
    .account_temp_wrapper .at_intro {
        font-size: 1.6rem;
        margin-bottom: 9px;
    }
    .account_temp_wrapper .at_note {
        font-size: 1.4rem;
        line-height: 28px;
        margin-bottom: 25px;
    }
    /* 口座開設（仮）-1 ステップ */
    .account_temp_wrapper .at_step_item_sp {
        width: 100%;
        display: flex;
        align-items: center;
        margin-bottom: 3px;
    }
    .account_temp_wrapper .at_step_item_sp .at_step_icon {
        max-width: 80px;
        width: 100%;
        height: 80px;
        z-index: 5;
    }
    .account_temp_wrapper .at_step_item_sp .at_step_title_sp {
        font-size: 1.6rem;
        font-weight: 500;
        line-height: 35px;
        width: 100%;
        height: 35px;
        background: #F2F2EF;
        padding-left: 24px;
        box-sizing: border-box;
        margin-left: -5px;
    }
    .account_temp_wrapper .at_step_text_sp {
        font-size: 1.4rem;
        font-weight: 400;
        line-height: 25px;
    }
    .account_temp_wrapper .at_arrow {
        max-width: 20px;
        width: 100%;
        height: auto;
        display: block;
        margin: 20px auto 0;
    }
    .account_temp_wrapper .at_arrow img {
        width: 100%;
    }
    /* 口座開設（仮）-1 リンクボタン */
    .account_temp_wrapper .at_btn_wrapper {
        display: block;
        margin-top: 30px;
    }
    .account_temp_wrapper .at_btn_wrapper .at_btn {
        max-width: 335px;
        width: 100%;
        height: 45px;
        font-size: 1.6rem;
        font-weight: bold;
        letter-spacing: 1.2px;
        margin: 0 auto 20px;
    }
    .account_temp_wrapper .at_btn_wrapper .at_btn:last-child {
        margin-bottom: 0;
    }
}

/* 口座開設（仮）-2a,2b --------------------------------------------------------*/
/* 口座開設（仮）-2a,2b ステップ */
.progress {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 50px;
}
.progress_step,
.progress_step {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 55px;
    letter-spacing: 0.3px;
    text-align: center;
    max-width: 200px;
    width: 100%;
    height: 55px;
    background: #F2F2EF;
}
.pg_active {
    color: white;
    background: #AA8320;
    font-weight: bold;
}
.progress_arrow {
    width: 6.92px;
}
/* 口座開設（仮）-2a,2b 入力欄 */
.at2a_intro,
.at2b_intro {
    font-size: 2rem;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 50px;
}
.at2a_form_row,
.at2b_form_row {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.at2a_form_row .at2a_label,
.at2b_form_row .at2b_label {
    max-width: 175px;
    width: 100%;
    font-size: 2rem;
    font-weight: 400;
    line-height: 28px;
}
.password_wrapper {
    position: relative;
    max-width: 500px;
    width: 100%;
}
.password_toggle {
    position: absolute;
    right: 19.7px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    /* font-size: 2rem; */
    user-select: none;
}
.at2a_input,
.at2b_input {
    max-width: 500px;
    width: 100%;
    height: 60px;
    border-radius: 5px;
    border: solid 1px #C2C2C2;
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.1);
    padding-left: 27px;
    box-sizing: border-box;
    font-size: 1.6rem;
}
.at2a_input::placeholder,
.at2b_input::placeholder {
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.2px;
    color: #C2C2C2;
}
.password_toggle img {
    width: 33.8px;
}
.at2a_note,
.at2b_note {
    font-size: 2rem;
    font-weight: 400;
    line-height: 28px;
    margin-left: 43px;
}
/* 口座開設（仮）-2a,2b チェックボックス */
.at2a_confirm_intro,
.at2b_confirm_intro {
    font-size: 2rem;
    font-weight: 500;
    line-height: 28px;
    margin: 99px 0 40px;
}
.at2a_section_title,
.at2b_section_title {
    font-size: 2rem;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 20px;
}
.at2a_checkbox_item,
.at2b_checkbox_item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}
.at2a_checkbox_item .at2a_checkbox,
.at2b_checkbox_item .at2b_checkbox {
    margin-top: 3px;/* 上から3pxだけ下げる */
}

input[type="checkbox"] {
    display: block;
}
.at2a_checkbox,
.at2b_checkbox {
  appearance: none;/* 標準の見た目を消す */
  -webkit-appearance: none;
  -moz-appearance: none;
  min-width: 25px;
  width: 25px;/* 横幅 */
  height: 25px;/* 高さ */
  border: 1px solid #323232;/* 枠線 */
  cursor: pointer;
  position: relative;
}
input[type="checkbox"]:checked:before {
    position: absolute;
    top: 2px;
    left: 7px;
    transform: rotate(50deg);
    width: 8px;
    height: 12px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    content: '';
}
.at2a_checkbox_label,
.at2b_checkbox_label {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 31px;
    margin-left: 15px;
}
.at2a_indent,
.at2b_indent {
    margin-left: 1em;
    padding-left: 1em;/* 全体を右にずらす */
    text-indent: -1em;/* 1行目だけ左に戻す */
}
/* 口座開設（仮）-2a,2b 確認ボタン */
.at2a_submit_btn,
.at2b_submit_btn {
    max-width: 169px;
    width: 100%;
    height: 55px;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.3px;
    line-height: 55px;
    color: #AA8320;
    border: solid 1px #AA8320;
    display: flex;
    justify-content: center;
    margin: 80px auto 0;
}
.at2a_submit_btn:hover,
.at2b_submit_btn:hover {
    background: #AA8320;
    color: white;
    cursor: pointer;
}
.at2a_submit_btn.disabled,
.at2b_submit_btn.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

@media (max-width: 1200px) {
    /* 口座開設（仮）-2a,2b ステップ */
    .progress_step {
        font-size: 1.5rem;
        max-width: 160px;
    }
    /* 口座開設（仮）-2a,2b 入力欄 */
    .at2a_intro,
    .at2b_intro {
        font-size: 1.8rem;
        font-weight: 500;
        line-height: 28px;
        margin-bottom: 50px;
    }
    .at2a_form_row .at2a_label,
    .at2b_form_row .at2b_label {
        font-size: 1.6rem;
        max-width: 150px;
    }
    .at2a_input,
    .at2b_input {
        font-size: 1.5rem;
    }
    .at2a_input::placeholder,
    .at2b_input::placeholder {
        font-size: 1.5rem;
    }
    .password_toggle img {
        width: 33.8px;
    }
    .at2a_note,
    .at2b_note {
        font-size: 1.6rem;
        margin-left: 25px;
    }
    /* 口座開設（仮）-2a,2b チェックボックス */
    .at2a_confirm_intro,
    .at2b_confirm_intro {
        font-size: 1.8rem;
    }
    .at2a_section_title,
    .at2b_section_title {
        font-size: 1.8rem;
    }
    .at2a_checkbox_item,
    .at2b_checkbox_item {
        margin-bottom: 15px;
    }
    .at2a_checkbox_item .at2a_checkbox,
    .at2b_checkbox_item .at2b_checkbox {
        margin-top: 4.5px;/* 上から3pxだけ下げる */
    }
    .at2a_checkbox,
    .at2b_checkbox {
    min-width: 20px;
    width: 20px;/* 横幅 */
    height: 20px;/* 高さ */
    }
    input[type="checkbox"]:checked:before {
        position: absolute;
        top: 2px;
        left: 6px;
        transform: rotate(50deg);
        width: 5px;
        height: 9px;
        border-right: 2px solid #000;
        border-bottom: 2px solid #000;
        content: '';
    }
    .at2a_checkbox_label,
    .at2b_checkbox_label {
        font-size: 1.4rem;
        line-height: 28px;
    }
    /* 口座開設（仮）-2a,2b 確認ボタン */
    .at2a_submit_btn,
    .at2b_submit_btn {
        max-width: 169px;
        width: 100%;
        height: 55px;
        font-size: 1.8rem;
        font-weight: bold;
        letter-spacing: 0.3px;
        line-height: 55px;
        color: #AA8320;
        border: solid 1px #AA8320;
        display: flex;
        justify-content: center;
        margin: 80px auto 100px;
    }
    .at2a_submit_btn:hover,
    .at2b_submit_btn:hover {
        background: #AA8320;
        color: white;
        cursor: pointer;
    }
}
@media (max-width: 1050px) {
    /* 口座開設（仮）-2a,2b ステップ */
    .progress_step {
        font-size: 1.5rem;
        max-width: 120px;
        line-height: 17px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
@media (max-width: 768px) {
    /* 口座開設（仮）-2a,2b ステップ */
    .progress {
        max-width: 335px;
        width: 100%;
        margin: 0 auto 25px;
    }
    .progress_step {
        font-size: 1.3rem;
        line-height: 17px;
        letter-spacing: 0;
        text-align: center;
        max-width: 56px;
        height: 40px;
    }
    .progress_arrow {
        width: 4.55px;
    }
    /* 口座開設（仮）-2a,2b 入力欄 */
    .at2a_intro,
    .at2b_intro {
        font-size: 1.6rem;
        max-width: 335px;
        width: 100%;
        margin: 0 auto 40px;
    }
    .at2a_form_row,
    .at2b_form_row {
        display: block;
        max-width: 335px;
        width: 100%;
        margin: 0 auto 30px;
    }
    .at2a_form_row .at2a_label,
    .at2b_form_row .at2b_label {
        max-width: initial;
        font-size: 1.6rem;
        margin-bottom: 3px;
    }
    .password_wrapper {
        position: relative;
        max-width: 335px;
        width: 100%;
    }
    .password_toggle {
        right: 11.7px;
    }
    .at2a_input,
    .at2b_input {
        max-width: 335px;
        width: 100%;
        height: 47px;
        padding-left: 25px;
    }
    .at2a_input::placeholder,
    .at2b_input::placeholder {
        font-size: 1.2rem;
    }
    .password_toggle img {
        width: 22.79px;
    }
    .at2a_note,
    .at2b_note {
        font-size: 1.4rem;
        line-height: 25px;
        margin: 10px 0 30px 0;
    }
    /* 口座開設（仮）-2a,2b チェックボックス */
    .at2a_confirm_intro,
    .at2b_confirm_intro {
        max-width: 335px;
        width: 100%;
        font-size: 1.6rem;
        margin: 60px auto 30px;
    }
    .at2a_section_title,
    .at2b_section_title {
        max-width: 335px;
        width: 100%;
        font-size: 1.6rem;
        margin: 0 auto 20px;
    }
    .at2a_checkbox_item,
    .at2b_checkbox_item {
        display: flex;
        align-items: flex-start;
        max-width: 335px;
        width: 100%;
        margin: 0 auto 15px;
    }
    .at2a_checkbox_item .at2a_checkbox,
    .at2b_checkbox_item .at2b_checkbox {
        margin-top: 4px;
    }

    .at2a_checkbox,
    .at2b_checkbox {
        min-width: 18px;
        width: 18px;/* 横幅 */
        height: 18px;/* 高さ */
    }
    input[type="checkbox"]:checked:before {
        position: absolute;
        top: 1px;
        left: 4.5px;
        transform: rotate(50deg);
        width: 5px;
        height: 9px;
        border-right: 2px solid #000;
        border-bottom: 2px solid #000;
        content: '';
    }
    .at2a_checkbox_label,
    .at2b_checkbox_label {
        font-size: 1.4rem;
        line-height: 25px;
        margin-left: 6px;
    }
    .at2a_indent,
    .at2b_indent {
        margin-left: 0;
        padding-left: 1em;/* 全体を右にずらす */
        text-indent: -1em;/* 1行目だけ左に戻す */
    }
    /* 口座開設（仮）-2a,2b 確認ボタン */
    .at2a_submit_btn,
    .at2b_submit_btn {
        max-width: 335px;
        height: 45px;
        font-size: 1.6rem;
        letter-spacing: 1.2px;
        line-height: 45px;
        margin: 30px auto 0;
    }
    .at2a_submit_btn:hover,
    .at2b_submit_btn:hover {
        background: #AA8320;
        color: white;
        cursor: pointer;
    }
}

/* 口座開設（仮）-3 --------------------------------------------------------*/
.intro {
    font-size: 2rem;
    font-weight: 500;
    line-height: 35px;
    margin-bottom: 30px;
}
.at3_note {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 28px;
    color: #FF0000;
    margin-bottom: 50px;
}
.confirm_row {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 807px;
    width: 100%;
    height: 42px;
    margin: 0 auto;
    border-top: 1px solid #C2C2C2;
}
.confirm_label {
    max-width: 200px;
    width: 100%;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 42px;
    background: #F2F2EF;
    text-align: center;
}
.confirm_value {
    max-width: 607px;
    width: 100%;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 42px;
    padding-left: 57px;
    box-sizing: border-box;
}
.confirm_row:last-child {
    border-bottom: 1px solid #C2C2C2;
}
.at3_btn_wrapper {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 50px;
}
.at3_btn01 {
    max-width: 184px;
    width: 100%;
    height: 55px;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 55px;
    color: #AA8320;
    border: solid 1px #AA8320;
    display: flex;
    justify-content: center;
    align-items: center;
}
.at3_btn01:hover {
    background: #AA8320;
    color: white;
    cursor: pointer;
}
.at3_btn02 {
    max-width: 184px;
    width: 100%;
    height: 55px;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 55px;
    color: white;
    background: #AA8320;
    border: solid 1px #AA8320;
    display: flex;
    justify-content: center;
    align-items: center;
}
.at3_btn02:hover {
    background: white;
    color: #AA8320;
    cursor: pointer;
}
@media (max-width: 768px) {
    .intro {
        font-size: 1.6rem;
        line-height: 28px;
        /* max-width: 335px; */
        width: 100%;
        margin: 0 auto 15px;
    }
    .at3_note {
        font-size: 1.4rem;
        line-height: 28px;
        max-width: 335px;
        width: 100%;
        margin: 0 auto 30px;
    }
    .confirm_row {
        max-width: 335px;
    }
    .confirm_label {
        max-width: 110px;
        font-size: 1.3rem;
    }
    .confirm_value {
        max-width: 225px;
        font-size: 1.4rem;
        padding-left: 15px;
    }
    .confirm_row:last-child {
        border-bottom: 1px solid #C2C2C2;
    }
    .at3_btn_wrapper {
        display: flex;
        justify-content: center;
        gap: 7px;
        margin-top: 50px;
    }
    .at3_btn01 {
        max-width: 165px;
        height: 45px;
        font-size: 1.4rem;
        line-height: 35px;
    }
    .at3_btn02 {
        max-width: 165px;
        height: 45px;
        font-size: 1.4rem;
        line-height: 35px;
    }
}

/* 口座開設（仮）-4, 口座開設（本）  --------------------------------------------------------*/
.cf_container {
    text-align: center;
}
.cf_title {
    font-size: 3rem;
    font-weight: bold;
    line-height: 28px;
    letter-spacing: 0.03em;
    margin-bottom: 29px;
}
.cf_email {
    font-size: 2rem;
    font-weight: 500;
    line-height: 35px;
    margin-bottom: 15px;
}
.cf_text {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 31px;
    margin-bottom: 20px;
}
/* .cf_note {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 31px;
    color: #FF0000;
    margin-bottom: 50px;
} */
.cf_contact {
    font-size: 2rem;
    font-weight: 500;
    line-height: 31px;
}
@media (max-width: 768px) {
    .cf_container,
    .af_container {
        text-align: left;
        max-width: 335px;
        width: 100%;
        margin: 0 auto;
    }
    .cf_title {
        font-size: 2.5rem;
        margin: 30px 0;
        text-align: center;
    }
    .cf_email {
        font-size: 1.8rem;
        text-align: center;
    }
    .cf_text {
        font-size: 1.5rem;
        margin-bottom: 20px;
    }
    /* .cf_note {
        font-size: 1.5rem;
        margin-bottom: 40px;
    } */
    .cf_contact {
        font-size: 1.8rem;
        font-weight: 500;
        line-height: 31px;
        text-align: center;
    }
}

/* 口座開設（本）-2 --------------------------------------------------------*/
.af2_text {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 70px;
}
.af2_title {
    font-size: 3rem;
    font-weight: bold;
    line-height: 28px;
    letter-spacing: 0.03em;
    margin-bottom: 14px;
}
.af2_box {
    width: 100%;
    max-height: 400px;
    border: solid 1px #C2C2C2;
    border-radius: 5px;
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.16);
    padding: 40px 80px;
    box-sizing: border-box;
    margin-bottom: 100px;
    overflow-y: auto;
}
.af2_box:last-of-type {
    margin-bottom: 72px;
}
.af2_box::-webkit-scrollbar {
    width: 7px;
}
.af2_box::-webkit-scrollbar-track {
    background: transparent;
}
.af2_box::-webkit-scrollbar-thumb {
    background-color: #C2C2C2;
    border-radius: 5px;
}
.af2_checkbox_item {
    display: flex;
    align-items: flex-start;
/*     max-width: 463px; /UPD 463 -> 465/
 */ max-width: 465px;
    width: 100%;
    margin: 0 auto 35px;
}
.af2_checkbox_item:last-child {
    margin-bottom: 10px;
}
.af2_checkbox_item .af2_checkbox {
    margin-top: 1px;
}
.af2_checkbox {
  appearance: none;/* 標準の見た目を消す */
  -webkit-appearance: none;
  -moz-appearance: none;
  min-width: 30px;
  width: 30px;/* 横幅 */
  height: 30px;/* 高さ */
  border: 1px solid #323232;/* 枠線 */
  cursor: pointer;
  position: relative;
}
.af2_checkbox_item input[type="checkbox"]:checked:before {
    position: absolute;
    top: 3px;
    left: 9px;
    transform: rotate(50deg);
    width: 9px;
    height: 13px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    content: '';
}
.af2_checkbox_label {
    font-size: 2rem;
    font-weight: 400;
    line-height: 31px;
    margin-left: 15px;
}
.af2_note {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 50px;
    text-align: center;
}
.af2_btn {
    max-width: 355px;
    width: 100%;
    height: 55px;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 55px;
    color: #AA8320;
    border: solid 1px #AA8320;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}
.af2_btn:hover {
    background: #AA8320;
    color: white;
    cursor: pointer;
}
.af2_btn.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}
.anchor-target {
    scroll-margin-top: 200px;
}

@media (max-width: 768px) {
    .account_main {
        padding-left: 20px;
        padding-right: 20px;
    }
    .af2_text {
        font-size: 1.4rem;
        line-height: 25px;
        margin-bottom: 30px;
    }
    .af2_title {
        font-size: 1.6rem;
        font-weight: 500;
        letter-spacing: 0;
        margin-bottom: 10px;
    }
    .af2_box {
        width: 100%;
        max-height: 453px;
        padding: 14px 25px;
        margin-bottom: 50px;
    }
    .af2_box:last-of-type {
        margin-bottom: 30px;
    }
    .af2_checkbox_item {
/*         max-width: 317px; / UPD 317 -319 /
 */     max-width: 319px;
        margin: 0 auto 15px;
    }
    .af2_checkbox_item:last-child {
        margin-bottom: 50px;
    }
    .af2_checkbox_item .af2_checkbox {
        margin-top: 4px;
    }
    .af2_checkbox_item input[type="checkbox"]:checked:before {
        position: absolute;
        top: 1px;
        left: 4.5px;
        transform: rotate(50deg);
        width: 5px;
        height: 9px;
        border-right: 2px solid #000;
        border-bottom: 2px solid #000;
        content: '';
    }
    .af2_checkbox {
        min-width: 18px;
        width: 18px;/* 横幅 */
        height: 18px;/* 高さ */
    }
    .af2_checkbox_label {
        font-size: 1.4rem;
        line-height: 25px;
        margin-left: 6px;
    }
    .af2_note {
        font-size: 1.4rem;
        line-height: 25px;
        margin-bottom: 30px;
        padding-left: 1em;
        text-indent: -1em;
        text-align: left;
    }
    .af2_btn {
        max-width: 335px;
        height: 45px;
        font-size: 1.6rem;
        letter-spacing: 0.12em;
        line-height: 45px;
    }
    .anchor-target {
        scroll-margin-top: 80px;
    }
}

/* 口座開設（本）-4-A-電話認証-1 --------------------------------------------------------*/
.tel1_wrapper {
    margin-top: 50px;
    position: relative;
}
.tel1_btn_wrapper {
    display: flex;
    justify-content: center;
    gap: 30px;
}
.tel_center {
    text-align: center;
}
.tel1_btn {
    max-width: 240px;
    width: 100%;
    height: 53px;
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: #AA8320;
    border: solid 1px #AA8320;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tel1_back_btn {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 155px;
    width: 100%;
    height: 53px;
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    background-color: #F2F2F2;
    color: #8E8E8E;
    border: solid 1px #6A6A6A;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tel1_btn:hover {
    background: #AA8320;
    color: white;
    cursor: pointer;
}
.tel1_back_btn:hover {
    background: #D3D3D3;
    cursor: pointer;
}

@media (max-width: 1000px) {
    .tel1_back_btn {
        position: initial;
        max-width: 335px;
        margin: 30px auto 0;
    }
}
@media (max-width: 768px) {
    .tel1_wrapper {
        max-width: 335px;
        width: 100%;
        margin: 40px auto 0;
        position: relative;
    }
    .tel1_btn_wrapper {
        gap: 15px;
    }
    .tel1_btn {
        max-width: 165px;
        height: 45px;
        font-size: 1.4rem;
    }
    .tel1_back_btn {
        position: initial;
        height: 45px;
        font-size: 1.4rem;
        margin-top: 20px;
    }
}

/* 口座開設（本）-4-A-電話認証-2 --------------------------------------------------------*/
.tel2_form_row {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.tel2_label {
    font-size: 2rem;
    font-weight: 400;
    line-height: 28px;
    margin-right: 40px;
}
.tel2_input {
    max-width: 500px;
    width: 100%;
    height: 60px;
    border-radius: 5px;
    border: solid 1px #C2C2C2;
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.1);
    padding-left: 27px;
    box-sizing: border-box;
    font-size: 1.6rem;
    font-weight: 500;
}
.tel2_input::placeholder {
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.2px;
    color: #C2C2C2;
}
.tel2_submit_btn {
    max-width: 169px;
    width: 100%;
    height: 55px;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.3px;
    line-height: 55px;
    color: #AA8320;
    border: solid 1px #AA8320;
    display: flex;
    justify-content: center;
    margin: 50px auto 0;
}
.tel2_submit_btn:hover {
    background: #AA8320;
    color: white;
    cursor: pointer;
}

@media (max-width: 1200px) {
    .tel2_label {
        font-size: 1.6rem;
        max-width: 150px;
    }
    .tel2_input::placeholder {
        font-size: 1.5rem;
    }

    .tel2_submit_btn {
        max-width: 169px;
        width: 100%;
        height: 55px;
        font-size: 1.8rem;
        font-weight: bold;
        letter-spacing: 0.3px;
        line-height: 55px;
        color: #AA8320;
        border: solid 1px #AA8320;
        display: flex;
        justify-content: center;
        margin: 50px auto 100px;
    }
    .tel2_submit_btn:hover {
        background: #AA8320;
        color: white;
        cursor: pointer;
    }
}
@media (max-width: 768px) {
    .tel2_form_row {
        display: block;
        max-width: 335px;
        width: 100%;
        margin: 0 auto 30px;
    }
    .tel2_label {
        max-width: initial;
        font-size: 1.6rem;
        margin-bottom: 3px;
    }
    .tel2_input {
        max-width: 333px;
        width: 100%;
        height: 47px;
        padding-left: 25px;
    }
    .tel2_input::placeholder {
        font-size: 1.2rem;
    }
    .tel2_submit_btn {
        max-width: 333px;
        height: 45px;
        font-size: 1.6rem;
        letter-spacing: 1.2px;
        line-height: 45px;
        margin: 30px auto 0;
    }
}

/* 口座開設(本登録)-10a、お客様情報入力(確認)-個人-5a、お客様情報入力(確認)-法人-5b ------------------------------------------------------*/
.af10a_title {
    font-size: 3rem;
    font-weight: bold;
    letter-spacing: 0.7px;
    line-height: 50px;
    margin-bottom: 29px;
}
.af10a_intro {
    font-size: 2rem;
    font-weight: 500;
    line-height: 35px;
    margin-bottom: 50px;
}
.af10a_intro span {
    color: #FF0000;
}
.af10a_section_title {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 28px;
    margin: 0 0 14px;
}
.af10a_section_subtitle {
    font-size: 2rem;
    font-weight: bold;
    line-height: 28px;
    margin: 0 0 15px;
}
.af10a_section_title:first-of-type {
    margin-top: 0;
}

.af10a_list {
    display: flex;
    align-items: stretch;
    min-height: 42px;
    border-top: 1px solid #C2C2C2;
}
.af10a_list_last {
    border-bottom: 1px solid #C2C2C2;
}
.af10a_label {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.2px;
    background: #F2F2EF;
    max-width: 300px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 0;
    box-sizing: border-box;
    text-align: center;
}
.af10a_value {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 28px;
    padding: 8px 0 8px 57px;
    box-sizing: border-box;
    max-width: 1000px;
    width: 100%;
}
.af10a_label2 {
    /* max-width: 1057px; */
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.2px;
    background: #F2F2EF;
    max-width: 300px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 0;
    box-sizing: border-box;
    text-align: center;
}
.af10a_value2 {
    /* font-size: 1.6rem;
    font-weight: 400;
    line-height: 28px; */
    /* padding: 8px 0 8px 53px; */
    /* padding: 8px 0 8px 57px; */
    /* padding: 8px 0;
    box-sizing: border-box; */
    /* max-width: 143px; */
    /* max-width: 370px;
    width: 100%;
    text-align: center; */
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 28px;
    padding: 8px 0 8px 57px;
    box-sizing: border-box;
    /* max-width: 1000px; */
    width: 100%;
    display: flex;
}
.af10a_value2 div:first-of-type {
    padding-right: 100px;
    box-sizing: border-box;
}

.af10a_section_title2 {
    font-size: 2rem;
    font-weight: bold;
    line-height: 28px;
    margin: 0 0 20px;
}
.af10a_file_list {
    margin-bottom: 70px;
}
.af10a_file {
    display: block;
    width: fit-content;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 15px;
}
.af10a_btn_wrapper {
    position: relative;
}
.af10a_btn01 {
    max-width: 184px;
    width: 100%;
    height: 55px;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #AA8320;
    border: solid 1px #AA8320;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.af10a_btn02 {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 155px;
    width: 100%;
    height: 55px;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.03em;
    color: #AA8320;
    border: solid 1px #AA8320;
    display: flex;
    justify-content: center;
    align-items: center;
}
.af10a_btn01:hover,
.af10a_btn02:hover {
    background: #AA8320;
    color: white;
    cursor: pointer;
}

@media (max-width: 768px) {
    .account_list {
        max-width: 335px;
        width: 100%;
        margin: 0 auto;
    }
    .af10a_title {
        font-size: 2rem;
        font-weight: bold;
        letter-spacing: 0.5px;
        line-height: 28px;
        margin-bottom: 10px;
    }
    .af10a_intro {
        font-size: 1.4rem;
        font-weight: 500;
        line-height: 25px;
        margin-bottom: 30px;
    }
    .af10a_section_title {
        font-size: 1.8rem;
        font-weight: bold;
        line-height: 28px;
        margin: 0 0 14px;
    }
    .af10a_section_subtitle {
        font-size: 1.5rem;
        font-weight: bold;
        line-height: 28px;
        margin: 0 0 15px;
    }
    .af10a_section_title:first-of-type {
        margin-top: 0;
    }

    .af10a_list {
        max-width: 335px;
        width: 100%;
        /* min-height: 48px; */
        min-height: 38px;
        margin: 0 auto;
    }
    .af10a_label {
        font-size: 1.4rem;
        line-height: 19px;
        max-width: 125px;
        /* padding: 14px 0; */
        padding: 8px 0;
    }
    .af10a_value {
        font-size: 1.4rem;
        line-height: 19px;
        /* padding: 14px 0 14px 8px; */
        padding: 8px 0 8px 20px;
        max-width: 210px;
    }
    .af10a_label2 {
        font-size: 1.4rem;
        line-height: 19px;
        max-width: 270px;
        min-width: 165px;
        width: 100%;
        /* max-width: 125px; */
        /* padding: 14px 0; */
        padding: 8px 0;
    }
    .af10a_value2 {
        font-size: 1.4rem;
        line-height: 19px;
        /* padding: 14px 0 14px 14px; */
        padding: 8px 0 8px 20px;
        /* max-width: 85px; */
        width: 100%;
        display: block;
    }
    .af10a_value2 div:first-of-type {
        padding-right: 0;
        margin-bottom: 5px;
    }

    .af10a_section_title2 {
        font-size: 2rem;
        font-weight: bold;
        line-height: 28px;
        margin: 0 0 20px;
    }
    .af10a_file_list {
        margin-bottom: 70px;
    }
    .af10a_file {
        display: block;
        width: fit-content;
        font-size: 1.6rem;
        font-weight: 500;
        line-height: 28px;
        margin-bottom: 15px;
    }
    .af10a_btn_wrapper {
        position: relative;
    }
    .af10a_btn01 {
        max-width: 333px;
        height: 45px;
        font-size: 1.6rem;
        letter-spacing: 1.2px;
        line-height: 45px;
        margin: 0 auto 15px;
    }
    .af10a_btn02 {
        position: initial;
        max-width: 333px;
        height: 45px;
        font-size: 1.6rem;
        letter-spacing: 0.03em;
        line-height: 45px;
        margin: 0 auto;
    }
}
/* 口座開設(本登録)-6aa,6ba ------------------------------------------------------*/
.account_wrapper {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 45px 15px 100px;
    box-sizing: border-box;
}
.cf_container {
    text-align: center;
}
.cf_title {
    font-size: 3rem;
    font-weight: bold;
    line-height: 28px;
    letter-spacing: 0.03em;
    margin-bottom: 29px;
    text-align: center;
}
.cf_intro {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 50px;
    /* margin-bottom: 15px; */
    text-align: center;
}
.cf_note {
    font-size: 1.6rem;
    font-weight: 400;
    /* line-height: 31px; */
    color: #FF0000;
    margin-bottom: 12px;
    text-align: center;
}
.cf_note_split .cf_note_line {
    display: block;
}
.cf_note_split .cf_note_line + .cf_note_line {
    margin-top: 8px;
}
.cf_note_2 {
    font-size: 1.6rem;
    font-weight: 400;
    /* line-height: 31px; */
    color: #FF0000;
    margin-top: 50px;
    /* margin-bottom: 15px; */
    margin-bottom: 20px;
    text-align: center;
}
.cf_contact {
    font-size: 2rem;
    font-weight: 500;
    line-height: 31px;
}

.cf_container, .af_container {
    text-align: left;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
}
.identity_documents_wrapper {
    display: block;
    margin: 0 auto;
    border: 1px solid #c2c2c2;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 30px;
    width: 100%;
    /* max-width: 832px; */
    max-width: 882px;
    height: auto;
    box-sizing: border-box;
}
.identity_documents_wrapper a {
    text-decoration: underline;
}
.identity_documents_wrapper a:hover {
    opacity: 0.3;
}
.identity_documents_wrapper p {
    font-size: 20px;
    line-height: 28px;
}
.identity_documents_wrapper p span {
    font-weight: bold;
}
.identity_documents_wrapper ul {
    margin: 15px 0;
    line-height: 36px;
}
.identity_documents_wrapper ul li {
    font-size: 20px;
}
.identity_documents_wrapper .font_w_600 {
    font-weight: 600;
}
.identity_documents_wrapper ul li.red_text {
    font-size: 16px;
    color: #FF0000;
    line-height: 1.5;
    display: block;
    padding-left: 20px;
}
.identity_documents_wrapper ul li span.red_text {
    font-size: 16px;
    color: #FF0000;
    line-height: 1.5;
    /* display: block; */
    padding-left: 20px;
}
.identity_documents_button {
    display: inline-block;
    border: 1px solid #ccc;
    background: #f7f7f7;
    cursor: pointer;
    width: 100%;
    max-width: 227px;
}
.identity_documents_button:hover {
    background-color: #D3D3D3;
}
.file-input {
    display: none;
}
/* マイナンバーファイルアップ */
.file_up_column {
    margin-top: 20px;
}
.file_up_flex {
    display: flex;
    align-items: center;
    gap: 19px;
    margin-bottom: 15px;
}
.form_number {
    display: flex;
    align-items: center;
    gap: 19px;
    margin-bottom: none;
}
.file_up_flex p,
.form_number p {
    font-size: 16px;
    line-height: 1.5;
}
.identity_documents_button {/* 提出ボタン */
    display: flex;
    background-color: #F2F2EF;
    border: 1px solid #c2c2c2;
    border-radius: 5px;
    padding: 12.47px 15px;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #323232;
    text-align: center;
}
.file_up_column .form_number {
    font-size: 16px;
}
.file_up_column .form_number input.form-input {
    border-radius: 5px;
    box-shadow: inset 2px 2px 5px #52525226;
    border: 1px solid #C2C2C2;
    width: 250px;
    height: 50px;
    display: flex;
    align-items: center;
}
.file_up_column .form_number input.form-input::placeholder {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    color: #C2C2C2;
}
/* 戻ると次へボタン */
.account_wrapper .btn-flex {
    width: 100%;
    margin: 50px auto 0;
    display: flex;
    justify-content: center;
    gap: 30px;
    position: relative;
}
.gap_3 {
    gap: 50px!important;
}
.account_wrapper .btn-flex .back_button {/* 戻る */
    display: flex;
    background-color: #F2F2F2;
    border: 1px solid #6A6A6A;
    width: 184px;
    height: 55px;
    color: #8E8E8E;
    font-size: 18px;
    font-weight: bold;
    justify-content: center;
    align-items: center;
}
.account_wrapper .btn-flex .back_button:hover{
    background-color: #D3D3D3;
}
.account_wrapper .btn-flex .next_button,
.account_wrapper .btn-flex .next_btn {/* 次へ */
    display: flex;
    background-color: #ffffff;
    border: 1px solid #AA8320;
    width: 184px;
    height: 55px;
    color: #AA8320;
    font-size: 18px;
    font-weight: bold;
    justify-content: center;
    align-items: center;
}
.account_wrapper .btn-flex .next_button:hover,
.account_wrapper .btn-flex .next_btn:hover {
    background-color: #AA8320;
    color: #ffffff;
}
.account_wrapper .next_column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.skip_link_center {
    text-align: center;
    margin-top: 15px;
}
.account_wrapper .skip_link {
    text-decoration: underline;
    color: #323232;
    font-size: 16px;
    width: auto;
    display: inline-block;
    position: absolute;
    left: 50%;
    /* transform: translateX(-50%) translateX(74%); */
    transform: translateX(-50%) translateX(100%);
    bottom: -35px;
    white-space: nowrap;
}
.account_wrapper .skip_link:hover {
    opacity: 0.3;
}
.cf_mg_top {
    margin-top: 50px!important;
}
.cf_mg_top_80 {
    margin-top: 80px!important;
}
.cf_font {
    font-weight: 600;
}

@media (max-width: 768px) {
    br.pc {
        display: none;
    }
    .account_wrapper {
        padding: 45px 0 60px;
    }
    .cf_container,
    .af_container {
        text-align: center;
        max-width: 335px;
        width: 100%;
        margin: 0 auto;
    }
    .cf_title {
        font-size: 2.5rem;
        margin: 30px 0;
        text-align: left;
    }
    .cf_intro {
        font-size: 1.4rem;
        font-weight: 400;
        line-height: 25px;
        margin-bottom: 30px;
        text-align: left;
    }
    .cf_email {
        font-size: 1.8rem;
        text-align: center;
    }
    .cf_text {
        font-size: 1.5rem;
        margin-bottom: 20px;
    }
    .cf_note {
        font-size: 1.6rem;
        /* margin-bottom: 40px; */
        line-height: 24px;
        text-align: left;
    }
    .cf_contact {
        font-size: 1.8rem;
        font-weight: 500;
        line-height: 31px;
        text-align: center;
    }
    .identity_documents_wrapper {
        display: block;
        margin: 0 auto;
        border: 1px solid #c2c2c2;
        background-color: #ffffff;
        border-radius: 5px;
        padding: 20px 16px;
        width: 100%;
        max-width: 100%;
        height: auto;
        text-align: left;
    }
    .identity_documents_wrapper p {
        font-size: 16px;
        line-height: 30px;
    }
    .identity_documents_wrapper ul {
        margin: 15px 0;
        line-height: 20px;
        font-size: 15px;
    }
    .identity_documents_wrapper ul li {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 0;
    }
    .identity_documents_wrapper ul li.red_text {
        font-size: 14px;
        color: #FF0000;
        line-height: 1.5;
        display: block;
        padding-left: 0;
    }
    .file_up_flex,
    .form_number  {
        display: flex;
        flex-direction: column;
        align-items: left;
        justify-content: flex-start;
        gap: 4px;
        margin-bottom: 15px;
    }
    .file_up_flex, .form_number p {
        font-size: 14px;
    }
    .file_up_column {
        margin-top: 30px;
    }
    .identity_documents_button {
        display: flex;
        background-color: #F2F2EF;
        border: 1px solid #c2c2c2;
        border-radius: 5px;
        padding: 12.47px 15px;
        justify-content: center;
        align-items: center;
        font-size: 15px;
        color: #323232;
        text-align: center;
        width: 100%;
        max-width: 90%;
    }
    .identity_documents_wrapper .file_up_column p {
        font-size: 14px;
        line-height: 20px;
        text-align: left;
        margin-bottom: 24px;
    }
    .identity_documents_wrapper .file_up_column p:last-child {
        font-size: 14px;
        line-height: 20px;
        text-align: left;
        margin-bottom: 0px;
    }
    .file_up_column .form_number{
        align-items: flex-start;
    }
    .file_up_column .form_number input.form-input {
        width: 100%;
        height: 50px;
        padding: 0;
    }
    .cf_note_2 {
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 24px;
        color: #FF0000;
        margin-top: 30px;
        margin-bottom: 20px;
        text-align: left;
    }

    /* 戻ると次へボタン */
    .account_wrapper .btn-flex {
        gap: 20px;
        margin: 30px auto 0;
    }
    .gap_3 {
        gap: 20px!important;
    }
    .account_wrapper .btn-flex .back_button {/* 戻る */
        width: 155px;
        height: 45px;
        font-size: 1.4rem;
        font-weight: bold;
    }
    .account_wrapper .btn-flex .next_button,
    .account_wrapper .btn-flex .next_btn {/* 次へ */
        width: 155px;
        height: 45px;
        font-size: 1.4rem;
        font-weight: bold;
    }
    .account_wrapper .skip_link {
        font-size: 1.4rem;
        transform: translateX(-50%);
    }
}

/* 口座開設(本登録)-11a,11b ------------------------------------------------------*/
.af11_wrapper {
    text-align: center;
}
.af11_box {
    max-width: 832px;
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
    border: solid 1px #C2C2C2;
    text-align: left;
    margin: 0 auto;
}
.af11a_title {
    font-size: 3rem;
    font-weight: bold;
    letter-spacing: 0.7px;
    line-height: 50px;
    margin-bottom: 29px;
}
.af11a_intro {
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 41px;
    margin-bottom: 30px;
}
.af11a_text {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 31px;
    margin-bottom: 15px;
}
.af11a_download {
    max-width: 328px;
    width: 100%;
    height: 36px;
    padding: 0 10px;
    box-sizing: border-box;
    background: #F2F2EF;
    color: #AA8320!important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.af11a_download:hover {
    cursor: pointer;
    opacity: 0.7;
}
.af11a_download_text {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 36px;
}
.af11a_download_pdf {
    max-width: 90px;
    width: 100%;
    height: 24px;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 24px;
    background: #FFFFFF;
    padding: 0 31px;
    box-sizing: border-box;
}
.af11a_subtitle {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 31px;
}
.af11a_address {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 31px;
}
.af11a_note {
    /* font-size: 1.6rem; */
    font-size: 2rem;
    font-weight: bold;
    line-height: 31px;
    margin-bottom: 40px;
}

@media (max-width: 768px) {
    .af11_wrapper {
        max-width: 335px;
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    .af11_box {
        max-width: 335px;
        width: 100%;
        padding: 30px 15px 0;
        box-sizing: border-box;
        border: solid 1px #C2C2C2;
        text-align: left;
        margin: 0 auto 30px;
    }
    .af11a_title {
        font-size: 2rem;
        font-weight: bold;
        letter-spacing: 0.5px;
        line-height: 28px;
        margin-bottom: 10px;
    }
    .af11a_intro {
        font-size: 1.4rem;
        font-weight: 500;
        line-height: 25px;
        margin-bottom: 30px;
    }
    .af11a_text {
        font-size: 1.4rem;
        margin-bottom: 10px;
    }
    .af11a_download_text {
        font-size: 1.4rem;
    }
    .af11a_download_pdf {
        font-size: 1.3rem;
    }
    .af11a_subtitle {
        font-size: 1.5rem;
        line-height: 28px;
        margin-bottom: 5px;
    }
    .af11a_address {
        font-size: 1.4rem;
        line-height: 25px;
        margin-bottom: 30px;
    }
    .af11a_note {
        font-size: 1.4rem;
        line-height: 25px;
    }
}


/* 共通スペーサー --------------------------------------------------------*/
.space_29 {
    margin-bottom: 29px;
}
.space_50 {
    margin-bottom: 50px;
}
.space_70 {
    margin-bottom: 70px;
}
.space_100 {
    margin-bottom: 100px;
}
.margin_top_0 {
    margin-top: 0!important;
}
.margin_top_50 {
    margin-top: 50px!important;
}
.text_center {
    text-align: center;
}
.text_center2 {
    text-align: center;
}
.space_adjust {
    padding: 0 0 100px!important;
}
.font_weight_bold {
    font-weight: bold;
}

@media (max-width: 768px) {
    .space_29 {
        margin-bottom: 20px;
    }
    .space_50 {
        margin-bottom: 35px;
    }
    .space_70 {
        margin-bottom: 50px;
    }
    .space_100 {
        margin-bottom: 70px;
    }
    .space_adjust {
        padding: 0!important;
    }
    .text_center2 {
        text-align: left;
    }
    .width_335 {
        max-width: 335px;
    }
}

.margin_top_30 {
    margin-top: 30px!important;
}
