/*-----------------------------------------------------------------
共通パーツ
-----------------------------------------------------------------*/

/*-- 黒い丸型ボタン --*/
.p-account__inner__content__form__bottom .p-account__inner__content__form__bottom__btn,
.p-payment_list__add__btn,
.p-payment_list__add__win__form__bottom__btn,
.p-address_list__add,
#customers-subs_orders__detail .p-subscription_detail__block__bottom__btn  {
    max-width: 200px;
    height: 40px;
    font-size: 18px !important;
    border-radius: 99px;
    font-weight: 500;
    font-family: "Zen Kaku Gothic New", sans-serif !important;
    background-color: #333333 !important;
}

.p-account .p-account__inner__content__title {
    display: block;
    margin-top: 0;
    text-align: center;
    font-weight: 500;
    font-family: "Zen Kaku Gothic New", sans-serif !important;
    color: #333333 !important;
}

.p-account .p-account__inner__content__title .u-text--head {
    display: block;
    margin-top: 0;
    text-align: center;
    font-weight: 500;
    font-family: "Zen Kaku Gothic New", sans-serif !important;
    color: #333333 !important;
}

.p-list_header__inner__title {
    display: block;
    text-align: center;
    font-weight: 500;
    font-family: "Zen Kaku Gothic New", sans-serif !important;
}

.p-account .u-text--strong {
    font-size: 14px !important;
    color: #333333 !important;
    font-family: "Zen Kaku Gothic New", sans-serif !important;

}

.p-account .u-text--body {
    font-size: 14px !important;
    color: #333333 !important;
    font-family: "Zen Kaku Gothic New", sans-serif !important;
}

.p-account__inner {
    margin: 80px auto 0;
}

.p-account__inner__content {
    height: fit-content;
    padding: 40px 40px 120px;
    width: 79%;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
}

.c-form_table > tbody > tr > td,
.c-form_table--confirm > tbody > tr > td {
    padding: 0;
}

@media screen and (max-width: 719px) {
    .p-account__inner__content__form__bottom .p-account__inner__content__form__bottom__btn,
    .p-payment_list__add__btn {
        font-size: 15px !important;
        max-width: 200px;
        height: 50px;
    }

    h1 .p-account .p-list_header__inner__title .u-text--head {
        font-size: 22px !important;
    }

    .p-account .p-account__inner__content__title h1 {
        font-size: 22px !important;
    }

    .p-account__inner__content,
    #customers-subs_orders__detail .p-account__inner__content {
        margin-top: 24px;
        padding: 24px 16px 80px;
        width: 100%;
    }

    .p-account__inner__content__form__bottom .p-account__inner__content__form__bottom__leave {
        font-size: 15px !important;
        max-width: 200px;
        height: 50px;
    }
}

/*-----------------------------------------------------------------
マイページサイドバー
-----------------------------------------------------------------*/

.p-account__inner {
    max-width: 1140px;
}

.p-account__inner__menu .u-color__border--border {
    margin: 0;
    border-color: unset !important;
}

.p-account__inner__menu {
    width: 200px;
    flex-shrink: 0;
    border-right-width: unset;
    border-right-style: unset;
}

.c-account_menu {
    padding-right: 0;
}

.c-account_menu__container .u-text--subhead {
    font-family: "Zen Kaku Gothic New", sans-serif !important;
    font-weight: 500;
    color: #333333 !important;
}

.c-account_menu__container .u-text--body {
    letter-spacing: 0;
    font-size: 15px !important;
    color: #333333 !important;
}

.c-account_menu__container__block {
    padding: 0;
}

.c-account_menu__container__block:not(:last-child) {
    margin-bottom: 24px;
    border-bottom-width: unset;
    border-bottom-style: unset;
}

.c-account_menu__container__block__title {
    margin-bottom: 8px;
}

.c-account_menu__container__block__list__item:not(:last-child) {
    margin-bottom: 8px;
}

.c-account_menu__container__block__list__item__inner {
    display: block;
}

.c-account_menu__container__block__top i,
.c-account_menu__container__block__title i,
.c-account_menu__container__block__list__item__inner i,
.c-account_menu__container__block__logout i {
    display: none;
}

