@charset "euc-jp";

body {
  margin: 0;
  padding: 0;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}
a {
  color: #4183c4;
}
table {
  border-spacing: 0;
}

.base01 {
  margin: 0 auto;
}
.base02 {
  margin: 0 auto;
}

.alert--trial-account {
  border: 1px solid #f00;
  background-color: #fff;
  color: #f00;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  padding: 4px;
  margin: 5px 0;
}
.alert--owner {
  border: 1px solid #228b22;
  background-color: #fff;
  color: #228b22;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  padding: 4px;
  margin: 5px 0;
}

/*
 * View PC
 */

.view_pc .base01 {
  width: 804px;
  text-align: center;
}
.view_pc .base02 {
  width: 700px;
  text-align: left;
}
.view_pc .text_area {
  padding: 20px 0 20px 52px;
  text-align: center;
}
.view_pc .copyright {
  padding: 20px 0 6px 0;
  font-size: 11px;
  text-align: center;
  color: #444;
}
.view_pc .secure_seal {
  margin: 20px auto;
  text-align: center;
}
.view_pc .secure_seal span {
  font-size: 9px;
  text-align: left;
  line-height: 14px;
}

/*
 * Objects
 */

.is-visible--phone {
  display: none;
  visibility: hidden;
}

.p-page__wrap {
  width: auto;
  font-size: 13px;
}
.view_pc .p-page__container {
  margin: 0 auto;
  width: auto;
  max-width: 700px;
}
.view_pc .base01 {
  max-width: 804px;
}
.p-page__wrap .p-shop__header {
  width: auto;
  text-align: center;
  padding: 20px 0;
}
  .p-shop__header a:link,
  .p-shop__header a:visited {
    text-decoration: none;
  }
  .p-shop__header a:hover,
  .p-shop__header a:active {
    text-decoration: underline;
  }
    .p-shop__logo {
      max-width: 100%;
      height: auto;
      margin: 0 auto;
      display: block;
    }
    .p-shop__title {
      font-size: 36px;
      line-height: 1.5;
      font-weight: normal;
    }

.p-page__copyright {
  font-size: 10px;
  text-align: center;
  padding: 20px 0;
}

.p-page__secure {
  max-width: 400px;
  margin: 0 auto;
}
.p-page__secure:after {
  content: "";
  clear: both;
  display: block;
}
.p-secure__image {
  width: 120px;
  float: left;
}
.p-secure__msg {
  width: 280px;
  font-size: 9px;
  line-height: 1.5;
  float: right;
}

.p-page__title,
h1.p-page__title {
  color: #222;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  margin: 10px 0 30px;
  line-height: 1.5;
}
.p-page__sub-title {
  color: #222;
  font-size: 16px;
  margin: 40px 0 20px;
  line-height: 1.5;
}

.p-page__body {
  background: #fff;
}
.p-page__body-inner {
  color: #222;
  border-top: 2px solid #f6f6f6;
  border-bottom: 2px solid #f6f6f6;
  padding: 20px;
}

.p-page__section {
  margin: 0 0 30px;
  padding: 20px;
  border: 2px solid #b0bec5;
  border-radius: 4px;
  word-break: break-all;
}
.p-page__section-line {
  height: 2px;
  background: rgba(136, 136, 136, 0.2);
  border: none;
  margin: 1em 0;
}


.p-page__section-title {
  color: #222;
  font-size: 16px;
  margin: 0px;
  line-height: 1.5;
}
.p-page__section-title--small {
  font-size: 1em;
  color: #607d8b;
  font-weight: bold;
  margin-bottom: 0.5em;
}


.p-page__section--flat {
  padding: 20px;
  border: none;
  border-radius: 4px;
  background-color: #eff2f4;
}

.p-mailmaga__email {
  font-size: 16px;
  text-align: center;
  margin: 50px 0 30px;
}

