@charset "UTF-8";

/* --------------------------------------------------------
マイページ
-----------------------------------------------------------*/
.Content.Single-content {
    width: 1110px;
}

.Content.Single-content .Alpha {
    width: 1110px;
    float: none;
}

.Content.Single-short-content {
    width: 642px;
}

.Content.Single-short-content .Alpha {
    width: 642px;
    float: none;
}

/* ------------------H2タグ-----------------------------*/
.mypage_h2_wrap {
    position: relative;
}

.mypage_h2_wrap h2 {
    padding-top: 19px;
}

.mypage_navi_block {
    position: absolute;
    top: -11px;
    font-size: 12px;
}

/* ----------------共通ボタン----------------------------*/
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: 14px;
    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: 1px solid #F05B12;
    color: #ffffff;
    border-radius: 30px;
    width: 218px;
    display: inline-block;
    padding: 6px 10px 6px 10px;
    font-size: 18px;
    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: 1px solid #F05B12;
    color: #F05B12;
    border-radius: 30px;
    width: 218px;
    display: inline-block;
    padding: 6px 10px 6px 10px;
    font-size: 18px;
    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: 18px;
    background-color: #ffffff;
    border: 1px solid #999999;
    text-decoration: none;
    padding: 8px 10px;
    width: 218px;
    border-radius: 30px;
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.15);
    letter-spacing: 0;
    cursor: pointer;
    position: relative;
    display: inline-block;
}

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: 18px;
    color: #FFFFFF;
    background-color: #F99700;
    border: 1px solid #F99700;
    text-decoration: none;
    padding: 8px 10px;
    width: 218px;
    border-radius: 30px;
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.15);
    letter-spacing: 0;
    cursor: pointer;
    position: relative;
    display: inline-block;
}

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

.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: 20px;
    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: 36px;
    height: 36px;
    font-size: 18px;
    line-height: 34px;
    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: 16px;
}

.top_point_block .account_block {
    float: left;
    width: 553px;
}

.top_point_block .account_block .welcome {
    margin-bottom: 3px;
    padding-top: 5px;
}

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

.top_point_block .point_block {
    float: right;
    width: 486px;
}

.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: 484px;
    display: inline-block;
    vertical-align: bottom;
}

.point_block .point_total {
    font-size: 18px;
    margin-bottom: 4px;
    padding-top: 4px;
}

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

.point_block .expire_point {
    width: 383px;
    float: left;
    font-size: 14px;
}

.notice_block {
    padding: 15px 11px;
    margin-bottom: 12px;
}

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

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

.mypage_menu_block>ul>li {
    float: left;
    margin-left: 15px;
}

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

.mypage_menu_block>ul>li a {
    border: 1px solid #C1C1C1;
    display: block;
    padding: 15px;
    background-image: url(/img/mypage/history_btn.svg);
    background-repeat: no-repeat;
    background-position: center 20px;
    margin-bottom: 15px;
    padding-top: 98px;
    text-decoration: none;
    width: 359px;
    min-height: 190px;
    color: #484848;
}

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

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

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

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

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

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

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

#mypage2 .Bg_gray.mypage_bottom {
    padding: 15px;
}

#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 {
    width: 80%;
    position: relative;
}

#mypage2 .mypage_bottom .wb-rss-list-body-none:after {
    content: "....";
}

#mypage2 .mypage_bottom span.wb-rss-list-link {
    display: block;
    text-align: right;
    position: absolute;
    bottom: 0;
    right: -213px;
}

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


/* --------------------------------------------------------
注文履歴
-----------------------------------------------------------*/
.hisory_search_content {
    padding-top: 34px;
    margin-bottom: 12px;
    display: flex;
}

.hisory_search_content .sort_block {
    flex-basis: 50%;
}

.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: 60%;
    text-align: right;
}

.hisory_search_content select.search_title {
    width: 130px;
}

.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: 9px 5px;
    padding-left: 27px;
}

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

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

.orderhistory_head {
    background-color: #FFEFC7;
    padding: 13px 20px;
    display: flex;
    align-items: center;
}

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

.orderhistory_head .order_day_block {
    font-weight: bold;
    width: 218px;
    font-size: 16px;
}

.order_status_block {
    width: 240px;
    margin-right: 0;
    padding: 2px 7px;
    font-size: 12px;
    font-weight: bold;
}

.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: 191px;
}

.orderhistory_head .order_totleprice_block {
    width: 232px;
    color: #FF2704;
    font-weight: bold;
}

.orderhistory_head .order_detail_block {
    width: 119px;
}

.orderhistory_head .order_invoice_block {
    text-align: right;
    width: 123px;
}

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

.orderhistory_item_block {
    padding: 20px;
}

.orderhistory_item_block>ul>li {
    margin-bottom: 15px;
    display: flex;
}

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

.orderhistory_item_block .order_item_detail_list_img {
    width: 460px;
}

.orderhistory_item_block .order_item_detail_list_text {
    width: 398px;
    line-height: 1.7;
}

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

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

.orderhistory_item_block .order_item_img01 {
    float: left;
    margin-right: 13px;
    width: 211px;
    text-align: center;
}

