.p-login{
    background-color:#FEF5E6;
    margin-top: 65px;
    padding-bottom: 80px;
}
.p-login.--register{
    background-color: #fff;
}
.p-login.--step{
    background-color: #fff;
}
@media screen and (max-width:768px){
    .p-login {
        margin-top: 86px;
    }
}
.p-login-h1{
    font-size: clamp(10px,6vw,32px);
    color:#1A3261;
    font-weight: 700;
    letter-spacing: .05em;
    padding: 40px 0;
    text-align: center;
}
.--register .p-login-h1{
    color: #F29600;
    text-align: center;
    max-width: 768px;
    width: 100%;
    padding: 40px 0;
    margin: 0 auto;
    text-align: left;
}
.--step .p-login-h1{
    color: #F29600;
    text-align: center;
    max-width: 768px;
    width: 100%;
    padding: 40px 0;
    margin: 20px auto;
    text-align: center;
}

.--step .p-login-h1 span{
    display: block;
    color: #323232;
    font-weight: normal;
    font-size: 15px;
    margin-top: 20px;
}
@media screen and (max-width:768px){
    .p-login-h1 {
        font-size:6.4vw;
        line-height: 1;
        padding: 32px 0;
    }

    .--register .p-login-h1{
        width: calc(100% - 40px);
        padding: 20px 0;
        margin: 0 auto;
        color: #F29600;
        text-align: left;
    }

    .--step .p-login-h1{
        width: calc(100% - 40px);
        padding: 20px 0;
        margin: 20px auto;
        color: #F29600;
        text-align: center;
    }
}

.--step .p-login-box__cont--lead{
    margin-bottom: 0;
}
.p-login-box{
    display: flex;
    max-width: 560px;
    width: 100%;
    padding: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 16px;
    overflow: hidden;
    margin: 0 auto;
}

.--step .p-login-box{
    background: #f8f8f8;
    max-width: 768px;
    width: 100%;
    padding: 40px 60px;
}
@media screen and (max-width:768px){
    .p-login-box {
        width: calc(100% - 40px);
            padding: 20px 16px;
    }

    .--step .p-login-box__cont--lead{
        margin-bottom: 10px;
    }

    .--step .p-login-box {
        padding: 25px 0px 10px;
        margin: 0 auto;
        width: calc(100% - 40px);
    }
}
.p-login-box__form{
   display: block;
   width: 100%;
}
@media screen and (max-width:768px){
    .flex-box{
        padding: 8px 10px;
    }
}
.p-login-box__cont{
    margin-bottom: 24px;
}
.p-login-box__cont--lead{
    color: #323232;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 10px;
    letter-spacing: 0.05em;
}
.p-login-box__cont--label{
    border-radius: 8px;
    border:solid 1px #1A326E;
    background: #FFF;
    display: flex;
    padding: 12px 24px 12px 16px;
    align-items: center;
    align-self: stretch;
    width: 100%;
}
.p-login-box__input{
    color:#1A326E;
    font-size: clamp(10px,5vw,16px);
    width: 100%;
}
.p-login-box__input::placeholder {
    color: #8D98B7;
}

.p-login-box__cont--img{
    width: 24px;
    height: 24px;
    object-fit: contain;
    margin-right: 16px;
}

.p-login-box__cont--text{
    color: #1A3261;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: .05em;
    border-bottom: solid 1px #1A3261;
    margin-top: 8px;
    display: inline-block;
}
.p-login-box__submit{
    background: rgb(255, 145, 0);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 145, 0, 1)), color-stop(50%, rgba(255, 70, 0, 1)), to(rgba(255, 145, 0, 1)));
    background: -o-linear-gradient(left, rgba(255, 145, 0, 1) 0%, rgba(255, 70, 0, 1) 50%, rgba(255, 145, 0, 1) 100%);
    background: linear-gradient(90deg, rgba(255, 145, 0, 1) 0%, rgba(255, 70, 0, 1) 50%, rgba(255, 145, 0, 1) 100%);
    background-size: 199% 100%;
    background-position: 0 0;
    border-radius: 50px;
    line-height: 1;
    display: flex;
    width: 320px;
    padding: 16px 40px;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .05em;
    margin: 0 auto ;
    cursor: pointer;
    -webkit-transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
        -o-transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
        transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}
@media screen and (max-width:768px){
    .p-login-box__submit {
        width: 100%;
        font-size: 5.3vw;
    }
}
.p-login-box__submit.--reset {
    padding: 16px 0px;
    width: 340px;
}
@media screen and (max-width:768px){
    .p-login-box__submit.--reset {
        width: 100%;
    }
}
.p-login-box__submit:hover {
    background-position: 100% 0;
    -webkit-transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
    -o-transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}
