@charset "utf-8";

/****************************
マイページ
****************************/
/*common
----------------------------------------*/
.lead {
  padding: 10px 0 48px;
  font-size: 13px;
}
.mypage-wrap .alert-error {
  margin: 0 0 40px;
}
.mypageArea {
  display: flex;
  flex-direction: column;
}
.mypageArea .form-actions {
  width: auto;
  text-align: center;
  justify-content: center;
  margin: auto;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  padding: 80px 0;
}
body[class^="p-mypage-edit"] .mypageArea .form-actions,
body[class^="p-mypage-updateCreditCard"] .mypageArea .form-actions,
.mypageArea .form-actions.direction-column {
  flex-direction: column;
}
.mypage-wrap .users-container {
  padding-bottom: 80px;
  border-bottom: 1px solid #f3ecdb;
}

.mypage-wrap .users-container.no-padborder {
  padding-bottom: 0;
  border-bottom: none;
}
.mypage-wrap .users-container.no-padborder .table-cardlist .cardlist-body .holder-name-annotation {
  font-size: 11px;
}

.mypage-title {
  font-size: 26px;
  text-align: center;
  padding: 30px 0;
}
.mypageArea .action-steps-wrap {
  border-top:0;
}
.mypageArea .non-lead {
  padding-top: 50px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}


/* btn */
.form-actions .btn-primary {
  width: 300px;
  padding: 20px 0;
  font-size: 16px;
}
.btn.btn-back {
  width: 300px;
  padding: 20px 0;
  font-size: 16px;
  margin-right: 20px;
}
 .btn.btn-back-top {
  background-color: transparent;
  padding-top: 50px;
  font-size: 14px;
}
.btn.btn-back-top > span {
  background: none;
  padding: 0 0 5px;
  border-bottom: 1px solid #bfbfbf;
}
.change-btn-boder .btn {
  background-color: transparent;
  color: #000;
  padding: 0 0 5px;
  border-bottom: 1px solid #bfbfbf;
  font-size: 14px;
}

/* select */
select {
  appearance: none;
}
select::-ms-expand {
  display: none;
}

/* radio */
.radio input[type="radio"] {
  border: 2px solid #777;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  height: 20px;
  width: 20px;
  margin-right: 12px;
  transition:all .15s ease-out 0s;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  outline: none;
  background-color: #fff;
  border-radius: 50%;
}
.radio input[type=radio]:checked {
  border-color: #000;
}
.radio input[type=radio]:checked:before {
  transform: scale(1);
  background: #000;
}
.radio input[type=radio]:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 3px;
  transform: scale(0);
  transition: all ease-out 250ms;
}
.controls .radio.inline {
  font-size: 13px;
  display: flex;
  align-items: center;
}
.radio.inline + .radio.inline {
  margin-left: 45px;
}

@media ( max-width: 767px ) {

  .mypage-wrap .alert-error {
    margin: 20px 0 10px;
  }
  .mypageArea .non-lead {
    padding-top: 30px;
    font-size: 12px;
  }
  .mypage-title {
    font-size: 16px;
  }
  .lead {
    font-size: 10px;
    padding: 30px 10px;
  }
  .form-horizontal .control-label {
    width: 29%;
    font-size: 11px;
    font-weight: normal; 
  }
  .form-horizontal .controls {
    margin-left: 37%;
  }

  .radio input[type="radio"] {
    padding: 0;
    height: 15px;
    width: 15px;
  }
  .radio input[type=radio]:before {
    width: 7px;
    height: 7px;
    margin: 2px;
  }

  .radio.inline + .radio.inline {
  margin-left: 15px;
}
  .btn.btn-back {
    width: 250px;
    padding: 15px 0;
    margin-right: 0;
    font-size: 13px;
  }
  .btn.btn-back-top {
    width: auto;
    padding-top: 15px;
    font-size: 11px;
  }

  .form-actions .btn-primary {
    width: 250px;
    padding: 15px 0;
    font-size: 13px;
  }
  .form-actions .btn-primary span {
    background: none;
    display: inline-block;
  }
}


/*table*/
.table {
  margin-bottom:0;
}
.table-standard th,
.table-standard td {
  padding: 11.5px 35px;
  border-top: none;
  vertical-align: top;
  font-size: 14px;
  word-break: break-all;
}
.table-standard tbody th {
  width: 28%;
  min-width: 120px;
  padding-right: 0;
  font-weight: 600;
  margin-left: auto;
  float: right;
  text-align: left;
}
.table-standard tbody td {
  font-weight: normal;
}
.table-list-style th,
.table-list-style td {
  font-size: 14px;
}
.table-list-style th {
  padding: 18px 0px;
}
.table-list-style td {
  padding: 25px 0px;
  border-color: #f9f5ea;
}
.table-orderitems th,
.table-orderitems td {
  font-size: 14px;
}

@media ( max-width: 767px ) {
  .table-orderitems th,
  .table-orderitems td {
    font-size: 11px;
  }
  #wrapper .table-standard th,
  #wrapper .table-standard td {
    font-size: 11px;
    padding: 10px 6px 10px 0;
  }
  #wrapper .table-standard th {
    width: 63%;
    font-weight: normal;
  }
  #wrapper .table-standard td {
    font-weight: 600;
  }
  .table-list-style th,
  .table-list-style td {
    font-size: 11px;
  }
}


.bordered-table th,
.bordered-table td{
  border-top:0;
  border-bottom:solid 1px #efead5;
  padding:20px 15px;
}
.bordered-table td{
  vertical-align:middle;
}
.bordered-table thead th{
  text-align:center;
  font-size:14px;
  font-weight:normal;
  padding-top:5px;
  padding-bottom: 10px;
  color: #999;
}
.bordered-table tr > th:first-child,
.bordered-table tr > td:first-child{
  padding-left:0;
}
.bordered-table tr > th:last-child,
.bordered-table tr > td:last-child{
  padding-right:0;
}

/*barcode*/
.mypage-code {
  padding: 0;
  text-align: center;
  margin: 0 auto;
}
.mypage-code .current-status,
.mypage-code .menbers-code {
  vertical-align: middle;
}
.mypage-code .current-status p,
.mypage-code .menbers-code p,
#bcTarget_txt{
  font-weight: bold;
}
#bcTarget_txt{
  font-size: 15px;
  margin-top: 0;
  font-weight: normal;
}
.mypage-code .rank .cap{
  display: block;
}
.mypage-code .rank .rank_label{
  display: block;
  height: 48px;
  width: 260px;
  background-color: #000;
  margin: 0 auto;
  color: #fff;
  line-height: 48px;
  font-size: 14px;
  letter-spacing: 0.1em;
}
.mypage-code .rank .rank_label.regular{
  background-color: #86a8e4;
}
.mypage-code .rank .rank_label.silver{
  background-color: #c0c0c0;
}
.mypage-code .rank .rank_label.gold{
  background-color: #daa520;
}
.mypage-code .rank .rank_label.platinum{
  background-color: #d3d3d3;
}

