@charset "UTF-8";

/*-----------------------------------------------------
mypage.css
update 2016年12月15日
-------------------------------------------------------*/

.mypage_pans {}

.mypage_pans .pans_l {
    float: left;
}

.mypage_pans .pans_r {
    text-align: right;
    float: right;
    margin-top: 10px;
}

.mypage_pans .pans_r span {
    font-weight: bold;
}


/* mypage top
------------------------------------------------------------------------*/

#mypage {}

#mypage h2 {
    text-align: center;
    margin-top: 50px;
    border-bottom: 1px #999 solid;
    padding-bottom: 40px;
    margin-bottom: 45px;
}

#mypage h2.comp {
    text-align: center;
    margin-top: 60px;
    border-bottom: 1px #999 solid;
    padding-bottom: 40px;
    margin-bottom: 45px;
}

#mypage .mypage_block {}

#mypage .mypage_block.mb {
    margin-bottom: 40px;
}

#mypage .mypage_block.mb2 {
    margin-bottom: 80px !important;
}

#mypage .mypage_block .mypage_box {
    width: 430px;
    height: 175px;
    padding: 40px;
    background: #F2F2F2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 14px;
    position: relative;
}

#mypage .mypage_block .box_l {
    float: left;
}

#mypage .mypage_block .box_r {
    float: right;
}

#mypage .mypage_block .mypage_box h3 {
    font-weight: bold;
    padding-bottom: 8px;
    border-bottom: 1px solid #999;
    font-size: 14px;
    margin-bottom: 15px;
}

#mypage .mypage_block .mypage_box .btm {
    position: absolute;
    left: 140px;
    bottom: 40px;
}

#mypage .form_complete {
    padding: 100px 0;
    background: #F2F2F2;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#mypage .form_complete .complete_m01 {
    font-size: 23px;
    font-weight: bold;
    line-height: 140%;
}

#mypage .form_complete .complete_m02 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
}

#mypage .complete_line {
    border-top: 1px solid #999;
    margin-top: 40px;
    padding-top: 40px;
    text-align: center;
    margin-bottom: 80px;
}


/* info
------------------------------------------------------------------------*/

#mypage .form_t {
    color: #f52929;
    border-bottom: 1px solid #999;
    padding-bottom: 40px;
}

#mypage .form_member_table {
    width: 100%;
    border-top: none;
    font-size: 14px;
}

#mypage .form_member_table .pt_none {
    padding-top: 0 !important;
}

#mypage .form_member_table th {
    background: none;
    border-bottom: 1px solid #999;
    padding: 40px 0;
    vertical-align: middle;
    font-weight: bold;
    width: 18%;
}

#mypage .form_member_table th span {
    font-weight: normal;
}

#mypage .form_member_table td {
    border-bottom: 1px solid #999;
    padding: 40px 0;
    vertical-align: middle;
    word-break: break-all;
}

#mypage .form_member_table .mod_form_input01 {
    padding: 15px 20px;
    width: 23%;
}

#mypage .form_member_table .mod_form_input02 {
    padding: 15px 20px;
    width: 65%;
}

#mypage .form_member_table .mod_form_input03 {
    padding: 15px 20px;
    width: 17%;
}

#mypage .form_member_table .mod_form_input04 {
    padding: 15px 20px;
    width: 53%;
}

#mypage .form_member_table .error {
    border: 2px solid #F52929 !important;
    background: #FEF4F4;
}

#mypage .form_member_table .error_txt {
    color: #F52929;
    font-weight: bold;
    margin-bottom: 14px;
    font-size: 15px;
}

#mypage .form_member_table .mail_ad_t {
    font-size: 12px;
    margin-bottom: 5px;
}

#mypage .form_member_table .mail_ad_t2 {
    font-size: 12px;
    margin-bottom: 5px;
    margin-top: 35px;
}

#mypage .form_member_table .mail_ad_t span,
#mypage .form_member_table .mail_ad_t2 span {
    color: #F52929;
}

#mypage .form_member_table .years .mod_form_select {
    border: 1px solid #ccc;
    width: 16%;
    padding: 12px 10px 12px 10px;
    background: #fff;
    display: inline-block;
    vertical-align: middle;
}

#mypage .form_member_table .years .years_t {
    display: inline-block;
    margin: 0 15px 0 5px;
    vertical-align: middle;
}

#mypage .form_member_table .mod_form_area {
    display: inline-block;
    width: 18%;
    vertical-align: middle;
}

#mypage .form_member_table .mod_form_area .mod_form_input02 {
    padding: 15px 20px;
    width: 80%;
}

#mypage .form_member_table .address_bt {
    display: inline-block;
    margin-left: 25px;
    vertical-align: middle;
}

#mypage .form_member_table .address_link {
    display: inline-block;
    margin-left: 15px;
    vertical-align: middle;
}

#mypage .form_member_table .address_link a {
    background: url(../images/cart/blank.png) no-repeat;
    margin: 30px 0 0 0;
    background-position: left center;
    padding-left: 25px;
}

#mypage .form_member_table .address_area .mod_form_select {
    border: 1px solid #ccc;
    width: 19%;
    padding: 12px 10px 12px 10px;
    background: #fff;
    display: inline-block;
    vertical-align: middle;
}

#mypage .form_member_table .mail_t {
    font-size: 12px;
    margin-top: 5px;
}

#mypage .form_member_table .pass_th {
    vertical-align: top;
    padding-top: 50px;
}