.p-login-register{
    color: #1A3261;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.05em;
    border-bottom: solid 1px #1A3261;
    display: block;
    margin: 40px auto 0;
    width: fit-content;
}
@media screen and (max-width:768px){
    .p-login-register {
        margin: 32px auto 0;
        font-size:4vw;
    }
}
.header-subtitle,
.header-nav,
.header-search {
display: block;
}
.p-register{
    margin: 0 auto;
}
.p-register-text{
    color: #1A3261;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.05em;
    margin-bottom: 16px;
    text-align: center;
}
.p-register-text__link{
    color: #1A3261;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.05em;
    border-bottom:solid 1px #1A3261;
}
.c-req-text{
    color: #C10000;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin-left: 8px;
}
.invalid-feedback,.alert-success{
    color:red;
    margin-top: 10px;
}
.p-email-text{
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    max-width: 560px;
    width: 100%;
    margin: 0 auto 40px;
    text-align: center;
}
@media screen and (max-width:768px){
    .p-email-text {
        font-size: 4vw;
    }
}
.p-show-box{
    margin-bottom: 64px;
}
@media screen and (max-width:768px){
    .p-show-box {
        margin-bottom: 32px;
    }
}
.p-show-box__inner{
    max-width: 1044px;
    width: calc(100% - 20px);
    margin: 0 auto;
    background-color: #fff;
    border-radius: 16px;
    overflow: hidden;
}
@media screen and (max-width:768px){
    .p-show-box__inner {
        width: calc(100% - 40px);
        border-radius: 8px;
    }
}
.p-show-box__table{
    padding: 40px;
    display: block;
}
@media screen and (max-width:768px){
    .p-show-box__table {
        padding: 16px;
    }
}
.p-show-box__tbody{
    width: 100%;
    margin: 0 auto;
    display: block;
}
.p-show-box__row{
    width: 100%;
    display:flex;
    justify-content:center;
    align-items:flex-start;
    margin-bottom: 40px;
}
@media screen and (max-width:768px){
    .p-show-box__row {
        display: block;
        margin-bottom: 20px;
    }
}
.p-show-box__row.--show {
    padding-top: 16px;
    padding-bottom: 16px;
}
@media screen and (max-width:768px){
    .p-show-box__row.--show {
        padding-bottom: 16px;
    }
}
.p-show-box__row:last-of-type {
    margin-bottom: 0;
}
.p-show-box__cell{
    width: 30%;
    color: #1A326E;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    padding-right: 40px;
    padding-top: 16px;
    padding-bottom: 16px;
    line-height: 1;
}
@media screen and (max-width:768px){
    .p-show-box__cell {
        width: 100%;
        padding-right: 0;
        font-size: 4.8vw;
        display: block;
        margin-bottom: 5px;
    }
    .p-show-box__cell.--edit {
        font-size: 5.3vw;
        padding-top: 0px;
        padding-bottom: 10px;
    }
}
.p-show-box__cell.--show {
    padding-top: 0;
    padding-bottom: 0;
    line-height: normal;
}
.p-show-box__cell--cont{
    width: 70%;
    margin-left: 40px;
    color: #1A326E;
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
}
@media screen and (max-width:768px){
    .p-show-box__cell--cont {
        width: 100%;
        font-size: 4vw;
        display: block;
        margin-left: 0;
    }
}
.p-show-box__flex{
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    display:flex;
    justify-content:center;
    align-items:center;
}
@media screen and (max-width:768px){
    .p-show-box__flex {
        display: block;
    }
}
.p-mythanks__search-link {
    display: flex;
    max-width: 300px;
    width: 100%;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    font-size: clamp(10px, 4vw, 24px);
    font-weight: 500;
    line-height: 1;
    padding: 20px;
    letter-spacing: .05em;
    color: #1A326E;
    background-color: #fff;
    border: solid 2px #1A326E;
}
@media screen and (max-width:768px){
    .p-mythanks__search-link {
        margin: 0 auto;
    }
}
.p-mythanks__search-link.--white:nth-of-type(2){
    margin-left: 40px;
}
@media screen and (max-width:768px){
    .p-mythanks__search-link.--white:nth-of-type(2) {
        margin: 20px auto 0;
    }
}
.p-mythanks__search-link.--edit {
    margin-top: 24px;
    color: #fff;
    background-color:#F29600;
    border: solid 2px #F29600;
    box-shadow: 0px 2px 4px 0px rgba(26, 50, 110, 0.25);
    padding: 16px 24px;
    font-weight: 700;
    cursor: pointer;
}
@media screen and (max-width:768px){
    .p-mythanks__search-link.--edit {
        margin: 40px auto 0;
    }
}
@media screen and (max-width:768px){
    .c-tr-edit{
        width: 100%;
        display: block;
    }
    .p-step-cont{
        margin: 32px auto 0px;
    }
}
.p-step-cont__lower{
    padding: 0;
    background-color: #D1D6E2;
}
.p-show-box__table{
    max-width: 780px;
    width: 100%;
    margin: 0 auto;
    padding: 64px 0px;
}
@media screen and (max-width:768px){
    .p-show-box__table {
        padding: 20px 16px;
    }
}
.p-step-register__input{
    width: 100%;
}
.p-step-register__select--text{
    margin-left: 4px;
    white-space: nowrap;
}
.p-edit-box{
    display:flex;
    justify-content:flex-start;
    align-items:center;
    flex-wrap: wrap;
    height: 56px;
}
@media screen and (max-width:768px){
    .p-edit-box {
        height: auto;
        flex-wrap: nowrap;
    }
}
.p-edit-box:nth-of-type(2) {
    margin-top: 10px;
}
@media screen and (max-width:768px){
    .p-edit-box:nth-of-type(2) {
        margin-top: 10px;
    }
}
.p-edit-input__label{
    background-color: #fff;
    color: #1A326E;
    border: solid 1px #8D98B7;
    border-radius: 8px;
    display: block;
    width: fit-content;
    text-align: center;
    padding: 16px 30px;
    font-size: clamp(10px, 4vw, 20px);
    line-height: 1;
    cursor: pointer;
}
@media screen and (max-width:768px){
    .p-edit-input__label {
        padding: 16px 10px;
        white-space: nowrap;
    }
}
.p-edit-input__label.--adj {
    margin-left: 10px;
}
@media screen and (max-width:768px){
    .p-edit-input__label.--adj {
        margin-left: 10px;
    }
    .p-edit-input{
        width: 1px;
    }
}
.p-edit-input__label.--pref {
    font-size: clamp(10px,4vw,16px);
    padding: 10px 20px;
    line-height: 1;
    letter-spacing: .05em;
    margin-right: 8px;
    margin-bottom: 8px;
}