/* login,password */
.underline-black {
  border-bottom:solid 1px #000;
}
.p-customer-login .container .title {
  padding: 24px 0 40px;
}
.p-customer-login .container .lead {
  padding : 10px 0 20px;
}
.p-customer-login .wide-container .container,
.p-customer-passwordReminderInput .wide-container .container,
.p-customer-passwordReminderConfirm .wide-container .container,
.p-customer-passwordReminderComplete .wide-container .container {
  margin-bottom: 40px;
  color: #000;
  font-size: 14px;
}
.p-customer-passwordReminderInput .wide-container .container.reminder-input-page,
.p-customer-passwordReminderConfirm .wide-container .container.reminder-input-page,
.p-customer-passwordReminderComplete .wide-container .container.reminder-complete-page {
  padding-bottom: 114px;
}
.p-customer-login .row-height {
  padding-bottom: 114px;
  margin-top: 28px;
  display: flex;

  flex-wrap: wrap;
  justify-content: center;
}
.p-customer-login .row-height .span6 {
  padding: 0;
  display: flex;

  flex-wrap: wrap;
}
.p-customer-login .span6.border-box {
  border-left: solid 1px #efead5;
}
.p-customer-login .user-content {
  padding: 0 10px;
  width: 100%;
  height: auto;
  align-items: center;
  box-shadow : none;
}
.p-customer-login .lead-text,
.p-customer-passwordReminderInput .lead-text,
.p-customer-passwordReminderConfirm .lead-text,
.p-customer-passwordReminderComplete .lead {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.8;
}
.p-customer-passwordReminderComplete .completettl .subtext {
  font-size: 12px;
}
.p-customer-passwordReminderInput .form-horizontal .control-label,
.p-customer-passwordReminderConfirm #wrapper .table-standard th {
  font-size: 12px;
  text-align: center;
  font-family: 'Noto Sans JP';
}
.p-customer-login .serif-font {
  font-size: 18px;
  font-weight: 900;
}
.p-customer-login .user-content.user-login .subbox {
  width: calc(100% - 120px);
}
.p-customer-login .user-content.user-login .subbox input[type="text"],
.p-customer-login .user-content.user-login .subbox input[type="password"] {
  height: 40px;
}
.p-customer-login .user-content.user-login .subbox input#LoginID {
  margin-bottom: 11px;
}
.p-customer-login .user-content.user-login .subbox .placeholder-text {
  top: 10px;
}
.p-customer-login .password-reminder-info {
  margin: 10px 0 0 0;
  text-align: right;
}
.p-customer-login .password-reminder-info,
.p-customer-login .password-reminder-info a {
  color: #999;
  font-size: 13px;
}
.p-customer-login .password-reminder-info {
  font-weight: normal;
}
.p-customer-login .placeholder-base .login_save {
  padding: 20px 0 10px 25px;
  font-size: 14px;
  font-weight: bold;
}
.p-customer-login .keep-login-info {
  margin-bottom: 50px;
  padding-left: 26px;
  font-size: 13px;
  line-height: 1.8;
}
.p-customer-login .user-form-actions button {
  margin: 0 auto;
  width: 260px;
  display: block;
}
.p-customer-login .btn.btn-primary {
  font-size: 16px;
  font-weight: bold;
  height: 50px;
}
.p-customer-login .btn.btn-primary.bluecolor {
  margin: 0 auto;
  padding: 0;
  width: 260px;
  height: 50px;
  line-height: 50px;
  background-color:#3ac1d5;
  color: #fff;
  display: block;
}
.p-customer-login .member-registration-info,
.p-customer-login .member-ship {
  text-align: center;
}
.p-customer-login .user-content.user-new .member-registration-info {
  margin-bottom: 46px;
  line-height: 1.8;
  font-size: 14px;
}
.p-customer-login .member-ship {
  margin-top: 20px;
}
.p-customer-login .member-ship .member-ship-link {
  padding-bottom: 6px;
  font-weight: bold;
  font-size: 16px;
}
.p-customer-login .member-ship .member-ship-link::after {
  margin: 3px 0 0 7px;
  content: "";
  background: url(/assets/images/icon/new_window_01.png) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 12px;
  height: 12px;
  vertical-align: middle;
}
.p-customer-passwordReminderInput .shadow-wrap,
.p-customer-passwordReminderConfirm .shadow-wrap {
  padding: 40px 100px;
  box-shadow: none;
}
.p-customer-passwordReminderInput .form-horizontal input {
  background-color: #f7f1e3 !important;
}
.p-customer-login .alert-error {
  width: 70%;
  margin: 20px auto 60px;
  line-height: 2;
  font-size: 14px;
}
/* login-checkbox */
.checkbox-text{
  position: relative;
  vertical-align: bottom;
}
.checkbox-text::before,
.checkbox-text::after{
  content: "";
  display: block;
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.checkbox-text::before{
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  top: 0;
  left: 0;
  left: -22px;
}
.p-customer-login .placeholder-base .login_save input[type="checkbox"]{
  display: none;
}
.p-customer-login .placeholder-base .login_save .checkbox-text::before {
  top: 4px;
}
.p-customer-login .placeholder-base .login_save input[type="checkbox"]:checked + .checkbox-text::before{
  background-color: #e7e7e7;
  top: 4px;
}
.p-customer-login .placeholder-base .login_save input[type="checkbox"]:checked + .checkbox-text::after{
  top: 4px;
  left: -17px;
  width: 7px;
  height: 13px;
  transform: rotate(40deg);
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
}

@media(max-width: 1215px) and (min-width: 768px){
  .mypage-code{
    width: 780px;
  }
  /* login */
  .p-customer-login .row-height {
    width: 100%;
  }
  .p-customer-login .span6 {
    width: 50%;
    box-sizing: border-box;
  }
}

@media(max-width:767px){
  /* login,password */
  .p-customer-login .wide-container .container,
  .p-customer-passwordReminderInput .wide-container .container,
  .p-customer-passwordReminderConfirm .wide-container .container,
  .p-customer-passwordReminderComplete .wide-container .container {
    margin-bottom: 0;
  }
  .p-customer-passwordReminderInput .wide-container .container.reminder-input-page,
  .p-customer-passwordReminderConfirm .wide-container .container.reminder-input-page,
  .p-customer-passwordReminderComplete .wide-container .container.reminder-complete-page {
    padding-bottom: 60px;
  }
  .p-customer-login .container .title {
    padding: 10px 0;
  }
  .p-customer-login #page-body {
    padding-bottom: 40px;
  }
  .p-customer-login .wide-container .container {
    margin-bottom: 0;
  }
  .p-customer-login .wide-container .container,
  .p-customer-login .lead-text {
    font-size: 12px;
  }
  .p-customer-login .wide-container .container {
    padding: 0 15px;
  }
  .p-customer-login .row-height {
    padding-bottom: 60px;
    margin-top: 35px;
  }
  .p-customer-login #wrapper .lead {
    padding: 0 10px 16px;
    margin-top: 10px;
    border-bottom: solid 1px #efead5;
  }
  .p-customer-login .placeholder-base .login_save .checkbox-text {
    padding-left: 6px;
    padding-top: 4px;
  }
  .p-customer-passwordReminderInput .lead-text,
  .p-customer-passwordReminderConfirm .lead-text,
  .p-customer-passwordReminderComplete .lead {
    padding: 0 10px 16px;
    margin-top: 10px;
    font-size: 12px;
  }
  .p-customer-login .password-reminder-info a {
    font-size: 10px;
  }
  .p-customer-login .lead-text {
    text-align: left;
  }
  .p-customer-login .user-content.user-login .subbox {
    padding: 0;
    width: 100%;
  }
  .p-customer-login .serif-font {
    margin-bottom: 18px;
    font-size: 14px;
  }
  .p-customer-login .user-content.user-login .subbox input#LoginID,
  .p-customer-login .user-content.user-login .subbox input#LoginPass {
    height: 45px;
  }
  .p-customer-login .user-content.user-login .subbox .placeholder-text {
    line-height: 45px;
    top: 0px;
  }
  .p-customer-login .placeholder-base .login_save,
  .p-customer-login .keep-login-info,
  .p-customer-login .password-reminder-info {
    font-size: 10px;
  }
  .p-customer-login .password-reminder-info {
    margin-top: 23px;
  }
  .p-customer-login .placeholder-base .login_save {
    padding: 23px 0 10px 25px;
  }
  .p-customer-login .btn.btn-primary {
    font-size: 13px;
  }
  .p-customer-login .keep-login-info {
    margin-bottom: 25px;
  }
  .p-customer-login #wrapper .user-content {
    padding: 30px 0 0;
  }
  .p-customer-login #wrapper .user-content.user-login {
    padding: 0 10px 60px;
  }
  .p-customer-login .user-form-actions .btn-primary span {
    background-image: none;
  }
  .p-customer-login #wrapper .user-content.user-login,
  .p-customer-login #wrapper .user-content {
    border: none;
  }
  .p-customer-login .span6.border-box {
    border-left: none;
    border-top: solid 1px #efead5;
  }
  .p-customer-login .user-content.user-new .subbox p {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .p-customer-login .user-form-actions {
    margin-top: 25px;
  }
  .p-customer-login .member-ship {
    margin-top: 16px;
  }
  .p-customer-login .member-ship .member-ship-link,
  .p-customer-login .member-ship .member-ship-link a {
    font-size: 11px;
  }
  .p-customer-login .user-form-actions button,
  .p-customer-login .btn.btn-primary.bluecolor {
    width: 180px;
    height: 50px;
  }
  #wrapper .p-customer-login .alert-error {
    margin: 30px auto;

  }
  .p-customer-passwordReminderInput .form-horizontal .control-label {
    margin-bottom: 10px;
  }
  .p-customer-passwordReminderConfirm #wrapper .table-standard th {
    padding: 15px 10px;
    font-size: 10px;
  }
  .p-customer-passwordReminderConfirm #wrapper .table-standard td {
    padding: 16px 20px;
    font-size: 11px;
  }
}