#mypage .form_member_table .pass_th2 {
    vertical-align: top;
    padding-top: 90px;
}

#mypage .form_member_table .pass_area {
    margin-top: 15px;
}

#mypage .form_member_next {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 80px;
}

#mypage .form_member_table .magazine_link {
    margin-top: 30px;
}


/* contact
------------------------------------------------------------------------*/

#mypage #contact {
    margin-bottom: 80px;
}

#mypage #contact_box {
    background: #F2F2F2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 30px 40px;
}

#mypage #contact_box .contact_t {
    font-weight: bold;
    border-bottom: 1px solid #dadada;
    padding-bottom: 30px;
    font-size: 14px;
}

#mypage #contact_box li {
    padding: 15px 0;
    border-bottom: 1px solid #dadada;
    font-size: 15px;
}

#mypage #contact_box li .tbox01 {
    width: 150px;
    font-weight: bold;
    float: left;
    margin-top: 14px;
    word-wrap: break-word;
}

#mypage #contact_box li .tbox02 {
    width: 300px;
    font-weight: bold;
    float: left;
    margin-top: 14px;
    word-wrap: break-word;
}

#mypage #contact_box li .tbox03 {
    width: 200px;
    float: right;
    vertical-align: text-top;
}

#mypage #contact_box li .tbox03 a {
    background: #fff;
    border: 1px solid #ccc;
    text-align: center;
    font-size: 14px;
    display: inline-block;
    padding: 12px 0;
    width: 90px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    vertical-align: text-top;
}

#mypage #contact_box .plus_btm {
    margin-top: 40px;
    text-align: right;
}

#mypage #contact_box .plus_btm a {
    background: #fff;
    border: 1px solid #ccc;
    font-size: 14px;
    display: inline-block;
    padding: 12px 0;
    width: 200px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
}

#mypage #contact_box .plus_btm span {
    background: url(../images/mypage/plus_ico.png) no-repeat;
    background-position: left center;
    padding-left: 20px;
}

/* 20200520 PAL */
#mypage #contact_box .plane_btm {
    margin: 20px 0;
    text-align: right;
}

#mypage #contact_box .plane_btm a {
    background: #fff;
    border: 1px solid #ccc;
    font-size: 14px;
    display: inline-block;
    padding: 12px 0;
    width: 200px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
}

#mypage #contact_box .plane_btm span {
    background-position: left center;
    padding-left: 20px;
}

#mypage #contactBox {
    margin-top: 40px;
}

#mypage #contactBox .cyui_t {
    color: #f52929;
    border-bottom: 1px solid #999;
    padding-bottom: 15px;
    font-size: 14px;
}


/* popup */

.popup_w {
    min-width: auto !important;
}

#popup #contactBox {
    width: 640px;
    margin: 0 auto;
}

#mypage #contact_box li .tbox03.right {
    text-align: right;
}


/* favorite
------------------------------------------------------------------------*/

#mypage .favorite_box {
    padding-bottom: 20px;
}

#mypage .favorite_box .tl {
    margin-bottom: 30px;
}

#mypage .favorite_box ul {
    width: 1070px;
    overflow: hidden;
    margin-right: -10px;
}

#mypage .favorite_box li {
    text-align: center;
    width: 168px;
    float: left;
    margin: 0 10px 40px 0;
    height: 340px;
}

#mypage .favorite_box li .name {
    font-size: 14px;
    margin: 5px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #6f6f6f;
    text-align: center;
}

#mypage .favorite_box li .name2 {
    margin: 0 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #6f6f6f;
    text-align: center;
}

#mypage .favorite_box .delete {
    /*background:#fff;
	border:1px solid #ccc;*/
    text-align: center;
    padding: 5px 0;
    /*border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;*/
    margin-top: 20px;
    color: #666;
    font-size: 12px;
    background: url(../images/mypage/favorite_ico.png) no-repeat;
    background-size: 10px;
    display: inline-block;
    padding-left: 13px;
    background-position: left center;
}

#mypage .favorite_box li .textOverflowTest4 {
    overflow: hidden;
    height: 45px;
}


/* browse */

#mypage .browse_none_txt {
    font-size: 18px;
    text-align: center;
    padding-bottom: 80px;
}


/* history
------------------------------------------------------------------------*/

#mypage .history_status_block {
    background: #E6E6E6;
    padding: 15px;
}

#mypage .history_status_block .status_l {
    font-weight: bold;
    float: left;
}

#mypage .history_status_block .status_r {
    text-align: right;
    float: right;
    margin-top: 5px;
}

#mypage .history_status_block .delete {
    background: #fff;
    border: 1px solid #ccc;
    text-align: center;
    display: inline-block;
    width: 180px;
    padding: 12px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#mypage .history_status_block .delete.mr {
    margin-right: 10px;
}

#mypage .history_bg {
    background: #F2F2F2;
    padding: 15px;
    margin-bottom: 40px;
}

#mypage #history_table {
    border: 0;
    background: none;
    text-align: left;
}

#mypage #history_table tr{
    display: flex;
    justify-content: space-between;;
    width: 1000px;
    align-items: center;
    
}

#mypage #history_table tr:nth-child(n+2){
    border-top: 1px solid #dadada;
}

#mypage #history_table tr td:first-child,#mypage #history_table tr th:first-child{
    width: 550px;
}