.c-account_menu__container__block .c-account_menu__container__block__logout {
    background: transparent !important;
    display: block;
    color: #333333 !important;
    text-decoration: underline;
}

@media screen and (max-width: 719px) {
    .p-account__inner__menu {
        width: 100%;
    }

    .c-account_menu__btn {
        padding: 10px 15px;
        text-align: center;
        background: #333333;
    }
}

/*-----------------------------------------------------------------
マイページトップ・購入履歴共通クラス
-----------------------------------------------------------------*/

#customers-view .c-cart_item__info__status__payment,
#customers-orders_history .c-cart_item__info__status__payment {
    margin-right: 4px;
    padding: 0 8px;
    font-size: 12px !important;
    border: 1px solid #333333;
    border-radius: 100px;
}

#customers-view .c-cart_item__info__status__shipping,
#customers-orders_history .c-cart_item__info__status__shipping {
    padding: 0 8px;
    font-size: 12px !important;
    border: 1px solid #333333;
    border-radius: 100px;
}

/*-----------------------------------------------------------------
新規会員登録
-----------------------------------------------------------------*/

#customers-registrations-sign-up-view .c-form_table__checkbox__text a {
    text-decoration: underline;
}

/*-----------------------------------------------------------------
マイページトップ
-----------------------------------------------------------------*/

/*------------------- ご利用中の定期購入 -------------------*/

.p-mypage {
    margin-top: 0;
}

.p-mypage__name {
    margin-bottom: 24px;
}

.p-mypage__block {
    margin-top: 0;
}

.p-mypage__block:not(:first-of-type) {
    margin-top: 40px;
}

#customers-view .p-mypage__block__title {
    margin-bottom: 8px;
    color: #333333 !important;
    font-family: "Zen Kaku Gothic New", sans-serif !important;
    font-weight: 500;
}

.p-mypage__block__subscription__item {
    background: #EAEAEA;
    padding: 15px 12px 16px;
}

.p-mypage__block__subscription__item__btn,
#customers-view .p-history_list__item__header__btn {
    max-width: 160px;
    height: 30px;
    font-size: 14px !important;
    border-radius: 99px;
    background-color: #333333 !important;
    color: #FFFFFF;
    font-family: "Zen Kaku Gothic New", sans-serif !important;
}



/*------------------- 最近の購入履歴 -------------------*/

#customers-view .p-history_list {
    margin-top: 0px;
}

.p-history_list__item__header {
    padding: 9px 12px;
    background: #EAEAEA;
}

#customers-view .p-history_list__item__header__id {
    margin-right: 16px;
    color: #333333 !important;
    font-size: 15px !important;
    font-family: "Zen Kaku Gothic New", sans-serif !important;
    font-weight: 500;
}

#customers-view .c-cart_item {
    padding-top: 16px;
    border-color: #EAEAEA !important;
}

.c-cart_item__img {
    width: 80px;
}

.c-cart_item__img__inner {
    padding-top: 100%;
}

.c-cart_item__info {
    padding-left: 16px;
}

.c-cart_item__info__status {
    margin-bottom: 8px;
}

.c-cart_item__info__category {
    margin-bottom: 0;
}

#customers-view .c-cart_item__info__title,
#customers-orders_history .c-cart_item__info__title {
    color: #333333 !important;
    font-size: 16px !important;
    font-family: "Zen Kaku Gothic New", sans-serif !important;
    font-weight: 500;
}

.c-cart_item__info__variant {
    margin-top: 0;
}

.c-cart_item__info__total {
    margin-top: 2px;
}

#customers-view .c-cart_item__info__total__quantity,
#customers-view .c-cart_item__info__total__price {
    font-size: 14px !important;
}

@media screen and (max-width: 719px) {
    #customers-view .c-cart_item__info__title {
        font-size: 14px !important;
    }
}

/*-----------------------------------------------
定期便情報
-----------------------------------------------*/

#customers-subs_orders .p-account__inner__content {
    position: relative;
    padding: 9px 40px 120px;
}

#customers-subs_orders .p-favorite__header{
    margin-top: 0;
}

#customers-subs_orders .p-list_header__inner {
    display: block;
    text-align: right;
}

#customers-subs_orders .c-cart_item {
    padding-top: 16px;
    border-color: #EAEAEA !important;
}

