.mypage_table {
  width: 74.85%;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .mypage_table {
    width: auto;
    padding: 0 30px;
  }
}

@media (max-width: 599px) {
  .mypage_table {
    padding: 0 10px;
  }
}

.mypage_table .contents_mypage {
  width: 100%;
}

.mypage_table .contents_mypage.author {
  margin-bottom: 40px;
}

#mynavi_area {
  margin: 60px 0;
  width: 100%;
}

#mynavi_area .mynavi_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

#mynavi_area .mynavi_list li {
  margin-right: 30px;
}

#mynavi_area .mynavi_list li a span{
  font-size: 1.3em;
}

#mynavi_area .mynavi_list li a span.eng_show{
  font-family: futura, 'Century Gothic', 'Hind', sans-serif;
}

#mynavi_area .mynavi_list li a.active span {
  color:#000;
  border-bottom: 1px solid;
}

@media (max-width: 599px) {
  #mynavi_area .mynavi_list {
    display: block;
  }
  
  #mynavi_area .mynavi_list li {
    margin: 10px 0;
    display: inline-block;
    width: 32%;
    text-align: center;
  }
}

.mypage_table .mypage h2 {
  line-height: 40px;
  color: #ffffff;
  font-weight: 600;
  font-size: 1.4rem;
  background-color: #4E4D4D;
  padding-left: 20px;
  text-align: left;
}

.mypage_table .mypage h2 span{
  color: #ffffff;
  font-weight: 600;
  font-size: 1.4rem;
}

.mypage_table .mypage .head{
  margin: 20px 0;
  font-size: 1.3rem;
}

.mypage_table .order_num{
  font-size: 1.4rem;
  margin-bottom: 20px;
}

.mypage_table .order_num span{
  font-size: 1.4rem;
}

@media (max-width: 599px) {
  .mypage_table .contents_mypage tr {
    display: block;
    margin-top: 40px;
  }
  .mypage_table .contents_mypage tr:first-of-type {
    margin-top: 0;
  }
  .mypage_table .contents_mypage.author.prof tr ,
  .mypage_table .contents_mypage.author.sns tr {
    display: block;
    margin-top: 0px;
  }
}

.mypage_table .contents_mypage tr th ,
.mypage_table .contents_mypage tr th span{
  font-size: 1.3rem;
}

.mypage_table .contents_mypage tr td ,
.mypage_table .contents_mypage tr td span{
  font-size: 1.3rem;
  text-align: center;
  font-weight: 600;
}

.mypage_table .contents_mypage.author tr td ,
.mypage_table .contents_mypage.author tr td span,
.mypage_table .contents_mypage.author tr td li{
  font-size: 1.3rem;
  text-align: left;
  font-weight: 300;
  line-height: 1.5em;
}

.mypage_table .contents_mypage tr .na {
  width: 50%;
}

.mypage_table .contents_mypage tr .dt {
  width: 15%;
}

@media (max-width: 599px) {
  .mypage_table .contents_mypage tr .na {
    width: 100%;
  }
  .mypage_table .contents_mypage tr .dt {
    width: 100%;
  }
}

@media (max-width: 599px) {
  .mypage_table .contents_mypage thead {
    display: none;
  }
}

.mypage_table .contents_mypage thead th ,
.mypage_table .contents_mypage thead th span{
  font-weight: 600;
  background-color: #D1D1D1;
  line-height: 60px;
  letter-spacing: 0.05em;
}

.mypage_table .contents_mypage tbody td {
  background-color: #F5F5F5;
  border-bottom: 1px solid #ffffff;
  position: relative;
}

.mypage_table .contents_mypage.author {
  border: none;
}

.mypage_table .contents_mypage.author th {
  font-weight: 600;
  background-color: #D1D1D1;
  line-height: 1.0em;
  padding: 10px 20px;
  letter-spacing: 0.05em;
  border: none;
  border-bottom: 1px solid #fff;
  text-align: left;
}

.mypage_table .contents_mypage.author td {
  font-weight: 600;
  background-color: #f5f5f5;
  padding: 10px 20px;
  letter-spacing: 0.05em;
  border: none;
  border-bottom: 1px solid #fff;
}

.mypage_table .contents_mypage.author.prof th,
.mypage_table .contents_mypage.author.sns th{
  width: 200px;
  vertical-align: middle;
}
.mypage_table .contents_mypage.author.prof .artistimg img {
  width:150px;
  height:150px;
  object-fit:cover;
  border-radius:50%;
}

.mypage_table .contents_mypage.author.prof .productimg img {
  width: 208px;
  height: 150px;
  object-fit: cover;
}

.mypage_table .contents_mypage.author ._en,
.mypage_table .contents_mypage.author .l_border{
  border-left: 1px solid #fff;
}

.mypage_table .contents_mypage.author.info th {
  width: 50%;
}
.mypage_table .contents_mypage.author.info tbody td div{
  font-size: 1.3rem;
}

@media (max-width: 599px) {
  .mypage_table .contents_mypage tbody td {
    display: block;
    padding: 10px 10px 20px;
  }
  .mypage_table .contents_mypage tbody td::before  {
    content: attr(data-label);
    display: block;
    text-align: center;
    color: #696969;
  }
  .mypage_table .contents_mypage.author.info tbody td {
    display: block;
    padding: 0 0;
  }
  .mypage_table .contents_mypage.author.info tbody td div{
    padding: 10px 10px 20px;
  }
  .mypage_table .contents_mypage.author.info tbody td::before {
    content: attr(data-label);
    display: block;
    margin: 0;
    padding: 6px 20px;
    text-align: left;
    color: #000;
    font-weight: bold;
    background: #d1d1d1;
  }
  .mypage_table .contents_mypage.author.info tbody td.l_border::before {
    content: attr(data-label);
    display: block;
    margin: 0;
    padding: 6px 20px;
    text-align: left;
    color: #000;
    font-weight: bold;
    background: #ccffff;
  }
}