#mypage #history_table tr td:nth-child(2),#mypage #history_table tr th:nth-child(2),#mypage #history_table tr td:nth-child(2),#mypage #history_table tr th:nth-child(3),#mypage #history_table tr td:nth-child(3),#mypage #history_table tr td:nth-child(5),#mypage #history_table tr th:nth-child(5){
    width: 100px;
}

#mypage #history_table tr td:nth-child(4),#mypage #history_table tr th:nth-child(4){
    width: 50px;
}

#mypage #history_table tr td .price_t{
    font-size: 16px;
}

#mypage #history_table tr td .price_t span{
    font-size: 12px;
}

#mypage #history_table th {
    border: 0;
    background: none;
    font-size: 12px;
    padding-bottom: 15px;
    /*text-align: center;*/
}

#mypage #history_table .rt {
    /*text-align: center;*/
}

#mypage #history_table td {
    border: 0;
    background: none;
    padding: 30px 0;
    border-top: 1px solid #999999;
}

#mypage #history_table td dl {}

#mypage #history_table td dt {
    width: 152px;
    display: inline-block;
    vertical-align: middle;
}

#mypage #history_table td dd {
    width: 190px;
    display: inline-block;
    margin-left: 20px;
    vertical-align: middle;
    font-size: 12px;
    line-height: 180%;
}

#mypage #history_table td dd .brand_t01 span {
    font-size: 15px;
    font-weight: bold;
}

#mypage #history_table td dd .brand_t02 {
    margin-top: 20px;
}

#mypage #history_table td .price_t {
    font-size: 15px;
    font-weight: bold;
}

#mypage #history_table .mod_form_select {
    border: 1px solid #ccc;
    width: 51%;
    padding: 12px 10px 12px 10px;
    background: #fff;
    float: left;
}

#mypage #history_table .mod_form_select select {
    width: 68%;
    padding-left: 25px;
    text-align: center;
}

#mypage #history_table .continue_btm {
    float: right;
}

#mypage #history_table .continue_btm a {
    background: #fff;
    border: 1px solid #ccc;
    text-align: center;
    display: block;
    padding: 13px 25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
     border-radius: 5px;
}

#mypage #history_table.delete {
    background: #fff;
    border: 1px solid #ccc;
    text-align: center;
    display: block;
    padding: 12px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/* 20190814 PAL */
#mypage #history_table td dl dt a img{
    width:120px;
    height:auto;
}

#mypage #history_price_box {
    border-top: 1px solid #999999;
    padding-top: 40px;
}

#mypage #history_price_box .price_inner {
    background: #fff;
    width: 460px;
    padding: 40px 40px 20px 40px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
     border-radius: 5px;
    float: right;
}

#mypage #history_price_box .price_inner .postage {
    color: #f52929;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
    text-align: right;
}

#mypage #history_price_box .price_inner dl {
    border-bottom: 1px solid #999999;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

#mypage #history_price_box .price_inner dt {
    font-weight: bold;
    font-size: 15px;
    width: 45%;
    float: left;
}

#mypage #history_price_box .price_inner dd {
    width: 45%;
    float: right;
    text-align: right;
    font-weight: bold;
    font-size: 16px;
}

#mypage #history_price_box .price_inner .gokei01 {
    border-bottom: none;
}

#mypage #history_price_box .price_inner .gokei01 dt {
    font-size: 18px;
}

#mypage #history_price_box .price_inner .gokei01 dt span {
    font-weight: normal;
    font-size: 16px;
}

#mypage #history_price_box .price_inner .gokei01 dd {
    font-size: 18px;
}

#mypage .Cancel_Box {
    width: 100%;
    height: 100%;
    background: #000;
    background-color: rgba(51, 51, 51, 0.8);
    position: fixed;
    top: 0px;
    padding-top: 20px;
    left: 0;
    overflow-y: auto;
    z-index: 2000;
}

#mypage .Cancel_Box .guide_rap {
    background: #fff;
    width: 515px;
    height: 190px;
    padding: 20px 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
}

#mypage .Cancel_Box .cancel_tl {
    font-size: 18px;
    margin-bottom: 30px;
    text-align: center;
    border-bottom: 1px solid #000;
    padding-bottom: 15px;
}

#mypage .Cancel_Box .cancel_btn {
    margin-top: 30px;
}

.apply_discount {
    margin-top: 5px;
    margin-right: 15px;
    margin-bottom: 7px;
    /* padding-top: 10px; */
    display: inline;
    border: 1px solid #999;
    padding: 5px 7px;
    white-space: nowrap;
}


#mypage #history_price_box .price_inner .point_ttl{
   /* border-top:none;*/
   /* margin-top:40px; */
   margin-top: 0px;
   padding-top: 0px;
   /*border-top:1px solid #999;*/
   border-bottom:none;
   color:#2A4FA4;
   color: #009adb;
}




/* magazine
------------------------------------------------------------------------*/

#mypage .magazine_block {
    border-bottom: 1px solid #999;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

#mypage .magazine_block dt {
    width: 160px;
    font-weight: bold;
    font-size: 14px;
    float: left;
}

#mypage .magazine_block dd {
    width: 850px;
    float: right;
    line-height: 200%;
}

#mypage .magazine_tt {
    font-size: 14px;
    line-height: 200%;
}

#mypage .magazine_tt_sub {
    font-size: 12px;
    margin-top: 30px;
    line-height: 200%;
}

#mypage .magazine_tt_sub2 {
    font-size: 14px;
    margin-top: 30px;
    line-height: 200%;
}

#mypage .magazine_block .magazine_m {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 40px;
}

#mypage .magazine_block .brand_check {
    margin-bottom: 40px;
}