/*お気に入り
----------------------------------------*/
#watch-wrap .non-lead{
  padding-top: 46px;
}
#watch-wrap .mypage-wrap .alert-success,
#watch-wrap .mypage-wrap .alert-error {
  background-color: transparent;
  text-align: center;
  font-size: 14px;
  margin-top: 20px;
  color: #000;
}
#watch-wrap .mypage-wrap .lead {
  font-size: 14px;
  padding-top: 20px;
}
#watch-wrap .form-actions {
  width: auto;
  padding: 30px 0;
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
}
.orderitem-add__btn {
  display: flex;
  justify-content: center;
}
#watch-wrap .form-actions__under {
  padding-top: 0;
}
@media ( min-width: 767px ) {
  #watch-wrap .buy-item-part__product-img {
    width: 28%;
    border-bottom: none;
  }
  .table-orderitems td.orderitem-detail {
    border-bottom: none;
  }
  
}
@media ( max-width: 767px ) {
  .table-orderitems td {
    padding-right: 22px;
  }
  #watch-wrap .table-orderitems td {
    padding-left: 0;
  }
  #watch-wrap table .item-price__include-tax,
  #watch-wrap table .item-price__quantity,
  #watch-wrap table .item-price__part {
    width: auto;
  }
  table.buy-item-part__product tr {
    display: flex;
    flex-direction: column;
  }
  .table-orderitems td.orderitem-detail {
    padding: 0 0 20px;
    border-bottom: none;
    width: 100%;
    text-align: center;
  }
  .table-orderitems td.orderitem-detail a {
    font-size: 11px;
  }
  .change-btn-boder .btn {
    border: none;
    border-bottom: 1px solid #bfbfbf;
  }
  #watch-wrap .form-actions {
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
  }
  #watch-wrap .mypage-wrap .alert-success,
  #watch-wrap .mypage-wrap .alert-error {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .p-customer-watchList #watch-wrap .mypage-wrap .lead {
    padding-bottom: 40px;
  }
}


/*購入履歴
----------------------------------------*/
#history-wrap .alert{margin:0;}
#history-wrap .bordered-table td {
  text-align:center;
  font-size: 14px;
}
#history-wrap .bordered-table .detail{width:100px; padding-left:85px;}
#history-wrap .bordered-table td.detail button{width:80px;}


@media ( max-width: 767px ){
  .p-mypage-buyHistoryList .category {
    width: 100px;
    color: #999;
    font-size: 11px;
  }
  #history-wrap .bordered-table tr:first-child {
    border-top: 1px solid #efead5;
    padding-top: 10px;
  }
  #history-wrap .bordered-table tr {
    border-bottom: 1px solid #efead5;
    display: block;
    padding-bottom: 15px;
    margin-bottom: 10px;
  }
  #history-wrap .bordered-table td {
    display: flex;
    border: none;
    padding: 5px;
    font-size: 11px;
  }
  #history-wrap .bordered-table .detail {
    width: 65px;
    margin-left: auto;
    padding: 0;
  }
  #history-wrap .bordered-table td.detail button {
    width: auto;
  }
}

/*購入履歴詳細*/
#history-detail-wrap .non-lead{padding-top: 66px;}
#history-detail-wrap table .orderitem-pic img{
  width:70px;
}

#history-detail-wrap table.confirm-price-box {
  width:370px;
}
#history-detail-wrap table.confirm-price-box th {
  width:185px;
  padding-right:15px;
  font-size: 14px;
}
#history-detail-wrap table.confirm-price-box .total-price-part td {
  font-weight:normal;
}
#history-detail-wrap table.confirm-price-box .total-price-part th,
#history-detail-wrap table.confirm-price-box .total-price-part td {
  padding-top:10px;
  padding-bottom:10px;
}

#history-detail-wrap .table-standard th,
#history-detail-wrap .table-standard td {
  padding-top:13px;
  padding-bottom:13px;
}
#history-detail-wrap .table-standard th {
  padding-right:15px;
  padding-left:0;
  width:155px;
}
#history-detail-wrap .table-standard td {
  font-size:11px;
}
#history-detail-wrap .namebox{
  margin-bottom:20px;
}
#history-detail-wrap .conf-itemli + .conf-itemli {
  margin-top:20px;
}
#history-detail-wrap .form-actions .btn-back {
  margin-right:0;
}

.buy-item-part {
  width: 43%;
}
.buy-item-part__product {
  padding: 0 15px;
}
.buy-item-part__product__img {
  width: 30%;
}
.buy-item-part__product-img {
  width: 20%;
  border-bottom: none;
}
.table-orderitems .buy-item-part__product-part {
  width: 52%;
  text-align: left;
  border-bottom: none;
}
.buy-item-part__product-name {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 5px;
}
.buy-item-part__product-info {
  font-size: 14px;
  margin-bottom: 5px;
}
.table-orderitems thead th {
  color: #999;
  font-size: 14px;
  font-weight: normal;
}
/* .item-price__include-tax,
.item-price__quantity,
.item-price__part {
  font-weight: bold;
} */
.table-box__size {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.confirm-price-box {
  padding: 20px 25px;
  margin: 0;
  width: 37%;
  border: none;
  border-collapse: separate;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  background: #faf9f5;
}
.table-box__prive {
  width: 37%;
}
.table-box__delivery {
  width: 60%;
} 
.confirm-price-box th {
  font-weight: bold;
  font-size: 14px;
}
.confirm-price-box td {
  font-size: 14px;;
}
.delivery-customer-box {
  padding: 20px 30px;
  border: 1px solid #efead5;
  margin-top: 20px;
  border-collapse: separate;
}
.delivery-customer-box th {
  color: #999;
}
.delivery-customer-box th,
.delivery-customer-box td {
  border: none;
  padding: 18px 0;
  font-size: 14px;
  width:225px;
}
.delivery-customer-box th.table-title {
  border-bottom: 1px solid #efead5;
  padding-bottom: 20px;
  width: 100%;
  font-size: 18px;
  color: #333;
}
.delivery-customer-box td {
  text-align: right;
}
.p-mypage-buyHistoryDetail .confirm-price-box td {
  text-align: right;
}
#history-detail-wrap table.confirm-price-box {
  width: 100%;
}
.p-mypage-buyHistoryDetail .delivery-customer-box {
  padding: 20px 30px;
  border: 1px solid #efead5;
}
.table-orderitems tr > td.buy-item-part__product-img {
  border-bottom: none;
}
.p-mypage-buyHistoryDetail .confirm-price-box td.history-invoice-txt {
  max-width: 288px;
  text-align: left;
}

