@charset "UTF-8";

/*
pages/mypage :: mypage styles
*/
.address-book-alphabet-list-div {
    position: static;
}

.address-book-alphabet-list-div.fixed {
    position: fixed;
    top: 10px;
}

.address-book-entry {
    margin: 0 0 1em;
}

.address-book-list {
    margin-top: 1em;
}

.address-book-entry-action-container {
    width: 7em;
}

.address-book-head {
    border-bottom: 0;
    padding-right: .5em;
    table-layout: fixed;
}

.address-book-body {
    border-top: 1px dotted #D6D6D6;
}

.address-book-group-list {
    display: flex;
    flex-wrap: wrap;
    padding: .2em .2em .5em .5em;
    border-bottom: 1px dotted #D6D6D6;
}

.address-book-group-list .address-book-group-label {
    margin-right: .5em;
    padding: .5em;
}

.address-book-group-list .address-book-group-settings-link {
    display: flex;
    align-items: center;
    font-size: 3.8vw;
}

.address-book-footer {
    width: 7em;
    margin: .2em .5em .5em auto;
}

.message-zero {
    min-height: 50vh;
    text-align: center;
}

.user-account-details {
    background: #F6F6F0;
    padding: 3vw;
    width: 96%;
    margin: 0 auto;
    font-size: 4vw;
}

.user-account-details .info-panels {
    border: 1px solid #E0E0E0;
    border-radius: 5px;
    background: #fff;
    display: flex;
    align-items: center;
    padding: 3vw;
    margin: 0 0 5px;
}

.user-account-details .info-panels-help {
    position: relative;
    display: block;
}

.user-account-details .info-panels-help .info-panels {
    padding-bottom: 2em;
}