#mypage .magazine_block .brand_check a {
    display: inline-block;
    margin-right: 20px;
    background: #fff;
    width: 200px;
    border: 1px solid #ccc;
    text-align: center;
    padding: 10px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#mypage .magazine_block .brand_check a:hover {
    text-decoration: none;
}

#mypage .magazine_block ul.brand_list {
    margin-top: 40px;
    width: 1110px;
    overflow: hidden;
}

#mypage .magazine_block ul.brand_list li {
    margin: 0 40px 40px 0;
    display: inline-block;
}

#mypage .magazine_btm {
    text-align: center;
    margin-bottom: 80px;
}

#mypage .magazine_block .brand_check span {
    background: url(../images/member/check_list.png) no-repeat;
    display: block;
    background-position: 18px center;
}

#mypage input[type='checkbox'] {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    position: absolute;
}

#mypage .cbxbd {
    background: url(../images/member/check.png) no-repeat left top;
    height: 20px;
    line-height: 20px;
    display: block;
    padding: 0 0 0 28px;
    cursor: pointer;
    overflow: hidden;
}

#mypage .c_on {
    background-position: left bottom;
}


/* close
------------------------------------------------------------------------*/

#mypage .close_block {
    margin-bottom: 35px;
    margin-left: 30px;
}

#mypage .close_block.mb0 {
    margin-bottom: 0;
}

#mypage .close_block dt {
    width: 100px;
    font-weight: bold;
    font-size: 14px;
    float: left;
}

#mypage .close_block dt.mt {
    margin-top: 10px;
}

#mypage .close_block dd {
    width: 870px;
    float: right;
}

#mypage .close_block .mod_form_input01 {
    padding: 15px 20px;
    width: 50%;
}

#mypage .close_block .link_mt01 {
    margin-top: 40px;
    margin-bottom: 13px;
}

#mypage .close_block .link_mt02 {
    margin-bottom: 13px;
}

#mypage .close_cyui {
    padding: 40px 30px;
    background: #F2F2F2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    margin-top: 40px;
    /* width: 96.5%; */
}

#mypage .close_attention {
    padding: 40px 0px;
    /*--background:#F2F2F2;*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    margin-top: 40px;
}

#mypage .close_cyui .cyui_t {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px;
}

#mypage .close_cyui .cyui_list {
    margin-top: 25px;
}

#mypage .close_cyui .cyui_list .ml {
    margin-left: 50px;
}

#mypage .close_cyui .cyui_list ul {
    display: inline-block;
    font-weight: bold;
    line-height: 200%;
}

#mypage .close_select_box {
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    padding: 35px 20px;
    font-size: 14px;
}

#mypage .close_select_box2 {
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    padding: 35px 0px;
    font-size: 14px;
}

#mypage .close_select_box3 {
    /*padding:0 20px 0px 0px;*/
    font-size: 14px;
}

#mypage .close_select_box .select_tl {
    font-weight: bold;
    margin-bottom: 30px;
}

#mypage .close_sselect_btm {
    text-align: center;
    margin: 40px 0 80px 0;
}

#mypage input[type=radio],
#mypage .close_select_box input[type=checkbox],
.point_use--select input[type="radio"],
.couponradio input[type="radio"] {
    display: inline-block;
    margin-right: 6px;
}

#mypage input[type=radio] + label,
#mypage .close_select_box input[type=checkbox] + label,
.point_use--select input[type="radio"]+label,
.couponradio input[type="radio"]+label,
.couponradio input[type="radio"]+span {
    position: relative;
    display: inline-block;
    margin-right: 12px;
    font-size: 14px;
    line-height: 30px;
    cursor: pointer;
}

@media (min-width: 1px) {
    #mypage input[type=radio],
    #mypage .close_select_box input[type=checkbox],
    .point_use--select input[type="radio"],
    .couponradio input[type="radio"] {
        display: none;
        margin: 0;
    }
    #mypage input[type=radio] + label,
    #mypage .close_select_box input[type=checkbox] + label,
    .point_use--select input[type="radio"]+label,
    .couponradio input[type="radio"]+label,
    .couponradio input[type="radio"]+span {
        padding: 0 0 0 30px;
    }
    #mypage input[type=radio] + label::before,
    #mypage .close_select_box input[type=checkbox] + label::before,
    .point_use--select input[type=radio] + label::before ,
    .couponradio input[type="radio"]+label::before,
    .couponradio input[type="radio"]+span::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 20px;
        height: 20px;
        margin-top: -9px;
        background: #FFF;
    }
    #mypage input[type=radio] + label::before,
    #mypage .close_select_box input[type=checkbox] + label::before,
    .point_use--select input[type=radio] + label::before,
    .couponradio input[type="radio"]+label::before,
    .couponradio input[type="radio"]+span::before {
        border: 2px solid #ccc;
        border-radius: 30px;
    }
    #mypage input[type=radio]:checked + label::after,
    #mypage .close_select_box input[type=checkbox]:checked + label::after,
    .point_use--select input[type=radio]:checked + label::after,
    .couponradio input[type="radio"]:checked+label::after,
    .couponradio input[type="radio"]:checked+span::after {
        content: "";
        position: absolute;
        top: 50%;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
    #mypage input[type=radio]:checked + label::after,
    #mypage .close_select_box input[type=checkbox]:checked + label::after,
    .point_use--select input[type=radio]:checked + label::after,
    .couponradio input[type="radio"]:checked+label::after,
    .couponradio input[type="radio"]:checked+span::after {
        left: 4px;
        width: 12px;
        height: 12px;
        margin-top: -5px;
        background: #262626;
        border-radius: 8px;
    }
}