#customers-subs_orders .c-list_tool {
    display: block;
}

#customers-subs_orders .c-list_tool__num {
    margin-right: 0;
    font-family: "Zen Kaku Gothic New", sans-serif !important;
    font-weight: 500;
}

#customers-subs_orders .p-subscription_list {
    margin-top: 8px;
}

#customers-subs_orders .p-subscription_list__item:not(:last-child) {
    margin-bottom: 40px;
}

#customers-subs_orders .c-account_table__header {
    display: flex;
    column-gap: 16px;
    padding: 9px 12px;
    background: #EAEAEA;
}

#customers-subs_orders .c-account_table__header__item {
    display: flex;
    gap: 16px;
}

#customers-subs_orders .c-account_table__header__item .u-text--strong {
    color: #333333 !important;
    font-weight: 500;
    font-family: "Zen Kaku Gothic New", sans-serif !important;
}

#customers-subs_orders .c-account_table__header__item .u-text--body {
    color: #333333 !important;
    font-size: 14px !important;
}

#customers-subs_orders .c-account_table__content__wrap {
    display: flex;
}

#customers-subs_orders .c-account_table__content {
    display: block;
    margin-right: 5%;
    width: 58.5%;
}

#customers-subs_orders .c-account_table__info {
    display: flex;
    flex-direction: column;
    width: 36.5%;
    min-width: 160px;
}

#customers-subs_orders .c-account_table__product {
    padding: 16px 0;
    border-bottom: 1px solid #EAEAEA;
}

#customers-subs_orders .c-account_table__product__img {
    flex-shrink: 0;
}

#customers-subs_orders .c-account_table__product__img__inner {
    padding-top: 100%;
}

#customers-subs_orders .c-account_table__product__info {
    padding-left: 16px;
}

#customers-subs_orders .c-account_table__product__info__title {
    font-size: 15px !important;
    color: #333333 !important;
    font-weight: 500;
    font-family: "Zen Kaku Gothic New", sans-serif !important;
}

#customers-subs_orders .c-account_table__product__info__wrap {
    display: flex;
    gap: 16px;
}

#customers-subs_orders .c-account_table__product__info__price {
    font-size: 14px !important;
}

#customers-subs_orders .c-account_table__product__info__quantity {
    font-size: 14px !important;
}

#customers-subs_orders .c-account_table__info__item {
    display: flex;
}

#customers-subs_orders .c-account_table__info__item:first-of-type {
    margin-top: 16px;
}

#customers-subs_orders .c-account_table__info__item:not(:first-of-type) {
    margin-top: 8px;
}

#customers-subs_orders .c-account_table__info__item .u-text--strong {
    color: #333333 !important;
    font-size: 14px !important;
    font-weight: 500;
    font-family: "Zen Kaku Gothic New", sans-serif !important;
}

#customers-subs_orders .c-account_table__info__item .u-text--body {
    color: #333333 !important;
    font-size: 14px !important;
}

#customers-subs_orders .c-account_table__edit__wrap {
    margin-top: 24px;
}

#customers-subs_orders .c-account_table__edit {
    display: block;
    max-width: 160px;
    padding: 9.5px 40px;
    background: #333333;
    border-radius: 100px;
    color: #FFFFFF !important;
}

#customers-subs_orders .c-account_table__edit .u-text--link {
    text-decoration: none;
    color: #FFFFFF !important;
    font-family: "Zen Kaku Gothic New", sans-serif !important;
}

@media screen and (max-width: 719px) {
    #customers-subs_orders .p-account__inner__content {
        padding: 0px 16px 80px;
    }

    #customers-subs_orders .c-account_table__product:last-of-type {
        border-bottom: none;
    }

    #customers-subs_orders .p-subscription_list {
        margin-top: 0;
    }

    #customers-subs_orders .c-account_table__header {
        margin-bottom: 8px;
        flex-direction: column;
        row-gap: 8px;
        padding: 16px;
    }

    #customers-subs_orders .c-account_table__header__item {
        gap: 8px;
    }

    #customers-subs_orders .c-account_table__content__wrap {
        flex-direction: column;
    }

    #customers-subs_orders .c-account_table__content {
        width: 100%;
        margin-right: 0;
    }

    #customers-subs_orders .c-account_table__info {
        width: 100%;
    }

    #customers-subs_orders .c-account_table__info__item:first-of-type {
        margin-top: 24px;
    }

    #customers-subs_orders .c-account_table__product__img {
        width: 80px;
    }

    #customers-subs_orders .c-account_table__product__info__title {
        font-weight: bold;
    }

    #customers-subs_orders .c-account_table__edit {
        text-align: center;
        width: 100%;
        max-width: 320px;
        padding: 19.5px 40px;
    }
}

