.breadcrumb {
    font-size: 12px;
    padding: 0 16px;
    margin: 12px auto 40px;
    max-width: 1300px;
    overflow: auto;
}
@media screen and (min-width: 920px) {
    .breadcrumb {
        padding: 0 20px;
        margin: 20px auto 71px;
    }
}
.breadcrumb__page{
    margin-bottom: 50px;
}
.breadcrumb_list {
    display: flex;
    justify-content: flex-start;
}

.breadcrumb_list li {
    position: relative;
    white-space: nowrap;
}

.breadcrumb_list li + li {
    padding-left: 1.5em;
    margin-left: 0.5em;
}

.breadcrumb_list li + li::before {
    content: "＞";
    position: absolute;
    left: 0;
}




.breadcrumb_list li:last-of-type a {
    opacity: 1;
    pointer-events: none;
    background-image: none;
}

.page_title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}
@media screen and (min-width: 920px) {
    .page_title {
        font-size: 40px;
    }
}
.page_title__left {
    text-align: left;
}
.common_button {
    width: 100%;
    height: 45px;
    max-width: 416px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1CC1CF;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1px;
    text-align: center;
    color: #ffffff;
    border: 0;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    padding-left: 20px;
    padding-right: 20px;
}
@media screen and (min-width: 992px) {
    .common_button {
        height: 60px;
        border-radius: 8px;
        font-size: 18px;
    }
}
.common_button:hover {
    opacity: 0.85;
}
input {
    width: 100%;
    height: auto;
    border-radius: 4px;
    border: 1px solid #DFE5E0;
    padding: 7px 10px !important;
    font-size: 16px !important;
}
@media screen and (min-width: 920px) {
    input {
        padding: 7px 16px 7px 10px !important;
    }
}

/*input:focus {*/
/*    outline:solid 2px #1CC1CF;*/
/*    box-shadow: 0 0 8px 0 #00000029;*/
/*}*/

input::placeholder {
    color: #B4B4B4;
}
.form_container {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0 0 20px;
}
@media screen and (min-width: 920px) {
    .form_container {
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
        gap: 12px;
        max-width: 600px;
    }
}
.input_form_small_txt{
    font-size: 11px;
    padding: 5px 0 0 5px;
    display: block;
    width: 100%;
}
@media screen and (min-width: 920px) {
    .input_form_small_txt{
        font-size: 12px;
    }
}
.form_container_last {
    margin: 0;
}
.input_form_small_txt__error{
    color: #FF4B91;
}

/* 完了画面 */

.mailSent_section_message_icon {
    width: 70px;
    height: auto;
}
@media screen and (min-width: 920px) {
    .mailSent_section_message_icon {
        width: 150px;
        height: auto;
    }
}
.mailSent_section_message_icon img {
    width: 100%;
    height: auto;
}
.complete_section_container {
    width: 100%;
    height: auto;
    max-width: 450px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    padding: 0 20px;
    margin: 0 auto;
}
@media screen and (min-width: 920px) {
    .complete_section_container {
        gap: 40px;
        padding: 0;
    }
}

.complete_section_message {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.complete_section_message_title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
}
@media screen and (min-width: 920px) {
    .complete_section_message_title {
        font-size: 28px;
    }
}