.p-review-product__img {
  max-width: 250px;
  max-height: 250px;
  height: auto;
  display: block;
  margin: 0 auto 20px;
  border: 2px solid #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.p-review-product__img:active {
  box-shadow: none;
}
.p-review-product__img--float {
  width: 40%;
  max-width: 120px;
  max-height: 120px;
  margin: 0 20px 0 0;
  float: left;
}
.p-review-product__name {
  font-size: 16px;
  margin-bottom: 20px;
}
.p-review-product__note {
  clear: both;
  padding: 1em 0;
  font-size: 12px;
}
.p-review-list__unit {
  padding: 20px 0;
}
  .p-review-list__unit:after {
    content: "";
    clear: both;
    display: block;
  }
.p-review-list__info {
  margin: 5px 0 10px;
  padding: 0;
  list-style-type: none;
  font-size: 12px;
}
.p-review-list__info li {
  display: inline;
  padding-left: 20px;
}
  .p-review-list__info li:first-child {
    padding: 0;
  }
.p-review-list__img {
  display: block;
  float: left;
  margin: 0 20px 10px 0;
}
.p-review-list__title {
  font-weight: bold;
  font-size: 16px;
}
.p-review-list__reply {
  margin-top: 20px;
}
.p-review-list__reply-info {
  margin: 10px 0;
  padding: 0;
  list-style-type: none;
  font-size: 12px;
}
.p-review-list__reply-info li {
  display: inline;
  padding-left: 20px;
}
  .p-review-list__reply-info li:first-child {
    padding: 0;
  }
.p-review-list__reply-comment {
  border-left: 3px solid #eff2f3;
  padding: 3px 0 3px 20px;
}
.p-review-list__pager {
  margin: 1em 0;
  text-align: center;
}

.c-text--danger {
  color: #f44336;
}

.c-button__group {
  margin: 20px 0;
  text-align: center;
}
.c-button__group--sub {
  margin: 20px 0 30px;
  text-align: right;
}
.c-button__group-note {
  font-size: 11px;
}
.c-button__group--notes {
  text-align: left;
}
.c-button__group--in-form {
  margin: 8px 0 0;
  text-align: left;
}
.c-button__group--in-form .c-button {
  width: 190px;
}

.c-button,
.c-button:link,
.c-button:hover,
.c-button:active,
.c-button:visited {
  margin: 0 7px;
  color: #35454c;
  text-decoration: none;
  border: none;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
}
.c-button {
  background: #eff2f4;
  line-height: 1;
  font-size: 13px;
  padding: .75em 1.5em;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  box-shadow: inset 0 -0.1em 0 rgba(0, 0, 0, 0.1);
}
  .c-button:hover {
    background: #dfe5e8;
  }
  .c-button:active {
    box-shadow: none;
  }
.c-button:disabled,
.c-button.disabled,
.c-button:disabled:hover,
.c-button.disabled:hover {
  background: #d0d8dc;
  color: #eff2f4;
  cursor: default;
  box-shadow: none;
}
.c-button--primary,
.c-button--primary:link,
.c-button--primary:hover,
.c-button--primary:active,
.c-button--primary:visited {
  color: #fff;
}
.c-button--primary {
  background: #2196f3;
}
  .c-button--primary:hover {
    background: #1e87da;
  }
.c-button--danger,
.c-button--danger:link,
.c-button--danger:hover,
.c-button--danger:active,
.c-button--danger:visited {
  color: #86251e;
}
.c-button--danger {
  background: #feedeb;
}
.c-button--danger:hover {
  background: #fdd9d7;
}

.c-button--line::before {
  content: "";
  display: inline-block;
  margin-right: 1rem;
  flex: 0 0 28px;
  aspect-ratio: 1;
  color: #fff !important;
  background-image: url("/customer/assets/icons/line-625f893e.svg");
  background-size: cover;
}
.c-button--line,
.c-button--line:visited {
  background: #06c755 !important;
  color: #fff !important;
}
.c-button--line:hover,
.c-button--line:focus {
  background: #06c755 !important;
  background-image: linear-gradient(rgb(0 0 0 / .1), rgb(0 0 0 / .1)) !important;
  color: #fff !important;
}
.c-button--line:active {
  background: #06c755 !important;
  background-image: linear-gradient(rgb(0 0 0 / .3), rgb(0 0 0 / .3)) !important;
  color: #fff !important;
}