/*-----------------------------------------------
定期便情報詳細画面
-----------------------------------------------*/
#customers-subs_orders__detail .p-account__inner {
    margin: 40px auto 0;
}

#customers-subs_orders__detail .p-subscription_detail {
    margin-top: 0;
}

#customers-subs_orders__detail .p-subscription_detail__block:not(:last-child) {
    margin-bottom: 40px;
}

#customers-subs_orders__detail .u-color__bg--bg {
    background: #F8F8F8;
}

#customers-subs_orders__detail .c-account_table > tbody > tr > th,
#customers-subs_orders__detail .c-account_table > tbody > tr > td {
    padding: 10px 8px;
    border: 1px solid #333333;
}

#customers-subs_orders__detail .c-account_table > tbody > tr > th {
    padding: 10px 8px;
}

#customers-subs_orders__detail .c-cart_item {
    display: flex;
    padding: 16px 0;
    border-color: #EAEAEA !important;
}

#customers-subs_orders__detail .c-cart_item:first-child {
    padding-top: 0;
    border-top-width: unset;
    border-top-style: unset;
}

#customers-subs_orders__detail .c-cart_item__info__title {
    color: #333333 !important;
    font-size: 15px !important;
    font-family: "Zen Kaku Gothic New", sans-serif !important;
}

#customers-subs_orders__detail .c-cart_item__info__total__quantity,
#customers-subs_orders__detail .c-cart_item__info__total__price {
    font-size: 14px !important;
}

#customers-subs_orders__detail .p-subscription_detail__block__wrapper .p-subscription_detail__block__list {
    margin-right: 5%;
    width: 58.5%;
}


#customers-subs_orders__detail .p-subscription_detail__block__head__btn {
    max-width: 160px;
    border-radius: 100px;
    height: 30px;
    background: #333333 !important;
    font-family: "Zen Kaku Gothic New", sans-serif !important;
}

#customers-subs_orders__detail .c-cart_item__info__total .p-subscription_detail__block__head__btn {
    max-width: 230px;
}

#customers-subs_orders__detail .p-subscription_detail__block__wrapper .c-billing_list {
    width: 36.5%;
    min-width: 160px;
}

#customers-subs_orders__detail .c-billing_list__title {
    padding-bottom: 0;
    border-color: #333333 !important;
    color: #333333 !important;
    font-size: 15px !important;
    font-family: "Zen Kaku Gothic New", sans-serif !important;
}

#customers-subs_orders__detail .c-billing_list__detail {
    margin-top: 16px;
    padding-bottom: 16px;
}

#customers-subs_orders__detail .c-billing_list__detail__item__row {
    margin-bottom: 8px;
}

#customers-subs_orders__detail .c-billing_list__total {
    margin-top: 8px;
    font-family: "Zen Kaku Gothic New", sans-serif !important;
}

#customers-subs_orders__detail .c-billing_list__total__title,
#customers-subs_orders__detail .c-billing_list__total__price {
    font-size: 15px !important;
    font-family: "Zen Kaku Gothic New", sans-serif !important;
    font-weight: 500;
}

#customers-subs_orders__detail .p-subscription_detail__block__head {
    margin-bottom: 8px;
}

#customers-subs_orders__detail .p-subscription_detail__block__head__title {
    margin-bottom: 0px;
    font-family: "Zen Kaku Gothic New", sans-serif !important;
    color: #333333 !important;
    font-size: 18px !important;
}

#customers-subs_orders__detail .u-text--center {
    justify-content: center;
}

#customers-subs_orders__detail .p-history_detail {
    margin-top: 0px;
}

#customers-subs_orders__detail .p-account__inner__content__form__bottom {
    margin-top: 24px;
}

#customers-subs_orders__detail .p-account__inner__content__form__bottom__link {
    margin-top: 0;
}