.p-edit-input__label.active {
    background-color: #1A326E;
    border: solid 1px #1A326E;
    color: #fff;
}
.p-edit-input{

}
.p-label{
    display:flex;
    justify-content:flex-start;
    align-items:center;
    flex-wrap: wrap;
    margin-bottom: 16px;
}
.p-label-pref{
    color: #1A326E;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 16px;
}
@media screen and (max-width:768px){
    .p-label-pref {
        font-size: 4.3vw;
    }
}
.p-step-bottom__button{
    display: flex;
    min-width: 240px;
    padding: 16px 24px;
    align-items: center;
    border-radius: 50px;
    background: #F29600;
    box-shadow: 0px 2px 4px 0px rgba(26, 50, 110, 0.25);
}
.p-step.--edit{
    z-index: 0;
}

.--register .p-login-box{
    max-width: 768px;
    width: 100%;
    padding: 40px 0;
}

.register-box-flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.register-box-txt{
}

.register-box-txtspan{
    display: block;
    margin-top: 10px;
}

.register-box-label{
    position: relative;
    width: 55%;
}

.register-label-desc{
    position: absolute;
    left: 0;
    top: 55px;
    color: #999;
}

.register-namebox-flex.register-box-label{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.register-box-flex.mb60{
    margin-bottom: 60px;
}

.register-namebox-txt{
    display: block;
    width: 47.5%;
}

.register-namebox-label{
    display: block;
    width: 47.5%;
}

.p-step-register__box.mb45{
    margin-bottom: 45px;
}

.p-register.register-box-flex{
    display: block;
}

.--register .p-login-register{
    margin: 0 auto;
}

.--register .p-login-box__submit{
    width: 220px;
}

.--register .p-login-box__submit img{
    width: 18px;
    margin: 5px 0 0 10px;
}

.--step .p-login-box__submit{
    width: 320px;
    font-size: 16px;
    background: #E95513;
}

.--step .p-login-box__submit img{
    width: 18px;
    margin: 5px 0 0 10px;
}

@media screen and (max-width:768px){
    .--register .p-login-box{
        max-width: 768px;
        width: 100%;
        padding: 40px 0 0;
    }
    
    .register-box-flex{
        display: block;
        width: calc(100% - 40px);
        margin: 0 auto 20px;
    }
    
    .register-box-txt{
        margin-bottom: 12px;
    }

    .register-box-label{
        display: block;
        width: 100%;
    }
    
    .register-box-txtspan{
        display: inline;
    }
    
    .register-box-label{
        position: relative;
        width: 100%;
        padding: 8px 24px 8px 16px;
    }
    
    .register-label-desc{
        position: absolute;
        left: 0;
        top: 60px;
        color: #999;
    }
    
    .register-namebox-flex.register-box-label{
        display: block;
    }

    .register-namebox-flex.register-box-label .register-namebox-txt{
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 10px;
    }

    .register-namebox-flex.register-box-label .register-namebox-txt .p-login-box__cont--lead{
        margin-right: 30px;
    }
    
    .register-box-flex.mb60{
        margin-bottom: 60px;
    }
    
    .register-namebox-txt{
        display: block;
        width: 100%;
    }
    
    .register-namebox-label{
        display: block;
        width: 100%;
    }
    
    .p-step-register__box.mb45{
        margin-bottom: 45px;
    }

    .--register .p-login-register{
        margin: 0 auto;
    }

    .p-flex-box.--mypage {
        padding-left: 0px;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }

    .p-header-link__img {
        max-width: 110px;
    }

    .header-subtitle.--mypage p {
        font-weight: bold;
        font-size: 12px;
    }

    .--step .p-login-box__submit{
        width: 280px;
        background: #E95513;
        font-size: 16px;
    }

}

label.multilabel{
    padding: 0;
    border: 0;
}

.--step .p-login-box__cont--label{
    border: solid 1px #323232;
    height: 40px;
}

.--step .p-login-box__input{
    color: #323232;
}

.--step .p-login-box__input option{
    color: #323232;
}

.--step .p-login-box__input option:first-child{
    color:#323232;
}

.multiselect .ms-choice{
    height: 38px;
    border: solid 1px transparent;
    border-radius: 8px;
}

.--step .multiselect .ms-choice>span{
    height: 38px;
    line-height: 38px;
    padding-left: 18px;
    color: #323232;
    font-size: clamp(10px, 5vw, 16px);
}

.--step .ms-drop.bottom li span{
    display: block;
    width: 100%;
}

.--step .p-login-box__cont--label div.icon-caret{
    position: absolute;
    border:0;
    border-left: solid 1px transparent;
    border-top: solid 1px #323232;
    border-right: solid 1px #323232;
    border-bottom: solid 1px transparent;
    width: 10px;
    height: 10px;
    top: 13px;
    right: 12px;
    transform: rotate(135deg);
}

.multiselect .ms-choice>div.icon-caret{
    top: 15px;
}

.--step .p-login-box__cont--label div.icon-caret.open{
    border:0;
    border-left: solid 1px transparent;
    border-top: solid 1px #323232;
    border-right: solid 1px #323232;
    border-bottom: solid 1px transparent;
    width: 10px;
    height: 10px;
    top: 20px;
    right: 12px;
    transform: rotate(-45deg);
    background: transparent;
}

.register-btn-txt{
    text-align: center;
    margin-bottom: 5px;
    color: #E95513;
    font-weight: bold;
}

.--step .p-login-box__cont--label .ms-drop ul>li label{
    padding-left: 3.5rem;
}

.--step .p-login-box__cont--label .ms-drop input{
    appearance: auto;
    width: 18px;
    height: 18px;
    margin-left: -25px;
    margin-top: 5px;
}  

.--step .p-login-box__cont--label .ms-drop ul li:first-child{
    display: none;
}

.--step .p-login-box__cont--label .ms-drop ul .ms-select-all{
    display: none!important;
}

@media screen and (max-width:768px){
    .multiselect .ms-choice>span{
        height: 38px;
        line-height: 38px;
    }

    .--step .p-login-box__cont--label div.icon-caret{
        position: absolute;
        border:0;
        border-left: solid 1px transparent;
        border-top: solid 1px #323232;
        border-right: solid 1px #323232;
        border-bottom: solid 1px transparent;
        width: 10px;
        height: 10px;
        top: 12px;
        right: 12px;
        transform: rotate(135deg);
    }
    
    .multiselect .ms-choice>div.icon-caret{
        top: 15px;
    }

    .multiselect .ms-choice{
        height: 38px;
        border: solid 1px transparent;
        border-radius: 8px;
    }
}