@media ( max-width: 767px ) {
  .table-box__size {
    flex-direction: column;
  }
  .table-box__prive,
  .table-box__delivery {
    width: 100%;
  }
  .delivery-customer-box th,
  .delivery-customer-box td {
    font-size: 11px;
  }
  .delivery-customer-box th.table-title {
    font-size: 14px;
  }
  .p-mypage-buyHistoryDetail table.delivery-customer-box > tbody > tr > th {
    border-top: none;
    width: 37%;
    margin-right: 5px;
    padding: 0 0 20px;
  }
  .p-mypage-buyHistoryDetail .delivery-customer-box {
    padding: 20px;
  }
  .p-mypage-buyHistoryDetail .delivery-customer-box td {
    width: 60%;
  }
  .buy-item-part__product {
    margin: 0 auto;
    border: none;
  }
  .table-orderitems {
    border-top: solid 1px #efead5;
  }
  .table-orderitems tr > td:first-child {
    width: 100%;
    display: block;
    border: none;
    padding: 0;
  }
  table .item-price__include-tax,
  table .item-price__quantity,
  table .item-price__part {
    width: 100%;
    display: block;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    width: 33.33333%;
    padding: 20px 0;
    border-bottom: solid 1px #efead5;
  }
  .sp-name {
      color: #999;
      font-size: 10px;
  }
  .table-orderitems .buy-item-part__product-part {
    width: 100%;
    display: block;
    text-align: center;
    border: none;
    padding: 0;
  }
  .table-orderitems tr > td.buy-item-part__product-img {
    width: 35%;
    margin: 10px auto 10px;
  }
  
  .table.table-orderitems >tbody> tr {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #history-detail-wrap table.confirm-price-box th,
  .p-mypage-buyHistoryDetail .confirm-price-box td {
    font-size: 11px;
  }

  .buy-item-part__product-name {
    font-size: 11px;
  }
  .buy-item-part__product-info {
    font-size: 10px;
  }
  .sp-table__title {
    margin: 0 -10px 12px;
    font-size: 20px;
    padding: 12px;
    background: #faf9f5;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
  }
  .sp-table__title .sp-table__txt {
    width: 100%;
    display: block;
    text-align: center;
  }
}

/* 店舗取り置き履歴 */
.fitting-reserve-history .status-title {
  font-size: 14px;
  font-weight: bold;
  padding: 20px 20px;
  background-color: #f9f5ea;
}
.fitting-reserve-history .detail-table-wrap td {
  border: none;
}
.fitting-detail-table > tbody > tr > td:first-child {
  width: 45%;
}
.fitting-detail-table > tbody > tr > td {
  width: 30%;
  vertical-align: middle;
}
.fitting-detail {
  margin-left: 25px;
}
.fitting-detail > tbody > tr > td:first-child {
  width: 41%;
}
.fitting-detail > tbody > tr > td {
  vertical-align: middle;
}
.fitting-comment p {
  margin-left: 20px;
}
.cancel-form .btn.btn-primary {
  width: 50%;
}
.fitting-pager .pagerArea {
  background-color: #ffffff;
}
.fitting-tax {
  font-size: 11px;
  padding-left: 4px;
}
@media ( max-width: 767px ) {
  .fitting-detail-table > tbody > tr > td:first-child , .fitting-detail-table > tbody > tr > td {
    width: 100%;
    display: block;
    padding: 10px 0;
  }
  .fitting-detail-table > tbody > tr.detail-table-wrap > td:first-child {
    border-top: none;
    border-bottom: solid 1px #dddddd;
  }
  .fitting-reserve-history p {
    margin: 0 5px 10px;
  }
  table.liquid-table.fitting-detail-table > tbody > tr > td:nth-of-type( 2 ) > p {
    font-size: 16px;
    margin: 20px 12px 10px; 
  }
  table.liquid-table.fitting-detail-table>tbody>tr>td>p {
    margin: 0 12px 10px;
  }
  .cancel-form {
    text-align: center;
    margin-bottom: 10px;
  }
  .cancel-form .btn.btn-primary {
    width: 88%;
    font-size: 14px;
    padding: 2%;
  }
  .fitting-reserve-history .status-title {
    padding: 10px 12px;
    font-size: 12px;
  }
  .fitting-tax {
    font-size: 9px;
  }
}

/*配送先リスト
----------------------------------------*/
.p-mypage-deliveryList .non-lead{padding-top:60px;}
.p-mypage-deliveryList .bordered-table td{font-size:14px;}
.p-mypage-deliveryList .deliveryaddress{padding-left:10px;}
.p-mypage-deliveryList .deliveryaddress dt,
.p-mypage-deliveryList .deliveryaddress dd{padding:2px 0;}
.p-mypage-deliveryList .table-form-area{width:70px;}
.p-mypage-deliveryList td.table-form-area .btnwrap{padding:5px 0;}
.p-mypage-deliveryList td.table-form-area input{width:70px;}
.p-mypage-deliveryList .delivery-add{text-align:center; margin-top:30px;}
.p-mypage-deliveryList .delivery-add .btn{width:270px; padding:5px 0;}
.p-mypage-deliveryList .table th {
  text-align: left;
  color: #999;
}
.p-mypage-deliveryList .table .name {
  width: 16%;
  padding-left: 20px;
}
.p-mypage-deliveryList .table .address {
  width: 26%;
}
.p-mypage-deliveryList .table .company {
  width: 26%;
}
.p-mypage-deliveryList .table .tel {
  width: 13%;
}
.p-mypage-deliveryList .table .change {
  width: 15%;
}
.p-mypage-deliveryList .bordered-table td.change-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  font-size: 14px;
  padding: 28px 0;
}
.change-btn-partition {
  margin: 0 6px;
  align-self: center;
}

@media ( max-width: 767px ) {
  .p-mypage-deliveryList .table .name {
    padding-left: 15px;
  }
  .p-mypage-deliveryList .bordered-table td {
    font-size: 11px;
  }
  .p-mypage-deliveryList .bordered-table td.change-btn {
    font-size: 11px;
  }
  .p-mypage-deliveryList .table .name, .p-mypage-deliveryList .table .address, .p-mypage-deliveryList .table .company, .p-mypage-deliveryList .delivery-lists td.tel,
   .creditCardList tbody td.card-number, .creditCardList tbody td.card-expiredate, .creditCardList tbody td.card-delete {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    display: flex;
    border: none;
    padding: 10px 15px;
  }
  .p-mypage-deliveryList .table .category {
    width: 20%;
    color: #999;
  }
}
  
/*住所登録
----------------------------------------*/

.form-edit-style {
  margin-left: 12%;
}
.form-horizontal .control-group{
  margin-bottom: 10px;
}
.form-horizontal .control-label {
  width: 170px;
  margin-bottom: 0;
  cursor: auto;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.form-horizontal .control-label .label-ttl {
  font-size: 14px;
  font-weight: bold;
}
.form-horizontal .red {
  font-size: 12px;
  font-weight: normal;
}
.p-mypage-editAddress .users-container,
.p-mypage-editDelivery .users-container,
.p-mypage-confirmDelivery .users-container {
  max-width: 970px;
}
.form-horizontal .control-label {
  width: 126px;
  padding-top: 10px;
  font-size: 14px;
}
input#Name1, input#Name2, input#Kana1, input#Kana2 {
  width: 165px;
}
.form-horizontal .controls {
  height: 40px;
  margin-left: 150px;
  display: flex;
  align-items: center;

}
.controls-row {
  display: flex;
  align-items: center;
}
.form-horizontal .help-block {
  margin: 0 0 0 40px;
}
#page-body .form-horizontal .help-block.t-line {
  margin-top: 0;
}
.controls.zipcode_inner .input-small {
  width: 90px;
  font-family: 'Montserrat';
}
select#prefecture_id {
  width: 210px;
  padding: 4px 20px;
}
.zipcode_inner .inline li:first-child {
  padding-left: 0;
}
.control-group .controls .second-input li.input-front {
  margin-left: 25px;
}
input#Address1,
input#Address2,
input#Address3,
input#Tel,
input#Fax,
input#Company {
  width: 430px;
}
.form-horizontal input+.help-block.kome {
  position: relative;
  padding-left: 13px;
}
.form-horizontal input+.help-block.kome span {
  position: absolute;
  top: 0;
  left: 0;
}
.control-group .controls .top-input .input-front,
.control-group .controls .second-input .input-front {
  width: 28px;
  padding: 0;
}

input[name="get_zipcode"] {
  color: #fff;
  background-color: #333;
  width: 110px;
  font-size: 12px;
}
.docs-input-sizes select {
  width: 80px;
  margin: 0 10px 0 12px;
  padding: 5px 20px;
  font-family: 'Montserrat';
}
.docs-input-sizes select#birthday_year {
  width: 120px;
  margin: 0 10px 0 12px;
}
input#Tel {
  font-family: 'Montserrat';
}
select#prefecture_id + i {
  content: '';
  position: relative;
  right: 22px;
  top: -2px;
  width: 5px;
  height: 5px;
  border: 2px solid;
  border-color: transparent transparent #d5caab #d5caab;
  transform: rotate(-45deg);
}
.docs-input-sizes select + i {
  content: '';
  position: relative;
  right: 42px;
  top: -2px;
  width: 5px;
  height: 5px;
  border: 2px solid;
  border-color: transparent transparent #d5caab #d5caab;
  transform: rotate(-45deg);
}
.help-block__kome {
  margin-left: 25px;
  display: inline-block;
  line-height: 1;
}
.help-block .en {
  font-size: 13px;
}
.lead.lead-complete {
  font-size: 14px;
  padding: 15px 0 0;
  font-weight: normal;
  line-height: 2;
}
.p-mypage-completeAddress .mypageArea .form-actions {
  padding-top: 60px;
}