@media screen and (max-width: 959px) {

    #customers-subs_orders__detail .p-account__inner {
        margin: 80px auto 0;
    }

    #customers-subs_orders__detail .c-account_table > tbody > tr + tr {
        margin-top: 0px;
    }

    #customers-subs_orders__detail .c-account_table > tbody > tr > th,
    #customers-subs_orders__detail .c-account_table > tbody > tr > td {
        border: unset;
    }

    #customers-subs_orders__detail .p-subscription_detail__block__head {
        display: flex;
    }

    #customers-subs_orders__detail .p-subscription_detail__block__head__title {
        text-align: left;
    }

    #customers-subs_orders__detail .p-subscription_detail__block__head__btn {
        margin-top: 0;
    }

}

@media screen and (max-width: 719px) {

    #customers-subs_orders__detail .p-subscription_detail__block__wrapper .p-subscription_detail__block__list {
        margin-right: 0;
        width: 100%;
    }

    #customers-subs_orders__detail .p-subscription_detail__block__wrapper .c-billing_list {
        margin-top: 40px;
        width: 100%;
    }

    #customers-subs_orders__detail .p-account__inner__content__form__bottom__btn {
        max-width: 320px;
        height: 60px;
    }
}

/*-----------------------------------------------------------------
購入履歴
-----------------------------------------------------------------*/

#customers-orders_history .p-account__inner__content {
    position: relative;
}

#customers-orders_history .p-history_list {
    margin-top: 0;
}

#customers-orders_history .p-history_list__item__header__id {
    margin-right: 16px;
    font-family: "Zen Kaku Gothic New", sans-serif !important;
    font-weight: 500;
}


#customers-orders_history .p-history_list__item__header__btn {
    max-width: 160px;
    border-radius: 100px;
    height: 30px;
    background: #333333 !important;
    font-family: "Zen Kaku Gothic New", sans-serif !important;
}



#customers-orders_history .c-cart_item {
    padding-top: 16px;
    border-color: #EAEAEA !important;
}

#customers-orders_history .c-cart_item__info__status__quantity,
#customers-orders_history .c-cart_item__info__status__price {
    font-size: 14px !important;
}

.pagenate-items_value {
    position: absolute;
    bottom: -30px;
    left: 0;
}

/*-----------------------------------------------------------------
購入履歴詳細
-----------------------------------------------------------------*/

#orders-detail-view .p-history_detail {
    margin-top: 0;
}

#orders-detail-view .p-history_detail__block {
    overflow-x: scroll;
}

#orders-detail-view .p-history_detail__block:not(:last-child) {
    margin-bottom: 40px;
}

#orders-detail-view .u-color__bg--bg {
    background: #F8F8F8;
}

#orders-detail-view.c-account_table {
    border-color: #333333 !important;
}

#orders-detail-view .c-account_table > tbody > tr > th,
#orders-detail-view .c-account_table > tbody > tr > td {
    border: 1px solid #333333;
}

#orders-detail-view .c-account_table > tbody > tr > th {
    padding: 10px 8px;
    white-space: nowrap;
    height: 40px;
    font-size: 14px !important;
    font-weight: 500;
}

#orders-detail-view .c-account_table > tbody > tr > td {
    letter-spacing: 0;
    padding: 9px 11px;
}

#orders-detail-view .p-history_detail__block__wrapper {
    justify-content: flex-start;
}

#orders-detail-view .p-history_detail__block__wrapper .p-history_detail__block__list {
    margin-right: 5%;
    width: 58.5%;
}

#orders-detail-view .c-cart_item {
    display: flex;
    padding: 16px 0;
    border-color: #EAEAEA !important;
}

#orders-detail-view .c-cart_item:first-child {
    padding-top: 0;
    border-top-width: unset;
    border-top-style: unset;
}

#orders-detail-view .c-cart_item__info__title {
    color: #333333 !important;
    font-size: 15px !important;
    font-family: "Zen Kaku Gothic New", sans-serif !important;
}

#orders-detail-view .c-cart_item__info__total__quantity,
#orders-detail-view .c-cart_item__info__total__price {
    font-size: 14px !important;
}

#orders-detail-view .p-account__inner__content__lead {
    font-size: 14px !important;
}

