@charset "UTF-8";
/* ---------------------------------------------------------
 　■ mypage用 CSS
--------------------------------------------------------- */
.mypage.login table {
  width: auto;
}

.mypage.login #lt-registered {
  float: left;
  width: 470px;
  border: #e6dccf 5px solid;
}

.mypage.login #rt-signup {
  float: right;
  width: 470px;
}

.mypage.login #lt-registered .contentsBox p {
  margin: 0 15px 20px;
}

.mypage.login #lt-registered form {
  padding: 0 20px;
}

.mypage.login #lt-registered .loginBox {
  width: 98%;
}

.mypage.login #lt-registered .loginBox dl dt {
  font-size: 2rem;
}

.mypage.login #lt-registered .loginBox dl dd {
  margin: 0 0 20px;
}

.mypage.login #lt-registered .loginBox dl dd input[type=email],
.mypage.login #lt-registered .loginBox dl dd input[type=password] {
  width: 98%;
  height: 30px;
}

.mypage.login #lt-registered .loginBox .chu {
  text-align: left;
}

.mypage.login #lt-registered .loginBox .chu a {
  text-decoration: underline;
}

.mypage.login #rt-signup .already_use {
  border: #edb494 5px solid;
  margin-bottom: 15px;
}

.mypage.login #rt-signup .already_use h3.boxTtl {
  background: #edb494;
}

.mypage.login #rt-signup .already_use .contentsBox p {
  margin: 0px 15px 20px;
}

.mypage.login #rt-signup .already_use .contentsBox .ctr {
  text-decoration: underline;
  text-align: center;
  margin: -10px 0 0;
}

.mypage.login #rt-signup .first_use {
  border: #d5ebca 5px solid;
  margin-bottom: 15px;
}

.mypage.login #rt-signup .first_use h3.boxTtl {
  background: #d5ebca;
}

.mypage.login #rt-signup .first_use .contentsBox p {
  margin: 0px 15px 20px;
}

.mypage.login #rt-signup .lead {
  font-size: 2rem;
  line-height: 1.4;
}

.mypage.login #rt-signup .lead span {
  color: #D50000;
}

.mypage.login #rt-signup dl {
  margin: 0 20px;
}

.mypage.login #rt-signup dl.hajimete {
  margin-bottom: 30px;
}

.mypage.login #rt-signup dt {
  font-size: 1.8rem;
  border-bottom: 1px solid #e6dccf;
}

.mypage.login #rt-signup dd {
  font-size: 1.5rem;
  margin: 0;
}

.mypage.login #rt-signup .btn {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .ttlULine {
    margin: 0 auto 30px;
  }
  .ttlULine span {
    letter-spacing: 0;
    font-size: .9em;
  }
  .mypage.login #lt-registered,
  .mypage.login #rt-signup {
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }
  .mypage.login #rt-signup dl.hajimete {
    margin-bottom: 40px;
  }
  .mypage.login #rt-signup .btn a {
    width: 80%;
    min-width: 265px;
  }
}

/*------マイページメニュー部-------------------------*/
.mymenu {
  margin: 0 auto 40px;
  padding: 0;
  width: 880px;
  text-align: center;
}

ul.menu_my {
  margin: 1em 0 3em 0;
  padding: 0;
  width: 880px;
  text-align: center;
  letter-spacing: -0.4em;
  list-style-type: none;
}

ul.menu_my li {
  margin: 0;
  padding: 0;
  display: inline-block;
  border-right: 1px dotted #bbb;
  letter-spacing: normal !important;
}

ul.menu_my li:first-child {
  border-left: 1px dotted #bbb;
}

ul.menu_my li a {
  padding: 0.5em 1.5em;
  text-decoration: none;
  color: #5B4D3B;
}

ul.menu_my li a:hover {
  color: #5B4D3B;
  border-bottom: 3px solid #e6dccf;
}

ul.menu_my li.current a {
  color: #5B4D3B;
  border-bottom: 3px solid #e6dccf;
}

@media screen and (max-width: 767px) {
  div.mymenu {
    margin: 0 auto 15px;
    padding: 0 5px;
    width: 100%;
    text-align: left;
    overflow: auto;
  }
  ul.menu_my {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
    letter-spacing: normal;
    list-style-type: none;
  }
  ul.menu_my li {
    margin: 0 0 10px;
    padding: 0;
    width: 50%;
    float: left;
    border-left: 1px dotted #bbb;
    display: inline-block;
    border-right: 1px dotted #bbb;
    /*問題*/
    letter-spacing: normal !important;
  }
  ul.menu_my li:last-child {
    border-right: 1px dotted #bbb;
    /*問題*/
  }
  ul.menu_my li a {
    margin: 0;
    padding: 0;
    text-decoration: none;
    color: #5B4D3B;
  }
}