@media ( min-width: 767px ) {
  .control-group .controls .second-input li.input-front + li {
    padding: 0 2px;
  }
  .zipcode_inner .inline {
    width: -webkit-calc( 100% - 150px - 123px );
    width: calc( 100% - 150px - 123px );
  }
}
@media ( max-width: 979px ) and ( min-width: 767px ) {
  input#Name1, input#Name2, input#Kana1, input#Kana2 {
    width: 115px;
  }
  .zipcode_inner .inline,
  input#Address1, input#Address2, input#Address3, input#Tel, input#Fax, input#Company {
    width: 335px;
  }
  input[name="get_zipcode"] {
    width: 107px;
  }
  .docs-input-sizes select#birthday_year {
    width: 80px;
    margin: 0 5px 0 7px;
  }
  .docs-input-sizes select {
    width: 60px;
    margin: 0 5px 0 7px;
  }
  .docs-input-sizes select + i {
    right: 34px;
  }
  #page-body .form-horizontal .help-block.t-line {
    width: -webkit-calc(100% - 385px);
    width: calc(100% - 385px);
  }
}

@media ( max-width: 767px ) {
  .p-mypage-confirmAddress #wrapper .lead {
    padding: 30px 10px;
  }
  .form-edit-style {
    margin-left: 0;
    border-bottom: none;
  }
  .form-horizontal .control-label .label-ttl {
    font-size: 11px;
    font-weight: normal;
  }
  .control-group .controls .input-front + li {
    width: -webkit-calc(100% - 25px);
    width: calc(100% - 25px);
  }
  input#Name1, input#Name2, input#Kana1, input#Kana2 {
    width: 100%;
  }
  #wrapper .form-horizontal .help-block{
    color: #666666;
    font-size: 10px;
    display: block;
    margin: 2px 0 0;
    line-height: 18px;
  }
  .controls-row {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .controls-row .inline {
    width: 50%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .form-horizontal .control-group {
    margin-bottom: 0;
    display: flex;
    flex-direction: row;
    border: none;
  }
  .form-horizontal .controls {
    height: 100%;
    margin-left: 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: calc(100% - 28%);
    width: -webkit-calc(100% - 28%);
    margin: 0 0 2px 20px;
    font-size: 10px;
  }
  .form-horizontal .red {
    font-size: 9px;
  }
  .form-horizontal .control-label {
    width: 27%;
    min-width: 90px;
    padding-top: 8px;
    font-size: 11px;
    font-weight: normal; 
  }
  .control-group .controls .top-input .input-front,
  .control-group .controls .second-input .input-front {
    width: 20px;
  }
  .control-group .controls .second-input li.input-front {
    margin-left: 0;
  }
  .control-group .controls .input-front label {
      font-size: 10px;
  }
  .control-group .controls .second-input label {
    text-align: center;
  }
  .control-group .controls li {
    padding: 0;
  }
  .controls.zipcode_inner .input-small {
    width: 65px;
  }
  /* .zipcode_inner .inline li:nth-of-type(2) {
    padding: 0 8px;
  } */
  .form-search input, .form-inline input, .form-horizontal input, .form-search textarea, .form-inline textarea, .form-horizontal textarea, .form-search select, .form-inline select, .form-horizontal select, .form-search .help-inline, .form-inline .help-inline, .form-horizontal .help-inline, .form-search .uneditable-input, .form-inline .uneditable-input, .form-horizontal .uneditable-input, .form-search .input-prepend, .form-inline .input-prepend, .form-horizontal .input-prepend, .form-search .input-append, .form-inline .input-append, .form-horizontal .input-append {
    padding: 4px 15px;
    font-size: 11px;
  }
  input[name="get_zipcode"] {
    width: 80px;
    font-size: 9px;
    padding: 0;
    margin-left: 10%;
  }
  input#Address1, input#Address2, input#Address3, input#Tel, input#Fax, input#Company {
    width: 100%;
  }
  select#prefecture_id {
    width: 150px;
  }
  .help-block__kome {
    margin-left: 20px;
  }
  .docs-input-sizes select#birthday_year {
    width: 75px;
    margin: 0 2px 0 0;
  }
  .docs-input-sizes select {
    width: 50px;
    margin: 0 2px;
  }
  .docs-input-sizes select + i {
    right: 30px;
    width: 3px;
    height: 3px;
  }
  .mypage-wrap .users-container {
    padding-bottom: 40px;
  }
  .mypageArea .form-actions {
    padding: 40px 0 70px;
    flex-direction: column;
  }
  #wrapper .lead.lead-complete {
    font-size: 12px;
    line-height: 2;
    padding: 40px 10px 10px;
  }
  .form-actions .btn-back span {
    display: inline-block;
  }
  .p-mypage-completeAddress .mypageArea .form-actions {
    flex-direction: column-reverse;
    padding: 60px 0;
  }
  .p-mypage-completeAddress .form-actions > .btn:last-child {
    margin-bottom: 10px;
  }
}
@media ( max-width: 320px ) {
  .controls.zipcode_inner .input-small {
    width: 48px;
  }
  .zipcode_inner .inline li:nth-of-type(2) {
    padding: 0;
  }
  input[name="get_zipcode"] {
    margin-left: 5px;
    width: 75px;
  }
  .docs-input-sizes select#birthday_year {
    width: 58px;
  }
  .docs-input-sizes select {
    width: 35px;
    margin: 0 2px;
    padding: 4px;
  }
}