#orders-detail-view .p-history_detail__block__wrapper .c-billing_list {
    width: 36.5%;
    min-width: 160px;
}

#orders-detail-view .c-billing_list__title {
    padding-bottom: 0;
    border-color: #333333 !important;
    color: #333333 !important;
    font-size: 15px !important;
    font-family: "Zen Kaku Gothic New", sans-serif !important;
    font-weight: 500;
}

#orders-detail-view .c-billing_list__detail {
    margin-top: 16px;
    padding-bottom: 16px;
}

#orders-detail-view .c-billing_list__total {
    margin-top: 8px;
    font-family: "Zen Kaku Gothic New", sans-serif !important;
}

#orders-detail-view .c-billing_list__total__title,
#orders-detail-view .c-billing_list__total__price {
    font-size: 15px !important;
    font-family: "Zen Kaku Gothic New", sans-serif !important;
    font-weight: 500;
}

#orders-detail-view .p-history_detail__block__head {
    margin-bottom: 8px;
}

#orders-detail-view .p-history_detail__block__head__title {
    margin-bottom: 0px;
    font-family: "Zen Kaku Gothic New", sans-serif !important;
    color: #333333 !important;
    font-size: 18px !important;
    font-weight: 500;
}

#orders-detail-view .p-history_detail__block__head__btn {
    max-width: 160px;
    border-radius: 100px;
    height: 30px;
    font-family: "Zen Kaku Gothic New", sans-serif !important;
}

@media screen and (max-width: 959px) {

    #orders-detail-view .c-account_table > tbody > tr:first-child {
        display: none;
    }

    #orders-detail-view .c-account_table > tbody > tr + tr {
        margin-top: 0px;
    }

    #orders-detail-view .c-account_table > tbody > tr > th,
    #orders-detail-view .c-account_table > tbody > tr > td {
        border: unset;
    }

    .c-account_table > tbody > tr > th {
        display: block;
    }

    #orders-detail-view .c-account_table > tbody > tr > td {
        display: block;
    }

    #orders-detail-view .c-account_table > tbody > tr > td:before {
        content: attr(data-title);
        display: block;
        font-weight: bold;
    }

    #orders-detail-view .p-history_detail__block__head__title {
        text-align: left;
    }

    #orders-detail-view .p-history_detail__block__head {
        display: flex;
    }

    #orders-detail-view .p-history_detail__block__head__btn {
        margin-top: 0px;
    }

}

@media screen and (max-width: 719px) {
    #orders-detail-view.c-account_table {
        border-color: #333333 !important;
    }

    #orders-detail-view .p-history_detail__block__wrapper {
        display: block;
    }

    #orders-detail-view .p-history_detail__block__wrapper .p-history_detail__block__list {
        margin-right: 0;
        width: 100%;
    }

    #orders-detail-view .p-history_detail__block__wrapper .c-billing_list {
        margin-top: 40px;
        width: 100%;
    }

    #orders-detail-view .p-account__inner__content__form__bottom__btn {
        max-width: 320px;
        height: 60px;
    }
}
/*-----------------------------------------------
パスワードリセット
-----------------------------------------------*/

#customers-password-new-view .p-page_header__inner__lead{
    margin-top: 80px;
    line-height: 1.5;
}

#customers-password-new-view .p-account_form {
    margin-top: 24px;
}

#customers-password-new-view .p-account_form__inner__bottom {
    margin-top: 40px;
}

#customers-password-new-view .p-account_form__inner__bottom__mailbtn {
    max-width: 538px;
}
/*-----------------------------------------------------------------
会員情報
-----------------------------------------------------------------*/

.p-account__inner__content .u-color__text--alert {
    color: #940D0D;
}

.p-account__inner__content__form {
    margin-top: 0;
}

.c-form_table__postcode.is-single input {
    max-width: 100%;
}

.c-form_table__postcode .u-text--body {
    font-size: 15px !important;
}

.c-form_table > tbody > tr:not(:last-child), .c-form_table--confirm > tbody > tr:not(:last-child) {
    margin-bottom: 0px;
}

.c-form_table > tbody > tr > th,
.c-form_table--confirm > tbody > tr > th {
    width: 30.5%;
    padding: 8px 14px 16px 0;
    line-height: 1.3;
    white-space: normal;
}