.mypage_table .contents_mypage tbody td .position {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 1.3rem;
  text-align: center;
  font-weight: 600;
}

@media (max-width: 599px) {
  .mypage_table .contents_mypage tbody td .position {
    position: static;
    margin-top: 20px;
    display: block;
    -webkit-transform: none;
            transform: none;
  }

  .mypage_table .contents_mypage tbody td .position.change {
    margin-top: 10px;
    display: inline-block;
  }
}

.mypage_table .contents_mypage tbody .na {
  text-align: left;
  padding: 20px 0 20px 20px;
  position: relative;
}

.mypage_table .contents_mypage tbody .dt {
  text-align: left;
  padding: 20px 0 20px 20px;
  position: relative;
}

@media (max-width: 599px) {
  .mypage_table .contents_mypage tbody .na {
    width: auto;
    padding: 20px;
    background-color: #D1D1D1;
    text-align: center;
  }

  .mypage_table .contents_mypage tbody .dt {
    width: auto;
    padding: 20px;
    background-color: #D1D1D1;
    text-align: center;
  }

  .mypage_table .contents_mypage tbody .change .change_ac {
     display: inline-block;
     margin-bottom: 5px;
     border-bottom: 1px solid #121212;
     cursor: pointer;
     padding-bottom: 2px;
  }

}

.mypage_table .contents_mypage tbody .na .buy_w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 599px) {
  .mypage_table .contents_mypage tbody .na .buy_w {
    display: block;
    margin-top: 20px;
  }
}

.mypage_table .contents_mypage tbody .na .buy_w .obf {
  display: block;
  width: 30%;
}

@media (max-width: 599px) {
  .mypage_table .contents_mypage tbody .na .buy_w .obf {
    margin: 0 auto;
  }
}

.mypage_table .contents_mypage tbody .na .buy_w .obf img {
  width: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  height: 80px;
}

.mypage_table .contents_mypage tbody .na .buy_w p {
  width: 68%;
  font-size: 1.3rem;
  font-weight: 600;
  padding-right: 10px;
}
.mypage_table .contents_mypage_f tbody .na .buy_w p a ,
.mypage_table .contents_mypage tbody .na .buy_w p a {
  width: 68%;
  font-size: 1.3rem;
  font-weight: 600;
  padding-right: 10px;
  text-decoration: underline;
}
.mypage_table .contents_mypage .change a span {
  border-bottom: 1px solid #121212;
  cursor: pointer;
  padding-bottom: 2px;
}

@media (max-width: 1024px) {
  .mypage_table .contents_mypage tbody .na .buy_w p {
    font-size: 1.2rem;
  }
  .mypage_table .contents_mypage_f tbody .na .buy_w p a ,
  .mypage_table .contents_mypage tbody .na .buy_w p a {
    font-size: 1.2rem;
  }
}

@media (max-width: 599px) {
  .mypage_table .contents_mypage tbody .na .buy_w p {
    width: auto;
    text-align: center;
    margin-top: 6px;
  }
  .mypage_table .contents_mypage_f tbody .na .buy_w p a ,
  .mypage_table .contents_mypage tbody .na .buy_w p a {
    width: auto;
    text-align: center;
    margin-top: 6px;
  }
}

.mypage_table .contents_mypage tbody .de span {
  display: block;
  width: 20px;
  cursor: pointer;
}

@media (max-width: 599px) {
  .mypage_table .contents_mypage tbody .de span {
    margin: 10px auto 0;
  }
}

.mypage_table .contents_mypage tbody .de span img {
  width: 100%;
}

.mypage_table .contents_mypage tbody .bm span {
  display: block;
  width: 24px;
  cursor: pointer;
}

@media (max-width: 599px) {
  .mypage_table .contents_mypage tbody .bm span {
    margin: 10px auto 0;
  }
}

.mypage_table .contents_mypage tbody .bm span img {
  width: 100%;
}

.mypage_table .contents_mypage tr .delivery {
  width: 40%;
}

@media (max-width: 599px) {
  .mypage_table .contents_mypage tr .delivery {
    width: auto;
  }
}

.mypage_table .contents_mypage tbody .delivery .wapper {
  padding: 16px;
}

.mypage_table .contents_mypage tbody .delivery .wapper p {
  font-size: 1.3rem;
  font-weight: 600;
  text-align: left;
}

@media (max-width: 599px) {
  .mypage_table .contents_mypage tbody .delivery .wapper p {
    text-align: center;
  }
}

.mypage_table .total {
  margin-top: 20px;
  padding-right: 30px;
}

.mypage_table .total p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.mypage_table .total p span {
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
}

.mypage_table .total p .price {
  color: #ff0000;
  margin-left: 20px;
  font-size: 2rem;
}

.mypage_table .shippingcost {
  margin-top: 40px;
  text-align: right;
}

.mypage_table .shippingcost .charge {
  font-size: 1.3rem;
}

.mypage_table .shippingcost .charge span {
  font-weight: 600;
  font-size: 1.5rem;
  margin: 0 4px;
}

.mypage_table .shippingcost .explanation {
  font-size: 1.2rem;
}