/*クレジットカード登録
----------------------------------------*/
.table-cardlist{margin-bottom:30px;}
.table-cardlist h3{background-color:#f7f1e3; font-weight:bold; padding:12px 0; text-align:center; margin-bottom:20px;}
.cardlist-head{border-bottom:solid 1px #efead5;}
.cardlist-head ul li{
  font-size: 14px;
  text-align:center;
  padding:5px 15px;
  color: #999;
}
.cardlist-head ul li.delete{float:right;}
.cardlist-body{border-bottom:solid 1px #efead5; overflow:hidden; padding:20px 0; font-size: 14px;}
.cardlist-body .carddetail{float:left;}
.cardlist-body .carddetail li{text-align:center;}
.cardlist-body .delete{float:right; padding-right:0;margin:0 22px;}
.cardlist-body .delete .btn{width:100%;}
#cre-list .desc-text{margin-bottom:0; padding:0 43px; line-height:23px;}
#cre-list #month, #cre-list #year{width:70px;}
#cre-list #year{margin-left:10px;}
.table-cardlist .red.holder-name-annotation {
  font-size: 11px;
}

.p-mypage-editCreditCard .direction-column .controls,
.p-mypage-updateCreditCard .direction-column .controls {
  height: auto;
  flex-direction: column;
  align-items: flex-start;
}
.p-mypage-editCreditCard .direction-column .controls .help-block,
.p-mypage-updateCreditCard .direction-column .controls .help-block {
  margin-left: 0;
}

@media ( min-width: 767px ) {
  .p-mypage-editCreditCard .form-edit-style,
  .p-mypage-updateCreditCard .form-edit-style {
    margin-left: 25%;
  }
}

@media ( max-width: 767px ) {
  .p-mypage-editCreditCard .form-horizontal .control-group,
  .p-mypage-updateCreditCard .form-horizontal .control-group,
  .p-mypage-editMailAddress .form-horizontal .control-group {
    flex-direction: column;
  }
  .p-mypage-editCreditCard .form-horizontal .control-label,
  .p-mypage-updateCreditCard .form-horizontal .control-label,
  .p-mypage-editMailAddress .form-horizontal .control-label {
    width: 100%;
  }
  .p-mypage-editCreditCard .direction-column .controls,
  .p-mypage-updateCreditCard .direction-column .controls,
  .p-mypage-editMailAddress .direction-column .controls,
  .p-mypage-editCreditCard .controls,
  .p-mypage-updateCreditCard .controls,
  .p-mypage-editMailAddress .controls {
    margin: 10px 0 0;
    width: 100%;
  }
  .p-mypage-editCreditCard .docs-input-sizes select,
  .p-mypage-updateCreditCard .docs-input-sizes select,
  .p-mypage-editMailAddress .docs-input-sizes select {
    width: 43%;
  }
  .cardlist-body .carddetail li {
    text-align: left;
    margin-bottom: 10px;
    font-size: 11px;
  }
  .cardlist-body {
    font-size: 11px;
  }
}

/*メールアドレス変更
----------------------------------------*/
#address-li .lead{padding:38px 0 48px;}
.table-mailaddres-list{
  border-bottom:solid 1px #efead5;
}
.table-mailaddres-list th,
.table-mailaddres-list td{
  padding:20px 30px;
  border-top:solid 1px #efead5;
  vertical-align:middle;
}
.table-mailaddres-list th{
  width:140px;
  font-size:11px;
  font-weight:bold;
  text-align:right;
  padding-left:0;
}
.table-mailaddres-list td{font-size:11px;}
.table-mailaddres-list .address{width:170px; word-break:break-all;}
.table-mailaddres-list .confirm{width:270px; padding-right:0; padding-left:0; text-align:right;}
.table-mailaddres-list .confirm-mail{display:inline-block; padding-right:30px;}
.table-mailaddres-list .confirm-mail span{padding-right:15px;}
.table-mailaddres-list .ad-change{display:inline-block;}
.table-mailaddres-list .ad-change .btn{width:70px;}

.p-mypage-editMailAddress .form-standard {
  display: flex;
  justify-content: center;
}
.form-standard { 
  border: none;
}
.p-mypage-mailAddressList .mypage-wrap .users-container {
  padding-bottom: 10px;
}

.table-list-style .mail-address,
.table-list-style .mail-status {
  color: #999;
}
@media ( min-width: 767px ) {
  .table-list-style .mail-address,
  .table-list-style .mail-status {
    width: 45%;
  }
}

@media ( max-width: 767px ) {
  .mypage-main .table-list-style .mail-address,
  .mypage-main .table-list-style .mail-status {
    padding: 30px 0px 20px;
    border-color: #f9f5ea;
  }  
  .table-list-style .category {
    width: 38%;
    color: #999;
  }
  td.form-part.change-btn {
    text-align: right;
  }
  .table-list-style td {
    font-size: 11px;
  }
  .change-btn-boder .btn {
      font-size: 11px;
  }
  table.liquid-table {
    border-bottom: none;
  }
  .p-mypage-editMailAddress .form-horizontal .control-group {
    width: 100%;
  }
  .p-mypage-confirmCreditCard　.table-standard {
    margin-top: 30px;
  }
  #wrapper .table-standard th, #wrapper .table-standard td, #wrapper .table-standard tbody th {
    font-size: 11px;
  }
}



/*パスワード変更
----------------------------------------*/
.p-mypage-editPassword .form-horizontal .control-group {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.p-mypage-editPassword .form-horizontal .controls {
  height: auto;
  margin-left: 0;
  flex-direction: column;
  align-items: flex-start;
}
.p-mypage-editPassword .help-block {
  margin-left: 0;
}
.p-mypage-editPassword .form-horizontal .control-label {
  margin-right: 15px;
  width: 15%;
  font-weight: 600;
}
@media ( max-width: 979px ) {
  .p-mypage-editPassword .form-horizontal .control-label {
    width: 18%;
  }
}
@media ( max-width: 767px ) {
  .p-mypage-editPassword .form-horizontal .control-group {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 20px;
  }
  .p-mypage-editPassword .form-horizontal .control-label {
    margin-right: 16px;
    width: 38%;
  }
    .p-mypage-editPassword .form-horizontal .controls {
      width: 60%;
  }
}

/*ニュースレター登録
----------------------------------------*/


/*退会
----------------------------------------*/
.leave-confirm .lead {padding: 38px 0 34px;}
.leave-confirm .leave-explain{text-align:center; border-top:solid 1px #efead5; padding-top:26px;}
.leave-confirm .leave-explain-inner{display:inline-block; text-align:left;}
.leave-confirm .leave-explain-inner > ul{overflow: hidden;padding-left: 18px;}
.leave-confirm .leave-explain-inner ul li{line-height:25px;}
.leave-confirm .leave-explain .red,
.leave-final .red {
    text-decoration: underline;
}
.leave-confirm .pos-point {
    width: 160px;
    margin: 12px auto 20px;
    padding: 5px 0;
    color: #fff;
    text-align: center;
    background: #999;
}
.leave-confirm .pos-point span {
    display: inline-block;
    width: 100%;
    font-size: 25px;
    font-weight: bold;
}
.leave-confirm .form-actions {
  position: relative;
}
.form-actions__release {
  display: flex;
  flex-direction: column-reverse;
  position: relative;
  top: -10px;
}
.form-actions__red {
  font-size: 10px;
}
.leave-confirm .form-actions .btn-back-top.customer_api_popup_link span {
    background: none;
}

@media (max-width: 767px) {
  .btn.btn-back-top {
    width: auto;
  }
  .form-actions__release {
    flex-direction: column;
    position: static;
  }
}

/* 退会logo */
#confirm_leave_logo {
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    clear: both;
    background-color: #f9f5ea;
}
#confirm_leave_logo ul {
    overflow: hidden;
    padding:0 8px;
    margin-bottom: 0;
}
#confirm_leave_logo ul > li {
    width: 14.66%;
    min-height: 118px;
    margin: 0 1%;
    float: left;
    text-align: center;
    box-sizing: border-box;
}
#confirm_leave_logo img {
  width: 100%;
  max-width: 100%;
}
#confirm_leave_logo ul > li:nth-child(6n+1) {
    clear: both;
}
#confirm_leave_logo ul > li span {
    display: inline-block;
}
#confirm_leave_logo ul > li span.brand_name {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 10px;
    line-height: 1.6em;
}
.ie7 #confirm_leave_logo ul > li span.brand_name {
    height: 30px;
}

@media ( max-width: 767px ) {
  #confirm_leave_logo ul > li {
    width: 100%;
    min-height: auto;
    margin: 0;
    padding: 10px 8px;
    text-align: left;
    border-bottom: solid 1px #e0e0e0;
  }
  #confirm_leave_logo ul > li:last-child {
    border-bottom: none;
  }
  #confirm_leave_logo li a {
    display: flex;
    align-items: center;
  }
  #confirm_leave_logo ul > li span.brand_logo {
    flex-basis: 93px;
  }
  #confirm_leave_logo ul > li span.brand_name {
    margin-left: 10px;
  }
}

/*リマインダー
----------------------------------------*/
.reminder-input-page .lead {padding-bottom:38px;}
.reminder-input-page .table{margin-bottom:0;}
.reminder-input-page .table-standard tbody th{width: 30%;}

/* DH_FRONT_DEPT-679 【LOOKMEMBER】マイページポイント利用期限の表示 */
.mypage-code .total-point-part {
  height: auto;
  background-color: #f7f1e3;
  margin-top: 0;
}
.mypage-code .total-point-part .pointed {
  display: inline-block;
  width: 50%;
  height: auto;
  font-size: 13px;
  text-align: center;
  font-weight: bold;
}
.mypage-code .total-point-part .expiration-part {
  display: inline-block;
  width: 50%;
  padding: 20px 0;
  border-left: solid 1px #fff;
  box-sizing: border-box;
}
.mypage-code .expiration > * {
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: relative;
  top: 40%;
}
.mypage-code .total-point-part .pointed > h3 {
  padding-right: 44px;
  position: relative;
  vertical-align: middle;
}
.mypage-code .total-point-part .pointed > * {
  display: inline-block;
  font-size: 15px;
  font-weight: normal;
  color: #000;
  letter-spacing: 0.05em;
}
.mypage-code .total-point-part .pointed > h3:after {
  content: ':';
  position: absolute;
  right: 14px;
  top: 0;
  font-size: 22px;
  font-weight: 400;
}
.mypage-code .total-point-part .pointed > p.total {
  font-size: 36px;
  line-height: 1.8;
  vertical-align: middle;
}
.mypage-code .total-point-part .pointed > p {
  margin: 0;
}
.mypage-code .total-point-part .pointed > p.total > span {
  letter-spacing: 0.03em;
  font-size: 13px;
}
.mypage-code .expiration > h3 {
  position: relative;
  vertical-align: middle;
}
.mypage-code .total-point-part .expiration_txt {
  display: block;
  padding-bottom: 0;
}
.mypage-code .total-point-part .expiration_txt p {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.9;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .mypage-code .total-point-part .pointed {
    display: block;
    width: 100%;
    height: auto;
    font-size: 12px;
  }
  .mypage-code .expiration {
    float: none;
    width: 100%;
    height: auto;
    font-size: 12px;
  }
  .mypage-code .total-point-part .pointed > h3 {
    font-size: 12px;
    padding-right: 25px;
    text-indent: 0;
  }
  .mypage-code .total-point-part .pointed > p.total {
    line-height: 30px;
    font-size: 20px;
    top: 3px;
  }
  .mypage-code .total-point-part .pointed > h3:after {
    right: 10px;
    font-size: 16px;
    top: -2px;
  }
  .mypage-code .total-point-part .pointed > p.total {
    line-height: 30px;
  }
  .mypage-code .total-point-part .expiration-part {
    display: block;
    width: 100%;
    padding: 20px 0 0;
    border-top: solid 1px #fff;
  }
  .mypage-code .expiration > h3 {
    font-size: 13px;
  }
  .mypage-code .total-point-part .expiration:before {
    display: none;
  }
  .mypage-code .total-point-part .expiration_txt span {
    display: block;
  }
  .mypage-code .total-point-part .expiration_txt {
    padding-bottom: 0;
  }
}


