@charset "UTF-8";
/* --------------------------------------------------------
マイページ
-----------------------------------------------------------*/

a.Btn_orange01 {
    font-size: 14px;
    background-color: #f99700;
    text-decoration: none;
    color: #ffffff !important;
    padding: 1px 12px;
    border-radius: 15px;
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.15);
    letter-spacing: 0;
    cursor: pointer;
    font-weight: bold;
    display: inline-block;
}

a.Btn_orange01_wh {
    font-size: 12px;
    background-color: #ffffff;
    border: 1px solid #f99700;
    text-decoration: none;
    color: #f99700;
    padding: 1px 12px;
    border-radius: 15px;
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.15);
    letter-spacing: 0;
    cursor: pointer;
    font-weight: bold;
    display: inline-block;
}

a.order_Btn {
    background-color: #F05B12;
    border: 2px solid #F05B12;
    color: #ffffff;
    border-radius: 30px;
    width: 192px;
    display: inline-block;
    padding: 6px 10px 6px 10px;
    font-size: 16px;
    font-weight: bold;
    box-shadow: rgba(0, 0, 0, 0.18) 1px 1px 3.5px 1px;
    text-decoration: none;
    text-align: center;
}

a.order_Btn_wh {
    background-color: #FFFFFF;
    border: 2px solid #F05B12;
    color: #F05B12;
    border-radius: 30px;
    width: 192px;
    display: inline-block;
    padding: 6px 10px 6px 10px;
    font-size: 16px;
    font-weight: bold;
    box-shadow: rgba(0, 0, 0, 0.18) 1px 1px 3.5px 1px;
    text-decoration: none;
    text-align: center;
}

a.Btn_back {
    font-size: 16px;
    background-color: #ffffff;
    border: 1px solid #999999;
    text-decoration: none;
    width: 48%;
    display: inline-block;
    padding: 6px 10px 6px 10px;
    border-radius: 30px;
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.15);
    letter-spacing: 0;
    cursor: pointer;
    position: relative
}

a.Btn_back:before {
    content: "";
    width: 12px;
    height: 12px;
    border: 0;
    border-left: solid 1px;
    border-bottom: solid 1px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 12px;
    left: 19px;
}

a.Btn_mypage_main {
    font-size: 16px;
    color: #FFFFFF;
    background-color: #F99700;
    border: 1px solid #F99700;
    text-decoration: none;
    width: 48%;
    display: inline-block;
    padding: 6px 10px 6px 10px;
    border-radius: 30px;
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.15);
    letter-spacing: 0;
    cursor: pointer;
    position: relative
}

.mypage_h2_wrap {
    position: relative;
}

.mypage_navi_block {
    position: absolute;
    top: -22px;
    font-size: 10px;
}

/* --------------------------------------------------------
ページャー
-----------------------------------------------------------*/
.list_page {
    border-top: none;
    padding-top: 0;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 0px;
    font-size: 14px;
}

.list_page ul {
    list-style: none;
    display: inline-block;
    padding: 0;
}

.list_page ul li {
    display: inline-block;
}

.list_page ul+ul:before {
    content: '･･･';
}

.list_page a {
    padding: 5px;
    text-decoration: none;
}

.list_page a.page_btn_pre, .list_page a.page_btn_next, .list_page .gul-pager-prev-page, .list_page .gul-pager-next-page {
    color: #f99700;
    text-decoration: none;
    font-size: 0;
}

.list_page .gul-pager-prev-page.wb-blog-btn-now, .list_page .gul-pager-next-page.wb-blog-btn-now {
    display: none;
}

.list_page .gul-pager-prev-page:after {
    font-size: 20px;
    content: '＜';
}

.list_page .gul-pager-next-page:after {
    font-size: 14px;
    content: '＞';
}

.list_page .wb-blog-btn-now:not(.gul-pager-prev-page):not(.gul-pager-next-page) {
    background-color: #f99700;
    color: #FFF;
    vertical-align: middle;
    display: inline-block;
    margin: 0 1px 4px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    letter-spacing: 0;
}

.template_desgin_list_block .page_btn_pre, .template_desgin_list_block .page_btn_next, .template_desgin_list_block .wb-blog-btn-now {
    box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 3.5px 1px;
    border: 1px solid;
    color: #f99700;
    vertical-align: middle;
    display: inline-block;
    margin: 0 1px 4px;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    font-size: 18px;
    line-height: 34px;
    text-decoration: none;
    letter-spacing: 0;
}

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

.top_point_block {
    margin-bottom: 12px;
    font-size: 12px;
}

.top_point_block .account_block {
    margin-bottom: 10px;
}


.top_point_block .account_box {
    font-size: 16px;
}

.point_block .account_box {
    font-size: 19px;
    margin: 2px 0;
}

.account_box span.user_name {
    font-weight: bold;
    margin-right: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 90%;
    display: inline-block;
    vertical-align: bottom;
}

.point_block .point_total {
    font-size: 16px;
}

.point_block span.point_num {
    color: #FF2704;
    font-weight: bold;
}


