@charset "utf-8";

/* マイページ */
.mypage {
    padding-top: 60px;
    padding-bottom: 90px;
}
@media (max-width: 766px) {
    .mypage .layout__wrapper--cont {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.mypage .p-account {
    max-width: 1028px;
    margin: 0 auto 90px;
    padding: 0 20px;
}
.mypage .p-account__head {
    margin-bottom: 40px;
    padding-top: 70px;
    color: #4E310F;
    font-size: 46px;
    font-weight: 800;
    text-align: center;
    letter-spacing: 0.04em;
}
.mypage .p-account__welcome {
    margin-top: 30px;
    margin-bottom: 80px;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
}
@media (max-width: 766px) {
    .mypage .p-account {
        margin-bottom: 20px;
    }
    .mypage .p-account__head {
        margin-bottom: 15px;
        padding-top: 50px;
        font-size: 20px;
    }
    .mypage .p-account__welcome {
        margin-bottom: 20px;
        font-size: 15px;
    }
}
.mypage .p-account__inner__menu {
    background: hsla(43, 61%, 59%, 0.07);
    padding: 45px 100px;
    border: 1px solid hsla(43, 61%, 59%, 0.37);
    border-radius: 5px;
    width: 100%;
    margin-right: 0;
}
@media (min-width: 768px) and (max-width: 768px) {
    .mypage .p-account__inner__menu {
        padding: 45px 35px;
    }
}
@media (max-width: 766px) {
    .mypage .p-account__inner__menu {
        padding: 10px 5.33%;
    }
}

/* 定期便お届け情報 */
.p-account__subsc {
    display: flex;
    flex-direction: column;
}
.p-account__subsc__item {
    margin-bottom: 40px;
}
.mypage .subscInfo {
    display: flex;
}
.mypage .subscInfo__icon {
    width: 127px;
    margin-right: 26px;
}
.mypage .subscInfo__icon img {
    max-width: 100%;
}
.mypage .subscInfo__text {
    font-size: 24px;
    line-height: 1.5;
}
.mypage .subscDate {
    margin-right: 10px;
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 0.05em;
}
.mypage .subscStatus {
    display: inline-block;
}
.mypage .subscStatus__valid {
    display: inline-block;
    margin: 0 10px;
    padding: 2px 18px;
    border-radius: 5px;
    background: #eb5919;
    color: #fff;
}
.mypage .subscStatus__shipping {
    display: inline-block;
    padding: 2px 18px;
    border-radius: 5px;
    background: #a5b838;
    color: #fff;
}
.mypage .subscStatus__cancel {
    display: inline-block;
    margin: 0 10px;
    padding: 2px 18px;
    border-radius: 5px;
    background: #0026ae;
    color: #fff;
}
.mypage .subscStatus__restart {
    display: inline-block;
    padding: 2px 18px;
    border-radius: 5px;
    background: #e77c7f;
    color: #fff;
    text-decoration: none;
}
.mypage .subscList ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -14px;
}
.mypage .subscList ul li {
    width: 170px;
    margin: 30px 10px 0;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
}
.mypage .subscList ul li div {
    margin-bottom: 10px;
}
.mypage .subscMenu {
    display: flex;
    justify-content: space-between;
    margin-top: 36px;
}
.mypage .subscMenu__btn {
    width: 242px;
    padding: 20px;
    border: 1px solid hsla(43, 61%, 59%, 0.37);
    text-align: center;
    font-size: 20px;
    color: #4E310F;
    letter-spacing: 0.05em;
}
.mypage .subscMenu__btn:hover {
    cursor: pointer;
}
.mypage .subscMenu__btn div {
    width: 70px;
    margin: 0 auto;
}
.mypage .subscCaution {
    margin-top: 20px;
    font-size: 24px;
}
.mypage .subscCaution span {
    font-size: 48px;
}
@media (max-width: 766px) {
    .mypage .subscInfo {
        justify-content: center;
    }
    .mypage .subscInfo__icon {
        width: 52px;
        margin-right: 14px;
    }
    .subscInfo__text {
        font-size: 10px;
    }
    .mypage .subscInfo__text {
        font-size: 10px;
    }
    .mypage .subscDate {
        font-size: 16px;
    }
    .mypage .subscStatus {
        display: block;
        margin-top: 5px;
    }
    .mypage .subscStatus__valid,
    .mypage .subscStatus__cancel {
        margin-left: 0;
    }
    .mypage .subscList ul {
        margin: 0;
    }
    .mypage .subscList ul li {
        width: calc((100% - 30px) / 3);
        margin: 10px 5px 0 5px;
        font-size: 10px;
    }
    .mypage .subscMenu__btn {
        width: calc((100% - 20px) / 3);
        padding: 5px;
        font-size: 10px;
    }
    .mypage .subscMenu__btn div {
        width: 34%;
    }
    .mypage .subscCaution {
        margin-top: 10px;
        font-size: 10px;
    }
    .mypage .subscCaution span {
        font-size: 16px;
    }
}

.mypage .js-control-btn {
    position: relative;
    pointer-events: none;
}
.mypage .js-control-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}
.mypage .js-control-btn.is-active {
    pointer-events: all;
}
.mypage .js-control-btn.is-active::before {
    display: none;
}
.mypage .js-delivery-btn {
    display: inline;
}
.mypage .js-delivery-btn.is-hidden {
    display: none;
}
.mypage .js-cycle-btn.is-inactive {
    position: relative;
    pointer-events: none;
}
.mypage .js-cycle-btn.is-inactive::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}
.mypage .subscInfo__text {
    margin: auto 0;
}

