/* 新規会員情報 */
.registration_page .ec-layoutRole__contents {
    background: #f3f4f4;
    width: 100%;
    max-width: 100%;
    border-top: 1px solid #dedede;
    padding: 30px 0;
}
.ec-layoutRole .ec-layoutRole__main {
    width: 100%;
    max-width: 1150px;
    margin: 0 auto;
}
.registration_page .register_ttl {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    color: #404040;
}
.registration_page .ec_mypageChangesec {
    border: 1px solid #e9e9e9;
    background: #fff;
    border-radius: 10px;
    padding: 20px 0 0 0;
}
.registration_page .change_flow {
    text-align: center;
    margin: 35px 0 5px 0;
}
.registration_page .change_mainText {
    color: #3f3f3f;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 30px 0;
}
.registration_page .changeform_sec {
    padding: 20px 0;
    margin: 0 40px;
    border-top: 1px solid #eeeeee;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.registration_page .changeForm_label,
.registration_page .changeRole_sec dl label {
    color: #3f3f3f;
    font-size: 18px;
    font-weight: bold;
    padding: 0 0 15px 0;
}

.registration_page .change_inputbox input {
    width: 100%;
    border: 2px solid #efefef;
    padding: 10px 15px;
    font-size: 16px;
    border-radius: 5px;
    margin: 0 0 10px;
}
.registration_page .change_inputbox input:focus-visible {
   outline: none;
}
.registration_page .change_inputbox input::placeholder {
    color: #999;
}
.registration_page .change_inputBgcolor input {
    background: #f7f7f7;
}
.registration_page .changeform_sec li {
    width: 49%;
    margin: 0 0 10px 0;
}
.registration_page .changeform_sec.change_gender li {
    margin: 0 0 20px 0;
}
.registration_page .changeform_sec.change_gender li:last-child {
    margin: 0 0 0 0;
}
.registration_page .changeaddress_Form_role.changeaddress_role02 {
    padding: 25px 0 8px;
}
.registration_page .changeaddress_role02,
.registration_page .change_contactwrap {
    padding: 25px 0;
    margin: 0 30px;
    border-top: 1px solid #eeeeee;
}
.registration_page .change_contactwrap {
    display: flex;
    justify-content: space-between;
}
.registration_page .change_emailsec {
    width: 60%;
}
.registration_page .change_mailtext {
    font-size: 19px;
    color: #bb3054;
    font-weight: bold;
}
.registration_page .change_phonesec {
    width: 38%;
}
.registration_page .change_inputbox.ec-telInput input {
    width: 100%;
    max-width: 100%;
}
.registration_page .changeForm_label span.ec-required,
.registration_page .changeRole_sec dl span.ec-required{
    color: #ba3053;
    font-size: 18px;
    font-weight: bold;
    vertical-align: 0;
}
.registration_page .changeForm_label span {
    color: #ba3053;
    font-size: 18px;
    font-weight: bold;
}
.registration_page .change_inputbox.ec-birth select {
    appearance: none;
    background: url(/html/template/default/assets/img/mypage/select_icn.png) no-repeat top 16px right 10px;
    border: 1px solid #ededed;
    padding: 10px 20px;
    width: 100px;
    color: #3f3f3f;
    font-weight: bold;
}
.registration_page .change_inputbox.ec-birth #entry_birth_year {
    width: 140px;
}
.registration_page .ec-birth span {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
}
.registration_page .change_radiobox.ec-radio {
    margin: 11px 0 0 0;
}
.registration_page .change_radiobox span,
.registration_page .changeRole_sec dl span {
    color: #3f3f3f;
    font-size: 17px;
    font-weight: bold;
    padding: 0 0 0 7px;
}
.registration_page .change_radiobox input {
    position: relative;
    cursor: pointer;
}
.registration_page .changeRole_sec dl input {
    position: relative;
}
.registration_page .entry_mailmaga_flg input {
    margin-bottom: 0;
    top: 6px;
}
.registration_page .error.ec-radio div,
.registration_page .error.ec-checkbox label {
    padding: 10px 0 0 15px;
}
.registration_page .change_radiobox input::before,
.registration_page .changeRole_sec dl input::before {
    position: absolute;
    z-index: 1;
    top: -2px;
    left: 4px;
    width: 16px;
    height: 16px;
    content: '';
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -o-transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75), -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    border-radius: 50%;
    background: #404040;
}
.registration_page .change_radiobox input:checked:before,
.registration_page .changeRole_sec dl input:checked::before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}
.registration_page .change_radiobox input:after,
.registration_page .changeRole_sec dl input::after {
    position: absolute;
    top: -8px;
    left: -0.125rem;
    width: 28px;
    height: 28px;
    content: '';
    border: 1px solid #dedede;
    border-radius: 50%;
    background: #ffffff;
}
.registration_page .change_radiobox label {
    cursor: pointer;
}
.registration_page .ec_selectjob select {
    appearance: none;
    background: url(/html/template/default/assets/img/mypage/select_icn.png) no-repeat top 16px right 10px;
    border: 1px solid #ededed;
    padding: 10px 20px;
    width: 100%;
    color: #3f3f3f;
    font-size: 18px;
    font-weight: bold;
}
.registration_page .changeRole_sec dl {
    padding: 25px 0 0;
    margin: 0 30px;
    border-top: 1px solid #eeeeee;
}
.registration_page .changeRole_sec dl dt {
    margin: 0 0 15px 0;
}
.registration_page .mail_magazineText {
    margin: 25px 30px 30px;
    color: #3f3f3f;
    font-size: 16px;
    font-weight: bold;
}
.registration_page .change_submitsec {
    background: #f9f9f9;
    padding: 40px;
}
.registration_page .change_submitList {
    display: flex;
    justify-content: space-between;
}
.registration_page .change_submitsec .ec_changeBack {
    background: #eee;
    border: 1px solid #e5e5e5;
    width: 115px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 18px;
    color: #404040;
    font-weight: bold;
    padding: 15px;
    border-radius: 5px;
}
.registration_page .change_submitsec .ec-blockBtn--cancel {
    width: 50%;
    background: #107667;
    border-radius: 5px;
    border: none;
    font-size: 20px;
}
.registration_page .change_submitsec .ec-blockBtn--cancel:hover {
    opacity: 0.8;
}
.registration_page .change_submitsec span {
    width: 200px;
}
.registration_page button:focus,
.registration_page button:focus-visible {
    outline: none;
    box-shadow: none;
}
.registration_page .addressForm_role {
    padding: 20px 10px;
    border-bottom: 1px solid #eee;
    margin: 0 20px;
}
.registration_page .addressForm_role02 {
    border-bottom: none;
}
.registration_page .addressFormsec {
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.registration_page .addressFormsec li {
    width: 48%;
    margin: 0 0 20px 0;
}
.registration_page .addressForm_label .ec_addresslabel {
    font-size: 18px;
}
.registration_page .ec_inputbox input {
    width: 100%;
    border: 2px solid #e9e9e9;
    padding: 10px;
    border-radius: 10px;
    font-size: 16px;
    margin: 8px 0 0 0;
    color: #3f3f3f;
    background: #fff;
}
.registration_page .ec_inputbox.ec_bgbox input {
    background: #f7f7f7;
}
.registration_page .ec_inputbox input:focus-visible {
    outline: none;
}
.registration_page .ec_inputbox input::placeholder {
    color: #999;
}
.addressForm_label .ec-required {
    color: #b93052;
    font-size: 16px;
    font-weight: bold;
}
.registration_page .jushowrap {
    background: #f9f9f9;
    padding: 20px 40px;
    margin: 0 0 20px 0;
}
.registration_page .postal_sec {
    padding: 0 0 0 70px;
}
.registration_page .postal_note {
    color: #3f3f3f;
    font-size: 17px;
    font-weight: bold;
    padding: 0 0 5px 0;
}
.registration_page .postal_form {
    padding: 0 0;
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    gap: 4%;
    margin: 0 0 0 -30px;
}
.registration_page .ec_postalbox {
    display: inline-block;
}
.registration_page .ec-zipInput.ec_postalbox {
    width: 200px;
}
.registration_page .ec-zipInput.ec_postalbox input {
    border-radius: 5px;
    max-width: 100%;
    border: 1px solid #e9e9e9;
    padding: 12px 10px;
    height: auto;
    text-align: center;
}
.registration_page .postal_text {
    color: #3f3f3f;
    font-size: 17px;
    font-weight: bold;
}
.registration_page .postal_form .postal_text {
    font-size: 22px;
    margin: 0 4px 0 0;
}
/* .registration_page .zip_searchbtn {
    background: #404040;
    color: #fff;
    padding: 15px 25px;
    border-radius: 5px;
} */
.registration_page .jushowrap .jusho_name input {
    margin: 0;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
}
.registration_page .zip_searchbtn{
    font-size: 16px;
    color: #0b3d7c;
    border-radius: 5px;
    font-weight: bold;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.registration_page .zip_searchbtn img {
    margin: 0 5px 0 0;
}
.registration_page .jushoKu_wrap {
    display: flex;
    align-items: center;
    margin: 20px 0;
}
.registration_page .jushoKu_wrap .ec-select {
    margin-bottom: 0;
}
.registration_page .ec_formselect select {
    background: url(/html/template/default/assets/img/mypage/select_icn.png) no-repeat top 16px right 10px #fff;
    border: 1px solid #e9e9e9;
    padding: 9px 20px;
    width: 220px;
    color: #3f3f3f;
    font-weight: bold;
    appearance: none;
    border-radius: 5px;
    font-size: 18px;
}
.registration_page .ec_formselect select:focus-visible {
    outline: none;
}
.registration_page .jushoKu_wrap .ec_inputbox input {
    border: none;
    margin: 0;
    background: transparent;
}
.registration_page .jushowrap .jusho_name {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 0;
    border: 0;
    flex-wrap: wrap;
    margin: 0;
    justify-content: space-between;
}
.registration_page .jusho_name dd {
    width: 93%;
    margin: 0;
}
.registration_page .change_submitsec .ec-checkbox {
    text-align: center;
}
.registration_page .change_submitsec .ec-checkbox label {
    cursor: pointer;
}
.registration_page .ec-checkbox label input {
    display: none;
}
.registration_page .change_submitsec .checkbox-field-text {
    position: relative;
    padding-left: 30px;
    font-size: 18px;
    color: #464646;
    margin: 0 0 20px 0;
    font-weight: bold;
    width: auto;
    display: block;
}
.registration_page .change_submitsec .checkbox-field-text:before {
    border: 2px solid #eaeaea;
    border-radius: 5px;
    content: "";
    display: block;
    height: 28px;
    left: -10px;
    margin: 3px 0 0 0;
    position: absolute;
    top: -7px;
    width: 30px;
    background: #fff;
}
.registration_page .ec-checkbox label input[type=checkbox]:checked +.checkbox-field-text:after {
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    left: -1px;
    width: 11px;
    height: 21px;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    border-bottom: 3px solid #107667;
    border-right: 3px solid #107667;
}
.registration_page .change_submitsec .ec-link {
    color: #003f7f;
    text-decoration: underline;
    text-underline-offset: 4px;
}
.registration_page .ec-errorMessage {
    margin-bottom: 25px;
    font-size: 12px;
    font-weight: bold;
    color: #DE5D50;
}



/* 新規会員登録確認 */

.registration_page .changeconfirm_col .mypagechange_confirmList,
.registration_page .changeconfirm_col dl {
    margin: 0 30px;
    display: flex;
    flex-wrap: wrap;
}
.registration_page .changeconfirm_col .mypagechange_confirmList dt,
.registration_page .changeconfirm_col dl dt {
    width: 25%;
}
.registration_page .changeconfirm_col .mypagechange_confirmList dd,
.registration_page .changeconfirm_col dl dd {
    width: 70%;
    color: #3f3f3f;
    font-size: 17px;
    font-weight: bold;
    padding: 0 0 0 7px;
}
.registration_page .changeconfirm_col .mypagechange_confirmList dd span {
    color: #868686;
}

.registration_page .changeconfirm_col .mypagechange_confirmList02 {
    margin: 0 30px;
    border-top: 1px solid #eeeeee;
    padding: 25px 0 0;
}
.registration_page .changeconfirm_col .changeconfirm_address {
    color: #3f3f3f;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.8;
}
.registration_page .changeconfirm_col .postal_text {
    color: #3f3f3f;
    font-size: 21px;
    font-weight: bold;
}
.registration_confirmpage .changeForm_label span.ec-required,
.registration_confirmpage .changeRole_sec dl span.ec-required {
    display: none;
}
.registration_confirmpage .mail_magazineText {
    border-top: 1px solid #eeeeee;
    padding: 25px 0;
}
.registration_page .change_submitsec .ec-checkbox .ec-checklink {
    color: #003f7f;
    text-decoration: underline;
    text-underline-offset: 5px;
}


/* 新規会員登録完了 */
.registration_page .CompleteBtnsec .ec-blockBtn--cancel {
    width: 50%;
    background: #107667;
    border-radius: 5px;
    border: none;
    font-size: 20px;
    margin: 0 auto;
}
.registration_page .changecompleteRole_sec {
    border-top: 1px solid #eeeeee;
    margin: 0 20px;
    padding: 30px 0;
}
.registration_page .changeComplete_maintext {
    color: #3f3f3f;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding: 30px 0;
}

.registration_complete .ec_mypageChangesec {
    padding-bottom: 30px;
}
.registration_complete .mypageChange_head {
    border-bottom: 1px solid #eeeeee;
    margin: 0 20px 45px 20px;
    padding: 0 0 10px 0;
}
.registration_complete .register_logo {
    text-align: center;
}
.registration_complete .registerRole_text01 {
    text-align: center;
    margin: 25px 20px 40px;
    line-height: 1.5;
    font-size: 20px;
    color: #107666;
    font-weight: bold;
}
.registration_complete .registerRole_text01 span {
    background: linear-gradient(to bottom, transparent 0 51%, #fafd91 42% 78%, transparent 79% 100%);
}
.registration_complete .registerRole_text02 {
    text-align: center;
    color: #3f3f3f;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    margin: 0 20px;
}
.registration_complete .registerRole_text02 span {
    color: #ba3053;
}
.registration_complete .registermail_fig {
    text-align: center;
    margin: 15px 0 30px;
}
.registration_complete .register_mail_linksec {
    text-align: center;
}
.registration_complete .register_mail_link {
    text-align: center;
    text-decoration: underline;
    color: #004080;
    font-weight: bold;
    font-size: 15px;
}

.registration_complete .registeractive_sec {
    padding: 50px 0 0;
}
.registration_complete .registeractive_text01 {
    text-align: center;
    margin: 25px 20px 30px;
    line-height: 1.5;
    font-size: 34px;
    color: #107666;
    font-weight: bold;
}
.registration_complete .registeractive_text02 {
    text-align: center;
    color: #3f3f3f;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    margin: 0 20px;
}
.registration_complete .registeractive_infolist {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: 40px auto 25px;
}
.registration_complete .registeractive_infolist a {
    width: 49%;
    border: 1px solid #999999;
    text-align: center;
    display: block;
    padding: 15px 20px;
    color: #3f3f3f;
    font-size: 20px;
    font-weight: bold;
    border-radius: 5px;
    position: relative;
}
.registration_complete .registeractive_infolist .register_infoBtn01::before {
    content: "";
    position: absolute;
    background: url(/html/template/default/assets/img/register/info_icn01.png) no-repeat;
    width: 22px;
    height: 32px;
    background-size: cover;
    left: 20px;
    top: 9px;
}
.registration_complete .registeractive_infolist .register_infoBtn02::before {
    content: "";
    position: absolute;
    background: url(/html/template/default/assets/img/register/info_icn02.png) no-repeat;
    width: 34px;
    height: 29px;
    background-size: cover;
    left: 20px;
    top: 11px;
}
.registration_complete .registeractive_infolist02 {
    width: 35%;
    margin: 0 auto 10px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
}
.registration_complete .registeractive_infolist02 a {
    width: 100%;
    padding: 17px 20px;
    background: #404040;
    border-radius: 5px;
    color: #fff;
    font-size: 20px;
    position: relative;
}
.registration_complete .registeractive_infolist02 .register_infoBtn03::before {
    content: "";
    position: absolute;
    background: url(/html/template/default/assets/img/register/info_icn03.png) no-repeat;
    width: 20px;
    height: 27px;
    background-size: cover;
    left: 20px;
    top: 12px;
}
.registration_page .top_historysec {
    display: none;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.sr-only + .ec-required {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.changeForm_label:has(.sr-only) {
    height: 38px;
}
@media (max-width: 930px) {
    .ec-layoutRole .ec-layoutRole__main {
        width: 96%;
    }
    .registration_page .change_submitsec span {
        display: none;
    }
    .registration_page .change_submitsec .ec-blockBtn--cancel {
        width: 80%;
    }
    .registration_page .changeform_sec.change_gender li {
        width: 100%;
    }
    .registration_page .jusho_name dd {
        width: 88%;
    }
}
@media (max-width: 767px) {
    .changeForm_label:has(.sr-only) {
        height: 0;
        padding: 0;
    }
    .mypageChange_head {
        margin: 0 20px;
    }
    .registration_page .register_ttl {
        font-size: 20px;
    }
    .registration_page .change_mainText {
        font-size: 14px;
    }
    .registration_page .changeform_sec {
        padding: 20px;
        margin: 0;
    }
    .registration_page .changeform_sec li {
        width: 100%;
        margin: 0 0 10px 0;
    }
    .registration_page .changeForm_label, .registration_page .changeRole_sec dl label {
        font-size: 16px;
    }
    .registration_page .changeForm_label span.ec-required, .registration_page .changeRole_sec dl span.ec-required{
        font-size: 14px;
    }
    .registration_page .changeaddress_role02, .registration_page .change_contactwrap {
        padding: 20px;
        margin: 0;
    }
    .registration_page .changeaddress_Form_role.changeaddress_role02 {
        padding: 20px;
        margin: 0;
    }
    .registration_page .changeaddress_role02 .jushowrap .jusho_name {
        margin: 0;
        gap: 0;
    }
    .registration_page .jusho_name dd {
        width: 100%;
        margin: 0 0 20px 0;
    }
    .registration_page .jushowrap {
        background: #f9f9f9;
        padding: 15px 15px 5px;
        margin: 0 0 20px 0;
    }
    .registration_page .postal_sec {
        padding: 0;
    }    
    .registration_page .postal_note {
        font-size: 14px;
    }
    .registration_page .postal_form {
        flex-wrap: wrap;
        width: 100%;
        margin: 0;
    }
    .registration_page .postal_form li {
        width: 100%;
    }
    .registration_page .change_contactwrap {
        flex-wrap: wrap;
        gap: 25px;
    }
    .registration_page .postal_form .postal_text {
        font-size: 19px;
    }
    .registration_page .ec_postalbox {
        width: 91%;
    }
    .registration_page .zip_searchbtn {
        width: 91%;
        display: block;
        margin: 12px 0 0 0;
    }
    .registration_page .jushoKu_wrap {
        justify-content: center;
    }
    .registration_page .ec_formselect select {
        padding: 11px 20px;
        font-size: 16px;
    }
    .registration_page .change_emailsec,
    .registration_page .change_phonesec {
        width: 100%;
    }
    .registration_page .change_mailtext {
        font-size: 14px;
    }
    .registration_page .changeForm_label span {
        font-size: 15px;
    }
    .registration_page .change_inputbox.ec-birth select {
        padding: 10px 10px;
        width: 70px;
        font-size: 14px;
        background-size: 12px;
    }
    .registration_page .ec-birth span {
        font-size: 14px;
    }
    .registration_page .change_radiobox.ec-radio #entry_sex {
        display: flex;
        flex-wrap: wrap;
        gap: 3vw;
    }
    .registration_page .change_radiobox.ec-radio #entry_sex label {
        margin-right: 0;
    }
    .registration_page .change_inputbox.ec-birth #entry_birth_year {
        width: 85px;
    }
    .registration_page .change_radiobox span, .registration_page .changeRole_sec dl span {
        font-size: 14px;
        padding: 0 0 0 3px;
    }
    .registration_page .change_radiobox input::before, .registration_page .changeRole_sec dl input::before {
        width: 12px;
        height: 12px;
        top: 1px;
        left: 3px;
    }
    .registration_page .change_radiobox input:after, .registration_page .changeRole_sec dl input::after {
        width: 23px;
        height: 23px;
        top: -4px;
    }
    .registration_page .change_radiobox input {
        margin-bottom: 10px;
        margin-right: 10px;
        vertical-align: sub;
        appearance: none;
    }
    .registration_page .ec_selectjob select {
        font-size: 16px;
    }
    .registration_page .mail_magazineText {
        font-size: 14px;
        margin: -8px 30px 30px;
    }
    .registration_page .change_submitsec {
        background: #f9f9f9;
        padding: 20px;
    }
   
    .registration_page .change_submitsec .ec_changeBack {
        width: 70px;
        font-size: 16px;
    }
    .registration_page .change_submitsec .ec-blockBtn--cancel {
        width: 70%;
        font-size: 16px;
        line-height: 2;
        height: auto;
    }
    .registration_page .changeComplete_maintext {
        font-size: 16px;
        padding: 0 0 20px;
    }
    .registration_page .CompleteBtnsec .ec-blockBtn--cancel {
        width: 100%;
        font-size: 18px;
        line-height: 2.5;
        height: auto;
    }
    .registration_page .change_submitsec .checkbox-field-text {
        font-size: 13px;
        margin: 0 0 20px 0;
        padding-left: 20px;
    }
    .registration_page .change_submitsec .checkbox-field-text:before {
        height: 24px;
        width: 26px;
    }
    .registration_page .ec-checkbox label input[type=checkbox]:checked +.checkbox-field-text:after {
        width: 7px;
        height: 17px;
        border-bottom: 2px solid #107667;
        border-right: 2px solid #107667;
    }
    .registration_page .changeconfirm_col .mypagechange_confirmList dt, .registration_page .changeconfirm_col dl dt {
        width: 100%;
        margin: 0;
    }
    .registration_page .changeconfirm_col .mypagechange_confirmList dd, .registration_page .changeconfirm_col dl dd {
        width: 100%;
        font-size: 16px;
        padding: 0 0 15px 0;
    }    
    .registration_page .changeconfirm_col .changeconfirm_address {
        font-size: 16px;
    }
    .registration_confirmpage .mail_magazineText {
        padding-bottom: 0;
    }
    
    .registration_complete .mypageChange_head {
        margin: 0 0 30px;
        padding: 0 15px 10px;
    }
    .registration_complete .registerRole_text01 {
        font-size: 5vw;
    }
    .registration_complete .registerRole_text02 {
        font-size: 14px;
    }
    .registration_complete .registermail_fig {
        margin: 15px 20px 30px;
    }
    .registration_complete .registeractive_text01 {
        font-size: 5vw;
    }
    .registration_complete .registeractive_text02 {
        font-size: 14px;
    }
    .registration_complete .registeractive_text02 span {
        color: #107666;
    }
    .registration_complete .registeractive_infolist {
        width: 90%;
        margin: 25px auto 15px;
        flex-wrap: wrap;
        gap: 10px;
    }
    .registration_complete .registeractive_infolist a {
        width: 100%;
        font-size: 18px;
    }
    .registration_complete .registeractive_infolist02 {
        width: 90%;
        gap: 10px;
    }
    .registration_complete .registeractive_infolist02 a {
        font-size: 18px;
    }
}