/*------購入一覧↓-------------------------*/
.cardBox p {
  margin: 0 0 2em;
}

.cardBox table td {
  padding: 5px 10px;
}

.shipping th {
  padding: 10px;
  width: auto;
  text-align: center;
}

.shipping td {
  font-size: 1em;
  padding: 10px;
  /*white-space: nowrap */
}

.shipping td.del_edi,
.shipping td.del_del {
  text-align: center;
  vertical-align: middle;
}

.shipping td.priced,
.shipping td.amountd {
  text-align: right;
  vertical-align: text-top;
}

.shipping td.quantity,
.shipping td.termd,
.shipping td.edit {
  text-align: center;
}

.shipping td select {
  font-size: 1em;
}

form .cardBox table td.quantity {
  position: relative;
}

form .cardBox table ul#quantity_level {
  position: absolute;
  top: 0;
  right: 10%;
  width: 30%;
  margin-top: 8px;
}

#historyListBox .shipping td.dated {
  white-space: nowrap;
  /* 改行禁止 */
}

.cardBox table.shipping td a.btn {
  border: 2px solid #e6dccf;
}

.cardBox table.shipping td .arrowBtn.bg-w {
  padding: 0 15px;
  box-shadow: 0 2px 0 #e6dccf;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  /*--- スマホ　罫線　住所折り返し表示用　-----------------------------------------*/
  .mypage.period.list tr,
  .mypage.index tr {
    border-bottom: 1px dotted #ddd;
  }
  .cardBox {
    width: 96%;
    margin: 0 auto 0.5em;
    /* overflow-y: hidden; */
    overflow-x: scroll !important;
    /* overflow-x: auto !important; */
    -ms-overflow-style: scrollbar;
    /* -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch; スクロールバー常時表示のため慣性スクロール停止*/
  }
  /* iOS スクロールバー　常時表示 */
  .cardBox::-webkit-scrollbar {
    height: 10px;
    /* スクロールバーの高さ */
  }
  .cardBox::-webkit-scrollbar-thumb {
    background: #e6dccf;
    /* スクロールバーの色 */
    border-radius: 10px;
  }
  .cardBox::-webkit-scrollbar-track {
    background: #f5f5f5;
    /* スクロールバーの背景色 */
    border-radius: 10px;
  }
  .shipping th {
    padding: 5px 10px;
    text-align: left;
  }
  .shipping td {
    white-space: normal;
    padding: 5px !important;
  }
  .shipping th,
  .shipping td {
    white-space: nowrap;
  }
  .mypage .shipping .date,
  .mypage .shipping .detail,
  .mypage .shipping .status,
  .mypage .shipping .payment,
  .mypage .shipping .amount {
    width: auto;
  }
  .mypage.delivery .shipping th,
  .mypage.delivery .shipping td {
    width: 100%;
    display: block;
    overflow: hidden;
  }
  .mypage.delivery .shipping .del_no {
    text-align: center;
    padding-right: 5px;
    margin-top: 10px;
  }
  .mypage.delivery .shipping .address {
    white-space: initial;
  }
  .mypage.delivery .shipping .del_edi,
  .mypage.delivery .shipping .del_del {
    width: 48%;
    display: inline-block;
    border: 1px dotted #eeeeee;
  }
  .mypage.delivery .shipping .del_edi a,
  .mypage.delivery .shipping .del_del a {
    display: block;
  }
}

/*------EC利用登録パーツ-------------------------*/
.notice {
  margin: 1em 0;
  padding: 1em;
  border: 1px dotted #bbb;
  font-size: 0.8em;
  text-align: left;
}

.notice span {
  font-weight: bold;
}

/*------サポセン案内-------------------------*/
.support_tel {
  margin-top: 1em;
  padding: 0;
  font-size: 2em;
  font-weight: bold;
}

.support_tel span {
  font-size: 0.8em;
  font-weight: lighter;
}

@media screen and (max-width: 767px) {
  .support_tel span {
    font-size: 0.6em;
    font-weight: lighter;
  }
}

/*------退会確認　注意書き-------------------------*/
div.notice_del {
  margin: 1em 0;
  padding: 1em;
  border: 1px solid #bbb;
  background-color: #F5F5F5;
  text-align: center;
  line-height: 1.6em;
}