/* 定期便が有効のものを優先的に上に表示 */
.mypage .is-upper {
    order: 1;
}
.mypage .is-lower {
    order: 2;
}

/* マイページトップ メニューリスト */
.mypage .p-menu {
    max-width: 1028px;
    margin: 45px auto;
    padding: 0 20px;
}
.mypage .p-menu__head {
    border-left: 15px solid #eb5919;
    margin-bottom: 36px;
    padding: 10px 0 10px 15px;
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 0.04em;
}
.mypage .p-menu__list {
    display: flex;
    flex-wrap: wrap;
}
.mypage .p-menu__list li {
    margin-right: 20px;
    margin-bottom: 27px;
}
.mypage .p-menu__list a {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    position: relative;
    width: 340px;
    background: #fff;
    border: 1px solid #4E310F;
    color: #4E310F;
    font-size: 20px;
    letter-spacing: 0.1em;
}
.mypage .p-menu__list a::after {
    content: "";
    position: absolute;
    top: 51%;
    right: 10px;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    background: url("https://d2w53g1q050m78.cloudfront.net/mogumojp/uploads/img/assets/icon--arrow.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.mypage .p-menu__list a div {
    width: 32px;
    margin-right: 5px;
}
.mypage .p-menu__text {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0.1em;
}
.mypage .p-menu__faq dl {
    padding: 25px 30px;
    background: #fff;
    border: 1px solid #4E310F;
    color: #4E310F;
    font-size: 20px;
    letter-spacing: 0.1em;
}
.mypage .p-menu__faq dt {
    position: relative;
    line-height: 1;
}
.mypage .p-menu__faq dt:hover {
    cursor: pointer;
}
.mypage .p-menu__faq dt::before,
.mypage .p-menu__faq dt::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 20px;
    height: 2px;
    background: #000;
    transition: 0.3s;
}
.mypage .p-menu__faq dt::after {
    transform: translateY(-50%) rotate(90deg);
}
.mypage .p-menu__faq dt.is-open::after {
    transform: translateY(-50%) rotate(0);
}
.mypage .p-menu__faq dl + dl {
    margin-top: 20px;
}
.mypage .p-menu__faq dd {
    padding-top: 15px;
}
.mypage .p-menu__link {
    display: block;
    margin-top: 50px;
    font-size: 20px;
    color: #8d8484;
    text-decoration: underline;
    letter-spacing: 0.1em;
}
@media (max-width: 766px) {
    .mypage .p-menu {
        margin: 20px auto 34px;
    }
    .mypage .p-menu__head {
        margin-bottom: 19px;
        padding: 10px;
        border-width: 9px;
        font-size: 20px;
    }
    .mypage .p-menu__list li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .mypage .p-menu__list a {
        width: 100%;
        padding: 12px;
        font-size: 16px;
    }
    .mypage .p-menu__faq dl {
        padding: 20px 10px;
        font-size: 14px;
    }
    .mypage .p-menu__faq dt {
        padding-right: 30px;
        line-height: 1.4;
    }
    .mypage .p-menu__link {
        margin-top: 17px;
        font-size: 13px;
    }
    .mypage .p-menu__text {
        font-size: 16px;
    }
}