.top_point_block .Btn-wrap {
    text-align: center;
    margin-top: 10px;
}

a.Btn_orange01 {
    font-size: 12px;
    background-color: #f99700;
    text-decoration: none;
    color: #ffffff;
    padding: 1px 12px;
    border-radius: 12px;
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.15);
    letter-spacing: 0;
}

.notice_block {
    margin-bottom: 12px;
}

.notice_title {
    color: #FF2704;
    font-weight: bold;
    background: url(/img/mypage/icon_notice.svg) no-repeat 1px 4px;
    padding-left: 24px;
    font-size: 16px;
    margin-bottom: 7px;
}

ul.notice_content li {
    font-weight: bold;
    margin-bottom: 4px;
}

.mypage_menu_block>ul>li {
    float: left;
    margin-left: 1%;
    width: 49%;
}

.mypage_menu_block>ul>li:nth-of-type(2n+1) {
    margin-left: 0;
    clear: both;
}

.mypage_menu_block>ul>li a {
    border: 1px solid #C1C1C1;
    display: block;
    width: 100%;
    padding: 10px;
    background-image: url(/img/mypage/history_btn.svg);
    background-repeat: no-repeat;
    background-position: center 10px;
    height: 170px;
    margin-bottom: 2%;
    padding-top: 85px;
    text-decoration: none;
}

.mypage_menu_block>ul>li.design_list a {
    background-image: url(/img/mypage/designlist_btn.svg);
    background-position: center 20px;
}

.mypage_menu_block>ul>li.account a {
    background-image: url(/img/mypage/account_btn.svg);
    background-position: center 20px;
}

.mypage_menu_block>ul>li.ship_address a {
    background-image: url(/img/mypage/address_btn.svg);
    background-position: center 25px;
}

.mypage_menu_block>ul>li.credit_card a {
    background-image: url(/img/mypage/creditcard_btn.svg);
    background-position: center 25px;
}

.mypage_menu_block>ul>li.point a {
    background-image: url(/img/mypage/point_btn.svg);
    background-position: center 15px;
}


.mypage_menu_block>ul>li span.mypage_menu_title {
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

/* ---------------mypage_top_bottom-------------------------- */

#mypage2 .Bg_gray.mypage_bottom {
    padding: 15px;
    margin-top: 10px;
}

#mypage2 .mypage_bottom_title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 12px;
    background-image: url(/img/mypage/mypage_news_icon.svg);
    background-repeat: no-repeat;
    padding-left: 106px;
}

#mypage2 .mypage_bottom .wb-rss-list {
    background-color: #fff;
    margin-bottom: 10px;
    padding: 5px 10px;
}

#mypage2 .mypage_bottom .wb-rss-list {
    background-color: #fff;
    margin-bottom: 10px;
    padding: 5px 10px;
}

#mypage2 .mypage_bottom .wb-rss-title {
    margin-bottom: 3px;
}

#mypage2 .mypage_bottom .wb-rss-title a {
    color: #f99700;
    text-decoration: none;
}

#mypage2 .mypage_bottom span.wb-rss-date {
    margin-right: 10px;
    color: #f99700;
}

#mypage2 .mypage_bottom .wb-rss-list-body-none {}

#mypage2 .mypage_bottom span.wb-rss-list-link {
    display: block;
    text-align: center;
    margin-top: 10px;
}

#mypage2 .mypage_bottom span.wb-rss-list-link a {
    font-size: 12px;
    color: #FFFFFF;
    background-color: #F99700;
    border: 1px solid #F99700;
    text-decoration: none;
    padding: 4px 10px 4px;
    border-radius: 30px;
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.15);
    letter-spacing: 0;
    cursor: pointer;
    display: inline-block;
    text-align: center;
}

/* --------------------------------------------------------
注文履歴
-----------------------------------------------------------*/

.hisory_search_content {
    padding-top: 10px;
    margin-bottom: 12px;
}

.hisory_search_content .sort_block {
    margin-bottom: 10px;
}

.hisory_search_content .sort_block select.sort_title {
    /* width: 128px; */
    margin-right: 7px;
}

.hisory_search_content .sort_block span.list_order_updown {
    text-align: center;
    padding: 0 16px;
}

.hisory_search_content .sort_block span.order_list_btn {
    position: relative;
}

.hisory_search_content .sort_block span.order_list_btn.up_order:before {
    content: "";
    width: 9px;
    height: 9px;
    border: 0;
    border-left: solid 1px #f97700;
    border-top: solid 1px #f97700;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 9px;
    left: -14px;
}

.hisory_search_content .sort_block span.order_list_btn.down_order:after {
    content: "";
    width: 9px;
    height: 9px;
    border: 0;
    border-right: solid 1px #f97700;
    border-bottom: solid 1px #f97700;
    -ms-transform: rotate(45deg);

    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 4px;
    right: -14px;
}

.hisory_search_content .sort_block a.orange:has(.active) {
    color: #484848;
    text-decoration: none;
}

.hisory_search_content .searcht_block {
    /* flex-basis: 50%; */
    /* text-align: right; */
}