/* reminder
-----------------------------------------------------------------------*/

.reminder_txt_l {
    line-height: 230%;
}

.reminder_txt {
    margin-top: 50px;
    border-bottom: 1px solid #999;
    padding-bottom: 40px;
}

.reminder_mail_box {
    margin: 40px 0;
}

.reminder_mail_box dt {
    width: 100px;
    font-weight: bold;
    font-size: 14px;
    float: left;
    margin-top: 15px;
}

.reminder_mail_box dd {
    width: 870px;
    float: right;
}

.reminder_mail_box .mod_form_input01 {
    padding: 15px 20px;
    width: 50%;
}

#mypage .reminder_sselect_btm {
    text-align: center;
    margin: 40px 0 80px 0;
    border-top: 1px solid #999;
    padding-top: 40px;
}


/* マイページ：エラーテキスト */

#mypage .error_txt {
    color: #F52929;
    font-weight: bold;
    margin-bottom: 14px;
    font-size: 15px;
}


/* 注文フロー：会員情報追加 */

#mypage .flow {
    text-align: center;
    margin-top: 70px;
}

#mypage h2.edit {
    margin-top: 40px;
}


/*追記*/

.fl {
    float: left;
}

.ml30 {
    margin-left: 30px;
}

.mb25 {
    margin-bottom: 25px;
}

.mt50 {
    margin-top: 50px;
}

.m0auto {
    margin: 0 auto;
}

.w395 {
    width: 395px;
}

.apply_value{
    padding-left:15px;
}


/* c21 */
.silveregg_checked_items_8 .favorite_box li{
    width: 123px;
}

.silveregg_checked_items_8 .favorite_box li .photo {
    width: 100% !important;
    height: auto !important;
}

.silveregg_checked_items_8 .favorite_box li:nth-child(8n+1){
    clear:both;
}

/* PAL */
#mypage .favorite_box ul.sliveregg_pc921{
    width:1070px;
    margin-right:-10px;
    margin-bottom:80px;
}
#mypage .favorite_box ul.sliveregg_pc921 li{
    margin-bottom:0;
    width:123px!important;
    height:160px;
    overflow:hidden;
}
#mypage .favorite_box ul.sliveregg_pc921 li img{
    width:123px!important;
    height:auto;
}

#mypage .favorite_box ul.sliveregg_pc921 li p.brand,
#mypage .favorite_box ul.sliveregg_pc921 li p.textOverflowTest4,
#mypage .favorite_box ul.sliveregg_pc921 li p.price{
    display:none;
}

#mypage .form_member_table .mod_form_area_pop {
    width: 26%;
}

#mypage .form_member_table .address_area .mod_form_select_pop {
    width: 29%;
}


/* PAL 200610 */
/* //////favorite///// */
#favorite{
    font-size:14px;
}
#favorite h2 {
    margin: 50px 0 60px 0;
    padding: 0;
    text-align: center;
    font-weight: normal;
    font-family: 'Lato', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'Hiragino Kaku Gothic ProN', "メイリオ", Meiryo, "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif !important;
    font-size: 22px !important;
    letter-spacing: 0.05em;
    border-bottom: 0;
}
/* リセット */
/* #mypage #favorite input[type=radio] + label, #mypage .close_select_box input[type=checkbox] + label, .point_use--select input[type="radio"]+label { */
    #mypage #favorite input[type=radio] + label {
    padding: 0;
}
/* #mypage #favorite input[type=radio] + label, #mypage .close_select_box input[type=checkbox] + label, .point_use--select input[type="radio"]+label { */
#mypage #favorite input[type=radio] + label {
    padding: 3px 12px;
    order: -1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
/* #mypage #favorite input[type=radio] + label::before, #mypage .close_select_box input[type=checkbox] + label::before, .point_use--select input[type=radio] + label::before { */
#mypage #favorite input[type=radio] + label::before {
    display:none;
}

/* #mypage #favorite input[type=radio]:checked + label::after, #mypage .close_select_box input[type=checkbox]:checked + label::after, .point_use--select input[type=radio]:checked + label::after { */
    #mypage #favorite input[type=radio]:checked + label::after {
    display:none;
}
#mypage #favorite .favorite_brand input[type='checkbox'] {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    position: static; 
}
/* #mypage #favorite .favorite_brand input[type=radio],
#mypage #favorite .favorite_brand .close_select_box input[type=checkbox],
.point_use--select input[type="radio"] { */
#mypage #favorite .favorite_brand input[type=radio],
#mypage #favorite .favorite_brand .close_select_box input[type=checkbox] {
    display: inline;
    margin-right: 15px;
}
.favorite_brand .form label{
    position:relative;
}
.favorite_brand .form label input[type="radio"]::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    /* width: 24px;
    height: 24px; */
    width: 20px;
    height: 20px;
    border: 1px solid #808080;
    border-radius: 50%;
    box-sizing: border-box;
    background:#fff;
}
.favorite_brand .form label input:checked[type="radio"]::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    /* width: 24px;
    height: 24px; */
    width: 20px;
    height: 20px;
    border: 2px solid #808080;
    border-radius: 50%;
    box-sizing: border-box;
    background:#fff;
}
.favorite_brand .form label input:checked[type="radio"]::after {
    content: "";
    display: block;
    position: absolute;
    /* top: 5px;
    left: 7px;
    width: 10px;
    height: 10px; */
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    background: #808080;
    border-radius: 50%;
}