/* お知らせ */
.mypage .p-news {
    max-width: 1028px;
    margin: 0 auto 70px;
    padding: 0 20px;
}
.mypage .p-news__inner {
    max-width: 1028px;
    border: 1px dashed rgba(87, 69, 55, 0.9);
    border-radius: 5px;
    padding: 30px;
}
.mypage .p-news__head {
    margin-bottom: 55px;
    text-align: center;
}
.mypage .p-news__head span {
    display: inline-block;
    padding: 12px 45px;
    background: #eb5919;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.04em;
}
.mypage .p-news__body {
    max-width: 720px;
    margin: 0 auto;
}
.mypage .p-news__body li {
    font-size: 24px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    color: #4E310F;
}
.mypage .p-news__body li + li {
    margin-top: 30px;
}
.mypage .p-news__body li a {
    font-size: 20px;
    color: #eb5919;
    text-decoration: underline;
}
@media (max-width: 766px) {
    .mypage .p-news__inner {
        padding: 26px;
    }
    .mypage .p-news__head {
        margin-bottom: 20px;
    }
    .mypage .p-news__head span {
        font-size: 14px;
        padding: 10px 20px;
    }
    .mypage .p-news {
        margin-bottom: 30px;
    }
    .mypage .p-news__body li {
        font-size: 15px;
    }
    .mypage .p-news__body li + li {
        margin-top: 20px;
    }
    .mypage .p-news__body li a {
        font-size: 13px;
    }
}

/* ログアウト */
.mypage .c-logout {
    display: block;
    color: #8d8484;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    text-decoration: underline;
}
@media (max-width: 766px) {
    .mypage .c-logout {
        font-size: 16px;
    }
}

/* モーダル */
.mypage .modalBackdrop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.21);
    z-index: 998;
}
.mypage .modal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 695px;
    padding: 45px 70px 40px;
    background: #fff;
    border: 1px solid #4E310F;
    font-size: 20px;
    z-index: 999;
}
.mypage .modal__close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 24px;
    height: 24px;
}
.mypage .modal__close:hover {
    cursor: pointer;
}
.mypage .modal__close::before,
.mypage .modal__close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 1px;
    background: #000;
}
.mypage .modal__close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}
.mypage .modal__close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.mypage .modal__head {
    margin-bottom: 35px;
    font-size: 16px;
    letter-spacing: 0.05em;
    text-align: center;
}
.mypage .modal__head span {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.05em;
}
.mypage .modal__table {
    width: 100%;
    margin-bottom: 5px;
}
.mypage .modal__table th,
.mypage .modal__table td {
    line-height: 1;
    padding: 20px 0;
    letter-spacing: 0.05em;
}
.mypage .modal__table th {
    width: 27%;
    padding-right: 20px;
}
.mypage .modal__btn {
    display: block;
    width: 100%;
    padding: 25px;
    border: 1px solid rgba(215, 178, 86, 0.37);
    border-radius: 20px;
    color: #4E310F;
    font-size: 20px;
    letter-spacing: 0.05em;
    text-align: center;
}
.mypage .modal__btn.-large {
    padding: 45px;
    border-radius: 5px;
}
.mypage .modal__btn + .modal__btn {
    margin-top: 25px;
}
.mypage .modal__text {
    font-size: 24px;
    line-height: 1.4;
}
@media (max-width: 766px) {
    .mypage .modal {
        width: calc(100% - 32px);
        padding: 16px 40px;
        font-size: 10px;
    }
    .mypage .modal__close::before,
    .mypage .modal__close::after {
        width: 20px;
    }
    .mypage .modal__head {
        margin-bottom: 20px;
        font-size: 10px;
    }
    .mypage .modal__head span {
        font-size: 16px;
    }
    .mypage .modal__table th,
    .mypage .modal__table td {
        padding: 8px 0;
    }
    .mypage .modal__table th {
        padding-right: 10px;
    }
    .mypage .modal__btn {
        padding: 10px;
        border-radius: 99rem;
        font-size: 10px;
    }
    .mypage .modal__btn.-large {
        padding: 20px;
        border-radius: 5px;
    }
    .mypage .modal__btn + .modal__btn {
        margin-top: 10px;
    }
    .mypage .modal__text {
        font-size: 14px;
    }
}