.hisory_search_content select.search_title {}

.hisory_search_content a.Btn_orange01_wh.Btn_mypage_search {
    padding: 1px 19px;
    background-image: url(/img/mypage/search_btn.svg);
    background-repeat: no-repeat;
    background-position: 8px 3px;
    padding-left: 27px;
    display: block;
    width: 78px;
    margin-top: 4px;
}

.list-total-number {
    font-size: 12px;
    margin-bottom: 5px;
}

.orderhistory_box {
    border: 1px solid #C1C1C1;
    margin-bottom: 25px;
}

.orderhistory_head {
    background-color: #FFEFC7;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
}

.orderhistory_head a.orange02.orderhistory_detail_btn {
    font-weight: bold;
    margin-right: 17px;
}

.orderhistory_head .order_day_block {
    font-weight: bold;
    width: 50%;
    font-size: 14px;
    margin-bottom: 5px;
}

.order_status_block {
    width: 50%;
    padding: 3px 0px;
    font-size: 12px;
    font-weight: bold;
    text-align: right;
}

.order_status_block span.charge,
.order_status_block span.design_check {
    background-color: #FF2704;
    color: #ffffff;
    padding: 1px 10px;
}

.order_status_block span.end {
    background-color: #ffffff;
    color: #F99700;
    border: 1px solid #F99700;
    padding: 1px 10px;
}

.order_status_block span.print {
    background-color: #ffffff;
    color: #F05B12;
    border: 1px solid #F05B12;
    padding: 1px 10px;
}

.order_status_block span.cancel {
    background-color: #cccccc;
    border: 1px solid #cccccc;
    padding: 1px 10px;
}

.orderhistory_head .order_number_block {
    width: 50%;
    margin-bottom: 10px;
}

.orderhistory_head .order_totleprice_block {
    width: 50%;
    color: #FF2704;
    font-weight: bold;
    text-align: right;
}

.orderhistory_head .order_detail_block {
    width: 50%;
    /* text-align: right; */
}

.orderhistory_head .order_invoice_block {
    text-align: right;
    width: 50%;
}

a.Btn_orange01.invoice_btn {
    padding: 3px 12px;
    border-radius: 15px;
    background-image: url(/img/mypage/paper_btn.svg);
    background-repeat: no-repeat;
    background-position: 14px 5px;
    padding-left: 35px;
}

.orderhistory_item_block {
    padding: 10px;
}

.orderhistory_item_block>ul>li {
    margin-bottom: 20px;
}

.orderhistory_item_block>ul>li:last-child {
    margin-bottom: 0;
}

.orderhistory_item_block .order_item_detail_list_img {
    margin-bottom: 10px;
}

.orderhistory_item_block .order_item_detail_list_text {
    margin-bottom: 10px;
}

.orderhistory_item_block .reorder_wrap {
    text-align: center;
}

.orderhistory_item_block .order_item_detail_list_img img {
    box-shadow: 1px 1px 5px #bab8b8;
    max-width: 100%;
    max-height: 100%;
}

.orderhistory_item_block .order_item_img01 {
    float: left;
    margin-right: 1%;
    width: 49%;
    /* text-align: center; */
}

.orderhistory_item_block .order_item_img02 {
    float: left;
    width: 49%;
    text-align: center;
}

.orderhistory_item_block .order_item_img01,
.orderhistory_item_block .order_item_img02 {
    position: relative;
}

.orderhistory_item_block .order_item_img01 .box-no-design,
.orderhistory_item_block .order_item_img02 .box-no-design {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ccc;
    padding: 0 5px;
    text-align: center;
}

.orderhistory_item_block .order_item_img01 .box-no-design span,
.orderhistory_item_block .order_item_img02 .box-no-design span {
    letter-spacing: 0.05em;
    font-weight: bold;
}

.orderhistory_item_block .card_name_title {
    font-size: 14px;
    font-weight: bold;
    background-image: url(/img/common/icon_human_maincolor.svg);
    background-repeat: no-repeat;
    background-size: 10px;
    padding-left: 18px;
    background-position: 1px;
    margin-bottom: 5px;
}

.orderhistory_item_block .card_price {
    color: #FF2704;
}



.orderhistory_item_block a.Btn_reorder {
    background-image: url(/img/common/btn_cart.svg);
    background-repeat: no-repeat;
    background-position: 16px 6px;
    padding-left: 18px;
}

.back_btn_wrap {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.back_btn_wrap .Btn_back {
    order: 1;
}

.back_btn_wrap .order_Btn {
    order: 0;
}

.back_btn_wrap:after {
    content: none;
}

a.order_Btn.Btn_design_check {
    color: #F05B12;
    background-color: #ffffff;
    background: url(/img/common/btn_check_orange2.svg) no-repeat 15px center;
    padding-left: 22px;
}

/* --------------------------------------------------------
注文の詳細
-----------------------------------------------------------*/
#mypage2_history_samary .order_status_block {
    width: auto;
    padding: 0;
    text-align: unset;
    display: inline-block;
    margin-right: 10px;
}