.c-button--lg {
  font-size: 16px;
  padding: 1em 3.6em;
}
.c-button--sm {
  font-size: 12px;
}

.c-button--login {
  font-size: 16px;
  height: 52px;
  min-width: 232px;
}

.c-alert {
  color: #607d8b;
  background: #eff2f4;
  padding: 20px;
  margin: 30px 0;
  line-height: 1.6;
  text-align: left;
}
.c-alert--danger {
  color: #f44336;
  background: #feedeb;
  font-weight: bold;
}
.c-alert--success {
  color: #4caf50;
  background: #edf7ee;
  font-weight: bold;
}

.c-msg {
  margin: 70px 0;
  text-align: center;
  line-height: 1.8;
}

.c-form__table {
  border: none;
  width: 100%;
  margin: 30px 0;
}
.c-form__title {
  color: #222;
  width: 35%;
  vertical-align: top;
  padding: 17px 20px 17px 0;
  text-align: right;
  font-weight: normal;
  font-size: 13px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.c-form__content {
  color: #222;
  width: 65%;
  vertical-align: middle;
  text-align: left;
  padding: 10px 0;
  font-size: 13px;
}
  .c-form__content.c-type-of-money,
  .c-form__content.c-type-of-point {
    font-size: 20px;
  }
.c-form__note {
  margin: .3em 0;
  font-size: 12px;
}
.c-form__example {
  margin: .3em .5em;
  font-size: 12px;
  color: #888;
}
.c-form__note--danger {
  display: none;
  color: #f44336;
}
.c-form__note--success {
  display: none;
  color: #4caf50;
}

.c-input--text {
  width: 100%;
  padding: 7px;
  border: 2px solid #d7dee2;
  font-size: 13px;
  margin-top: 0;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
  .c-input--text.is-narrow {
    width: 40%;
    max-width: 200px;
    min-width: 100px;
    margin-right: 0;
  }
  .c-input--text:focus {
    outline: none;
    border-color: #607d8b;
  }
.c-input--select-wrap {
  position: relative;
}
.c-input--select {
  padding: 7px;
  border: 2px solid #eff2f4;
  background: #eff2f4;
  font-size: 13px;
  width: 100%;
  margin-top: 0;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
  .c-input--select-wrap:before {
    content: "▼";
    color: #666;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    position: absolute;
    z-index: 100;
    font-size: 9px;
    right: 0;
    top: 50%;
    line-height: 20px;
    pointer-events: none;
  }
  .c-input--select:focus {
    outline: none;
  }
.c-input--file {
  padding: 1em 0;
  width: 100%;
}

.c-line {
  height: 2px;
  background: #eee;
  border: none;
  margin: 50px 0;
}
.c-line--narrow {
  margin: 30px 0;
}

.c-table-wrap {
  width: 100%;
  overflow-x: auto;
  border: 2px solid #b0bec5;
  border-bottom-width: 1px;
  margin: 20px 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.c-table-wrap table + table {
  border-top: 1px solid #b0bec5;
}

.c-table-wrap--overflow {
  max-height: 225px;
  overflow-y: scroll;
  overflow-x: auto;
  border: 2px solid #b0bec5;
  margin: 20px 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.c-table {
  width: 100%;
}
  .c-table .c-type-of-money {
    width: 120px;
  }
  .c-table .c-type-of-point {
    width: 60px;
  }
.c-table__title {
  border-left: 1px solid #b0bec5;
  padding: .7em;
  font-size: 11px;
  min-width: 80px;
}
  .c-table__title:first-child {
    border-left: none;
  }
.c-table__content-block:first-child > .c-table__content {
  border-top: none;
}
.c-table__content {
  padding: .7em;
  border-top: 1px solid #b0bec5;
  border-left: 1px solid #b0bec5;
}
.c-table__content:first-child {
  border-left: none;
}
.c-table__content--empty {
  height: 100px;
  text-align: center;
  border: none;
}
.c-table__content--checkbox {
  text-align: center;
  padding: .7em 0;
}
.c-table__content--narrow {
  width: 120px;
}
.c-table__label {
  font-size: 12px;
  color: #666;
  font-weight: bold;
}

.c-table-preview {
  width: 100%;
  border-top: 1px solid #b0bec5;
}
.c-table-preview__title {
  color: #222;
  width: 35%;
  vertical-align: top;
  padding: 15px 20px 15px 0;
  text-align: right;
  font-weight: normal;
  font-size: 13px;
  border-bottom: 1px solid #b0bec5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.c-table-preview__content {
  color: #222;
  width: 65%;
  vertical-align: middle;
  text-align: left;
  padding: 15px 0;
  font-size: 13px;
  border-bottom: 1px solid #b0bec5;
}

.c-table-sales {
  width: 100%;
}
.c-table-sales__title {
  color: #222;
  width: 80%;
  vertical-align: top;
  padding: .5em;
  text-align: left;
  font-weight: normal;
  font-size: 13px;
  border-bottom: 1px solid #b0bec5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.c-table-sales__content {
  color: #222;
  width: 20%;
  vertical-align: middle;
  text-align: right;
  padding: .5em;
  font-size: 13px;
  border-bottom: 1px solid #b0bec5;
}

.c-type-of-money,
.c-type-of-point {
  text-align: right;
}

@media (max-width: 768px) {
  .is-visible--phone {
    display: initial;
    visibility: visible;
  }
  .p-page__wrap {
    font-size: 16px;
  }
  .c-button__group--sub b {
    display: block;
    text-align: left;
  }
  .c-button__group-note {
    text-align: left;
  }
  .c-button__group--in-form {
    text-align: center;
  }
  .c-form__content .c-button {
    padding: 19px 1em;
    font-size: 16px;
  }
  .c-button__group--in-form .c-button {
    padding: 1em 0;
    width: 100%;
  }
  .c-form__title,
  .c-table-preview__title {
    text-align: left;
    font-weight: bold;
    padding: .5em 0 0;
    border: none;
  }
    .c-form__title br {
      display: none;
    }
  .c-form__title,
  .c-form__content,
  .c-table-preview__title,
  .c-table-preview__content {
    display: block;
    width: auto;
    font-size: 16px;
  }
  .c-input--text {
    padding: 1em .5em;
    font-size: 16px;
  }
  .c-input--select {
    padding: .8em .5em;
    font-size: 16px;
  }
  .c-table,
  .c-table tbody {
    display: block;
  }
  .c-table-wrap--overflow {
    max-height: 320px;
  }
  .c-table__title-block {
    display: none;
  }
  .c-table__content-block {
    display: block;
    position: relative;
    padding: 10px 0;
    border-bottom: 1px solid #b0bec5;
  }
  .c-table__content-block:last-child {
    border-bottom: none;
  }
  .c-table__content {
    padding: .1em .5em;
    display: block;
    border: none;
    overflow-wrap: break-word;
  }
  .c-table__content.c-type-of-money,
  .c-table .c-type-of-point {
    text-align: left;
    width: auto;
  }
  .c-table__content--checkbox {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
  }
  .c-table__content--narrow {
    width: auto;
  }
  .c-table__content--with-checkbox {
    margin-left: 32px;
  }
  .c-table__label {
    display: inline-block;
    width: 90px;
  }
}

@media (max-width: 480px) {
  .p-page__secure {
    padding: 0 20px;
  }
  .p-secure__image {
    width: 30%;
  }
  .p-secure__image img {
    max-width: 90%;
    height: auto;
  }
  .p-secure__msg {
    width: 70%;
  }
  .c-button__group .c-button {
    margin: 0;
    padding: 1em 0;
    font-size: 14px;
    display: inline-flex;
    width: 100%;
  }
  .c-form__content .c-button {
    margin: 0;
  }
}

img.css_thumb {
  -ms-interpolation-mode: bicubic;
}

input.input_ime {
  ime-mode: disabled;
}

#sk_block {
  margin: 0;
  padding: 10px 0;
  text-align: center;
}

#sk_wrapp {
  margin: 0 auto;
  padding: 0;
  text-align: left;
  width: 530px;
}

#sk_wrapp .sk_title {
  margin: 0 0 10px;
  padding: 0;
  text-align: center;
}

#sk_wrapp .table1 {
  width: 530px;
  margin: 0 0 10px;
}

#sk_wrapp .table1 th {
  text-align: left;
  padding-left: 5px;
}