.c-form_table > tbody > tr > td,
.c-form_table--confirm > tbody > tr > td  {
    padding-bottom: 16px;
}

.c-form_table__name input {
    border: 1px solid #888888;
}

.c-form_table__tel {
    flex-wrap: nowrap;
}

.u-text--input__small {
    padding: 0 40px 0 10px;
}

.p-account__inner__content__form__bottom {
    margin-top: 40px;
}

.p-account__inner__content__form__bottom .p-account__inner__content__form__bottom__leave {
    margin-top: 16px;
    max-width: 200px;
    height: 40px;
    font-size: 18px !important;
    border-radius: 99px;
    font-weight: 500;
    font-family: "Zen Kaku Gothic New", sans-serif !important;
    background-color: transparent;
    color: #333333;
    border: 1px solid #333333;
}

@media screen and (max-width: 719px) {
    .c-form_table > tbody > tr > th,
    .c-form_table--confirm > tbody > tr > th {
        width: 100%;
        margin-bottom: 0px;
        padding: 0;
    }
}
/*-----------------------------------------------------------------
クレジットカード情報
-----------------------------------------------------------------*/

.p-account__inner__content__lead {
    margin-top: 0;
}

.p-account__inner__content__lead a {
    font-family: "Zen Kaku Gothic New", sans-serif !important;
}

.p-payment_list {
    margin-top: 16px;
}

.p-payment_list .p-account__inner__content__lead {
    margin-top: 40px;
    font-family: "Zen Kaku Gothic New", sans-serif !important;
}

.p-account__inner__content__form__bottom__link {
    margin-top: 24px;
    font-family: "Zen Kaku Gothic New", sans-serif !important;
}

#customers-card-index-view .p-payment_list__add__win__form__bottom {
    margin-top: 12px;
}

#customers-card-index-view .p-payment_list__add__win__form__bottom__btn {
    font-size: 15px !important;
    background: #333333 !important;
}

#customers-card-index-view .u-color__bg--bg {
    background: #F8F8F8;
}

#customers-card-index-view .u-color__border--border {
    border-color: #333333 !important;
}

#customers-card-index-view .c-account_table > tbody > tr > th,
#customers-card-index-view .c-account_table > tbody > tr > td {
    border: 1px solid #333333;
}

#customers-card-index-view .c-account_table > tbody > tr > th {
    padding: 10px 8px;
    white-space: nowrap;
    height: 40px;
    font-size: 14px !important;
    font-weight: 600;
}

#customers-card-index-view .c-account_table > tbody > tr > td {
    padding: 8px;
    font-size: 14px !important;
}

#customers-card-index-view .c-account_table > tbody > tr > td:nth-of-type(3) {
    text-align: center;
}

#customers-card-index-view .c-account_table__edit span {
    font-size: 14px !important;
    font-family: "Zen Kaku Gothic New", sans-serif !important;
}

#customers-card-index-view .c-account_table__delete i {
    width: 26px;
}

#customers-card-index-view .c-account_table__delete span {
    font-size: 14px !important;
    font-family: "Zen Kaku Gothic New", sans-serif !important;
}

#customers-card-index-view .c-form_table > tbody > tr > th,
#customers-card-index-view .c-form_table--confirm > tbody > tr > th {
    width: 27%;
}

#customers-card-index-view .c-form_table__newsletter {
    padding-top: 24px;
    padding-bottom: 0;
    display: flex;
    justify-content: center;
}

#customers-card-index-view .u-text--input__large {
    width: 100%;
}

@media screen and (max-width: 959px) {
    #customers-card-index-view .c-account_table > tbody > tr + tr {
        margin-top: 0px;
    }
}

/*-----------------------------------------------------------------
パスワード変更
-----------------------------------------------------------------*/
#customers-password-edit-view .c-form_table > tbody > tr > th,
#customers-password-edit-view.c-form_table--confirm > tbody > tr > th {
    padding: 8px 25px 0px 0;
}
#customers-password-edit-view .c-form_table > tbody > tr > td,
#customers-password-edit-view.c-form_table--confirm > tbody > tr > td {
    padding-bottom: 16px;
}