/* ログイン */
.login {
    padding-top: 60px;
}
.login .c-h1title {
    margin-top: 73px;
    margin-bottom: 20px;
    font-weight: 800;
    font-size: 36px;
    line-height: 53px;
    letter-spacing: 0.04em;
    color: #4E310F;
    border-left: 13px solid #eb5919;
    padding-left: 11px;
}
.login .p-login .p-login__inner {
    width: auto;
    max-width: 970px;
    margin: 0 auto;
}
.login .p-login .p-login__inner .p-login__inner__login {
    background: unset;
}
.login
    .p-login
    .p-login__inner
    .p-login__inner__login
    .c-form_table
    > tbody
    > tr
    > th {
    font-size: 24px;
    color: #4E310F;
}
.login #customer_email_si,
.login #customer_password_si {
    background: unset !important;
}
.login
    .p-login
    .p-login__inner
    .p-login__inner__login
    .c-form_table
    > tbody
    > tr
    > th
    .u-color__text--alert {
    font-size: 14px;
    vertical-align: super;
}
.login .c-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 263px;
    height: 80px;
    color: #eb5919;
    font-size: 24px;
    border: 1px solid #eb5919;
}
.p-login__inner__login__bottom__forget {
    margin-top: 40px;
    font-size: 20px !important;
    color: #4E310F !important;
}
.login .c-h2title {
    margin-bottom: 50px;
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 0.04em;
    text-align: center;
}
.login .c-subtitle {
    font-size: 20px;
}
.login .c-subtitle span {
    color: #eb5919;
}
.login #customers-registrations-sign-up-view {
    margin-top: 50px;
}
.login .p-keepbtn {
    box-sizing: border-box;
    padding: 15px 55px;
    border: 1px solid #eb5919;
    color: #eb5919;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    transition: 0.3s ease-in-out;
}
.login .p-returnbtn {
    box-sizing: border-box;
    padding: 15px 55px;
    border: 1px solid #333;
    color: #333;
    margin-top: 20px;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    transition: 0.3s ease-in-out;
}
.login
    .p-login
    .p-login__inner
    .p-login__inner__registration
    .c-form_table
    tr
    td
    .c-form_table__checkbox
    .c-form_table__checkbox__text {
    color: #4E310F;
}
.c-form_table__checkbox__text a {
    color: #4E310F;
}
@media (max-width: 766px) {
    .login .p-login {
        padding-left: 28px;
        padding-right: 28px;
    }
    .login .p-login .p-login__inner .p-login__inner__login {
        padding-left: 0;
        padding-right: 0;
    }
    .login
        .p-login
        .p-login__inner
        .p-login__inner__login
        .c-form_table
        > tbody
        > tr
        > th {
        font-size: 14px;
    }
    .login .c-h1title {
        margin-top: 0;
        font-size: 20px;
        line-height: 30px;
        border-left: 9px solid #eb5919;
        padding-left: 7px;
    }
    .login .p-login .p-login__inner {
        padding-top: 36px;
    }
    .login .c-btn {
        width: 165px;
        height: auto;
        box-sizing: border-box;
        padding: 15px 55px;
        font-size: 15px;
    }
    .login .line_new_ec {
        width: 165px;
    }
    .p-login__inner__login__bottom__forget {
        margin-top: 20px;
        font-size: 12px !important;
    }
    .login .c-h2title {
        margin-bottom: 20px;
        font-size: 18px;
    }
    .login .c-subtitle {
        font-size: 14px;
    }
    .login #customers-registrations-sign-up-view {
        margin-top: 20px;
    }
    .login .c-form_table > tbody > tr > th .txt__notice {
        display: block;
        margin-top: 10px;
    }
}