#sk_closed {
  margin: 0;
  padding: 0;
  text-align: center;
}

.btn_cont_dl {
  display: block;
  margin: 15px 0 0;
  font-weight: bold;
  line-height: 1.1em;
}

.gift_wrap {
  background: #FEFBCD;
  border: 2px solid #FFCC00;
  padding: 10px;
  margin: 24px auto 0;
  clear: both;
}

.gift_msg,
.gift_msg_sp {
  font-size: 14px;
  font-weight: bold;
  color: #FF7F00;
}

.gift_list {
  margin-top: 10px;
  line-height: 1.6em;
}

.gift_list_sp {
  padding-left: 30px;
  padding-top: 5px;
  line-height: 1.6em;
  list-style-type: square;
}

.gift_wrap_sp {
  background: #FEFBCD;
  border: 1px solid #FFCC00;
  padding: 5px;
  margin: 24px auto 0;
  clear: both;
}

.gift_list_item_img,
.gift_list_item_img img {
  width: 70px;
}

.gift_list_item_img {
  padding: 3px;
  border: 1px solid #FFCC00;
  background-color: #FFFFFF;
}

.gift_list_item_name {
  padding: 5px 10px;
}

.gift_ng_img {
  padding: 0 10px;
}

.gift_ng_img_sp {
  padding: 5px 0 0 0;
}