.complete_section_contents {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
@media screen and (min-width: 920px) {
    .complete_section_contents {
        gap: 40px;
    }
}


.complete_section_contents_text {
    padding-top: 16px;
    border-top: 1px solid #EBEDF0;
}

.complete_section_contents_text p {
    font-weight: 400;
    line-height: 1.5;
}

.complete_section_contents_list {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.complete_section_contents_link {
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    border: 1px solid #021530;
    transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 920px) {
    .complete_section_contents_link {
        height: 60px;
        border-radius: 8px;
    }
    .complete_section_contents_link:hover {
        opacity: 0.5;
    }
}


.complete_section_contents_link_text {
    font-weight: 700;
    line-height: 1;
    text-align: center;
}

.complete_section_contents_link_inner {
    width: fit-content;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.complete_section_contents_link_icon {
    width: 20px;
    height: 20px;
}
@media screen and (min-width: 920px) {
    .complete_section_contents_link_icon {
        width: 24px;
        height: 24px;
    }
}



@media screen and (min-width: 920px) {
    .column_address {
        flex: 0 1 416px;
    }
}

.column_address_item {
    width: 100%;
    height: auto;
    display: grid;
    gap: 12px;
    margin-bottom: 20px;
}

.column_address_item:last-of-type {
    margin-bottom: 0;
}

.column_address_title {
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
}

.column_address_item_flex {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap:10px;
}
@media screen and (min-width: 920px) {
    .column_address_item_flex {
        flex-direction: row;
        align-items: flex-start;
        gap: 20px;
    }
}

/*input:focus,*/
/*select:focus {*/
/*    outline:solid 2px #1CC1CF;*/
/*    box-shadow: 0 0 8px 0 #00000029;*/
/*}*/

input::placeholder,
select::placeholder {
    color: #B4B4B4;
}

.register_section_nav_item .nav_bar {
    background-color: #DADADA;
}

.register_section_nav_item_active .nav_bar {
    background-color: #1CC1CF;
}


.form_container_address {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0 0 20px;
}
@media screen and (min-width: 920px) {
    .form_container_address {
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
        gap: 12px;
    }
}
@media screen and (min-width: 920px) {
    .form_container_address .form_label {
        margin-top: 34px;
    }
}

.form_label {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    margin: 0;
}
@media screen and (min-width: 920px) {
    .form_label {
        width: 180px;
        flex: 0 0 180px;
        margin: 7px 0 0 0;
    }
}

.required {
    line-height: 1;
    font-size: 11px;
    padding: 2px 6px 3px;
    color: #fff;
    border-radius: 4px;
    font-weight: 700;
    display: inline-block;
    margin-left: 6px;
    margin-top: 2px;
    vertical-align: middle;
    white-space: nowrap;
    background: #FF4B91;
}

.wrap_row {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}
@media screen and (min-width: 920px) {
    .wrap_row {
        flex-direction: row;
        justify-content: space-between;
        gap: 10px;
    }
}

@media screen and (min-width: 920px) {
    .wrap_full {
        flex: 1 1 416px;
    }
}

@media screen and (min-width: 920px) {
    .wrap_much {
        flex: 0 1 416px;
    }
}

.wrap_much input {
    max-width: 100%;
}
@media screen and (min-width: 920px) {
    .wrap_much input {
        /*max-width: 308px;*/
    }
}

.wrap_notes {
    position: relative;
}

@media screen and (min-width: 920px) {
    .wrap_half {
        flex: 0 1 200px;
    }
}

.wrap_select {
    width: 90%;
    position: relative;
}
@media screen and (min-width: 920px) {
    .wrap_select {
        width: 100%;
        max-width: 308px;
    }
}

.wrap_select::after {
    content: "";
    position: absolute;
    background: url(../img/register/select.svg) center center no-repeat;
    width: 20px;
    height: 20px;
    top: 50%;
    right: 16px;
    translate: 0 -50%;
    pointer-events: none;
}
@media screen and (min-width: 920px) {
    .wrap_select::after {
        width: 24px;
        height: 24px;
    }
}

.wrap_select > select {
    -webkit-appearance: none;
    appearance: none;
}



input,
select {
    width: 100%;
    height: auto;
    border-radius: 4px;
    border: 1px solid #DFE5E0;
    padding: 7px 10px !important;
    font-size: 16px !important;
}
@media screen and (min-width: 920px) {
    input,
    select {
        padding: 7px 16px 7px 10px !important;
    }
}


.address_btn {
    width: 183px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: #1CC1CF;
    border: 1px solid #1CC1CF;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
    position: relative;
    padding: 0 16px;
}
@media screen and (min-width: 920px) {
    .address_btn {
        width: 100%;
        height: 40px;
        flex: 0 1 183px;
    }
}

.address_btn::after {
    content: "";
    position: absolute;
    background: url(../img/register/blank.svg) center center no-repeat;
    width: 20px;
    height: 20px;
    top: 50%;
    right: 16px;
    translate: 0 -50%;
}
@media screen and (min-width: 920px) {
    .address_btn::after {
        width: 24px;
        height: 24px;
    }
}

.toggle-password {
    width: fit-content;
    height: auto;
    position: absolute;
    top: 50%;
    right: 16px;
    translate: 0 -50%;
}
@media screen and (min-width: 600px) {
    .toggle-password {
    }
}
@media screen and (min-width: 920px) {
    .toggle-password {
        cursor: pointer;
    }
}

.password-strength-msg {
    width: 233px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    color: #ffffff !important;
    position: absolute;
    top: -46px;
    left: 8%;
}
.password-strength-msg::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 0;
    height: 0;
    transform: translateX(-50%);
    border: 9px solid transparent;
    border-bottom-width: 0;
}

.password-strength {
  background-color: #1cc1cf;
}

.password-weak {
  background-color: #ff4b91;
}

.out {
    background-color: #FF4B91;
}
.out::after {
    border-top: 10px solid #FF4B91;
}

.nice {
    background-color: #1CC1CF;
}
.nice::after {
    border-top: 10px solid #1CC1CF;
}

.confirm_container {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 40px auto 0;
}
@media screen and (min-width: 920px) {
    .confirm_container {
        margin: 60px auto 0;
    }
}

.terms-container label {
    display: flex;
    align-items: center;
}

.terms-container label > input {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    cursor: pointer;
    outline: 0;
    margin-right: 6px;
}

.terms-container label > a {
    /*display: flex;*/
    /*align-items: center;*/
}

.submit-container {
    width: 100%;
    display: flex;
    justify-content: center;
}
.submit_btn_wrap_area{
    margin: 40px 0 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
@media screen and (min-width: 920px) {
    .submit_btn_wrap_area{
        margin: 85px 0 0;
        flex-direction: row;
    }
}

h2.page_title__under{
    border-bottom: 1px solid #021530;
    padding-bottom: 10px;
    margin-bottom: 16px;
    margin-top: 30px;
}
.page_section a{
    color: #1CC1CF;
    text-decoration: underline;
}
.page_section a:hover{
    text-decoration: none;
}