.orderhistory_item_block .order_item_img02 {
    float: left;
    width: 211px;
    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 10px;
    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: 16px;
    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: 20px 7px;
    padding-left: 18px;
}

.back_btn_wrap {
    text-align: center;
}

.order_status_block_wrap {
    display: flex;
    padding-top: 6px;
    align-items: center;
    margin-bottom: 20px;
}

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;
}

#mypage2_history_samary .order_info_block {
    display: flex;
    flex-wrap: wrap;
}

#mypage2_history_samary .cart_order_block {
    float: left;
    width: 836px;
}

#mypage2_history_samary .order_item_order_btn_block {
    float: right;
}

#mypage2_history_samary .order_info_box {
    width: 270px;
    height: 147px;
}

#mypage2_history_samary .order_info_box .order_info_title {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 0px;
    background-image: url(/img/common/icon_track.svg);
    background-repeat: no-repeat;
    padding-left: 38px;
    background-position: 2px 4px;
    margin: 2px 0 10px;
    background-size: 30px;
}

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

#mypage2_history_samary .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;
}

#mypage2_history_samary .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;
}

#mypage2_history_samary .order_info_box_point .order_info_title {
    background-image: url(/img/common/icon_point.svg);
    background-position: 2px 2px;
    padding-left: 28px;
    background-size: 23px;
}

#mypage2_history_samary .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 {
    float: right;
    padding: 15px 18px 22px;
    background-color: #FEFCD6;
    width: 274px;
}

#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;
}

/* --------------------------------------------------------
保存デザインリスト
-----------------------------------------------------------*/
select.search_title {
    width: 130px;
}

input.card_name_title_search {
    width: 256px;
}

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

.disignlist_block {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 10px;
    margin-bottom: 30px;
}

.disignlist_block .design_box {
    width: calc((100% - 20px) / 3);
    background-color: #F5F5F5;
    padding: 15px;
    position: relative;
    cursor: pointer;
}


.disignlist_block .design_box:hover::before {
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #F05B12;
    position: absolute;
    top: 0;
    left: 0;
}

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

.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: 6px;
    width: 18px;
    height: 11px;
    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: 16px;
    font-weight: bold;
    background-image: url(/img/common/icon_human_maincolor.svg);
    background-repeat: no-repeat;
    background-size: 10px 20px;
    background-position: 1px;
    padding-left: 20px;
    padding-right: 40px;
    margin: 4px 0;
    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-top: 15px;
    margin-bottom: 15px;
    width: 100%;
    display: flex;
    align-items: center;
    min-height: 96px;
    gap: 10px;
}

.disignlist_img.clearfix::after {
    content: none;
}

.disignlist_block .disignlist_img01,
.disignlist_block .disignlist_img02 {
    width: calc((100% - 10px) / 2);
    height: max-content;
    text-align: center;
}

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

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

.disignlist_block .design_detail_btn_wrap {
    text-align: center;
    z-index: 10;
    position: relative;
}

.disignlist_block a.order_Btn.Btn_design_detail {
    font-size: 15px;
    padding: 3px 0 6px;
    width: 140px;
}

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

#cboxClose {
    display: none !important;
}

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

.modal-lg-wrap {
    display: none;
}

.modal-lg {
    margin-top: 10%;
    width: 100%;
    height: 100%;
    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: 24px 20px;
}

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

.modal-header .close {
    margin-top: -16px;
    padding: 0px 11px;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    float: right;
    font-size: 52px;
    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 10px;
}

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

.modal-body .bulk_order_setting_wrap .detail_paper .bulk_order_setting_set_wrap {
    display: inline-block;
}

h2.modal-title.card-name {
    border-bottom: 1px solid #484848;
    font-size: 20px;
    font-weight: bold;
    padding-left: 25px;
    padding-bottom: 6px;
    background-image: url(/img/common/icon_human_maincolor.svg);
    background-repeat: no-repeat;
    background-position: 1px 0px;
    background-size: 14px;
    margin-bottom: 23px;
}

.modal-body a.Btn_orange01.designteile_btn {
    font-size: 12px;
    padding: 2px 20px;
    margin-left: 10px;
}

.designlist_pre_block {
    margin-bottom: 15px;
}

.designlist_pre_block ul {
    display: flex;
    font-size: 16px;
    justify-content: center;
}

.designlist_pre_block ul li {
    max-width: 450px;
    min-width: 280px;
    width: 450px;
}

.designlist_pre_block ul li:first-child {
    margin-right: 20px;
}

.designlist_pre_block .one_side {
    margin-top: 11px;
    text-align: center;
}

.designlist_pre_block .one_side span {
    font-weight: bold;
    padding-top: 100px;
    display: block;
}

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

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

.designlist_modal .detail_block {
    float: left;
    font-size: 16px;
}

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

.designlist_modal .detail_title {
    width: 120px;
}

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

.designlist_modal .edit_btn_block {
    float: right;
    width: 472px;
}

.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: 180px;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
}

.designlist_modal a.order_Btn_wh.edit_btn {
    background: url(/img/mypage/edit_btn.svg) no-repeat 16px 5px;
    padding-left: 17px;
    margin-right: 5px;
    margin-bottom: 0px;
}