.btn_next {
  cursor: pointer;
}

.subsc_login {
  background: #FEFBCD;
  border: 2px solid #FFCC00;
  padding: 10px;
  margin: 10px auto;
  text-align: center;
}

.subsc_must {
  color: #FF3366;
}
.credit_card_save {
  background: #FEFBCD;
  border: 2px solid #FFCC00;
  padding: 10px;
  margin: 10px auto;
  text-align: center;
}
.credit_card_save_checkbox {
  text-align: center;
  margin-top: 10px;
}
.yahoo_auction_info{
  background: #FEFBCD;
  border: 2px solid #FFCC00;
  padding: 10px;
  margin: 10px auto;
  text-align: center;
}
.ie6_box {
  background: #FEFBCD;
  border: 2px solid #FFCC00;
  padding: 20px;
  margin: 0 auto 24px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.6em;
}

.name_w_cu { width:30%; }
.name_w_sc { width:45%; }

.product_text {
  padding-top: 5px;
  width: 30%;
}

.product_text_sp {
  padding-top: 5px;
}

.product_text_detail_cu {
  width: 100%;
}

.product_text_detail_cu_sp {
  margin-left: 5px;
  width: 100px;
}

.product_text_detail_sc {
  margin-left: 5px;
}

.pickup_img img {
  max-width: 100%;
  height: auto;
}
.content_box {
  width: 800px;
  margin: 20px auto;
}
.clear {
  clear: both;
}
.sp_input_code {
  width: 100%;
  box-sizing: border-box;
  margin: 5px 0 0;
}
.msg_mail_attention {
  background-color: #FEFBCD;
  padding: 20px;
  width: 500px;
  margin: 20px auto 0;
  border: 2px solid #FFCC00;
}
.sp_msg_mail .msg_mail_attention {
  width: auto;
}