#mypage2_history_samary .order_status_block_wrap {
    margin-bottom: 10px;
}

.send_day_block {
    display: inline-block;
}

#mypage2_history_samary .order_info_box {
    border: 1px solid #dddddd;
    padding: 10px;
    margin-bottom: 5px;
}

.order_info_box .order_info_title {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 0px;
    background-image: url(/img/common/icon_track.svg);
    background-repeat: no-repeat;
    background-position: 2px 3px;
    margin: 2px 0 2px;
    background-size: 30px;
    padding-left: 37px;
}

.order_info_box_pay .order_info_title {
    background-image: url(/img/common/icon_payment.svg);
    background-position: 2px -1px;
    padding-left: 25px;
    background-size: 19px;
}

.order_info_box_ship_method .order_info_title {
    background-image: url(/img/common/icon_cardboard.svg);
    background-position: 0px 3px;
    padding-left: 25px;
    background-size: 20px;
}

.order_info_box_proxy_ship .order_info_title {
    background-image: url(/img/common/icon_proxy.svg);
    background-position: 2px 0px;
    padding-left: 32px;
    background-size: 26px;
}

.order_info_box_point .order_info_title {
    background-image: url(/img/common/icon_point.svg);
    background-position: 3px 1px;
    padding-left: 26px;
    background-size: 20px;
}

.order_info_box_memo .order_info_title {
    background-image: url(/img/common/icon_pen.svg);
    background-position: 0px 3px;
    padding-left: 24px;
    background-size: 20px;
}

#mypage2_history_samary .order_item_order_btn_block {
    padding: 15px 18px 22px;
    background-color: #FEFCD6;
    margin-bottom: 10px;
}

#mypage2_history_samary .order_item_order_btn_tiele {
    font-size: 16px;
}

#mypage2_history_samary table.new_order_order_item_table {
    width: 100%;
    line-height: 1.5;
    margin: 5px 0px;
}

#mypage2_history_samary table.new_order_order_item_table td {
    text-align: right;
}

#mypage2_history_samary .new_order_order_item_table_total {
    border-top: 1px solid #dddddd;
}

#mypage2_history_samary .new_order_order_item_table_total th {
    font-weight: bold;
    color: #ff2704;
    font-size: 16px;
}

#mypage2_history_samary .new_order_order_item_table_total td {
    text-align: right;
    font-weight: bold;
    font-size: 20px;
    color: #ff2704;
}

#mypage2_history_samary .order_invoice_block {
    text-align: center;
    margin-top: 10px;
}

#mypage2_history_samary .orderhistory_item_block {
    border: 1px solid #dddddd;
    margin-bottom: 35px;
}


/* --------------------------------------------------------
保存デザインリスト
-----------------------------------------------------------*/
.designlist_search_content {
    padding-top: 10px;
    margin-bottom: 12px;
}

.designlist_search_content .sort_block {
    margin-bottom: 10px;
}

.designlist_search_content .sort_block select.sort_title {
    /* width: 128px; */
    margin-right: 7px;
}

.designlist_search_content .sort_block span.list_order_updown {
    text-align: center;
    padding: 0 16px;
}

.designlist_search_content .sort_block span.order_list_btn {
    position: relative;
}

.designlist_search_content .sort_block span.order_list_btn.up_order:before {
    content: "";
    width: 9px;
    height: 9px;
    border: 0;
    border-left: solid 1px #f97700;
    border-top: solid 1px #f97700;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 9px;
    left: -14px;
}

.designlist_search_content .sort_block span.order_list_btn.down_order:after {
    content: "";
    width: 9px;
    height: 9px;
    border: 0;
    border-right: solid 1px #f97700;
    border-bottom: solid 1px #f97700;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 4px;
    right: -14px;
}

.designlist_search_content .sort_block a.orange:has(.active) {
    color: #484848;
    text-decoration: none;
}

.designlist_search_content .searcht_block {
    /* flex-basis: 50%; */
    /* text-align: right; */
}

.designlist_search_content select.search_title {}

.designlist_search_content a.Btn_orange01_wh.Btn_mypage_search {
    padding: 1px 19px;
    background-image: url(/img/mypage/search_btn.svg);
    background-repeat: no-repeat;
    background-position: 8px 3px;
    padding-left: 27px;
    display: block;
    width: 78px;
    margin-top: 4px;
}

.list-total-number {
    font-size: 12px;
    margin-bottom: 5px;
}

.disignlist_block {
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* justify-content: space-between; */
}

.disignlist_block .design_box {
    position: relative;
    background-color: #F5F5F5;
    margin-bottom: 15px;
    padding: 15px;
}

.disignlist_block .design_box .bulk-order {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 25px;
    height: 25px;

}

.disignlist_block .design_box .bulk-order input {
    display: none;
}

.disignlist_block .design_box .bulk-order label {
    display: block;
    height: 100%;
    border: 1px solid #aaa;
    background: #FFF;
    border-radius: 3px;
    cursor: pointer;
}