.mypage_table .buybt {
  width: 40%;
  margin-left: auto;
  display: block;
  margin-top: 60px;
  text-align: center;
  background-color: #121212;
  color: #ffffff;
  font-size: 1.6rem;
  padding: 22px 0;
  font-weight: 600;
  border: none;
  cursor: pointer;
}

.mypage_table .buybt span {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 600;
}

@media (max-width: 1024px) {
  .mypage_table .buybt {
    width: 100%;
  }
}

.mypage_table .shopingbt {
  width: 40%;
  margin-left: auto;
  margin-top: 20px;
  display: block;
  text-align: center;
  background-color: #D1D1D1;
  color: #ffffff;
  font-size: 1.6rem;
  padding: 22px 0;
  font-weight: 600;
  border: none;
  cursor: pointer;
}

.mypage_table .shopingbt span {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 600;
}

@media (max-width: 1024px) {
  .mypage_table .shopingbt {
    width: 100%;
    margin-top: 50px;
  }
}

.mypage_table .adressselect {
  width: 100%;
}

@media (max-width: 599px) {
  .mypage_table .adressselect tr {
    display: block;
    margin-top: 40px;
  }
  .mypage_table .adressselect tr:first-of-type {
    margin-top: 0;
  }
}

.mypage_table .adressselect tr th span{
  font-size: 1.3rem;
}

.mypage_table .adressselect tr td span{
  font-size: 1.3rem;
  text-align: center;
  font-weight: 600;
}

.mypage_table .adressselect tr .delivery {
  width: 50%;
}

@media (max-width: 599px) {
  .mypage_table .adressselect tr .delivery {
    width: auto;
  }
}

@media (max-width: 599px) {
  .mypage_table .adressselect thead {
    display: none;
  }
}

.mypage_table .adressselect thead th {
  font-weight: 600;
  background-color: #D1D1D1;
  line-height: 60px;
  letter-spacing: 0.1em;
}

.mypage_table .adressselect thead th span{
  font-weight: 600;
  letter-spacing: 0.1em;
}

.mypage_table .adressselect tbody td {
  background-color: #F5F5F5;
  border-bottom: 1px solid #ffffff;
  position: relative;
}

@media (max-width: 599px) {
  .mypage_table .adressselect tbody td {
    display: block;
  }
  .mypage_table .adressselect tbody td::before {
    content: attr(data-label);
    display: block;
    text-align: center;
    color: #121212;
    background-color: #D1D1D1;
    padding: 20px;
  }
}

.mypage_table .adressselect tbody td .position {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 1.3rem;
  text-align: center;
  font-weight: 600;
}

@media (max-width: 599px) {
  .mypage_table .adressselect tbody td .position {
    position: static;
    margin: 20px auto;
    display: block;
    -webkit-transform: none;
            transform: none;
  }
}

.mypage_table .adressselect tbody .delivery .wapper {
  padding: 16px;
}

.mypage_table .adressselect tbody .delivery .wapper p {
  font-size: 1.3rem;
  font-weight: 600;
  text-align: left;
}

@media (max-width: 599px) {
  .mypage_table .adressselect tbody .delivery .wapper p {
    text-align: center;
  }
}

.mypage_table .adressselect tbody .change .change_ac {
  border-bottom: 1px solid #121212;
  cursor: pointer;
  padding-bottom: 2px;
}

@media (max-width: 599px) {
  .mypage_table .adressselect tbody .change .change_ac {
    display: inline-block;
  }
}

.mypage_table .adressselect tbody .de span {
  display: block;
  width: 20px;
  cursor: pointer;
}

@media (max-width: 599px) {
  .mypage_table .adressselect tbody .de span {
    margin: 20px auto;
  }
}

.mypage_table .adressselect tbody .de span img {
  width: 100%;
}