.msg_mail_attention ul {
  list-style-type: decimal;
  padding: 20px 40px 20px 20px;
  font-size: 14px;
}
.msg_mail_attention li {
  margin-bottom: 5px;
}
.msg_mail_attention p strong {
  color:#FF0000;
  font-weight:bold;
  font-size: 14px;
}
.txt_c {
  text-align: center;
}
.msg_thanks {
  font-size: 14px;
  margin-top: 40px;
  line-height: 1.6;
}
.view_pc #order_end .order_cap {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
}

a.btn_creditpay_pc {
  background-image: url("../img2/btn.png");
}
.msg_order_end {
  font-size: 20px;
}
.msg_order_end p {
  line-height: 1.5;
}
#order_end .order_number {
  background: transparent;
}
.save_point ul li img.save_point_calamel {
  margin-right: 10px;
  vertical-align: -5px;
}
.save_point ul li img.save_point_gmo {
  vertical-align:-1px;
  width: 90px;
  height: 12px;
}

/* 利用クレジットカード選択 */
.payment_card_cell {
  width: 75%;
 }
.payment_card {
  display: block;
}
.payment_card dt {
  clear: both;
  float: left;
  width: 6em;
  display: block;
  white-space: nowrap;
  line-height: 1.6;
}
.payment_card dd {
  float: left;
  display: block;
  white-space: nowrap;
  line-height: 1.6;
}
.payment_card dd:before {
  display: inline-block;
  content: ':';
  margin-right: 1em;
}