/* タブ */
.tab-wrap {
display: flex;
flex-wrap: wrap;
}
.tab-label {
width: 140px;
height: 35px;
color: #fff;
background: #808080;
margin-right: 10px;
padding: 3px 12px;
order: -1;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
}
.tab-content {
width: 100%;
padding:50px 0;
display: none;
}
.tab-switch:checked+.tab-label {
color:#222;
background: #fff!important;
z-index: 9;
top: 1px;
border: 1px solid #dadada;
border-bottom: none;
}
.tab-switch:checked+.tab-label+.tab-content {
 display: block;
 border-top:solid 1px #dadada;
 margin-top:-1px;
}
.tab-switch {
display: none;
}
/* ブランド */
#favorite .favorite_edit{
    width:200px;
    margin:0 0 20px auto;;
    padding:10px 20px 10px 15px;
    border:solid 1px #dadada;
    display:block;
    text-align:center;
}
#favorite .favorite_edit:before{
    margin-right:10px;
    content:"+";
}
.favorite_brand{
    /* display:flex; */
}
.favorite_brand .form{
    /* width:60%; */
}
.favorite_brand .form label,
.favorite_brand .form button{
    cursor: pointer;
}
.favorite_brand .form>li{
    margin:0 0 1px 0;
    padding: 40px;
    background: #f4f4f4;
}
.favorite_brand .form>li>label{
    margin:0;
    display:inline-block;
}
.favorite_brand .form>li>ul.form_brand{
    margin:20px 0 0 30px;
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.favorite_brand .form>li>ul.form_brand>li{
    width:30%;
    margin-bottom:10px;
    /* background:pink; */
}
.favorite_brand .form input[type="radio"]{
    margin-right:15px;
}
.favorite_brand .form input[type="checkbox"]{
    margin-right:15px;
}
.favorite_brand .form .form_btn{
    width:50%;
    margin:20px auto 0 auto;
}
.favorite_brand .form .form_btn li{
    margin-bottom:20px;
}
.favorite_brand .form .form_btn li button{
    width:100%;
    margin:0 auto;
    padding:20px;
    background:#fff;
    border:solid 1px #dadada;
    position:relative;
    font-family:'Lato', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'Hiragino Kaku Gothic ProN', "メイリオ", Meiryo, "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif !important;
}
.favorite_brand .form .form_btn li:first-child button{
    background:#808080;
    border:0;
    color:#fff;
}
.favorite_brand .form .form_btn li button:after{
    display: block;
    position: absolute;
    top: 50%;
    right: 30px;
    padding: 0;
    width: 6px;
    height: 6px;
    margin-top: -2px;
    border-top: solid 1px #666;
    border-right: solid 1px #666;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
}
.favorite_brand .form .form_btn li:first-child button:after{
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
}


/* PAL 201023 */
/* //////order history///// */

.orderhistory h2,
.orderhistory h2.comp{
    border-bottom: none !important;
}


.orderhistory .history_status_block {
/* 2022-02-16 PAL */
/*    margin-bottom:40px; */
    padding:40px !important;
    display:flex;
    justify-content: space-between;
    background:#f4f4f4 !important;
    box-sizing:border-box;
/* 2022-02-16 PAL */
    border-top:1px solid #dadada;
    border-left:1px solid #dadada;
    border-right:1px solid #dadada;
}
.orderhistory .history_status_block .status_l{
    width:45%;
    padding-right:20px;
    /* padding:20px; */
    border-right:solid 1px #dadada;
}
.orderhistory .history_status_block .status_r{
    width:55%;
    padding-left:20px;
    /* padding:20px; */
    margin-top: 0;
}
.orderhistory .history_status_block dl{
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align:left;

}
.orderhistory .history_status_block dl dt{
    /*210412 PAL*/
    /* width:25%; */
    width:22%;
    margin-bottom:5px;
    /* border:solid 1px red; */
}
.orderhistory .history_status_block dl dd{
    /*210412 PAL*/
    /* width:75%; */
    width:78%;
    margin-bottom:5px;
    box-sizing: border-box;
    /* border:solid 1px blue; */
    padding-left:1em;
    text-indent:-1em;
}
.orderhistory .history_status_block dl dd:before{
    content:"：";
}
.orderhistory .history_status_block dl dd a{
    padding-left:0;
    text-indent:0;
    text-decoration:underline;
    /* display:inline-block; */
}
.orderhistory .history_status_block dl dd i{
    margin:0 2px;
    display:inline-block;
    font-size:10px;
    text-indent: 0;
}
.orderhistory .history_status_block .status_shipping{
    margin:10px 0 20px 0;
    font-size:24px;
    display: flex;
    align-items: center;
}
.orderhistory .history_status_block .status_shipping a{
    color:#239BD9;
    font-size: 13px;
    text-decoration: underline;
}
.orderhistory .history_status_block .status_shipping a::before{
    content: "（";
    color: #222;
    text-decoration: none;
    display: inline-block;
}
.orderhistory .history_status_block .status_shipping a::after{
    content: "）";
    color: #222;
    text-decoration: none;
    display: inline-block;
}
.orderhistory .history_status_block .status_btn{
    display:flex;
    flex-wrap:wrap;
}
.orderhistory .history_status_block .status_btn li a{
    padding:10px 20px;
    color:#fff;
    font-size:10px;
    text-align:center;
    background:#808080;
    display:block;
   width:134px;
   margin-left: 8px;
}
.orderhistory .history_status_block .status_btn li:first-child a{
    margin-left: 0;
}
.orderhistory .history_bg {
/* 2022-02-16 PAL */
/*    width:94% !important; */
    background: #fff !important;
/* 2022-02-16 PAL */
/*    padding: 0 !important;
    margin: 0 auto 80px; */
    padding: 20px 30px !important;
    margin: 0 auto 80px !important;
/* 2022-02-16 PAL */
    border-left:1px solid #dadada;
    border-right:1px solid #dadada;
    border-bottom:1px solid #dadada;
}
.orderhistory #history_table td{
    border-top: none !important;
}