.mypage_table .befnex_waper {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media (max-width: 599px) {
  .mypage_table .befnex_waper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.mypage_table .befnex_waper button {
  width: 40%;
  padding: 20px 0;
  color: #ffffff;
  font-weight: 600;
  border: none;
  cursor: pointer;
}

.mypage_table .befnex_waper button span {
  color: #ffffff;
  font-weight: 600;
  font-size: 1.3rem;
}

@media (max-width: 599px) {
  .mypage_table .befnex_waper button {
    width: 48%;
  }
}

.mypage_table .befnex_waper .prev {
  background-color: #D1D1D1;
}

.mypage_table .befnex_waper .next {
  background-color: #121212;
}

.mypage_table .mypagelink {
  display: inline-block;
}

.mypage_table .mypagelink.prev {
  margin-left: 20px !important;
}

.mypage_table .mypagelink::before {
  content: '';
  display: inline-block;
  background-image: url(../../img/images/cart/triangle.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}

.mypage_table .mypagelink .newdeli span {
  color: #0A4BFA;
  border-bottom: 1px solid #0A4BFA;
  font-size: 1.4rem;
  margin-bottom: 20px;
  display: inline-block;
}

.mypage_table .payment, .mypage_table .aboutshoppingcost, .mypage_table .coupon, .mypage_table .agreement, .mypage_table .receipt {
  width: 100%;
}

.mypage_table .payment th, .mypage_table .aboutshoppingcost th, .mypage_table .coupon th, .mypage_table .agreement th, .mypage_table .receipt th {
  width: 30%;
  background-color: #D1D1D1;
  position: relative;
}

@media (max-width: 599px) {
  .mypage_table .payment th, .mypage_table .aboutshoppingcost th, .mypage_table .coupon th, .mypage_table .agreement th, .mypage_table .receipt th {
    display: block;
    width: auto;
    padding: 20px;
    text-align: left;
  }

  .mypage_table .contents_mypage.author.prof th , .mypage_table .contents_mypage.author.sns th {
    display: block;
    width: auto;
    padding: 10px 20px;
    text-align: left;
  }

}

.mypage_table .payment th span, .mypage_table .aboutshoppingcost th span, .mypage_table .coupon th span, .mypage_table .agreement th span, .mypage_table .receipt th span {
  font-size: 1.3rem;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 599px) {
  .mypage_table .payment th span, .mypage_table .aboutshoppingcost th span, .mypage_table .coupon th span, .mypage_table .agreement th span, .mypage_table .receipt th span {
    position: static;
  }
}

.mypage_table .payment td, .mypage_table .aboutshoppingcost td, .mypage_table .coupon td, .mypage_table .agreement td, .mypage_table .receipt td  {
  width: 70%;
  padding: 20px;
  background-color: #F5F5F5;
}

@media (max-width: 599px) {
  .mypage_table .payment td, .mypage_table .aboutshoppingcost td, .mypage_table .coupon td, .mypage_table .agreement td, .mypage_table .receipt td {
    display: block;
    width: auto;
  }
}

.mypage_table .receipt td .abotrec {
  margin-top: 20px;
}

.mypage_table .receipt td .abotrec p {
  margin-top: 4px;
  font-size: 1.2rem;
}

.mypage_table .receipt td .abotrec p span {
  color: #ff0000;
}

.mypage_table .receipt td .abotrec h3 {
  font-size: 1.3rem;
}

.mypage_table .payment td .abotcard p, .mypage_table .aboutshoppingcost td .abotcard p, .mypage_table .coupon td .abotcard p, .mypage_table .agreement td .abotcard p {
  margin-top: 4px;
  font-size: 1.2rem;
}


.mypage_table .payment td .paycontent .radioselect, .mypage_table .aboutshoppingcost td .paycontent .radioselect, .mypage_table .coupon td .paycontent .radioselect, .mypage_table .agreement td .paycontent .radioselectt, .mypage_table .receipt td .reccontent .radioselect {
  font-size: 1.3rem;
  font-weight: 600;
}

.mypage_table .payment td .paycontent .radio_wapper, .mypage_table .aboutshoppingcost td .paycontent .radio_wapper, .mypage_table .coupon td .paycontent .radio_wapper, .mypage_table .agreement td .paycontent .radio_wapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6px;
}

.mypage_table .aboutshoppingcost td .paycontent .radio_wapper .radio, .mypage_table .coupon td .paycontent .radio_wapper .radio, .mypage_table .agreement td .paycontent .radio_wapper .radio {
  margin-right: 20px;
  position: relative;
  width: 140px;
}

.mypage_table .payment td .paycontent .radio_wapper .radio {
  margin-right: 20px;
  position: relative;
  width: 200px;
}

.mypage_table .payment td .paycontent .radio_wapper .radio input, .mypage_table .aboutshoppingcost td .paycontent .radio_wapper .radio input, .mypage_table .coupon td .paycontent .radio_wapper .radio input, .mypage_table .agreement td .paycontent .radio_wapper .radio input {
  margin: 0;
}

.mypage_table .payment td .paycontent .radio_wapper .radio label, .mypage_table .aboutshoppingcost td .paycontent .radio_wapper .radio label, .mypage_table .coupon td .paycontent .radio_wapper .radio label, .mypage_table .agreement td .paycontent .radio_wapper .radio label {
  font-size: 1.3rem;
  font-weight: 600;
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: 4px;
  color: #3e3e3e;
}

.mypage_table .payment td .abotcard, .mypage_table .aboutshoppingcost td .abotcard, .mypage_table .coupon td .abotcard, .mypage_table .agreement td .abotcard {
  margin-top: 40px;
}

.mypage_table .payment td .abotcard h3, .mypage_table .aboutshoppingcost td .abotcard h3, .mypage_table .coupon td .abotcard h3, .mypage_table .agreement td .abotcard h3 {
  font-size: 1.3rem;
}

.mypage_table .payment td .abotcard h3 span, .mypage_table .aboutshoppingcost td .abotcard h3 span, .mypage_table .coupon td .abotcard h3 span, .mypage_table .agreement td .abotcard h3 span {
  color: #ff0000;
}

.mypage_table .payment td .abotcard p, .mypage_table .aboutshoppingcost td .abotcard p, .mypage_table .coupon td .abotcard p, .mypage_table .agreement td .abotcard p {
  margin-top: 4px;
  font-size: 1.2rem;
}

.mypage_table .payment td .cardtype, .mypage_table .payment td .abotbank, .mypage_table .aboutshoppingcost td .cardtype, .mypage_table .aboutshoppingcost td .abotbank, .mypage_table .coupon td .cardtype, .mypage_table .coupon td .abotbank, .mypage_table .agreement td .cardtype, .mypage_table .agreement td .abotbank {
  margin-top: 20px;
}

.mypage_table .payment td .cardtype h3, .mypage_table .payment td .abotbank h3, .mypage_table .aboutshoppingcost td .cardtype h3, .mypage_table .aboutshoppingcost td .abotbank h3, .mypage_table .coupon td .cardtype h3, .mypage_table .coupon td .abotbank h3, .mypage_table .agreement td .cardtype h3, .mypage_table .agreement td .abotbank h3 {
  font-size: 1.3rem;
}

.mypage_table .payment td .cardtype h3 span, .mypage_table .payment td .abotbank h3 span, .mypage_table .aboutshoppingcost td .cardtype h3 span, .mypage_table .aboutshoppingcost td .abotbank h3 span, .mypage_table .coupon td .cardtype h3 span, .mypage_table .coupon td .abotbank h3 span, .mypage_table .agreement td .cardtype h3 span, .mypage_table .agreement td .abotbank h3 span {
  color: #ff0000;
}

.mypage_table .payment td .cardtype p, .mypage_table .payment td .abotbank p, .mypage_table .aboutshoppingcost td .cardtype p, .mypage_table .aboutshoppingcost td .abotbank p, .mypage_table .coupon td .cardtype p, .mypage_table .coupon td .abotbank p, .mypage_table .agreement td .cardtype p, .mypage_table .agreement td .abotbank p {
  margin-top: 4px;
  font-size: 1.2rem;
}

.mypage_table .payment td .bankaccount, .mypage_table .aboutshoppingcost td .bankaccount, .mypage_table .coupon td .bankaccount, .mypage_table .agreement td .bankaccount {
  padding: 20px;
  background-color: #ffffff;
  border: 1px solid #707070;
  margin-top: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.mypage_table .payment td .bankaccount p, .mypage_table .aboutshoppingcost td .bankaccount p, .mypage_table .coupon td .bankaccount p, .mypage_table .agreement td .bankaccount p {
  font-size: 1.3rem;
  line-height: 1.8em;
}

.mypage_table .aboutshoppingcost {
  margin-top: 30px;
}

.mypage_table .aboutshoppingcost p {
  font-size: 1.2rem;
}

.mypage_table .usecoupon, .mypage_table .agreementtext {
  margin-top: 30px;
  font-size: 1.3rem;
  margin-bottom: 4px;
}

.mypage_table .coupon .input p {
  font-size: 1.2rem;
  margin-bottom: 2px;
}

.mypage_table .coupon .input input {
  line-height: 24px;
  border: 1px solid #CECECE;
  text-indent: 0.5em;
  outline: 0;
  width: 180px;
}

.mypage_table .agreement .input p {
  font-size: 1.2rem;
  margin-bottom: 6px;
}

.mypage_table .agreement .input p a {
  font-size: 1.2rem;
  color: #0A4BFA;
}

.mypage_table .agreement .input label {
  font-size: 1.3rem;
  position: relative;
  padding-left: 18px;
}

.mypage_table .agreement .input label input {
  margin: 0;
  position: absolute;
  left: 0;
}

.mypage_table {
  width: 74.85%;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .mypage_table {
    width: auto;
    padding: 0 30px;
  }
}

@media (max-width: 1024px) {
  .mypage_table {
    padding: 0 10px;
  }
}

.mypage_table .carddata {
  width: 100%;
}

.mypage_table .carddata tr {
  border-bottom: 1px solid #ffffff;
}

.mypage_table .carddata th {
  width: 30%;
  background-color: #D1D1D1;
  position: relative;
}

@media (max-width: 1024px) {
  .mypage_table .carddata th {
    display: block;
    width: auto;
    padding: 20px;
    text-align: left;
  }
}

.mypage_table .carddata th span {
  font-size: 1.3rem;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 1024px) {
  .mypage_table .carddata th span {
    position: static;
  }
}

.mypage_table .carddata th .modal_open {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 170px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
}

.mypage_table .carddata th .modal_open a {
  display: inline-block;
  text-decoration: none;
}

.mypage_table .carddata th .modal_open a img {
  width: 100%;
}

.mypage_table .carddata th .modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}

.mypage_table .carddata th .modal:not(:target) {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s;
}

.mypage_table .carddata th .modal:target {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s;
}

.mypage_table .carddata th .modal .overlay {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #000;
  opacity: 0.7;
  top: 0;
  left: 0;
}

.mypage_table .carddata th .modal .modal_wrapper {
  width: 50%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 1024px) {
  .mypage_table .carddata th .modal .modal_wrapper {
    width: 70%;
  }
}

.mypage_table .carddata th .modal .modal_wrapper .modal_contents {
  overflow: auto;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.mypage_table .carddata th .modal .modal_wrapper .modal_content {
  font-size: 1.2rem;
  margin: 20px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.mypage_table .carddata th .modal .modal_wrapper .modal_content img {
  width: 30%;
}

.mypage_table .carddata th .modal .modal_wrapper .modal_close {
  position: absolute;
  top: 5px;
  right: 10px;
  text-decoration: none;
  font-size: 2rem;
}

.mypage_table .carddata td {
  width: 70%;
  padding: 20px;
  background-color: #F5F5F5;
}

@media (max-width: 1024px) {
  .mypage_table .carddata td {
    display: block;
    width: auto;
  }
}

.mypage_table .carddata td span {
  font-size: 1.2rem;
}

.mypage_table .carddata .paycontent input {
  width: 40%;
  height: 24px;
  text-indent: 0.5em;
  outline: 0;
  border: 1px solid #CECECE;
}

@media (max-width: 1024px) {
  .mypage_table .carddata .paycontent input {
    width: 50%;
  }
}

.mypage_table .carddata .paycontent p {
  font-size: 1.2rem;
  margin-top: 2px;
}

.mypage_table .carddata .expiry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mypage_table .carddata .expiry select {
  height: 24px;
  outline: 0;
  border: 1px solid #CECECE;
  width: 60px;
}

.mypage_table .carddata .expiry label {
  font-size: 1.2rem;
}

.mypage_table .carddata .expiry input {
  height: 24px;
  border: 1px solid #CECECE;
  text-indent: 0.5em;
  outline: 0;
}

.mypage_table .carddata .expiry input::-webkit-input-placeholder {
  color: #D0D0D0;
}

.mypage_table .carddata .expiry input:-ms-input-placeholder {
  color: #D0D0D0;
}

.mypage_table .carddata .expiry input::-ms-input-placeholder {
  color: #D0D0D0;
}

.mypage_table .carddata .expiry input::placeholder {
  color: #D0D0D0;
}

.mypage_table .carddata .expiry .select_y {
  margin-left: 10px;
  outline: 0;
}

.mypage_table .carddata .expiry .fname {
  margin-left: 10px;
}

.mypage_table .carddata .entry label {
  font-size: 1.2rem;
  position: relative;
  padding-left: 18px;
}

.mypage_table .carddata .entry label input {
  margin: 0;
  position: absolute;
  left: 0;
}

.mypage_table .clicktext {
  margin-top: 30px;
}

.mypage_table .clicktext p {
  font-size: 1.3rem;
  text-align: center;
  margin-bottom: 6px;
}

@media (max-width: 1024px) {
  .mypage_table .clicktext p {
    text-align: left;
  }
}

.mypage_table .clicktext p span {
  font-size: 1.3rem;
  color: #ff0000;
}

.mypage_table .contents_mypage_f {
  width: 100%;
}

@media (max-width: 599px) {
  .mypage_table .contents_mypage_f tr {
    display: block;
    margin-top: 40px;
  }
  .mypage_table .contents_mypage_f tr:first-of-type {
    margin-top: 0;
  }
}

.mypage_table .contents_mypage_f tr th ,
.mypage_table .contents_mypage_f tr th span{
  font-size: 1.3rem;
}

.mypage_table .contents_mypage_f tr td ,
.mypage_table .contents_mypage_f tr td span{
  font-size: 1.3rem;
  text-align: center;
  font-weight: 600;
}

.mypage_table .contents_mypage_f tr .na {
  width: 70%;
}

@media (max-width: 599px) {
  .mypage_table .contents_mypage_f tr .na {
    width: auto;
  }
}

@media (max-width: 599px) {
  .mypage_table .contents_mypage_f thead {
    display: none;
  }
}

.mypage_table .contents_mypage_f thead th ,
.mypage_table .contents_mypage_f thead th span{
  font-weight: 600;
  background-color: #D1D1D1;
  line-height: 60px;
  letter-spacing: 0.1em;
}

.mypage_table .contents_mypage_f tbody td {
  background-color: #F5F5F5;
  border-bottom: 1px solid #ffffff;
  position: relative;
}

@media (max-width: 599px) {
  .mypage_table .contents_mypage_f tbody td {
    display: block;
    padding: 10px 10px 20px;
  }
  .mypage_table .contents_mypage_f tbody td::before {
    content: attr(data-label);
    display: block;
    text-align: center;
    color: #696969;
  }
}

.mypage_table .contents_mypage_f tbody td .position {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 1.3rem;
  text-align: center;
  font-weight: 600;
}

@media (max-width: 599px) {
  .mypage_table .contents_mypage_f tbody td .position {
    position: static;
    margin-top: 20px;
    display: block;
    -webkit-transform: none;
            transform: none;
  }
}

.mypage_table .contents_mypage_f tbody .na {
  text-align: left;
  padding: 20px 0 20px 20px;
  position: relative;
}

@media (max-width: 599px) {
  .mypage_table .contents_mypage_f tbody .na {
    padding: 20px;
    background-color: #D1D1D1;
  }
}

.mypage_table .contents_mypage_f tbody .na .buy_w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 599px) {
  .mypage_table .contents_mypage_f tbody .na .buy_w {
    display: block;
    margin-top: 20px;
  }
}

.mypage_table .contents_mypage_f tbody .na .buy_w .obf {
  display: block;
  width: 30%;
}

@media (max-width: 599px) {
  .mypage_table .contents_mypage_f tbody .na .buy_w .obf {
    margin: 0 auto;
  }
}

.mypage_table .contents_mypage_f tbody .na .buy_w .obf img {
  width: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  height: 80px;
}

.mypage_table .contents_mypage_f tbody .na .buy_w p {
  width: 68%;
  font-size: 1.3rem;
  font-weight: 600;
  padding-right: 10px;
}

@media (max-width: 1024px) {
  .mypage_table .contents_mypage_f tbody .na .buy_w p {
    font-size: 1.2rem;
  }
}

@media (max-width: 599px) {
  .mypage_table .contents_mypage_f tbody .na .buy_w p {
    width: auto;
    text-align: center;
    margin-top: 6px;
  }
}

.mypage_table .total_price {
  width: 50%;
  margin-top: 20px;
  margin-left: auto;
}

@media (max-width: 599px) {
  .mypage_table .total_price {
    width: 100%;
  }
}

.mypage_table .total_price tbody tr {
  border-bottom: 1px solid #ffffff;
}

.mypage_table .total_price tbody th, .mypage_table .total_price tbody td {
  width: 50%;
  line-height: 40px;
  font-size: 1.6rem;
  font-weight: 600;
}

.mypage_table .total_price tbody th span {
  font-size: 1.6rem;
  font-weight: 600;
}

.mypage_table .total_price tbody th {
  background-color: #D1D1D1;
}

@media (max-width: 599px) {
  .mypage_table .total_price tbody th {
    width: 30%;
  }
}

.mypage_table .total_price tbody td {
  background-color: #F5F5F5;
  padding-right: 20px;
  text-align: right;
}

.mypage_table .total_price tbody .total {
  color: #ff0000;
}

.mypage_table .customer_info {
  margin-top: 50px;
  width: 100%;
}

.mypage_table .customer_info tr {
  border-bottom: 1px solid #ffffff;
}

.mypage_table .customer_info thead th {
  background-color: #4E4D4D;
  font-size: 1.3rem;
  color: #ffffff;
  font-weight: 600;
  padding: 0 20px;
  line-height: 40px;
  width: 100%;
  text-align: left;
}

.mypage_table .customer_info thead th span{
  font-size: 1.3rem;
  color: #ffffff;
  font-weight: 600;
}

.mypage_table .customer_info tbody th {
  width: 30%;
  background-color: #D1D1D1;
  padding: 0 20px;
  line-height: 40px;
  text-align: left;
  font-size: 1.3rem;
  font-weight: 600;
}

.mypage_table .customer_info tbody th span{
  font-size: 1.3rem;
  font-weight: 600;
}

@media (max-width: 599px) {
  .mypage_table .customer_info tbody th {
    display: block;
    width: auto;
    line-height: 32px;
  }
}

.mypage_table .customer_info tbody td {
  background-color: #F5F5F5;
  padding: 0 20px;
  line-height: 40px;
  font-size: 1.3rem;
}

.mypage_table .customer_info tbody td span{
  font-size: 1.3rem;
}

@media (max-width: 599px) {
  .mypage_table .customer_info tbody td {
    display: block;
    width: auto;
  }
}

.mypage_table .customer_info tbody td p {
  font-size: 1.3rem;
}

.mypage_table .customer_info tbody .twoline {
  line-height: auto;
  padding: 20px;
}

.mypage_table .customer_table {
  margin-top: 20px;
}

.mypage_table .customer_table_top {
  margin-top: 0px;
}

.mypage_table h2 {
  font-size: 3.6rem;
  font-family: futura, 'Century Gothic', 'Hind', sans-serif;
  text-align: center;
  font-weight: 800;
}

@media (max-width: 599px) {
  .mypage_table h2 {
    font-size: 2.4rem;
  }
}

.mypage_table .message {
  text-align: center;
  font-size: 1.3rem;
  margin-top: 30px;
}

.mypage_table .link {
  display: block;
  width: 27%;
  padding: 20px 0;
  background-color: #121212;
  margin: 40px auto 0;
  color: #ffffff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
}

.mypage_table .link span{
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 600;
}

@media (max-width: 1024px) {
  .mypage_table .link {
    width: 60%;
  }
}

@media (max-width: 599px) {
  .mypage_table .link {
    width: 100%;
  }
}

.mypage_table .pagenation {
  margin-top: 40px;
}

.mypage_table .pagenation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.mypage_table .pagenation ul li {
  margin-right: 4px;
}

.mypage_table .pagenation ul li:last-child {
  margin-right: 0;
}

.mypage_table .pagenation ul .links a {
  padding: 14px 15px;
  color: #ffffff;
  font-size: 1.2rem;
  display: block;
  background-color: #4E4D4D;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.mypage_table .pagenation ul .links a:hover {
  background-color: #888888;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.mypage_table .pagenation ul .active {
  background-color: #E5E5E5;
  font-size: 1.2rem;
  padding: 14px 15px ;
}

.mypage_table .pagenation ul .continue {
  border: 1px solid #707070;
  padding: 14px 15px;
}

@media (max-width: 599px) {
  .mypage_table .pagenation ul .links a {
    padding: 10px 11px;
  }
  
  .mypage_table .pagenation ul .active {
    padding: 10px 11px;
  }
  
  .mypage_table .pagenation ul .continue {
    padding: 10px 11px;
  }

}

.mypage_table .complete {
  margin-top: 60px;
}

@media (max-width: 599px) {
  .mypage_table .complete {
    padding: 0 10px;
  }
}

.mypage_table .complete p {
  font-size: 1.4rem;
  text-align: center;
  line-height: 2.5rem;
}

.mypage_table .complete p span {
  font-size: 1.5rem;
  font-weight: 600;
}

.mypage_table form .contents_mypage .input input {
  border: 1px solid #CECECE;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 28px;
  text-indent: 0.5em;
  outline: 0;
}

.mypage_table form .contents_mypage .input input::-webkit-input-placeholder {
  color: #D0D0D0;
}

.mypage_table form .contents_mypage .input input:-ms-input-placeholder {
  color: #D0D0D0;
}

.mypage_table form .contents_mypage .input input::-ms-input-placeholder {
  color: #D0D0D0;
}

.mypage_table form .contents_mypage .input input::placeholder {
  color: #D0D0D0;
}

.mypage_table form .contents_mypage .input textarea {
  border: 1px solid #CECECE;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 20px;
  outline: 0;
}

.mypage_table form .contents_mypage .input select {
  width: 80%;
  font-size: 1.2rem;
  height: 30px;
  border: 1px solid #CECECE;
  outline: 0;
  margin-left: 0px;
}

.mypage_table form .contents_mypage .p_inpt input {
  width: 16%;
}

.mypage_table form .contents_mypage .input input.sl_s {
  width: 20%;
}

.mypage_table form .contents_mypage .input input.sl_m {
  width: 100px;
}

.mypage_table form .contents_mypage .input input.sl_l {
  width: 50%;
}

.mypage_table form .contents_mypage td {
  vertical-align: middle;
}

.mypage_table form .contents_mypage td .notes {
  margin: 0 0 5px;
  padding: 0 0;
  color: #ff0000;
}

.mypage_table form .contents_mypage td .notes .marker {
  margin: 0 0 5px;
  padding: 0 0;
  color: #ff0000;
  font-size: 10px !important;
  font-weight: bold;
  background: #fff47c;
}

.mypage_table form .contents_mypage .wapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mypage_table form .contents_mypage .wapper label {
  display: inline-block;
  margin-left:6px ;
  line-height:30px ;
}

.mypage_table form .contents_mypage .wapper #price01_disp {
  display:inline;
  width:94px ;
  margin:0 6px ;
  padding:0 6px ;
  text-align:right ;
  line-height:20px ;
  font-size:1.3rem ;
  border-bottom:1px solid #aaa;
}

@media (max-width: 599px) {
  .mypage_table form .contents_mypage .input input {
    line-height: 40px;
  }

  .mypage_table form .contents_mypage .input input.sl_m {
    width: 75px;
  }

  .mypage_table form .contents_mypage .wapper #price01_disp {
    display:inline;
    width:120px ;
    margin:0 6px ;
    padding:0 6px ;
    text-align:right ;
    line-height:20px ;
    font-size:1.3rem ;
    border-bottom:1px solid #aaa;
  }

  .mypage_table form .contents_mypage .input select {
    width: 100%;
    height: 40px;
    margin-left: 0;
  }

  .mypage_table form .contents_mypage .wapper {
    display: block;
  }
}

.mypage_table .submit_button {
  display: block;
  padding: 20px 0;
  background-color: #121212;
  margin: 40px auto 0;
  text-align: center;
  width: 60%;
}

.mypage_table .submit_buttonS {
  display: block;
  padding: 20px 0;
  background-color: #121212;
  margin: 40px auto 0;
  text-align: center;
  width: 40%;
}

.mypage_table .submit_button span{
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 600;
  width: 60%;
}

.mypage_table form .contents_mypage .p_inpt input {
  width: 30%;
}

@media (max-width: 1024px) {
  .mypage_table .submit_button {
    width: 60%;
  }
  .mypage_table .submit_buttonS {
    width: 40%;
  }
}

@media (max-width: 599px) {
  .mypage_table .submit_button {
    width: 100%;
  }
  .mypage_table .submit_buttonS {
    width: 100%;
  }
}

.mypage_table .confirm_txt ,
.mypage_table .confirm_txt span{
  text-align: center;
  margin-top: 50px;
  font-size: 1.4rem;
}

.mypage_table button{
  margin: 20px auto 0;
  border: none;
  background-color: #121212;
  width: 45%;
  padding: 20px 0;
  display: block;
  cursor: pointer;
}

.mypage_table button span{
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}

@media (max-width: 599px) {
  .mypage_table button {
    width: 100%;
  }
}

.mypage_table .linkwapper {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media (max-width: 599px) {
  .mypage_table .linkwapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.mypage_table .linkwapper a{
  font-size: 1.4rem;
  font-weight: 600;
  display: block;
  width: 40%;
  padding: 20px 0;
  color: #ffffff;
  text-align: center;
}

@media (max-width: 599px) {
  .mypage_table .linkwapper a {
    width: 48%;
  }
}

.mypage_table .linkwapper .no {
  background-color: #D1D1D1;
}

.mypage_table .linkwapper .yes {
  background-color: #121212;
}
.mypage_table .attention{
  color: #ff0000 !important;
}

.mypage_table .attention.inline{
  display: inline-block !important;
  margin: 0 4px !important;
}

.mypage_table .contents_mypage tbody tr td,
.mypage_table .contents_mypage tr th,
.mypage_table .adressselect tbody tr td,
.mypage_table .adressselect tr th,
.mypage_table .contents_mypage_f tbody tr td,
.mypage_table .contents_mypage_f tr th{
  border-right: 1px solid #fff !important;
}

.mypage_table .contents_mypage tbody tr td:last-child,
.mypage_table .contents_mypage tr th:last-child,
.mypage_table .adressselect tbody tr td:last-child,
.mypage_table .adressselect tr th:last-child,
.mypage_table .contents_mypage_f tbody tr td:last-child,
.mypage_table .contents_mypage_f tr th:last-child{
  border-right: none !important;
}

.mypage_table .author_img {
  width: 100% !important;
}
.mypage_table .author_img td {
  width: 50% !important;
}
.mypage_table .author_img td img{
  margin: 0 auto;
  display: block;
}
.mypage_table .author_img,
.mypage_table .author_img tr ,
.mypage_table .author_img td {
  border: 1px solid #f5f5f5 !important;
}

@media (max-width: 599px) {
  .mypage_table .author_img td {
    width: 100% !important;
  }
  .mypage_table .contents_mypage .author_img tbody tr td:first-child{
    border-right: none !important;
    border-bottom: 1px solid #fff !important;
  }
}

#login_area.mypage {
  float: right;
  margin-top: 10px;
}

#login_area.mypage .block_body button {
  font-family: futura, 'Century Gothic', 'Hind', sans-serif;
  margin: 0 0;
  padding: 14px 0;
  background-color: #121212;
  border: none;
  width: 150px;
  color: #ffffff ;
  font-size: 1.4rem;
  cursor: pointer;
}

@media (max-width: 599px) {
  #login_area.mypage .block_body button {
    font-family: futura, 'Century Gothic', 'Hind', sans-serif;
    margin: 0 0;
    padding: 10px 0;
    background-color: #121212;
    border: none;
    width: 120px;
    color: #ffffff ;
    font-size: 1.4rem;
    cursor: pointer;
  }
}


/*# sourceMappingURL=style_mypage.css.map */