/*
  myaccount-result
*/
.myaccount-result {
  display: table;
  width: 100%;
  margin: 0 0 -1em;
  padding: 0;
  border-collapse: collapse;
}
.myaccount-result__count {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.myaccount-result__btn {
  display: table-cell;
  margin: 0;
  padding: 0;
  text-align: right;
  vertical-align: middle;
}

/*
  myaccount-withdrawal
*/
.myaccount-withdrawal {
  margin: 20px 0;
  display: flex;
  justify-content: center;
}
.myaccount-withdrawal__content {
  display: flex;
  align-items: center;
  gap: 5px;
}

/*
  c-table-scroll-wrap
*/
.c-table-scroll-wrap {
  width: 100%;
  border: 2px solid #b0bec5;
  margin: 20px 0;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*
  c-table-scroll
*/
.c-table-scroll {
  width: 100%;
}
.c-table-scroll__thead {
  display: block;
  width: 100%;
  border-radius: 4px 4px 0 0;
  background-color: #eff2f4;
}
.c-table-scroll__tbody {
  display: block;
  width: 100%;
  overflow-y: scroll;
  max-height: 300px;
}
.c-table-scroll__title {
  padding: 0.8em 0.6em;
  border-left: 1px solid #b0bec5;
  border-bottom: 1px solid #b0bec5;
  font-size: 11px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-table-scroll__title:first-child {
  border-left: none;
}
.c-table-scroll__content {
  padding: 0.6em;
  border-top: 1px solid #b0bec5;
  border-left: 1px dotted #b0bec5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-table-scroll__content:first-child {
  border-left: none;
}
.c-table-scroll__title--id,
.c-table-scroll__content--id {
  width: 80px;
}
.c-table-scroll__title--date,
.c-table-scroll__content--date {
  width: 100px;
}
.c-table-scroll__title--pname,
.c-table-scroll__content--pname {
  width: 237px;
}
.c-table-scroll__title--pname-check,
.c-table-scroll__content--pname-check {
  width: 206px;
}
.c-table-scroll__title--num,
.c-table-scroll__content--num {
  width: 80px;
}
.c-table-scroll__title--money,
.c-table-scroll__content--money {
  width: 85px;
}
.c-table-scroll__content--money {
  text-align: right;
}
.c-table-scroll__title--check,
.c-table-scroll__content--check {
  width: 80px;
  text-align: center;
  font-size: 12px;
}
.c-table-scroll__content-block.c-table-scroll__content-block--cancel {
  color: #888;
  background-color: #d0d0d0;
}
@media (max-width: 768px) {
  .c-table-scroll,
  .c-table-scroll__tbody {
    display: block;
  }
  .c-table-scroll__thead {
    display: none;
  }
  .c-table-scroll__content-block {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #b0bec5;
  }
  .c-table-scroll__content-block:last-child {
    border-bottom: none;
  }
  .c-table-scroll__content {
    padding: 0.1em 0.5em;
    display: block;
    border: none;
    width: auto;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
  }
  .c-table-scroll__label {
    display: inline-block;
    width: 90px;
    font-size: 12px;
    color: #666;
    font-weight: bold;
  }
}

/*
  myaccount-card
*/
.myaccount-card {
  display: inline-block;
  margin: 0;
  padding: 4px 10px;
  border-radius: 2px;
  font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
  color: #607d8b;
  line-height: 1.6;
  background-color: #eff2f4;
}
.myaccount-card__company {
  display: inline-block;
}
.myaccount-card__company:after {
  display: inline-block;
  margin: 0 0.5em;
  padding: 0;
  content: ':';
}
.myaccount-card__number {
  display: inline-block;
  margin: 0;
  padding: 0;
}

/* Amazonペイメント対応（PC版） */
.checkout-select {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  border-right: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  border-left: 2px solid #ccc;
  background-color: #fff;
}
.checkout-select__item {
  padding: 15px;
  border-top: 2px solid #ccc;
}
.checkout-select__item input {
  margin: 0;
  padding: 0;
}
.checkout-select__btn {
  float: right;
  width: 200px;
  height: 45px;
  margin: 0 0 5px 15px;
}
.checkout-select__disabled {
  display: block;
  width: 200px;
  height: 45px;
  cursor: default;
  text-indent: -100%;
  white-space: nowrap;
  overflow: hidden;
  background: url("../img2/btn_checkout.png") no-repeat 0 0;
}
.checkout-select__submit {
  display: block;
  width: 200px;
  height: 45px;
  cursor: pointer;
  text-indent: -100%;
  white-space: nowrap;
  overflow: hidden;
  background: url("../img2/btn_checkout.png") no-repeat 0 0;
}
.checkout-select__submit:hover {
  background-position: 0 -45px;
}
.checkout-select__lead {
  margin-bottom: 10px;
  color: #333 !important;
  font-size: 14px;
  line-height: 1.6;
}
.checkout-select__lead:last-child {
  margin-bottom: 0;
}
.checkout-select__lead--is_note {
  color: #95989a !important;
  font-size: 12px;
  line-height: 1.6;
}

/* Amazonペイメント対応（SP版） */
.sp-checkout-select {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 2px solid #ccc;
  background-color: #fff;
}
.sp-checkout-select__item {
  padding: 10px;
  text-align: center;
}
.sp-checkout-select__item + .sp-checkout-select__item {
  position: relative;
}
.sp-checkout-select__item + .sp-checkout-select__item:before {
  position: relative;
  z-index: 1;
  display: inline-block;
  top: -10px;
  padding: 2px 1em;
  content: 'または';
  font-size: 13px;
  line-height: 1;
  background-color: #fff;
}
.sp-checkout-select__item + .sp-checkout-select__item:after {
  position: absolute;
  z-index: 0;
  top: 10px;
  left: 10px;
  right: 10px;
  content: '';
  height: 1px;
  background-color: #ccc;
}
.sp-checkout-select__item input {
  margin: 0;
  padding: 0;
}
.sp-checkout-select__btn {
  margin: 5px auto 10px auto;
  text-align: center;
}
.sp-checkout-select__btn.sp-checkout-select__btn a {
  display: block;
  margin: 0 auto;
}
.sp-checkout-select__lead {
  margin-bottom: 5px;
  color: #333 !important;
  font-size: 13px;
  text-align: left;
  line-height: 1.6;
}
.sp-checkout-select__lead--is_note {
  color: #95989a !important;
  font-size: 12px;
  line-height: 1.6;
}

/* クレジットカード セキュリティコードについて（PC版） */
.card_security-number {
  width: 540px;
  padding: 20px 0 0;
}
/* クレジットカード セキュリティコードについて（SP版） */
.sp-card_security-number {
  width: 250px;
}

/* -------------------------------------
 *      ３DS2個人情報取得確認
 * ------------------------------------- */
 a.btn_end.accept {
  background-image: url("../img2/btn_accept_and_order.png");
  background-position: 0 0;
  height: 42px;
  margin: 15px 10px;
}

a:hover.btn_end.accept {
  background-image: url("../img2/btn_accept_and_order_hover.png");
  background-position: 0 0;
}

#riskbase_warning p {
  margin-bottom: 15px;
}

#riskbase_warning {
  margin: 15px 0;
  padding: 15px 0;
}

#riskbase_info {
  margin: auto;
  padding: 15px;
}