/* 定期便情報変更 */
.subs_order-edit {
    padding-top: 60px;
}
.subs_order-edit .p-account {
    max-width: 970px;
    margin: 0 auto;
}
.subs_order-edit .c-h2title {
    margin-top: 20px;
    margin-bottom: 40px;
    font-weight: 600;
    font-size: 36px;
    line-height: 53px;
    letter-spacing: 0.04em;
    color: #4E310F;
    border-left: 13px solid #eb5919;
    padding-left: 11px;
}
.subs_order-edit .p-keepbtn {
    width: 165px;
    box-sizing: border-box;
    padding: 15px 0;
    border: 1px solid #eb5919;
    color: #eb5919;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    transition: 0.3s ease-in-out;
}
.subs_order-edit .p-account__inner__content__form__bottom {
    flex-direction: row;
    justify-content: center;
}
.subs_order-edit .p-returnbtn {
    box-sizing: border-box;
    padding: 15px 55px;
    border: 1px solid #333;
    color: #333;
    margin-left: 20px;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    transition: 0.3s ease-in-out;
}
.subs_order-edit .p-subscription_edit__block__lead a {
    color: #eb5919;
    text-decoration: underline;
}
@media (max-width: 766px) {
    .subs_order-edit .p-account {
        padding: 0 30px;
    }
    .subs_order-edit .c-h2title {
        margin-top: 0;
        font-size: 20px;
        line-height: 30px;
        border-left: 9px solid #eb5919;
        padding-left: 7px;
    }
    .subs_order-edit .p-account__inner__content__form__bottom {
        justify-content: space-between;
    }
    .subs_order-edit .p-keepbtn {
        width: calc(50% - 15px);
        padding: 8px 0;
        font-size: 13px;
    }
    .subs_order-edit .p-returnbtn {
        width: calc(50% - 15px);
        margin-left: 0;
        padding: 8px 0;
        text-align: center;
        font-size: 13px;
    }
    .subs_order-edit .c-btn {
        width: 165px;
        height: auto;
        box-sizing: border-box;
        padding: 15px 55px;
        font-size: 15px;
    }
}

/* お届け先一覧 */
.ship_addr {
    padding-top: 60px;
}
.ship_addr .p-account {
    max-width: 970px;
    margin: 0 auto;
    padding: 75px 10px 195px;
}
.ship_addr .c-h1title {
    font-weight: 600;
    font-size: 36px;
    line-height: 53px;
    letter-spacing: 0.04em;
    color: #4E310F;
    border-left: 13px solid #eb5919;
    padding-left: 11px;
}
.ship_addr .p-information {
    box-sizing: border-box;
    border: 1px dashed rgba(87, 69, 55, 0.9);
    border-radius: 5px;
    padding: 34px 19px 45px;
    margin-top: 37px;
    font-size: 24px;
}
.ship_addr .c-account_table th {
    background: rgba(255, 242, 236, 0.99);
}
.ship_addr .c-btn {
    display: flex;
    justify-content: center;
    margin-top: 100px;
}
.ship_addr .p-keepbtn {
    width: 165px;
    box-sizing: border-box;
    padding: 15px 0;
    border: 1px solid #eb5919;
    color: #eb5919;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    transition: 0.3s ease-in-out;
    text-align: center;
}
@media (max-width: 766px) {
    .ship_addr .p-account {
        padding: 40px 30px 70px;
    }
    .ship_addr .c-h1title {
        font-size: 20px;
        line-height: 30px;
        border-left: 9px solid #eb5919;
        padding-left: 7px;
    }
    .ship_addr .p-information {
        box-sizing: border-box;
        border: 1px dashed rgba(87, 69, 55, 0.9);
        border-radius: 5px;
        padding: 17px 17px 21px 14px;
        margin-top: 14px;
        font-size: 12px;
    }
}