.designlist_modal a.order_Btn_wh.copy_edit_btn {
    background: url(/img/mypage/copy_btn.svg) no-repeat 13px 6px;
    padding-left: 20px;
}

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

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

.designlist_modal a.Btn_back.delite_btn {
    background: url(/img/mypage/delete_btn.svg) no-repeat center;
    width: 26px;
    text-align: center;
    color: #ffffff;
    height: 34px;
    border: none;
    box-shadow: none;
    background-size: 20px;
    padding: 2px 5px;
    float: right;
}

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

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

.designgroup_modal a.order_Btn.Btn_design_order {
    width: 267px;
    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: 365px;
}

.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: 12%;
    left: -2%;
    width: 18px;
    height: 18px;
    border: 1px solid #dddddd;
    border-radius: 50%;
}

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

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

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

.modal-body input.designtitle_input.modal_input {
    width: 439px;
    font-size: 16px;
}

/* --------------------------------------------------------
アカウント
-----------------------------------------------------------*/
.change_account_form_block,
.account_info_block,
.pawd_reset_block,
.regist_address_form_block,
.regist_credit_form_block,
.pwd_reset_form_block {
    padding-top: 15px;
    margin-bottom: 35px;
}

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

.account_info_block .account_list.staffs {
    font-size: 14px;
    margin-top: 5px;
}

.change_account_form_block .account_form_list_group,
.address_plus_block .address_plus_form_list_group,
.pawd_reset_block .account_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_group {
    padding: 3px 2px 20px 0;
}

.change_account_form_block .account_form_list_name,
.address_plus_block .address_plus_list_name,
.account_info_block .account_list_name,
.pawd_reset_block .account_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: 14px;
    font-weight: bold;
    margin-bottom: 3px;
    position: relative;
}

.account_info_block .account_list_name {
    margin-bottom: 0px;
}

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

.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,
.account_form_list_name .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: 29px;
    font-weight: normal;
    font-size: 10px;
    color: transparent;
    position: absolute;
    top: 2px;
    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 span.required:after,
.regist_credit_form_block span.required:after,
.pwd_reset_form_block span.required:after {
    position: absolute;
    left: 3px;
    content: "必須";
    color: #fff;
}

.change_account_form_block span.Form-notes.zip-search,
.address_plus_block span.Form-notes.zip-search,
.regist_address_form_block span.Form-notes.zip-search {
    font-size: 12px;
    text-decoration: underline;
    color: #F99700;
}

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

.change_account_form_block input.size-full,
.pawd_reset_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%;
}

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 #a9a9a9;
    background: #ffffff;
}

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

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

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

.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;
    text-align: center;
    padding: 20px 0 0;
}

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

#pwd_reset input.hankaku {
    padding: 5px;
}

#pwd_reset .wb-cart-btn {
    margin-top: 25px;
}

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

#pwd_reset .Pagetop {
    display: none;
}

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

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

.staffs_list_wrap ul,
.address_list_wrap ul,
.creditcard_list_wrap ul {
    display: flex;
    flex-wrap: wrap;
}

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

.staffs_list_wrap ul li,
.address_list_wrap ul li,
.creditcard_list_wrap ul li {
    margin-left: 16px;
}

.staffs_list_wrap ul li:nth-of-type(3n+1),
.address_list_wrap ul li:nth-of-type(3n+1),
.creditcard_list_wrap ul li:nth-of-type(3n+1) {
    margin-left: 0;
}

.staffs_list_wrap li.list_plus,
.address_list_wrap li.list_plus,
.creditcard_list_wrap li.list_plus {
    background: url(/img/mypage/icon_plus.svg) no-repeat center 61px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;

    padding-top: 130px;
}

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

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

.address_list_wrap li.list_plus a {
    padding: 130px 82px 52px;
}

.staffs_list_wrap li.list_plus a,
.creditcard_list_wrap li.list_plus a {
    padding: 82px 68px 20px;
}

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

.staffs_list_wrap li span.default,
.address_list_wrap li span.default,
.creditcard_list_wrap li span.default {
    position: absolute;
    right: 13px;
    font-size: 13px;
}

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

.staffs_list_wrap li span.default_checked:after,
.address_list_wrap li span.default_checked:after,
.creditcard_list_wrap li span.default_checked:after {
    display: block;
    content: '';
    position: absolute;
    top: .4em;
    left: -1em;
    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: 16px;
    font-weight: bold;
    margin-bottom: 6px;
    max-width: 229px;
    height: 42px;
}

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

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

a.Btn_orange01.mypage_list_change_btn {
    width: 114px;
    padding: 5px;
    margin-right: 15px;
}

a.Btn_back.mypage_list_delete_btn {
    width: 114px;
    font-size: 14px;
    padding: 5px;
}

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: 1px 50px;
    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;
    width: 150px;
    display: flex;
    justify-content: space-between;
}

.point_history_block .y3_box span.lost {
    color: #FF2704;
    width: 150px;
    display: flex;
    justify-content: space-between;
}

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