#riskbase_info ul {
  list-style-type: square;
  padding: 25px
}

#riskbase_info_footer {
  display: flex;
  justify-content: center;
}

/* -------------------------------------
 *      会員ランク
 * ------------------------------------- */
.cust-rank-name {
  font-size: 1.5em;
 }
.cust-rank-gift {
  padding: 0;
  margin: 0;
}
.cust-rank-gift li {
  list-style: none;
}


@media screen and (min-width:480px) {
  .cust-rank-next:after {
    content: "：";
  }
}
.cust-rank-next-break {
  display: none;
  @media screen and (max-width:480px) {
    display: block;
  }
}
.cust-rank-next-name {
  @media screen and (max-width:480px) {
    display: block;
    padding-top: 0.2em;
    font-size: 1.2em;
  }
}

.cust-rank-mater-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1em;
}
.cust-rank-mater-amount {
  font-size: 1.3em;
}
.cust-rank-mater {
  width: 100%;
  height: 23px;
  border-radius: 5px;
  background-color: rgb(96, 125, 139, 20%);
  position: relative;
  margin: 0.5em 0;
  overflow: hidden;
}

.cust-rank-mater-totalling {
  display:flex; flex-direction:column; justify-content:center; align-items:center;
}

.cust-rank-mater-bar {
  height: 100%;
  background: #1e87da;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}

.cust-rank-mater-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3em;
  align-items: center;
}
.mater-lank-list {
  background-image: url("/customer/assets/customer_rank_icon-d0f37545.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
  width: 23px;
  height: 23px;
  border-radius: 50%;
}
.mater-lank-list--clear {
  background-color: #1e87da;
}
.mater-lank-list--no-clear {
  background-color: rgb(96, 125, 139, 32%);
}
.mater-lank-list-period {
  color: #607d8b;
  flex-grow: 1;
  text-align: right;
}

.manage_address_container {
  margin: 20px 0 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.manage_address_left {
  justify-self: start;
}

.manage_address_right {
  justify-self: end;
}

@media screen and (max-width:480px) {
  .mater-lank-list-period {
    text-align: left;
    flex-grow: 0;
  }
}
.cust-rank-mater-remaining {
  margin: 0.7em 0 0;
}

.cust-rank-list {
  margin-top: 1.5em;
}
.cust-rank-list__note {
  color: #607d8b;
}

.cust-rank-list-table {
  margin-top: 0.5em;
}
.cust-rank-list-gifts {
  margin: 0.2em 0 0;
  padding: 0;
  list-style: none;
  color: #607d8b;
}

@media screen and (max-width:768px) {
  #riskbase_warning {
    padding: 15px;
  }
}