/* お届け先編集 */
.ship_addr_edit {
    padding-top: 60px;
}
.ship_addr_edit .p-account {
    max-width: 970px;
    margin: 0 auto;
    padding: 75px 10px 195px;
}
.ship_addr_edit .c-h1title {
    font-weight: 600;
    font-size: 36px;
    line-height: 53px;
    letter-spacing: 0.04em;
    color: #4E310F;
    border-left: 13px solid #eb5919;
    padding-left: 11px;
}
.ship_addr_edit .p-information {
    box-sizing: border-box;
    border: 1px dashed rgba(87, 69, 55, 0.9);
    border-radius: 5px;
    padding: 34px 19px 45px;
    margin-top: 37px;
    font-size: 24px;
}
.ship_addr_edit .l-formwrapper {
    width: 660px;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 68px;
}
.ship_addr_edit .p-formcation {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.04em;
    color: #4E310F;
}
.ship_addr_edit .p-formcation span {
    color: #eb5919;
}
.ship_addr_edit .memberinformation.register .layout__wrapper {
    min-width: auto;
}
.ship_addr_edit
    .memberinformation.register
    .p-account__inner__content__form#customer_form {
    margin-top: 42px;
}
.ship_addr_edit .memberinformation .c-form_table > tbody > tr > th {
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #333333;
}
.ship_addr_edit .c-form_table__name {
    gap: 10px;
}
.ship_addr_edit
    .memberinformation.register
    .c-form_table
    > tbody
    > tr
    > td
    .c-form_table__name
    input {
    max-width: 100%;
}
.ship_addr_edit .memberinformation.register .c-form_table > tbody > tr > td {
    margin-bottom: 15px;
}
.ship_addr_edit .p-posticon {
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #333333;
}
.ship_addr_edit .memberinformation.register .txt__notice {
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.05em;
}
.ship_addr_edit
    .memberinformation.register
    .c-form_table
    > tbody
    > tr
    > td
    input[type="text"],