.disignlist_block .design_box .bulk-order label:before {
    position: absolute;
    z-index: 1;
    top: 7px;
    left: 4px;
    width: 16px;
    height: 8px;
    content: '';
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -webkit-transform: rotate(-45deg) scale(0, 0);
    transform: rotate(-45deg) scale(0, 0);
    border: 3px solid #F99700;
    border-top-style: none;
    border-right-style: none;
}

.disignlist_block .design_box .bulk-order input:checked+label:before {
    -webkit-transform: rotate(-45deg) scale(1, 1);
    transform: rotate(-45deg) scale(1, 1);
}


.disignlist_block .card_name_title {
    font-size: 15px;
    font-weight: bold;
    background-image: url(/img/common/icon_human_maincolor.svg);
    background-repeat: no-repeat;
    background-size: 10px;
    padding-left: 20px;
    padding-right: 30px;
    background-position: 1px;
    margin-top: 2px;
    margin-bottom: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.disignlist_block .card_name_title span {
    font-size: 11px;
    font-weight: bold;
    margin-left: 5px;
    color: #FF2704;
}

.disignlist_img.clearfix {
    margin-bottom: 15px;
    display: flex;
    width: 100%;
    align-items: center;
    gap: 10px;
}

.disignlist_block .disignlist_img01,
.disignlist_block .disignlist_img02 {
    width: calc((100% - 10px) / 2);
    min-height: 95px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.disignlist_block .disignlist_img01 img,
.disignlist_block .disignlist_img02 img {
    box-shadow: 1px 1px 5px #bab8b8;
    background-color: #ffffff;
}

.disignlist_block .disignlist_img02 span {
    font-size: 9px;
    font-weight: bold;
}

.disignlist_block .design_detail_btn_wrap {
    text-align: center;
}

.disignlist_block a.order_Btn.Btn_design_detail {
    font-size: 14px;
    padding: 5px;
    width: 200px;
}

/* ----------モーダル-------------*/
.modal-lg-wrap {
    display: none;
}

.modal-lg {
    margin-top: 10%;
    width: auto;
    margin: 0 auto;
    box-shadow: rgba(0, 0, 0, 0.18) 1px 1px 3.5px 1px;
    display: inline-block;
}

#new_oeder .modal-lg {
    width: 100%;
}

.modal-content {
    padding: 10px;
}

.modal-header {
    border-bottom: none;
    padding: 0;
    position: relative;
}

.modal-header .close {
    margin-top: -8px;
    padding: 0px 2px;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    float: right;
    font-size: 40px;
    font-weight: ;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.modal-header button.close:focus {
    outline: 0;
}

h2.modal-title {
    color: #484848;
    font-weight: bold;
    letter-spacing: 0.1em;
    font-size: 20px;
    border-bottom: 1px solid;
    text-shadow: none;
    margin-bottom: 19px;
    padding-bottom: 4px;
}

.modal-body {
    padding: 0 0 15px;
}

h2.modal-title.card-name {
    border-bottom: 1px solid #484848;
    font-size: 16px;
    font-weight: bold;
    padding-left: 16px;
    padding-bottom: 4px;
    background-image: url(/img/common/icon_human_maincolor.svg);
    background-repeat: no-repeat;
    background-position: 1px 2px;
    background-size: 10px;
    margin-bottom: 10px;
}

.designlist_pre_block {
    margin-bottom: 15px;
}

.designlist_pre_block ul {
    font-size: 13px;
    justify-content: center;
}

.designlist_pre_block ul li {
    max-width: 100%;
}

.designlist_pre_block ul li:first-child {}

.designlist_pre_block .one_side {
    margin-top: 5px;
    text-align: center;
    margin-bottom: 10px;
}

.designlist_pre_block .one_side span {
    font-weight: bold;
}

.designlist_pre_block .one_side img {
    box-shadow: 1px 1px 7px #bab8b8;
    max-width: 100%;
}

.designlist_modal .designlist_pre_block {
    margin-bottom: 15px;
}

.designlist_modal .detail_block {
    font-size: 14px;
    margin-bottom: 20px;
}

.designlist_modal .detail_block .detail_box {
    display: flex;
    font-size: 14px;
    line-height: 1.6;
}

.designlist_modal .detail_title {
    width: 30%;
}

.designlist_modal a.Btn_orange01.designgroup_btn {
    font-size: 12px;
    padding: 0px 15px 1px;
    width: auto;
    text-align: center;
}

.designlist_modal .edit_btn_block {
    text-align: center;
}

.designlist_modal .edit_btn_block.edit_order {
    width: auto;
}

.designlist_modal .designlist_pre_bottom_block {
    margin: 0;
}

.designlist_modal .detail_btn_wrap {
    text-align: center;
    width: 80px;
}

.designlist_modal .edit_btn_block a {
    padding: 5px 10px;
    width: 200px;
    font-size: 16px;
}

.designlist_modal a.order_Btn_wh.edit_btn {
    /* ----background: url(/img/mypage/edit_btn.svg) no-repeat 16px 5px;
    padding-left: 17px;-------*/
    width: 49%;
    font-size: 14px;
    margin-right: 5px;
}

.designlist_modal a.order_Btn_wh.copy_edit_btn {
    /* ----background: url(/img/mypage/copy_btn.svg) no-repeat 13px 6px;
    padding-left: 28px;-------*/
    width: 49%;
    font-size: 14px;
}

.designlist_modal .design_btn_wrap+.delete_btn_wrap {
    text-align: center;
}

.designlist_modal .delete_btn_wrap {
    text-align: center;
}

.designlist_modal a.Btn_back.delite_btn {
    background: url(/img/mypage/delete_btn.svg) no-repeat center;
    background-size: 16px;
    width: 27px;
    height: 23px;
    padding-left: 20px;
    text-align: center;
    font-size: 12px;
    float: right;
    border: none;
    box-shadow: none;
    padding: 4px 3px;
    border-radius: 0;
}

.designlist_modal a.Btn_back.delite_btn:before {
    content: none;
}

.designlist_modal .design_order_btn_wrap {
    text-align: center;
    margin-top: 20px;

}

.designlist_modal a.order_Btn_wh.Btn_designedit_order {
    width: 76%;
    margin-bottom: 7px;
}

.designlist_modal .design_btn_wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

.designlist_modal a.order_Btn.Btn_design_order {
    width: 70%;
    background-image: url(/img/common/btn_cart.svg);
    background-repeat: no-repeat;
    background-position: 18px 6px;
    padding-left: 29px;
}

.designgroup_modal a.order_Btn_wh.Btn_designedit_order {
    margin-right: 10px;
    width: 267px;
}

.designgroup_modal .designgroup_wrap {
    font-size: 16px;
}

.designgroup_wrap .exist_group {
    margin-bottom: 10px;
}

.designgroup_modal select.exist_group_select,
.designgroup_modal input.new_group_title {
    width: 230px;
}

.designgroup_modal input.modal_input[type="radio"] {
    display: none;
}

.designgroup_modal input.modal_input[type="radio"]+label {
    padding-left: 25px;
    position: relative;
    margin-right: 10px;
    margin-bottom: 7px;
    font-weight: bold;
}

input.modal_input[type="radio"]+label:hover {
    cursor: pointer;
}

input.modal_input[type="radio"]+label:before {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #dddddd;
    border-radius: 50%;
}

input.modal_input[type="radio"]:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 2px;
    width: 16px;
    height: 16px;
    background: #f99700;
    border-radius: 50%;
}

/* ----------モーダル内-------------*/
#cboxContent {
    overflow-y: auto !important;
    overflow-x: hidden !important;
}