div.notice_del h4 {
  margin: 1em;
  padding-bottom: 1em;
  font-size: 1.3em;
  font-weight: bold;
  border-bottom: 1px solid #bbb;
}

@media screen and (max-width: 767px) {
  div.notice_del {
    text-align: left;
  }
}

/*------退会完了　ショップインフォ注意書き-------------------------*/
.shopinfo {
  margin: 1em auto;
  padding: 1em;
  width: 880px;
  border: 1px solid #bbb;
  background-color: #efefef;
  text-align: left;
  line-height: 1.4em;
}

.shopinfo h4 {
  margin-bottom: 1em;
  padding: 1em;
  font-size: 1.2em;
  font-weight: bold;
  border-bottom: 1px dotted #e6dccf;
}

@media screen and (max-width: 767px) {
  .shopinfo {
    width: 100%;
  }
}

/* ---------------------------------------------------------
  クレジットカード
--------------------------------------------------------- */
.mypg.credit #tourokuCardBox,
.mypage.credit #tourokuCardBox {
  margin: 0 0 50px;
  text-align: center;
}

.mypg.credit #tourokuCardBox h3,
.mypage.credit #tourokuCardBox h3 {
  text-align: left;
}

.mypg.credit #tourokuCardBox ul, .mypage.credit #tourokuCardBox ul {
  margin: 0 auto 20px;
  display: inline-block;
}

.mypg.credit #tourokuCardBox .btn,
.mypage.credit #tourokuCardBox .btn {
  text-align: center;
  margin: 20px 0;
}

.mypg.credit #sinkiCardBox .btn,
.mypage.credit #sinkiCardBox .btn {
  text-align: center;
  margin: 20px 0;
}

.mypage.period.detail .select-wrap select#card {
  width: -webkit-fill-available;
}

.mypage.period.detail .select-wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 2;
  display: block;
  width: -webkit-fill-available;
  margin: 0;
  padding: 5px 25px 5px 5px;
  font-size: 1.6rem;
  line-height: 1.3;
}

.mypage.period.detail .card .select-wrap.entypo-down-open-mini.done {
  padding-right: 0 !important;
}

@media screen and (max-width: 767px) {
  .mypg.credit #tourokuCardBox .radio:after,
  .mypg.credit #tourokuCardBox .radio:before,
  .mypage.credit #tourokuCardBox .radio:after,
  .mypage.credit #tourokuCardBox .radio:before {
    top: 15px;
  }
  .mypg.credit #tourokuCardBox ul,
  .mypage.credit #tourokuCardBox ul {
    display: block;
    text-align: left;
  }
  .mypg.credit #tourokuCardBox ul li,
  .mypage.credit #tourokuCardBox ul li {
    margin-bottom: 10px;
  }
  .mypg.credit #tourokuCardBox ul li label,
  .mypage.credit #tourokuCardBox ul li label {
    display: block;
  }
  .mypg.credit #sinkiCardBox table,
  .mypg.credit #sinkiCardBox table tbody,
  .mypg.credit #sinkiCardBox table tr,
  .mypg.credit #sinkiCardBox table th,
  .mypg.credit #sinkiCardBox table td,
  .mypage.credit #sinkiCardBox table,
  .mypage.credit #sinkiCardBox table tbody,
  .mypage.credit #sinkiCardBox table tr,
  .mypage.credit #sinkiCardBox table th,
  .mypage.credit #sinkiCardBox table td {
    display: block;
    width: 100%;
  }
  .mypg.credit #sinkiCardBox table th,
  .mypg.credit #sinkiCardBox table td,
  .mypage.credit #sinkiCardBox table th,
  .mypage.credit #sinkiCardBox table td {
    border-bottom: none;
    padding: 7px 10px;
  }
  .mypg.credit #sinkiCardBox table td input.tel1,
  .mypage.credit #sinkiCardBox table td input.tel1 {
    width: 18%;
  }
  .mypg.credit #sinkiCardBox table td input.name,
  .mypage.credit #sinkiCardBox table td input.name {
    width: 45%;
  }
  .mypage.period.detail .card .select-wrap.entypo-down-open-mini.done {
    width: -webkit-fill-available;
  }
  .mypage.period.detail .select-wrap select#card {
    width: -webkit-fill-available;
  }
  .mypage.period.detail .card .select-wrap {
    padding-left: 0;
    margin: 0 0 0 0;
  }
}
/*# sourceMappingURL=mypage.css.map */