/* reset
----------------------------------------*/
title {
  padding: 25px 0 30px;
}
ul {
  list-style-type: none;
}
#page-body {
  padding-bottom: 40px;
}
.table tbody + tbody {
  border: none;
}


/* mypage top
----------------------------------------*/
.users-container {
  width: 1000px;
  margin: 0 auto;
}
@media ( max-width: 979px ) {
  .users-container {
    width: 100%;
  }
}
@media ( max-width: 979px ) and ( min-width: 768px ) {
  .users-container {
    width: 724px;
  }
}
.user-information {
  padding-top: 34px;
  text-align: center;
}
.user-information__name {
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.user-information__text {
  font-size: 14px;
  text-align: center;
  margin-bottom: 28px;
}

.mypage-menu {
  border-top: 1px solid #f9f5ea;
  padding: 45px 0 70px;
}
.mypage-menu__row {
  display: flex;
  flex-direction: row;
}
.mypage-menu__row .mypage-menu__inner {
  width: 50%;
}
.mypage-menu__row .mypage-menu__inner.nav-block {
  padding-right: 60px;
}
.mypage-menu__row .mypage-menu__inner.membership {
    padding-left: 70px;
}
.mypage-menu .en {
  font-weight: normal;
}
.menu-title {
  font-size: 18px;
  border-bottom: 1px solid #f3ecdb;
  line-height: 19px;
  padding: 28px 0 9px;
  margin: 0;
  text-indent: 4px;
  letter-spacing: 0.075em;
  cursor: pointer;
  font-weight: 600;
}
.menu-title {
  position: relative;
}
.menu-title.en {
  letter-spacing: 0;
}
.menu-title.open .toggle:before {
  height: 0;
}
.mypage-menu-select ul {
  padding: 28px 0 5px 15px;
}
.mypage-menu-select ul > li {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 600;
}
.mypage-menu-select ul > li:last-child {
  margin-bottom: 0;
}

.mypage-menu-select ul > li > a {
  cursor: pointer;
}
.mypage-menu-select ul > li > a > i {
  background: url(/assets/latest/images/icon/membership.png) center center no-repeat;
  background-size: 10px 7px;
  width: 10px;
  display: block;
  height: 7px;
  margin-left: 8px;
  display: inline-block;
}
.user-name {
  font-size: 18px;
  margin-bottom: 20px;
}
.mypage-top .title {
  padding: 20px 0;
}
.mypage-top .membership-info {
  margin-bottom: 80px;
}
.mypage-top .member-info {
  display: table;
  width: 100%;
}
.mypage-top .member-info > li {
  display: table-cell;
  vertical-align: middle;
}
.mypage-top .member-info > li:nth-child(2n) {
  border-left: solid 1px #e0e0e0;
  width: 70%;
}
.mypage-top .member-info > li h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
  letter-spacing: 0.16em;
}
.mypage-top .member-info .mypage-code {
  overflow: hidden;
  display: flex;
}
.mypage-top .member-info .current-status {
  align-items: center;
  width: 50%;
  padding: 28px 0;
  text-align: center;
  border-left: solid 1px #e0e0e0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mypage-top .member-info .menbers-code {
  width: 50%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mypage-top .member-info .current-status > p,
.mypage-top .member-info .menbers-code > p {
  font-size: 15px;
  margin-bottom: 10px;
}
.mypage-top .member-info .rank_label {
  height: 50px;
  line-height: 50px;
  width: 260px;
  margin: 0;
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-family: 'Montserrat';
}
.mypage-top .member-info p.code_tit {
  margin-bottom: 15px;
}
.mypage-top .member-info div#bcTarget object {
  max-width: 140px !important;
  height: auto;
}
.mypage-top .member-info div#bcTarget_txt {
  font-weight: 500;
  font-size: 14px;
  line-height: 15px;
  letter-spacing: 0.08em;
  margin-top: 0;
}
.mypage-top .mypoint {
  padding: 26.5px 0;
  background-color: #f9f5ea;
}
.mypage-top .total-point-part {
  display: flex;
  align-items: center;
  padding: 20px 0;
}
.mypage-top .userinfo-part {
  display: flex;
  align-items: normal;
  padding: 20px 0 0;
}
.mypage-top .pointed {
  width: 50%;
  display: flex;
  justify-content: center;
}
.mypage-top .pointed > h3 {
  padding-right: 40px;
  position: relative;
  font-size: 16px;
  font-weight: bold;
}
.mypage-top .pointed > h3:after {
  content: ':';
  position: absolute;
  right: 16px;
  top: 0;
  font-size: 18px;
  font-weight: 400;
}
.mypage-top .pointed > p {
  margin: 0;
}
.mypage-top .pointed > p.total {
  font-size: 36px;
}
.mypage-top .pointed > p.total > span {
  letter-spacing: 0.03em;
  font-size: 18px;
  font-family: sans-serif;
}
.mypage-top .expiration {
  margin-bottom: 20px;
}
.mypage-top .expiration > h3 {
  font-size: 16px;
  font-weight: bold;
  padding: 0;
}
.mypage-top .expiration .expiration_date {
  font-size: 33px;
  font-weight: normal;
  line-height: 1;
  padding: 0;
  margin: 0;
  letter-spacing: 0.08em;
  vertical-align: middle;
  color: #000;
}
.mypage-top .expiration .expiration_date:before {
  content: ':';
  font-size: 18px;
  margin: 0 10px 0 16px;
  line-height: 1;
  vertical-align: middle;
  position: relative;
  top: -3px;
}
.mypage-top .expiration .expiration_attention {
  color: #666;
  font-weight: normal;
  font-size: 14px;
  line-height: 23px;
}
.mypage-top .mypage-code .menbers-code {
  display: inline-block;
  width: 50%;
  text-align: center;
  font-weight: bold;
  border-right: solid 1px #f3ecdb;
  box-sizing: border-box;
  padding: 24px 0;
}
.mypage-top .mypage-code .current-status {
  display: inline-block;
  width: 50%;
  padding-top: 24px;
  text-align: center;
  font-weight: bold;
  box-sizing: border-box;
}
.mypage-top .mypage-code .menbers-code > p {
  font-size: 16px;
  color: #000;
}
.mypage-top .mypage-code .menbers-code #bcTarget {
  max-width: 140px;
  text-align: center;
  margin: 0 auto;
}
.mypage-top .mypage-code .current-status > p {
  font-size: 16px;
  color: #000;
}
.mypage-top .mypage-code .current-status > p.rank {
  margin-bottom: 0;
}
.toggle {
  position: absolute;
  right: 20px;
  top: 30px;
}
.toggle:before, .toggle:after {
  display: block;
  content: '';
  background-color: #ccc;
  position: absolute;
  width: 10px;
  height: 2px;
  top: -1px;
  left: 0;
}
.toggle:before {
  width: 2px;
  height: 10px;
  top: -5px;
  left: -webkit-calc(10px - 6px);
  left: calc(10px - 6px);
}