.ship_addr_edit
    .memberinformation.register
    .c-form_table
    > tbody
    > tr
    > td
    select {
    color: #bdbdbd !important;
}
.ship_addr_edit .p-mailattention {
    font-family: "Roboto";
    font-weight: 400;
    font-size: 10px;
    display: inline-block;
    line-height: 12px;
    letter-spacing: 0.05em;
    color: #757575;
    margin-top: 5px;
    white-space: normal;
    font-size: 12px;
}
.ship_addr_edit .c-form_table tr {
    display: flex;
    flex-direction: column;
}
.ship_addr_edit .c-form_table input:not([type="checkbox"]) {
    border-radius: 5px !important;
    padding: 16px 15px !important;
    height: 50px !important;
}
.ship_addr_edit .c-form_table th {
    padding-top: 5px;
    font-size: 15px !important;
    color: #000 !important;
}
.ship_addr_edit .c-form_table__subscription tr {
    display: table-row;
}
.ship_addr_edit .c-form_table__subscription th {
    background: rgba(255, 242, 236, 0.99);
}
.ship_addr_edit .p-keepbtn {
    box-sizing: border-box;
    padding: 15px 55px;
    border: 1px solid #eb5919;
    color: #eb5919;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    transition: 0.3s ease-in-out;
    text-align: center;
}
.ship_addr_edit .p-keepbtn:disabled {
    background: rgba(0, 0, 0, 0.2);
}
.ship_addr_edit .p-returnbtn {
    box-sizing: border-box;
    padding: 15px 55px;
    border: 1px solid #333;
    color: #333;
    margin-top: 20px;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    transition: 0.3s ease-in-out;
}
@media (max-width: 766px) {
    .ship_addr_edit .p-account {
        padding: 40px 30px 70px;
    }
    .ship_addr_edit .c-h1title {
        font-size: 20px;
        line-height: 30px;
        border-left: 9px solid #eb5919;
        padding-left: 7px;
    }
    .ship_addr_edit .p-information {
        box-sizing: border-box;
        border: 1px dashed rgba(87, 69, 55, 0.9);
        border-radius: 5px;
        padding: 17px 17px 21px 14px;
        margin-top: 14px;
        font-size: 12px;
    }
    .ship_addr_edit .l-formwrapper {
        margin-top: 19px;
    }
    .ship_addr_edit .p-formcation {
        font-size: 12px;
        line-height: 18px;
    }
    .ship_addr_edit
        .memberinformation.register
        .p-account__inner__content__form#customer_form {
        margin-top: 13px;
    }
    .ship_addr_edit
        .memberinformation.register
        .c-form_table
        > tbody
        > tr
        > td {
        margin-bottom: 15px;
    }
    .ship_addr_edit .memberinformation.register .u-text--input {
        font-family: "M PLUS 1p", sans-serif;
        font-weight: 500;
        font-size: 15px;
        line-height: 22px;
    }
    .ship_addr_edit
        .memberinformation.register
        .c-form_table
        > tbody
        > tr
        > th
        .txt__notice {
        font-size: 12px !important;
    }
    .ship_addr_edit
        .memberinformation.register
        .c-form_table
        > tbody
        > tr
        > td
        input[type="text"],
    .ship_addr_edit
        .memberinformation.register
        .c-form_table
        > tbody
        > tr
        > td
        select {
        font-size: 15px !important;
    }
    .ship_addr_edit
        .memberinformation.register
        .c-form_table
        > tbody
        > tr
        > td
        input[type="text"],
    .ship_addr_edit
        .memberinformation.register
        .c-form_table
        > tbody
        > tr
        > td
        select {
        color: #bdbdbd !important;
    }
    .ship_addr_edit
        .memberinformation.register
        .c-form_table
        > tbody
        > tr
        > th.p-mail_thtable {
        white-space: normal;
    }
    .ship_addr_edit
        .memberinformation.register
        .c-form_table
        > tbody
        > tr
        > th
        .txt__notice.p-mailattention {
        margin-top: 3px;
        margin-left: 0;
    }
    .ship_addr_edit .p-mailattention {
        padding: 0;
    }
}

/* クレジットカード情報一覧 */
.credit {
    padding-top: 60px;
}
.credit .c-h1title {
    margin-bottom: 20px;
    font-weight: 600;
}
.credit .p-keepbtn {
    box-sizing: border-box;
    width: auto;
    padding: 15px 55px;
    border: 1px solid #eb5919;
    color: #eb5919;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    transition: 0.3s ease-in-out;
    text-align: center;
}
.credit .p-returnbtn {
    box-sizing: border-box;
    width: auto;
    padding: 15px 55px;
    border: 1px solid #333;
    color: #333;
    margin-top: 20px;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    transition: 0.3s ease-in-out;
}
#customers-card-index-view .p-keepbtn {
    width: auto;
}
#customers-card-index-view .p-returnbtn {
    order: 4;
}
@media (max-width: 766px) {
    .creditcard.credit .p-account {
        padding: 17px;
    }
    .p-creditcard_leadtext {
        font-size: 12px;
        line-height: 2;
    }
    .p-creditcard_link {
        margin-top: 0px;
    }
    .p-creditcard_link_item {
        font-size: 12px;
    }
}
/* クレジットカード情報編集 */
.credit .erea__form {
    background: unset;
}

/* ポイント履歴 */
.pointhistory {
    margin-top: 60px;
}
.point .p-point_list {
    background: unset;
}

/* パスワードリセット */
.passwordreset {
    margin-top: 60px;
}