#cboxContent #cboxLoadedContent {
    overflow: hidden !important;
    height: max-content !important;
}

.modal-body .bulk_order_setting_wrap {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.modal-body .bulk_order_setting_wrap .detail_paper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 5px 10px;
    font-size: 14px;
}

.modal-body .bulk_order_setting_wrap .detail_paper .bulk_order_title {
    font-size: 15px;
}

.modal-body .bulk_order_setting_wrap .detail_paper input {
    width: fit-content;
}


.modal-body .bulk_order_setting_wrap .detail_paper .bulk_order_setting_set_wrap {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}


.modal-body .bulk_order_setting_wrap .detail_paper .bulk_order_setting_set_wrap .bulk_order_setting_input_up,
.modal-body .bulk_order_setting_wrap .detail_paper .bulk_order_setting_set_wrap .bulk_order_setting_input_down {
    border: 1px solid #ccc;
    height: 30px;
}

.modal-body .bulk_order_setting_wrap .detail_paper .bulk_order_setting_set_wrap .bulk_order_setting_input_down {
    border-right: none;
    border-radius: 20px 0 0 20px;
}

.modal-body .bulk_order_setting_wrap .detail_paper .bulk_order_setting_set_wrap .bulk_order_setting_input_up {
    border-left: none;
    border-radius: 0 20px 20px 0;
    margin-right: 10px;
}

.modal-body .bulk_order_setting_wrap .detail_paper .bulk_order_setting_set_wrap .bulk_order_setting_input {
    border: 1px solid #ccc;
    border-left: none;
    border-right: none;
    border-color: #ccc;
    text-align: right;
    padding: 1px 10px;
    width: 60px;
    height: 30px;
}

.modal-body .modal_btn_wrap {
    text-align: center;
    margin-top: 23px;
}

.modal-body a.Btn_orange01.btn_change {
    font-size: 16px;
    width: 128px;
    text-align: center;
    padding: 3px 12px;
    letter-spacing: 2px;
}

/* --------------------------------------------------------
アカウント
-----------------------------------------------------------*/

.change_account_form_block,
.account_info_block,
.regist_address_form_block,
.regist_credit_form_block,
.pwd_reset_form_block {
    padding-top: 15px;
    margin-bottom: 35px;
}

.change_account_form_block .account_form_list,
.regist_address_form_block .account_form_list,
.regist_credit_form_block .account_form_list {
    font-size: 16px;
}

.address_plus_block .address_plus_form {
    padding-top: 10px;
}