@media ( max-width: 767px ) {
  .mypage-code {
    display: flex;
    flex-direction: column-reverse;
  }
  .user-information {
    padding-top: 20px;
  }
  .user-information__name {
    margin-bottom: 20px;
    font-size: 13px;
  }
  .user-information__text {
    font-size: 12px;
    margin-bottom: 23px;
    line-height: 23px;
    text-align: left;
    padding: 0 4px;
  }
  .mypage-top .membership-info {
    margin-bottom: 40px;
  }
  .mypage-menu {
    padding: 10px 15px 60px;
  }
  .mypage-menu .mypage-menu-select {
    width: 100%;
    margin: 0;
  }
  .mypage-menu .mypage-menu-select:nth-child(2n) {
    margin: 0;
  }
  .mypage-menu__row {
    flex-direction: column;
  }
  .mypage-menu__row .mypage-menu__inner {
    width: 100%;
  }
  .mypage-menu__row .mypage-menu__inner.nav-block {
    padding-right: 0;
  }
  .mypage-menu__row .mypage-menu__inner.membership {
    padding-left: 0;
  }
  .menu-title {
    font-size: 13px;
    padding-top: 18px;
  }
  .mypage-menu-select ul {
    padding: 15px 0 10px 15px;
  }
  .mypage-menu-select ul > li {
    font-size: 11px;
    margin-bottom: 8px;
  }
  .mypage-top .title {
    padding: 10px 0;
  }
  .mypage-top .mypoint {
    padding: 35px 0 30px;
    margin: 0 15px;
  }
  .mypage-top .userinfo-part {
    padding-top: 0;
    display: block;
  }
  .mypage-top .total-point-part {
    padding: 35px 0;
    display: block;
  }
  .mypage-top .mypage-code .menbers-code {
    display: block;
    width: 100%;
    text-align: center;
    border-right: none;
    padding: 10px 0 24px;
    border-bottom: solid 1px #f3ecdb;
  }
  .mypage-top .mypage-code .menbers-code > p {
    font-size: 14px;
  }
  #bcTarget_txt {
    font-size: 12px;
    margin-top: -4px;
  }
  .mypage-top .mypage-code .current-status {
    display: block;
    width: 100%;
    padding: 24px 0 42px;
  }
  .mypage-top .mypage-code .current-status > p {
    font-size: 14px;
  }
  .mypage-code .rank .rank_label {
    font-size: 14px;
    font-weight: normal;
    height: 36px;
    max-width: 180px;
    width: 60%;

    line-height: 36px;
  }
  .mypage-top .pointed {
    margin-bottom: 25px;
  }
  .mypage-top  .pointed > h3 {
    padding-right: 30px;
    font-size: 13px;
  }
  .mypage-top  .pointed > p.total > span {
    font-size: 12px;
  }
  .mypage-top .expiration > h3 {
    font-size: 12px;
  }
  .mypage-top  .pointed > p.total {
    font-size: 23px;
  }
  .mypage-top .expiration {
    width: 100%;
    padding-top: 10px;
  }
  .mypage-top .expiration .expiration_date {
    font-size: 23px;
  }
  .mypage-top .expiration .expiration_date:before {
    top: -3px;
    font-size: 16px;
    margin: 0 2px 0 10px;
  }
  .mypage-top .expiration .expiration_attention {
    font-size: 11px;
    line-height: 18px;
  }
  .mypage-code .total-point-part .expiration_txt p {
    font-size: 11px;
    width: 63%;
    margin: 0 auto;
  }
  .mypage-top .member-info .mypage-code {
    flex-direction: column;
  }
  .mypage-top .member-info .menbers-code {
    width: 100%;
    padding: 0 0 20px;
  }

  .mypage-top .member-info .current-status > p,
  .mypage-top .member-info .menbers-code > p {
    margin-bottom: 15px;
    font-size: 13px;
  }
  .mypage-top .member-info div#bcTarget_txt {
    font-size: 12px; 
  }
  .mypage-top .member-info .current-status {
    width: 80%;
    padding: 30px 0 0;
    margin: 0 auto;
    border-left: none;
    border-top: 1px solid #e0e0e0;
  }
  .mypage-top .member-info .rank_label {
    width: 180px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
  }
  .mypage-top .member-info .mypage-code {
    padding: 0 0 30px;
  }
}

/* mypage top end
----------------------------------------*/


.lead {
  padding-bottom: 45px;
}
.table-standard tbody th {
  padding-left: 60px;
  padding-right: 11px;
}
.mypage-wrap .users-container {
  padding-bottom: 66px;
}
.form-horizontal select {
  -webkit-appearance: none;
}
.action-steps-wrap .action-steps[class*="step"] {
  margin-bottom: 12px;
}
.action-steps-wrap .action-steps[class*="step"] li {
  padding: 20px 22px 20px;
  margin: 0 22px;
  min-width: auto;
  width: auto;
  letter-spacing: .4px;
}
.action-steps-wrap .action-steps[class*="step"] li:after {
  right: -22px;
}
.action-steps-wrap .action-steps li .step-num {
  margin: 3px 18px 0 0;
  font-size: 17px;
}
.form-horizontal .control-group .control-label .red {
  padding-right: 4px;
}
.form-horizontal .controls .controls-row {
  padding-left: 2px;
  margin-top: 2px;
}
.mypage-menu-select a {
  color: #333333;
}
.p-mypage-mailAddressList .users-container {
  padding-bottom: 0;
}
.mypage-menu {
  padding-top: 52px;
}
.mypage-title {
  padding-bottom: 28px;
}
@media ( max-width: 767px ) {
  .mypage-title {
    padding: 7px 0 15px;
  }
  .action-steps-wrap {
    margin-bottom: 5px;
  }
  .action-steps-wrap .action-steps[class*="step"] {
    margin-left: -10px;
    margin-right: -10px;
  }
  .action-steps-wrap .action-steps[class*="step"] li {
    padding: 0 15px;
    margin: 0;
  }
  .action-steps-wrap .action-steps[class*="step"] li:after {
    right: 0;
    top: auto;
    bottom: 2px;
  }
  .action-steps-wrap .action-steps li .step-num {
    margin: 0;
    font-size: 10px;
  }
  .action-steps-wrap .action-steps li span {
    margin-top: 4px;
  }
  .form-edit-style {
    padding-top: 12px;
  }
  .form-horizontal .control-group {
    padding: 6px 5px 0;
  }
  .form-horizontal .control-group .control-label .label-ttl {
    margin-top: 2px;
  }
  .form-horizontal .control-group .control-label .red {
    margin-top: 0;
    margin-right: -2px;
    padding-right: 0;
    transform: scale( .9 );
  }
  .form-horizontal .controls {
    margin-left: 20px;
  }
  .form-horizontal .controls .controls-row {
    justify-content: space-between;
    padding: 0;
    margin-top: 0;
  }
  .form-horizontal .controls .controls-row:before,
  .form-horizontal .controls .controls-row:after {
    content: none;
  }
  .form-horizontal .controls-row .inline {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 0 0 50%;
    max-width: 50%;
    width: auto;
    margin: 0;
  }
  .form-horizontal .control-group .controls .top-input .input-front {
    flex-basis: 25px;
    max-width: 20px;
  }
  .form-horizontal .control-group .controls .second-input .input-front {
    flex-basis: 30px;
    max-width: 25px;
  }
  .form-horizontal .control-group .controls .second-input .input-front {
    text-align: center;
  }
  .form-horizontal .control-group .controls .top-input .input-front + li {
    flex-basis: calc(100% - 20px);
    max-width: calc(100% - 20px);
  }
  .form-horizontal .control-group .controls .second-input .input-front + li {
    flex-basis: calc(100% - 20px);
    max-width: calc(100% - 20px);
  }
  .form-horizontal .control-group .controls .input-front label {
    margin: 0;
  }
  #wrapper .form-horizontal .help-block {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
  }
  #wrapper .form-horizontal .help-block .en {
    font-size: 10px;
  }
  .form-horizontal .control-group .zipcode_inner .zipcd {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .form-horizontal .control-group .zipcode_inner .zipcd li {
    flex-basis: calc( ( 100% - 94px ) / 2 );
    max-width: calc( ( 100% - 94px ) / 2 );
  }
  .form-horizontal .control-group .zipcode_inner .zipcd li:nth-child( 2 ) {
    flex-basis: 14px;
    max-width: 14px;
    text-align: center;
  }
  .form-horizontal .control-group .zipcode_inner .zipcd .post-search-btn {
    flex-basis: 80px;
    max-width: 80px;
    padding-left: 8px;
    box-sizing: border-box;
  }
  .form-horizontal .control-group .zipcode_inner .zipcd input[name="get_zipcode"] {
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .form-horizontal .zipcode_inner .input-small {
    width: 100%;
  }

  .p-mypage-confirmAddress #wrapper .lead {
    padding: 8px 10px 25px;
  }
  .mypage-wrap .users-container {
    padding-bottom: 35px;
  }
  .mypageArea .form-actions {
    padding-bottom: 62px;
  }
  .mypage-menu {
    padding: 19px 15px 60px;
  }
  .menu-title {
    padding-left: 5px;
    padding-right: 5px;
    line-height: 1.6;
  }
  .mypage-menu .toggle {
    right: 15px;
  }
  .mypage-menu-select ul {
    padding-left: 20px;
  }
  .look-membership-spacing {
    letter-spacing: .2px;
  }
  .mypage-top .mypage-code .menbers-code #bcTarget {
    max-width: 340px;
  }
}

/**
 * 
 * LOOK MEMBERSHIP
*/
[class*="p-mypage"] .fancybox-overlay-fixed {
  position: fixed;
}
[class*="p-mypage"].fancybox-lock #page-header {
  z-index: 10;
}