.orderhistory #history_price_box {
    border-top: 1px solid #dadada !important;
    padding-top: 40px;
}
.orderhistory #history_price_box .price_inner {
    background: #fff;
    width: 460px;
    padding: 0 !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    float: right;
}
.orderhistory #history_price_box .price_inner dl {
    border-bottom: 1px solid #dadada !important;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
/*2021-01-06 PAL*/
.history_bg .icon_shop_order{
    margin-bottom:10px;
}
.history_bg .icon_shop_order span{
    padding:5px;
    border:1px solid #dadada;
    font-size:12px;
    text-align:center;
}

/*PAL 210310*/
.point_rate{
    margin-top:10px;
    font-size:12px;
  }
  .point_rate span{
    margin-top:10px;
    font-size:10px;
  }


.couponradio > span{
    display: block;
    margin-bottom:15px;
    position: relative;
}
.couponradio > span span{
    display: block;
    margin-top: 5px;
    box-sizing: border-box;
    padding-left: 27px;
}
.couponradio{
    margin-bottom: 15px;
}
input.couponselect,.targetCoupon{
    display: none;

}
input.couponselect + label::before,input.targetCoupon + label::before{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #dadada;
    border-radius: 5px;
    box-sizing: border-box;
    position: relative;
    top: 4px;
    margin-right: 5px;
}
input.couponselect:checked + label::before,input.targetCoupon:checked + label::before{
    background: #808080;
}
input.couponselect:checked + label::after,input.targetCoupon:checked + label::after{
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    content: '';
    display: block;
    height: 7px;
    left: 7px;
    margin-top: -6px;
    position: absolute;
    top: 15px;
    transform: rotate(45deg);
    width: 4px;
}

/*211125クーポンコードinputo width */
#couponcode_txt{
    width: 280px;
}

/* 2022-09-28 GMO後払い */
.gmo_ato a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #009adb;
    text-decoration: underline;
    padding-top: 40px;
    font-weight: bold;
}
.gmo_ato_btn a {
    display: block;
    background-color: #009adb;
    color: #fff;
    text-decoration: none;
    padding: 11px;
    text-align: center;
    margin: 0 auto 8px;
    letter-spacing: 0.02em;
}