.user-account-details .info-panels-help-link {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.point-information {
    margin: 0 0 0 auto;
    display: flex;
    align-items: center;
    color: #4a4a4a;
}

.point-information.point-information-baseline {
    align-items: flex-end;
}

.point-information-text {
    font-size: 5vw;
}

.info-panels-arrow {
    line-height: 0;
}

.user-profile-details-container {
    display: flex;
    align-items: center;
}

.user-name {
    display: flex;
}

.user-register-change {
    text-align: center;
    margin-right: 0;
    margin-left: auto;
    position: relative;
}

.user-register-change.open .user-register-change-list {
    display: block;
}

.user-register-change .user-register-change-list {
    position: absolute;
    display: none;
    background: #fff;
    top: calc(100% - 1em);
    right: 0;
    width: 200px;
    border-radius: 5px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    border: 2px solid #0D3E85;
}

.user-register-change .user-register-change-list ul {
    text-align: left;
}

.user-register-change .user-register-change-list ul li {
    border-bottom: 1px solid #0D3E85;
}

.user-register-change .user-register-change-list ul li:last-child {
    border-bottom: 0;
}

.user-register-change .user-register-change-list ul a {
    color: #0D3E85;
    padding: 1em;
    font-size: 4vw;
    display: inline-block;
    width: 100%;
}

.mypage-settings-link {
    margin: 0 auto;
    display: inline-block;
}

.mypage-settings-icon {
    border: 2px solid #0D3E85;
    height: 12vw;
    width: 12vw;
    content: " ";
    border-radius: 12vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    margin: 0 auto;
}

.mypage-setting-txt {
    font-size: 3.2vw;
    color: #0D3E85;
}

.newsletter-subscription-action-status {
    background: #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 2vw;
}

.newsletter-subscription-action-status-btn {
    margin: 0 0 0 auto;
}

.button-newsletter-subscribe {
    height: 15vw;
    min-height: 15vw;
    width: 11em;
}

.button-newsletter-subscribe-disable {
    height: 12vw;
    min-height: 12vw;
    width: 8em;
}

.point-information {
    display: flex;
}

.nav-shortcut-links {
    width: 90%;
    margin: 15px auto;
}

.nav-shortcut-links .flex-shortcut-links-custom>li {
    margin-bottom: 1em;
}

.inr-box, .order-list {
    padding: 2.66667vw;
}

.order-list .order-list-item {
    margin: 0 0 1em;
}

.order-list .order-details-header {
    padding: 3vw;
    border-bottom: 1px dotted #6E6E6E;
    font-size: 4vw;
}

.order-list .order-details-button-container {
    margin: 0 auto;
    padding: 3vw 0;
    border-bottom: 1px dotted #D6D6D6;
}

.order-list .order-details-button-container .button {
    width: 10em;
    margin: 0 auto;
}

.order-list .order-product-list>li {
    margin-bottom: 1em;
}

.order-list .order-product-list>li:last-child {
    margin-bottom: 0;
}

.order-list .order-product {
    display: flex;
}

.order-list .order-product-image {
    width: 25%;
}

.order-list .order-product-image img {
    width: 100%;
}

.order-list .order-product-details {
    width: 75%;
    font-size: 3.8vw;
    padding: 0 0 0 1em;
}

.order-list .order-product-details .order-product-link {
    display: inline-block;
    margin-bottom: 1em;
}

.order-details {
    display: flex;
    margin: 0 0 3vw;
}

@media screen and (min-width: 499px) {
    .order-details {
        margin: 0 0 10px;
    }
}

.order-details .label {
    text-align: left;
    width: 7em;
    color: #0D3E85;
}

.order-details-container-outer {
    margin: 5.33333vw 2.66667vw;
}

.order-details-container {
    font-size: 4vw;
    padding: 0;
}

@media screen and (min-width: 499px) {
    .order-details-container {
        font-size: 14px;
    }
}

.order-details-container .order-detail-list {
    padding: .5em;
    border-bottom: 1px dotted #D6D6D6;
}

.order-details-container .order-details-btn-item {
    width: 7em;
    align-items: center;
    color: #0D3E85;
    border: 1px solid #0D3E85;
    height: 8vw;
    min-height: 30px;
    max-height: 40px;
    border-radius: 8vw;
    background: #fff;
    margin: 0 auto;
}

.order-details-container .order-details-btn-close {
    text-align: center;
    padding: 1em 0;
}

.order-details-container .order-details-btn-close>* {
    margin: 0 auto;
}

.order-details-container .order-details-btn {
    text-align: center;
    padding: .5em;
}

.open .order-details-btn {
    display: none;
}

.order-detail-amount {
    display: none;
    padding: 1em 0 0 0;
}

.open .order-detail-amount {
    display: block;
}

.order-detail-amount table.total-amount-table {
    width: 90%;
    margin: 0 auto;
}

.order-detail-amount table.total-amount-table th {
    text-align: right;
    font-weight: normal;
    padding: .2em;
}

.order-detail-amount table.total-amount-table td {
    text-align: right;
    padding: .2em 1em .2em .2em;
}

.order-detail-amount table.total-amount-table .total-amount {
    border-top: 1px solid #D6D6D6;
}

.order-detail-amount table.total-amount-table .total-amount th,
.order-detail-amount table.total-amount-table .total-amount td {
    padding: .5em 1em .2em .2em;
}

.delivery-status-complete {
    margin: 0 0 1em;
}

.delivery-status-complete .delivery-status-complete-number {
    color: #888;
    margin: .5em 0 0 0;
    font-size: 3.8vw;
}

.delivery-status-complete .button-confirm-delivery-status {
    text-align: left;
    width: 19em;
    padding: .5em 0 .5em .2em;
}

.delivery-status-complete-text {
    margin: 0 0 0 auto;
    width: 6em;
    font-size: 4vw;
    text-align: center;
    padding: .5em;
    background: #EAF4FF;
    color: #0D3E85;
    font-weight: bold;
}

.delivery-status-undispatched {
    margin: 0 0 0 auto;
    width: 5em;
    font-size: 4vw;
    text-align: center;
    padding: .5em;
    background: #FFE7E9;
    color: #FF35A6;
    font-weight: bold;
}

.creditcard-code {
    display: flex;
    margin: 1em 0 0 0;
}

.creditcard-code .img {
    width: 100px;
}

.creditcard-code .desc {
    margin: 0 0 0 1em;
    font-size: 3.8vw;
    width: calc(100% - 100px);
}

.creditcard-status {
    border: 1px solid #979797;
    padding: .5em;
    margin-bottom: 1em;
    font-size: 4.2vw;
}

.creditcard-status .title {
    margin: 0 0 .5em;
}

.creditcard-status ul li {
    font-size: 3.8vw;
    margin-bottom: .5em;
}

.creditcard-status ul li:last-child {
    margin-bottom: 0;
}

.coupon-list>li {
    margin: 0 0 1.5em;
}

.coupon-list>li:last-child {
    margin-bottom: 0;
}

.coupon-list>li:first-child .title {
    margin-top: 0;
}

.coupon-list>li .title {
    color: #0D3E85;
    margin: .6em 0;
}

.coupon-list>li .desc {
    font-size: 14px;
}

@media screen and (max-width: 768px) {
    .coupon-list>li .desc {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

@media screen and (max-width: 499px) {
    .coupon-list>li .desc {
        font-size: 3.64vw;
    }
}

.coupon-list>li .desc>ul>li {
    margin-bottom: .5em;
}

.coupon-list>li .desc>ul>li:last-child {
    margin-bottom: 0;
}

.coupon-get .btn {
    margin: 1em auto 0;
    width: 10em;
}

.fixed-btn-group {
    bottom: 90px;
    left: 5px;
    position: fixed;
}

.fixed-btn-add {
    bottom: calc(90px + 20vw);
    left: 5px;
    position: fixed;
}

.button-fixed {
    background: #0D3E85;
    height: 17vw;
    width: 17vw;
    border-radius: 17vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    color: #fff;
    box-shadow: 0 0 3px rgba(13, 62, 133, 0.8);
}

.button-fixed>* {
    text-align: center;
    line-height: 90%;
}

.button-fixed .button-fixed-icon {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
}

.button-fixed .button-fixed-text {
    width: 100%;
    display: inline-block;
    font-size: 3.2vw;
}

.address-group-panel {
    position: fixed;
    top: 100vh;
    left: 0;
    z-index: 999;
    background: #fff;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    transition: height .2s;
}

.address-group-panel.open {
    top: 0;
    height: 100vh;
    transition: top .2s;
}

.address-group-panel .title-panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    min-height: 3em;
    background: #fff;
    z-index: 998;
}

.address-group-panel .title-panel .title-panel-text {
    padding: 0 0 0 1em;
}

.address-group-panel .title-panel .title-panel-close {
    margin: 0 .5em 0 auto;
}

.address-group-panel .address-group-panel-inner {
    overflow-y: scroll;
    overflow-x: hidden;
    height: calc(100% - 3em);
    padding: .2em 0 2em;
    margin-top: 3em;
}

.mypage-address-group-add>li {
    margin-bottom: 1em;
}

.user-account-unsubscribe {
    text-align: center;
    margin-top: 30px;
}

.user-account-unsubscribe a {
    text-decoration: underline;
    color: #4a4a4a;
}

.pointcard-desc-column {
    margin: 0 0 2em;
}

.pointcard-cardlist {
    display: flex;
    flex-wrap: wrap;
}

.pointcard-cardlist>li {
    width: 48%;
    text-align: center;
    font-size: 14px;
    margin: 0 4% 1em 0;
}

@media screen and (max-width: 768px) {
    .pointcard-cardlist>li {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

@media screen and (max-width: 499px) {
    .pointcard-cardlist>li {
        font-size: 3.64vw;
    }
}

.pointcard-cardlist>li:nth-child(2n) {
    margin-right: 0;
}

.pointcard-cardlist>li .pointcard-title {
    margin: .5em 0 0 0;
}

.pointcard-desc-title {
    display: flex;
    margin: 0 0 1em;
    flex-direction: column;
}

.pointcard-desc-title .pointcard-desc-title-text {
    color: #0D3E85;
    font-weight: bold;
    font-size: 18px;
    margin: 0 0 .5em;
}

@media screen and (max-width: 768px) {
    .pointcard-desc-title .pointcard-desc-title-text {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

@media screen and (max-width: 499px) {
    .pointcard-desc-title .pointcard-desc-title-text {
        font-size: 4.68vw;
    }
}

.pointcard-desc-title .pointcard-desc-title-desc {
    font-size: 14px;
    color: #FF3A4A;
}

@media screen and (max-width: 768px) {
    .pointcard-desc-title .pointcard-desc-title-desc {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

@media screen and (max-width: 499px) {
    .pointcard-desc-title .pointcard-desc-title-desc {
        font-size: 3.64vw;
    }
}

.pointcard-terms {
    height: 300px;
    overflow: scroll;
    border: 1px solid #979797;
    padding: 1em;
    border-radius: 5px;
}

.pointcard-note {
    display: flex;
    margin: 0 0 1em;
    align-items: center;
    flex-direction: column;
}

.pointcard-note .pointcard-note-main {
    font-size: 14px;
    margin: 0 0 1em;
    line-height: 160%;
}

@media screen and (max-width: 768px) {
    .pointcard-note .pointcard-note-main {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

@media screen and (max-width: 499px) {
    .pointcard-note .pointcard-note-main {
        font-size: 3.64vw;
    }
}

.pointcard-note .pointcard-note-sub {
    width: 100%;
}

.pointcard-note .pointcard-balloon {
    border: 3px solid #FF3A4A;
    border-radius: 5px;
    color: #FF3A4A;
    padding: 1em;
    font-size: 14px;
    position: relative;
}

.tomonokai-card-head {
    margin-bottom: 2em;
}

.tomonokai-card-head .tomonokai-card-desc {
    margin: 0 0 1em;
}

.tomonokai-card-head .tomonokai-card {
    width: 60%;
    text-align: center;
    margin: 0 auto;
}

.tomonokai-card-notice {
    line-height: 150%;
}

.tomonokai-card-notice .tomonokai-card-notice-title {
    font-weight: bold;
    color: #FF35A6;
    margin: 0 0 1em;
}

.tomonokai-card-notice ul li {
    list-style-type: disc;
    margin-left: 2em;
}

.data-form-title {
    font-size: 18px;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .data-form-title {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

@media screen and (max-width: 499px) {
    .data-form-title {
        font-size: 4.68vw;
    }
}

.data-note-list-title {
    font-weight: bold;
    margin-bottom: 1em;
}

.data-note-list>li {
    list-style-type: disc;
    font-size: 14px;
    margin: 0 0 .5em 2em;
}

@media screen and (max-width: 768px) {
    .data-note-list>li {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

@media screen and (max-width: 499px) {
    .data-note-list>li {
        font-size: 3.64vw;
    }
}

/*****2021.7追加_まるひろMクラブカードデジタル*****/
.bnr-mclub-digital {
    background: #EAF4FF;
    border-radius: 5px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    display: flex;
    height: 7rem;
    align-items: center;
}

.bnr-mclub-digital.bnr-mclub-digital-display {
    height: 5rem;
    padding-left: 1rem;
}

.bnr-mclub-digital-image {
    width: 25%;
    height: 100%;
}

.bnr-mclub-digital-image:before {
    content: " ";
    width: 100%;
    height: 100%;
    display: block;
    background: url(../../img/member/image-mclub-digital@2x.png) no-repeat 0 50%;
    background-size: 120% auto;
}

.bnr-mclub-digital-text {
    width: 75%;
}

.bnr-mclub-digital-title {
    text-align: center;
    color: #0D3E85;
    font-weight: bold;
}

.bnr-mclub-digital-title span {
    font-weight: bold;
    font-size: 80%;
}

.bnr-mclub-digital-title.bnr-mclub-digital-title-display {
    font-size: 1.2rem;
}

.bnr-mclub-digital-button {
    background: #0D3E85;
    color: #fff;
    display: flex;
    width: 7em;
    margin: 1em auto 0;
    height: 2em;
    align-items: center;
    border-radius: 2em;
    justify-content: space-evenly;
}

.icon-right-white {
    display: inline-block;
    background: url(../../img/icon/icon-right-white.png) no-repeat 50% 50%;
    background-size: 4vw auto;
    width: 4vw;
    height: 4vw;
    content: " ";
    max-width: 36px;
    max-height: 36px;
}

@media screen and (min-width: 499px) {
    .icon-right-white {
        background-size: 36px auto;
    }
}

.user-leave-list {
    text-align: right;
    font-size: .9rem;
}

.user-leave-list>li {
    margin-bottom: 1em;
}

.user-leave-list>li:last-child {
    margin-bottom: 0;
}

.point-barcode-info {
    border-radius: 5px;
    border: 1px solid #979797;
    padding: 1rem;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}

.point-barcode-info .link-center{
    display: block;
    margin-top: 4.5vw;
    text-align: center;
    font-size: 1rem;
}

.point-barcode-info-list-date {
    font-size: .8rem;
}

.point-barcode-info-list-date>div {
    margin: 0 0 1rem;
    display: flex;
}

.point-barcode-info-list-date>div:last-child {
    margin-bottom: 0;
}

.point-barcode-info-list-date>div dt {
    width: 12em;
    color: #0D3E85;
}

.point-barcode-info-list {
    font-size: 1rem;
}

.point-barcode-info-list>div {
    display: flex;
    margin: 0 0 1rem;
}

.point-barcode-info-list>div:last-child {
    margin-bottom: 0;
}

.point-barcode-info-list>div dt {
    width: 9.5em;
    color: #0D3E85;
}

.point-barcode-info-list .point-balance{
    margin-bottom: .8em !important;
    padding-bottom: .6em;
    font-size: 1.2rem;
    border-bottom: 1px solid #ddd;
}
.point-barcode-info-list .point-balance > dt,
.point-barcode-info-list .point-balance > dd{
    font-weight: bold;
}

.point-barcode-info-list .point-default,
.point-barcode-info-list .point-limit{
    margin-bottom: .6em;
    font-size: 1rem;
}

.point-barcode-info-list .point-default > dt,
.point-barcode-info-list .point-limit > dt{
    width: 11.2em;
    font-weight: bold;
}

.point-barcode-info-list .expiration-date{
    margin-bottom: 1em;
    font-size: .8rem;
    background-color: #f8f8f8;
    padding: .6em .8em .5em;
    border-radius: 5px;
}
.point-barcode-info-list .expiration-date.last{
    margin-bottom: 1em;
}
.point-barcode-info-list .expiration-date > dt{
    width: 13.4em;
    font-weight: bold;
}

.point-barcode-desc {
    border-radius: 5px;
    background: #eaf4ff;
    padding: 1em;
    color: #4A4A4A;
    font-size: 1rem;
}

.point-barcode-desc-title {
    font-weight: bold;
    margin-bottom: 1em;
}

.point-barcode-add-title {
    display: flex;
}

.point-barcode-add-title:before {
    content: " ";
    width: 54px;
    height: 60px;
    display: inline-block;
    background: url(../../img/member/image-barcode@2x.png) no-repeat 0 0;
    background-size: 54px auto;
}

.point-barcode-add-title .point-barcode-add-title-main {
    width: calc(100% - 60px);
    display: flex;
    flex-direction: column;
}

.point-barcode-add-title .point-barcode-add-title-main-top {
    font-family: serif;
    text-align: center;
    color: #0d3e85;
    font-size: 1.1rem;
}

.point-barcode-add-title .point-barcode-add-title-main-top span {
    font-size: .9rem;
}

.point-barcode-add-title .point-barcode-add-title-sub {
    text-align: center;
    color: #0d3e85;
    font-size: .9rem;
    margin-top: 1rem;
}

.point-barcode-add-text-title {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.point-barcode-add-text-title-num {
    background-color: #0d3e85;
    color: #fff;
    font-family: serif;
    display: flex;
    width: 2em;
    height: 2em;
    border-radius: 2em;
    justify-content: center;
    align-items: center;
    margin-right: .5em;
}

.point-barcode-add-text-title-main {
    color: #0d3e85;
    font-family: serif;
}

.terms-tips {
    font-size: .8rem;
    line-height: 140%;
    background: #eee;
    margin: 10px 0 20px;
}

.static-text {
    margin: 0 0 20px;
    font-size: .9rem;
    line-height: 160%;
}


/* 友の会カード */
.header-pagenavi {
    padding: 1em 1em;
}

.header-pagenavi a {
    position: relative;
    padding-left: 20px;
}

.header-pagenavi a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    background-image: url(../../img/icon/icon_arrow_back_blue.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.point-barcode-button {
    padding: 1rem;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.point-barcode-button .button {
    display: block;
    padding: 12px 0;
    max-height: inherit;
}

.point-attention-text {
    padding: 0 1em;
}

.point-attention-text p {
    font-size: 14px;
    color: #666;
}

.qrpayment-general {
    position: relative;
    margin: 0 auto;
    width: 100%;
    border: 1px solid #979797;
    border-top: 4px solid #0D3E85;
    background-color: #FFF;
    border-radius: 5px;
    z-index: 5;
}

.qrpayment-general-title {
    display: flex;
    align-items: center;
    width: 100%;
    padding: .5em .8em;
    border-bottom: 1px dotted #D6D6D6;
}

.qrpayment-general-title span {
    padding-left: 0.5em;
    font-size: 4.5vw;
    vertical-align: middle;
    color: #0D3E85;
}

.qrpayment-general-other {
    margin-bottom: 1.5em;
    padding: 1em 1em;
    background: #efefef;
    border-radius: 5px;
    font-size: .9rem;
}

.qrpayment-general-other li+li {
    margin-top: 6px;
}

.qrpayment-general .point-barcode-info {
    border-radius: 0;
    border: none;
    padding: .8em .8em .8em;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.qrpayment-general .point-barcode-info-list {
    padding: 1em 1em;
    background: #efefef;
    border-radius: 5px;
    font-size: .9rem;
}

.qrpayment-general .point-barcode-info-list>div {
    margin: 0;
}

.qrpayment-general .point-barcode-info-list>div+div {
    margin: 8px 0 0;
}

.form-body-payment h3 {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: .9rem;
}

.form-body-payment .form-body-items {
    position: relative;
    padding: 1.2em 0;
    background-color: #FFF;
    border: 1px solid #FFF;
    transition: transform .8s;
    z-index: 1;
}

.form-body-payment .form-body-input {
    display: flex;
    align-items: center;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 2px solid #4A90E2;
}

.form-body-payment .form-body-input input {
    padding: 0;
    width: 100%;
    border: none;
    font-size: 24px;
    font-weight: bold;
}

.form-body-payment .form-body-items span {
    padding-left: .5em;
    font-size: 1.2rem;
}

.form-body-payment .form-btn-content {
    position: relative;
    display: block;
    padding: 0 0;
    background-color: #FFF;
    z-index: 2;
}

.form-body-payment .form-btn-content .button.button--xx-small {
    min-height: 3.5em;
}

.qrpayment-detail{
    position: relative;
    padding: 2em 0;
    background-color: #FFF;
    border: 1px solid #FFF;
    transition: transform .8s;
    z-index: 1;
}
.qrpayment-detail .aaa{
    position:absolute;
    top: 0;
    z-index:5;
    width: 60px;
    height: 60px;
}
.qrpayment-detail p{
    text-align: center;
    color: #666;
}

.form-body-payment .form-btn-content li+li {
    margin-top: 20px;
}

.form-body-payment form {
    position: relative;
}

.qrpayment-detail .card {
    position: relative;
}
.qrpayment-detail .card .text{
    margin-top: 18vw;
    text-align: center;
}

.qrpayment-detail>div {
    padding: 0;
    /* margin-bottom: 1em; */
    text-align: center;
}

.qrpayment-detail .num {
    font-size: 15vw;
    font-weight: bold;
    font-family: "メイリオ", "Hiragino Kaku Gothic ProN", sans-serif;
    ;
}

.icon-rotate{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 18vw;
    margin: auto;
    display: inline-block;
    background: url(../../img/icon/icon_rotate.png) no-repeat 50% 50%;
    background-size: contain;
    width: 10vw;
    height: 10vw;
    content: " ";
}
.order-history-no{
    margin-bottom: 1.2em;
    color: #0D3E85;
}


.order-shop{
    margin-top: 10px;
    display: flex;
    /* align-items: center; */
    justify-content: flex-start;
  }
  .order-shop .label{
    padding-right: 10px;
    color: #0D3E85;
    font-size: 14px;
    width: 40%;
  }
  .order-shop .description{
    width: 60%;
    font-size: 14px;
  }

.point-barcode-info-more dl{
    display: none;
    margin-bottom: 1.5em;
}

.point-barcode-info-more .toggle{
    position: relative;
    padding: .6em 0;
    text-indent: -9999px;
}
.point-barcode-info-more .toggle:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-image: url(../../img/icon/icon_toggle.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    width: 30px;
    height: 30px;
}
.point-barcode-info-more.is-open .toggle:before{
    transform:rotate(180deg);
}


.mypage-point-link{
    margin-bottom: 20px;
}
.mypage-point-link .mypage-point-button {
    position: relative;
    display: flex;
    align-items: center;
    padding: 8px 8px;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    border: 1px solid #4A90E2;
    box-shadow: 0 3px 0 0 #d6eef6;
    border-radius: 5px;
}
.mypage-point-link .mypage-point-button:before {
    content: "";
    position: absolute;
    top: 4.4vw;
    right: 1vw;
    width: 7vw;
    height: 7vw;
    background-image: url(/sp/public/img/icon/icon-goto-blue_bold.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.mypage-point-link .mypage-point-button .image{
    width: 20%;
}
.mypage-point-link .mypage-point-button .desc{
    padding-left: 20px;
    width: 80%;
}