@media screen and (max-width: 719px) {
    #customers-password-edit-view .c-form_table > tbody > tr > th,
    #customers-password-edit-view.c-form_table--confirm > tbody > tr > th {
        padding: 0;
    }
    #customers-password-edit-view .c-form_table > tbody > tr > td,
    #customers-password-edit-view.c-form_table--confirm > tbody > tr > td {
        padding-bottom: 0px;
    }
}

/*-----------------------------------------------------------------
お届け先情報一覧
-----------------------------------------------------------------*/
#mypage-shipping_addresses .p-account__inner__content__lead {
    line-height: 1.5;
}

#mypage-shipping_addresses .p-address_list .c-account_table {
    margin-top: 40px;
}

#mypage-shipping_addresses .p-address_list {
    margin-top: 16px;
}

#mypage-shipping_addresses .u-color__bg--bg {
    background: #F8F8F8;
}

#mypage-shipping_addresses .c-account_table > tbody > tr > th,
#mypage-shipping_addresses .c-account_table > tbody > tr > td {
    border: 1px solid #333333;
}

#mypage-shipping_addresses .c-account_table > tbody > tr > th {
    padding: 10px 8px;
    white-space: nowrap;
    height: 40px;
    font-size: 14px !important;
    font-weight: 600;
}

#mypage-shipping_addresses .c-account_table > tbody > tr > td {
    padding: 8px;
    font-size: 14px !important;
}

#mypage-shipping_addresses .c-account_table > tbody > tr > td:not(:nth-child(4)) {
    white-space: nowrap;
}

#mypage-shipping_addresses .c-account_table__edit span {
    font-size: 14px !important;
    font-family: "Zen Kaku Gothic New", sans-serif !important;
}

#mypage-shipping_addresses .c-account_table__delete i {
    width: 26px;
}

#mypage-shipping_addresses .c-account_table__delete span {
    font-size: 14px !important;
    font-family: "Zen Kaku Gothic New", sans-serif !important;
}
@media screen and (max-width: 959px) {
    #mypage-shipping_addresses .p-address_list .c-account_table {
        border: none;
    }
    .c-account_table {
        display: block;
    }
    .c-account_table > tbody {
        display: block;
    }
    .c-account_table > tbody > tr {
    border-width: 1px;
    border-style: solid;
    display: block;
    border-top: none;
    border-left: none;
    border-right: none;
    }
    .c-account_table > tbody > tr:first-child {
        display: none;
    }
    .c-account_table > tbody > tr + tr {
        margin-top: 32px;
        border: solid 1px #333333;
    }
    .c-account_table > tbody > tr > th {
        font-size: 14px;
        display: block;
    }
    #mypage-shipping_addresses .c-account_table > tbody > tr > td {
        border: unset;
    }
    .c-account_table > tbody > tr > td {
        display: block;
        padding: 6px 15px;
        font-size: 14px;
    }
    .c-account_table > tbody > tr > td:before {
        content: attr(data-title);
        display: block;
        font-weight: bold;
    }
    .c-account_table > tbody > tr > td br {
        display: none;
    }
    .c-account_table > tbody > tr > td:first-child {
        padding-top: 15px;
        padding-left: 15px;
    }
    .c-account_table > tbody > tr > td:last-child {
        padding-bottom: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 719px) {
    .c-account_table > tbody > tr:last-child {
        border-bottom: solid 1px #333333;
    }
}

/*-----------------------------------------------------------------
ご注文内容の入力
-----------------------------------------------------------------*/

.p-checkout__bottom__submit {
    border-radius: 100px !important;
}

.p-checkout__bottom__select {
    border-radius: 100px;
}

/*-----------------------------------------------------------------
ご購入手続きの確認
-----------------------------------------------------------------*/
.p-checkout_confirm__inner__list__block__title {
    text-align: left;
}

#confirm-view .c-form_table > tbody > tr > th,
#confirm-view .c-form_table--confirm > tbody > tr > th {
    padding: 16px 14px 16px 0;
}

#confirm-view .c-form_table > tbody > tr > td,
#confirm-view .c-form_table--confirm > tbody > tr > td {
    padding: 16px 0;
}

.p-checkout_confirm__static {
    margin-top: 40px;
}

.p-checkout_confirm__inner__list__block__submit {
    border-radius: 100px;
}