/* 2024-07-23 お気に入りページ */
ul.fav_coordinate_list,ul.fav_blog_list,ul.fav_staff_list{
    display: flex;
    flex-wrap: wrap;
}
ul.fav_coordinate_list li,ul.fav_blog_list >li,ul.fav_staff_list >li{
    width: 168px;
    margin-right: 10px;
    position: relative;
}
ul.fav_staff_list >li{
    height: 303px;
}
ul.fav_blog_list >li,ul.fav_staff_list >li{
    margin-bottom: 30px;
}
ul.fav_staff_list >li a div.ss-w-alhd-pc-staffRankingItem4LineUserImage img{
    border-radius: 50%;
    margin-bottom: 10px;
}
ul.fav_staff_list >li a div.ss-w-alhd-pc-staffRankingItem-UserDatas4Line{
    text-align: center;
    font-size: 12px;
}
ul.fav_coordinate_list li:nth-child(6n),ul.fav_blog_list > li:nth-child(6n),ul.fav_staff_list >li:nth-child(6n){
    margin-right: 0;
}
ul.fav_coordinate_list li img,ul.fav_blog_list li img{
    display: block;
    width: 100%;
}
ul.fav_coordinate_list li a.coordinateDataLink{
    position: relative;
    overflow: hidden;
    display: block;
    
}
ul.fav_coordinate_list li a.coordinateDataLink::before{
    content: "";
    display: block;
    padding-top: calc(245 / 184 * 100%);
}
ul.fav_blog_list > li > a{
    position: relative;
    overflow: hidden;
    display: block;
}
ul.fav_blog_list > li > a p img{
    width: 100%!important;
    height: auto;
}
ul.fav_blog_list > li > a::before{
    content: "";
    display: block;
    padding-top: 100%;
}
ul.fav_coordinate_list li div.ss-w-alhd-pc-coordinateDisplay4lineUserData{
    display: flex;
    box-sizing: border-box;
    padding: 10px;
    margin-bottom: 30px;
}
ul.fav_coordinate_list li div.ss-w-alhd-pc-coordinateDisplay4lineUserData p.ss-w-alhd-pc-coordinateDisplay4lineUserImage{
    width: 52px;
    margin-right: 5px;

}
ul.fav_coordinate_list li div.ss-w-alhd-pc-coordinateDisplay4lineUserData p.ss-w-alhd-pc-coordinateDisplay4lineUserImage img{
    border-radius: 50%;
}
ul.fav_coordinate_list li div.ss-w-alhd-pc-coordinateDisplay4lineUserData ul.ss-w-alhd-pc-coordinateDisplay4lineUserDatas{
    width: 98px;
    font-size: 10px;
}
ul.fav_coordinate_list li span.fav_coordinate_list_fav_btn{
    position: absolute;
    display: block;
    width: 40px;
    right: 10px;
    top: 175px;
    z-index: 3;
}
ul.fav_blog_list > li span.fav_blog_list_fav_btn{
    position: absolute;
    display: block;
    width: 40px;
    right: 10px;
    top: 120px;
    z-index: 3;
}
ul.fav_blog_list > li div.ss-w-alhd-pc-article-title{
    font-size: 11px;
}
ul.fav_blog_list > li div.ss-w-alhd-pc-article-title p#ss-w-alhd-pc-rankingItem-title{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
ul.fav_blog_list > li div.ss-w-alhd-pc-articleDisplay4lineUserData{
    margin-top: 10px;
    display: flex;

}
ul.fav_blog_list > li div.ss-w-alhd-pc-articleDisplay4lineUserData p{
    width: 52px;
    margin-right: 5px;
}
ul.fav_blog_list > li div.ss-w-alhd-pc-articleDisplay4lineUserData p img{
    border-radius: 50%;
}
ul.fav_blog_list > li div.ss-w-alhd-pc-articleDisplay4lineUserData ul{
    width: 98px;
    font-size: 10px;
}
ul.fav_staff_list >li div.fav_staff_list_fav_btn{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
ul.fav_staff_list >li div.fav_staff_list_fav_btn img{
    display: block;
    width: 100%;
}
ul.fav_staff_list >li .ss-w-alhd-pc-staffRankingItem-UserDatas4Line div{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
ul.fav_shop_list li{
    box-sizing: border-box;
    padding-bottom: 10px;
    border-bottom: 1px solid #dadada;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
ul.fav_shop_list li a{
    display: flex;
    align-items: center;
}
ul.fav_shop_list li a span.brand_img{
    display: block;
    width: 200px;
    margin-right: 50px;
}
ul.fav_shop_list li a span.brand_img img{
    display: block;
    width: 100%;
}
ul.fav_shop_list li a span.brand_name{
    font-size: 16px;
}
ul.fav_shop_list li a span.brand_name span{
    display: block;
    font-size: 14px;
}
ul.fav_shop_list li div.fav_shop_list_fav_btn{
    width: 180px;
}
ul.fav_shop_list li div.fav_shop_list_fav_btn img{
    display: block;
    width: 100%;
}

.fav_coordinate_list .ss-w-alhd-pc-coordinateDisplay4lineUserName{
    max-width: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}
.fav_coordinate_list .ss-w-alhd-pc-coordinateDisplay4lineUserHeight{
    vertical-align: top;
    margin-left: 2px;
}
.fav_coordinate_list .ss-w-alhd-pc-coordinateDisplay4lineUserDatas li{
    width: 141px;
    line-height: 1.4;
}
.fav_coordinate_list .ss-w-alhd-pc-coordinateDisplay4lineUserKokkaku{
    margin-right: 2px;
}
.fav_staff_list li div.ss-w-alhd-pc-staffRankingItem-UserDatas4Line div {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.fav_shop_list a.shopdetail{
    font-size: 12px;
    width: 100px;
    height: 45px;
    background: #808080;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}
.fav_shop_list .btnArea{
    display: flex;
    align-items: center;
}

#mypage #history_table tr td:nth-child(1) ul li:nth-child(2) p a.coordinate_products, div.history_shop_detail p a.coordinate_products{
    color: #239BD9;
    margin-top: 20px;
    display: block;
    font-weight: bold;
    font-size: 14px;
}

#mypage #history_table tr td:nth-child(1) ul li:nth-child(2) p a.coordinate_products::after,div.history_shop_detail p a.coordinate_products::after{
    content: "";
    display: inline-block;
    vertical-align: baseline;
    width: 6px;
    height: 6px;
    border-top: 1px solid #239BD9;
    border-right: 1px solid #239BD9;
    transform: rotate(45deg);
}
span.top_item_fav_btn{
    position: absolute;
    top: 8px;
    right: 8px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    z-index: 3;
    border-radius: 50%;
}
span.top_item_fav_btn:before{
    font-family: var(--icon);
    content: var(--fav);
    font-size: 20px;
    color: var(--pink);
    position: relative;
    z-index: 3;
    top: 1px;

}
span.top_item_fav_btn.active:before{
    font-variation-settings: var(--fill);
    
}
/*250528*/
div.statusArea{
    height: 42px;
    margin-bottom: 38px;
  }
  ul.statusbar{
    display: flex;
    align-items: center;
    width: 400px;
    position: relative;
    justify-content: space-between;
    font-weight: 500;
  }
  ul.statusbar li:nth-child(odd){
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #f4f4f4;
    background: #dadada;
    position: relative;
    z-index: 2;
    
  }
  ul.statusbar li:nth-child(odd) span{
    position: absolute;
    top: 26px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 60px;
    text-align: center;
    font-size: 12px;
  }
  ul.statusbar li:nth-child(even){
    height: 10px;
    width: 120px;
    background: #dadada;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  
    
  }
  ul.statusbar li:nth-child(2){
    left: 16px;
  }
  ul.statusbar li:nth-child(4){
    left: 140px;
  }
  ul.statusbar li:nth-child(6){
    left: 270px;
  }
  ul.statusbar li.active{
    background: #239BD9;
  }