.account_info_block .account_list {
    font-size: 16px;
}

.account_info_block .account_list_group {
    padding: 3px 2px 20px 0;
}

.account_info_block a.orange {
    font-size: 11px;
}

.change_account_form_block .account_form_list_group,
.address_plus_block .address_plus_form_list_group,
.regist_address_form_block .account_form_list_group,
.regist_credit_form_block .account_form_list_group,
.pwd_reset_form_block .account_form_list_group {
    padding: 3px 2px 10px 0;
}

.account_info_block .account_list_name,
.change_account_form_block .account_form_list_name,
.address_plus_block .address_plus_form_list_name,
.regist_address_form_block .account_form_list_name,
.regist_credit_form_block .account_form_list_name,
.pwd_reset_form_block .account_form_list_name {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 3px;
    position: relative;
}

.change_account_form_block .account_form_list_name span.required,
.address_plus_block .address_plus_form_list_name span.required,
.regist_address_form_block .account_form_list_name span.required,
.regist_credit_form_block .account_form_list_name span.required,
.pwd_reset_form_block .account_form_list_name span.required {
    background-color: #fa4566;
    text-align: center;
    padding: 1px 2px;
    display: inline-block;
    width: 30px;
    font-weight: normal;
    font-size: 10px;
    color: transparent;
    position: absolute;
    margin-left: 5px;
}

.change_account_form_block .account_form_list_name span.required:after,
.address_plus_block .address_plus_form_list_name span.required:after,
.regist_address_form_block .account_form_list_name span.required:after,
.regist_credit_form_block .account_form_list_name span.required:after,
.pwd_reset_form_block span.required:after {
    position: absolute;
    left: 3px;
    content: "必須";
    color: #fff;
}

.change_account_form_block span.zip-search,
.address_plus_block span.zip-search,
.regist_address_form_block span.zip-search {
    font-size: 12px;
}

.change_account_form_block input,
.change_account_form_block select,
.address_plus_block input,
.address_plus_block select,
.regist_address_form_block input,
.regist_address_form_block select,
.regist_credit_form_block input,
.regist_credit_form_block select,
.pwd_reset_form_block input {
    font-size: 100%;
    padding: 5px 2px;
    margin-bottom: 3px;
}

.change_account_form_block input.size-full,
.regist_address_form_block input.size-full,
.regist_credit_form_block input.size-full,
.pwd_reset_form_block input.size-full {
    width: 100%;
}

.change_account_form_block input#city,
.regist_address_form_block input#city {
    width: 506px;
}

.change_account_form_block .zip-area,
.regist_address_form_block .zip-area {
    display: flex;
    align-items: center;
}

.change_account_form_block input#zip,
.regist_address_form_block input#zip {
    width: 95px;
    margin-left: 5px;
    margin-right: 5px;
}

.change_account_form_block input#magazine {
    display: none;
}

input#magazine {
    display: none;
}

input.orange_check+label {
    padding: 4px 0 0 28px;
    position: relative;
}

input.orange_check+label:before {
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 6px;
    width: 12px;
    height: 7px;
    content: '';
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -webkit-transform: rotate(-45deg) scale(0, 0);
    transform: rotate(-45deg) scale(0, 0);
    border: 2px solid #F99700;
    border-top-style: none;
    border-right-style: none;
}

input.orange_check:checked+label:before {
    -webkit-transform: rotate(-45deg) scale(1, 1);
    transform: rotate(-45deg) scale(1, 1);
}

input.orange_check+label:after {
    position: absolute;
    top: 7px;
    left: 4px;
    width: 17px;
    height: 17px;
    content: '';
    cursor: pointer;
    border: 1px solid #DDDDDD;
    background: #ffffff;
}

p.account_form_atten {
    color: #FF2704;
    font-size: 11px;
}

.double_btn_wrap a.Btn_back {
    margin-right: 15px;
}

.double_btn_wrap a.Btn_back {
    margin-right: 1%;
}

.pawd_reset_block .input-err,
.change_account_form_block .input-err,
.regist_address_form_block .input-err,
.regist_credit_form_block .input-err {
    border: 1px solid #FF0302;
}

.pawd_reset_block span.input-err-mess,
.change_account_form_block span.input-err-mess,
.regist_address_form_block span.input-err-mess,
.regist_credit_form_block .input-err-mess {
    color: #FF0302;
    font-weight: bold;
}

/* --------------------------------------------------------
 pwd_reset
----------------------------------------------------------- */
.wb-order-title {
    clear: both;
    font-size: 22px;
    font-weight: bold;
    border-bottom: 2px solid #f99700;
    margin-bottom: 14px;
    padding-left: 5px;
    padding-bottom: 5px;
    color: #f99700;
}

#pwd_reset .Alpha-content ul {
    list-style-type: none;
    padding-left: 0;
    text-align: center;
}

#pwd_reset span.wb-cart-passpublish-mail {
    display: block;
    padding: 20px 0 30px;
    font-size: 16px;
}

#pwd_reset span.wb-cart-passpublish-mail img {
    vertical-align: middle;
}

#pwd_reset input.hankaku {
    /* width: 430px; */
    /* font-size: 14px; */
    padding: 5px;
}

#pwd_reset a.Btn-pwd-reset {
    font-size: 16px;
    color: #FFFFFF;
    background-color: #F99700;
    border: 1px solid #F99700;
    text-decoration: none;
    width: 48%;
    display: inline-block;
    padding: 6px 10px 6px 10px;
    border-radius: 30px;
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.15);
    letter-spacing: 0;
    cursor: pointer;
    position: relative;
}

#pwd_reset .Pagetop {
    display: none;
}

#cont-error {
    background: #FFECF0;
    padding: 10px 10px;
    margin: 0 0 20px;
}

/* --------------------------------------------------------
配送先　クレジットカード
-----------------------------------------------------------*/
.address_list_wrap,
.creditcard_list_wrap {
    padding-top: 20px;
    margin-bottom: 35px;
}

.address_list_wrap ul,
.creditcard_list_wrap ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.address_list_wrap li,
.creditcard_list_wrap li {
    border: 1px solid #DDDDDD;
    width: 49%;
    padding: 10px;
    margin-bottom: 10px;
    position: relative;
}

.address_list_wrap li.list_plus,
.creditcard_list_wrap li.list_plus {
    background: url(/img/mypage/icon_plus.svg) no-repeat center;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    padding-top: 41%;
    text-decoration: none;
}

.address_list_wrap li.list_plus a,
.creditcard_list_wrap li.list_plus a {
    text-decoration: none;
}

.creditcard_list_wrap li.list_plus {
    padding-top: 84px;
    background-position: center 21px;
}

.address_list_wrap li.list_plus:hover,
.creditcard_list_wrap li.list_plus:hover {
    cursor: pointer;
    opacity: 0.6;
}

.address_list_wrap li span.default,
.creditcard_list_wrap li span.default {
    /* position: absolute; */
    right: 13px;
    font-size: 10px;
    display: block;
    text-align: right;
}

.address_list_wrap li span.default a,
.creditcard_list_wrap li span.default a {
    cursor: pointer;
}

.address_list_wrap li span.default_checked:after,
.creditcard_list_wrap li span.default_checked:after {
    display: block;
    content: '';
    position: absolute;
    top: 13px;
    right: 70px;
    width: 10px;
    height: 6px;
    border-left: 2px solid #199C00;
    border-bottom: 2px solid #199C00;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.address_list_wrap li .send_adress_name {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 3px;
}

.address_list_wrap li .send_adress {
    line-height: 1.6;
}

.list_change_btn_wrap {
    margin-top: 15px;
    text-align: center;
}

a.Btn_orange01.mypage_list_change_btn {
    width: 46%;
    padding: 3px;
    margin-right: 6px;
}

a.Btn_back.mypage_list_delete_btn {
    width: 46%;
    font-size: 12px;
    padding: 3px;
}

a.Btn_back.mypage_list_delete_btn:before {
    content: none;
}

/* --------------------------------------------------------
ポイント詳細
-----------------------------------------------------------*/

#mypage2_point .point_total {
    font-weight: bold;
}

#mypage2_point .point_bottom_text {
    margin-bottom: 20px;
}

#mypage2_point .hisory_search_content {
    padding: 0;
}

#mypage2_point .point_history_wrap {
    margin-bottom: 20px;
}

.point_history_wrap {
    margin-bottom: 20px;
}

.point_X_box {
    /* display: flex; */
    padding: 10px;
    border-bottom: 1px solid #dddddd;
    line-height: 2.2;
}

.point_history_title_block {
    font-size: 16px;
    font-weight: bold;
    border-top: 1px solid #dddddd;
}

.point_history_block .y1_box {
    width: 219px;
}

.point_history_block .y2_box {
    width: 402px;
}

.point_history_block .y3_box {
    width: 252px;
    font-weight: bold;
}


.point_history_block .y4_box {
    width: 156px;
}

.point_history_block .y3_box span.get {
    color: #1F4D98;
}

.point_history_block .y3_box span.lost {
    color: #FF2704;
}

.point_history_block .y3_box span.point {
    display: inline-block;
    text-align: right;
    width: 100px;
}

.point_X_box:nth-of-type(2) {
    border-top: 1px solid #dddddd;
}

.point_history_title_block {
    display: none;
}

.point_history_block .y1_box {
    font-size: 14px;
    font-weight: bold;
}

.point_history_block .y2_box {}

.point_history_block .y3_box {
    font-weight: bold;
    /* width: 49%; */
    display: inline-block;
    /* text-align: right; */
}

.point_history_block .y3_box span.get {
    color: #1F4D98;
    /* display: inline-block; */
    width: 50%;
}

.point_history_block .y3_box span.lost {
    color: #FF2704;
    display: block;
    width: 100%;
}

.point_history_block .y3_box span.point {
    display: inline-block;
    text-align: left;
    /* width: 26%; */
}

.point_history_block .y4_box span:before {
    content: "有効期限:";
}