@charset "utf-8";
/* ====================
mypage.css
==================== */

.wrap-mypage {
  margin: 0 auto;
  padding-top: 10px;
  overflow: hidden;
  max-width: 1440px; /* maxのpadding分100pxをプラスしてる */
  max-width: 1124px; /* guideをもっと狭くするということでそれにあわせて変更 */
  position: relative;
}
.container-mypage {
  margin-top: -10px;
  border-top: 1px solid #eee;
}

.side-mypage {
  background: #706f6f;
}
.side-mypage nav li {
}

.side-mypage nav li a {
  border-bottom: 1px solid #999;
  position: relative;
  display: block;
  min-height: 48px;
  padding: 14px 16px;
  color: #fff;
  line-height: 1.3;
}

.side-mypage nav li a span {
  background: #fc8f24;
  border-radius: 9px;
  color: #fff;
  display: inline-block;
  min-width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  margin-left: 5px;
  padding: 0 5px;
}

.side-mypage nav li a:hover {
  background: #fafafa;
  text-decoration: none;
}

.side-mypage nav li a:after {
  content: '\E315';
  font-family: 'Material Icons';
  margin-top: -15px;
  position: absolute;
  right: 8px;
  top: 50%;
  /*
  bottom: 50%;
  */
  font-size: 28px;
  display: inline-block;
  color: #888;
}

.side-mypage nav li a:hover,
.side-mypage nav li a.selected {
  background: #4c4c4c;
}

/* sp-drawer表示 */
@media (max-width: 767px) {
  #sp-drawer-btn {
    display: block;
  }
}

@media (min-width: 480px) {
}
@media (min-width: 667px) {
}
@media (min-width: 768px) {
  .wrap-mypage {
    padding: 30px 30px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row-reverse;
  }
  .wrap-mypage .container-mypage {
    /* はじめorderで指定したけど親要素のflex-direction指定に変更
    order: 1;
    */
    overflow: hidden; /* これがないとIEで崩れる リストなしだと発生しない */
    -webkit-flex-grow: 1;
    flex-grow: 1;
    margin-bottom: 30px;
  }
  .wrap-mypage .side-mypage {
    width: 200px;
    min-width: 200px; /* これがないとIEでwidthを維持できなかった */
    margin-right: 20px;
    margin-bottom: 30px;
  }
  .container-mypage {
    margin-top: 0;
    border: 0;
  }
  .side-mypage nav {
    width: 200px;
  }
  .side-mypage nav li a:after {
    content: none;
  }
}
@media (min-width: 968px) {
  .wrap-mypage {
    padding: 30px 40px 0;
  }
  .wrap-mypage .container-mypage {
  }
  .wrap-mypage .side-mypage {
    margin-right: 30px;
  }
}
@media (min-width: 1220px) {
  .wrap-mypage {
    padding: 30px 50px 0;
  }
  .wrap-mypage .container-mypage {
  }
  .wrap-mypage .side-mypage {
  }
}

.ttl-mypage {
  padding: 6px 15px;
  font-size: 18px;
  line-height: 1.2;
}
.ttl-mypage + .list-item {
  margin-top: -10px;
}
.ttl-mypage-sub {
  font-size: 16px;
}
.ttl-mypage-sub + .txt-error {
  margin-top: 8px;
}
.ttl-mypage-alt {
  background: #eee;
}
@media (min-width: 768px) {
  .ttl-mypage {
    margin-bottom: 10px;
    padding-left: 1px;
    margin-top: 3px;
  }
  .ttl-mypage-alt {
    margin: 0;
    padding-bottom: 16px;
    padding-top: 30px;
  }
}

/* .btn-more
商品ページで使ってるものをコピーした
commonにできるなら移す */
.btn-more {
  width: 80%;
  max-width: 320px;
  margin: 30px auto;
  padding: 10px;
  text-align: center;
  font-size: 14px;
  display: block;
  border: 1px solid #ccc;
  border-radius: 15px;
  background: #fff;
  color: #555;
}
.btn-more:hover {
  text-decoration: underline;
}

.box-mypage-inner {
  max-width: 740px;
  margin: 0 auto;
  padding: 20px;
}

.box-mypage-inner-s {
  padding: 40px 15px 30px;
  max-width: 480px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .box-mypage-inner-s {
    padding: 40px 30px 30px;
  }
}

.box-mypage {
  background: #fff;
  text-align: center;
  padding: 20px;
}
.box-mypage figure {
  display: inline-block;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  overflow: hidden;
  vertical-align: middle;
  margin-right: 8px;
  margin-left: 8px;
  margin-bottom: 8px;
  cursor: pointer;
}
.box-mypage figure img {
  width: 100%;
}
.area-mypage {
  display: inline-block;
  vertical-align: middle;
}
.area-mypage h1 {
  text-align: left;
  margin-bottom: 10px;
  border: 0;
  padding: 0;
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
}
.area-mypage p {
  padding: 1em 0 0.5em;
  line-height: 20px;
}
.area-mypage .rate {
  font-size: 15px;
  margin-right: 10px;
}
.area-mypage .edit {
  margin-left: 12px;
}
.area-mypage .edit img {
  width: 20px;
  vertical-align: bottom;
}
.area-mypage .edit:hover img {
  opacity: 0.6;
}
.area-mypage .star {
  color: #31c557;
  font-size: 18px;
}
.area-mypage .star-active {
  color: #31c557;
}
.area-mypage .num {
  margin-left: 4px;
}
.area-mypage .count {
  font-size: 15px;
  display: inline-block;
}
@media (min-width: 375px) {
  .area-mypage .rate {
    font-size: 16px;
    margin-right: 15px;
  }
  .area-mypage .star {
    font-size: 20px;
  }
  .area-mypage .count {
    font-size: 16px;
  }
  .area-mypage .num {
    margin-left: 6px;
  }
}

.box-mypage-list .bg-light {
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .box-mypage {
    margin-bottom: 10px;
  }
  .box-mypage-list,
  .box-mypage-item {
    margin-top: 40px;
  }
}

/* checklist */
.checklist {
  background: #fff;
}
.checklist li {
  border-bottom: 1px solid #ccc;
}

.checklist a {
  display: block;
  padding: 16px 32px 16px 16px;
  /*
  padding: 16px 35px 16px 32px;
  */
  padding: 16px 32px 16px 20px;
  position: relative;
  color: #888;
  overflow: hidden;
}
.checklist a:hover img {
  opacity: 0.7;
}
.checklist a:hover .name,
.checklist a:hover .msg {
  text-decoration: underline;
}
.checklist .bg-check {
  background: #fff4e9;
}
.checklist a::after {
  position: absolute;
  content: '\E315';
  top: 50%;
  bottom: 50%;
  margin: -0.5em 0;
  font-family: 'Material Icons';
  font-size: 24px;
  right: 12px;
  color: #dbdbdb;
}
.box-checklist-inner {
  margin: 0 auto;
  max-width: 700px;
  word-break: break-all;
}

.checklist .img {
  float: left;
  width: 48px;
  position: relative;
}

.checklist .img img {
  width: 48px;
  border: 1px solid #ccc;
}

.checklist .img span {
  background: #fc8f24;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  top: -8px;
  position: absolute;
  left: -8px;
}

.checklist .datetime,
.checklist .msg,
.checklist .name,
.checklist .price {
  margin-left: 64px;
}
.checklist.point-history .datetime,
.checklist.point-history .msg {
  margin-left: 0;
}

.checklist .datetime {
  line-height: 1.2;
}
.checklist .datetime .day {
  font-size: 13px;
  margin-left: -5px;
}

.checklist .msg,
.checklist .name,
.checklist .price {
  color: #333;
}

.checklist .price span.price {
  display: inline-block;
  margin-left: 0;
  width: 100px;
}

.checklist .name .sold {
  color: #666;
  border: 1px solid #666;
  border-radius: 3px;
  font-size: 13px;
  padding: 3px 5px 2px;
  margin-right: 8px;
}

.checklist .favorite {
  margin-left: 12px;
  display: inline-block;
  background: url(../img/icon_favorite_on.png) no-repeat left;
  background-size: auto 13px;
  padding-left: 18px;
  color: #999;
}

.checklist .amount {
  float: right;
  line-height: 1.2;
  margin-right: 10px;
  color: #333;
}

.checklist .status {
  display: block;
  margin-top: 10px;
  font-weight: bold;
}
.status-seller {
  color: #fc8f24;
}
.status-buyer {
  color: #555;
}

.checklist .status-item {
  margin-top: 10px;
  margin-left: 10px;
  border-radius: 8px;
  padding: 1px 7px;
  font-size: 12px;
}
.status-review {
  color: #31c557;
  border: 1px solid #31c557;
}
.status-modify {
  color: #fb3a68;
  border: 1px solid #fb3a68;
}
.status-disabled {
  color: #000;
  border: 1px solid #000;
}
.status-sell-disabled {
  color: #1614a3;
  border: 1px solid #1614a3;
}
.status-sell-review {
  color: #fc8f24;
  border: 1px solid #fc8f24;
}
.status-sell-stop {
  color: #fb3a68;
  border: 1px solid #fb3a68;
}

.status-valuation-send {
  color: #fc8f24;
}
.status-valuation-wait {
  color: #555;
}
.status-sell-stock {
  color: #00a0e9;
  border: 1px solid #00a0e9;
}

/* 出品アイテムのPVを表示 20181107 */
.list-count {
  text-align: right;
  margin-top: 6px;
}
.list-count li {
  border: 0;
  display: inline-block;
  width: 66px;
  line-height: 1.6;
  padding-left: 24px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 16px;
  text-align: left;
}
.count-favorite {
  background-image: url(../img/icon_favorite_on.png);
}
.count-comment {
  background-image: url(../img/icon_comment.png);
}
.count-view {
  background-image: url(../img/icon_view.png);
}
@media (min-width: 968px) {
  .pv-count .box-checklist-inner {
    position: relative;
  }
  .pv-count .datetime,
  .pv-count .name {
    margin-right: 210px;
  }
  .pv-count .list-count {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -11px;
  }
}

.box-mypage-content {
  background: #fff;
  overflow: hidden;
}

.tab-mypage {
  border-bottom: 2px solid #fc8f24;
}

.tab-mypage ul {
  text-align: center;
  display: table;
  width: 100%;
  max-width: 700px;
  table-layout: fixed;
  margin: 0 auto;
}
.tab-mypage li {
  display: table-cell;
  padding-top: 10px;
}
.tab-mypage a {
  padding: 0.5em 0.2em;
  display: inline-block;
  color: #555;
  font-size: 12px;
  font-weight: bold;
  transition: 0.2s;
}
.tab-mypage a:hover,
.tab-mypage a.selected {
  text-decoration: none;
  color: #fc8f24;
  border-bottom: 6px solid #fc8f24;
}

.ico-face-excellent,
.ico-face-good,
.ico-face-average,
.ico-face-fair,
.ico-face-poor {
  background-size: 18px;
  padding: 11px;
  background-position: left center;
  background-repeat: no-repeat;
}
.tab-mypage i {
  display: block;
  margin-bottom: 3px;
  background-position: center center;
}
.ico-face-excellent {
  background-image: url(../img/icon_face_excellent.png);
}
.ico-face-good {
  background-image: url(../img/icon_face_good.png);
}
.ico-face-average {
  background-image: url(../img/icon_face_average.png);
}
.ico-face-fair {
  background-image: url(../img/icon_face_fair.png);
}
.ico-face-poor {
  background-image: url(../img/icon_face_poor.png);
}

/* mypage-sales */
.box-sales-status {
  background: #fff;
  padding: 30px 30px 30px 16px;
  line-height: 26px;
}
@media (min-width: 768px) {
  .box-sales-status {
    padding: 30px;
  }
}
.box-sales-status span {
  float: right;
  font-size: 26px;
}
.box-linklist {
  margin-top: 10px;
}
.box-linklist li {
  background: #fff;
  margin-bottom: 2px;
}
.box-linklist a {
  display: block;
  padding: 15px 16px;
  color: #333;
  position: relative;
}
.box-linklist a:hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .box-linklist a {
    padding: 15px 30px;
  }
}
.box-linklist a::after {
  display: inline-block;
  content: '\E315';
  font-family: 'Material Icons';
  margin-top: -12px;
  position: absolute;
  right: 8px;
  top: 50%;
  font-size: 28px;
  color: #dbdbdb;
  height: 28px;
  overflow: hidden;
}

/* mypage-sales-expiration */
.list-amount {
}
.list-amount li {
  border-bottom: 1px solid #ccc;
}
.list-amount li div {
  overflow: hidden;
  padding: 12px 20px;
  max-width: 700px;
  margin: 0 auto;
}
.list-amount li p {
  font-size: 16px;
}
.list-amount .date {
  color: #888;
  float: left;
}
.list-amount .amount {
  float: right;
  margin-top: 0;
}

.list-dl {
  overflow: hidden;
  margin-bottom: 1em;
  margin-top: 40px;
  border-top: 1px solid #ccc;
}
.list-dl dt {
  float: left;
  width: 50%;
  padding: 10px;
  line-height: 1.3;
  padding: 15px;
}
.list-dl dd {
  border-bottom: 1px solid #ccc;
  padding: 15px;
  padding-left: 50%;
  line-height: 1.3;
}

/* .box-pager */
.box-pager ol {
  display: table;
  margin: 20px auto;
  border-collapse: collapse;
}
.box-pager li {
  display: table-cell;
  height: 50px;
  width: 50px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #ccc;
  background: #fff;
}
.box-pager li a {
  display: block;
  color: #333;
  font-size: 15px;
}
.box-pager li a:hover {
  opacity: 0.6;
}
.box-pager li.selected {
  background: #1614a3;
}
.box-pager li.selected a {
  color: #fff;
}
.box-pager li.selected a:hover {
  opacity: 1;
}

@media (min-width: 375px) {
  .tab-mypage a {
    font-size: 13px;
  }
  .area-mypage p {
    padding: 1em 0.5em 0.5em;
  }
}
@media (min-width: 480px) {
  .list-item li:nth-child(4) {
    display: none;
  }
  .tab-mypage ul {
    width: 90%;
  }
  .tab-mypage a {
    font-size: 14px;
  }
  .checklist .status {
    display: inline;
    margin-left: 12px;
  }
  .checklist .amount {
    line-height: 50px;
    font-size: 16px;
  }
}
@media (min-width: 667px) {
  .list-item li:nth-child(4) {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .tab-mypage li {
  }
  .tab-mypage i {
    display: inline;
    background-position: left center;
    margin: 0;
  }
  .tab-mypage a {
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  .checklist a {
    padding: 16px;
  }
  .checklist a::after {
    content: none;
  }
  .list-item li:nth-child(4) {
    display: none;
  }
  .box-mypage-content {
    min-height: 914px; /* メニューの高さを指定 */
  }
  .tab-mypage ul {
    width: 100%;
  }
  .tab-mypage li {
  }
  .tab-mypage a {
    padding: 0.5em 0.3px;
    font-size: 15px;
  }
  .tab-mypage i {
    display: block;
    background-position: center center;
    margin-bottom: 3px;
  }
  .box-linklist {
    margin-top: 30px;
  }
}
@media (min-width: 968px) {
  .list-item li:nth-child(4) {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .tab-mypage ul {
  }
  .tab-mypage li {
  }
  .tab-mypage i {
    display: inline;
    background-position: left center;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .tab-mypage ul {
  }
  .tab-mypage a {
    padding: 0.5em 0.3em;
    font-size: 15px;
  }
}
@media (min-width: 1220px) {
  .tab-mypage ul {
  }
  .tab-mypage a {
    font-size: 16px;
  }
}

/* 評価用 未整理
--------------------------------------------------------------------------------- */
.box-evaluation {
  background: #fff;
  padding: 30px 15px;
  text-align: center;
}
@media (max-width: 480px) {
  .box-evaluation.sp-wide {
    padding: 30px 0;
  }
  .box-evaluation.sp-wide .sp-padding {
    padding: 0 20px;
  }
}
.box-sales {
  background: #fff;
  padding: 30px 15px;
}
.box-evaluation-inner,
.box-sales-inner {
  max-width: 540px;
  margin: 0 auto;
}
@media (max-width: 320px) {
  .box-evaluation-inner p {
    font-size: 13px;
  }
}
.box-sales-inner-s {
  padding: 10px 0;
  max-width: 480px;
  margin: 0 auto;
}
.ttl-attention {
  color: #fc8f24;
  font-size: 22px;
  margin-bottom: 0.6em;
  line-height: 1.3;
}
.ttl-success {
  color: #31c557;
  font-size: 22px;
  margin-bottom: 0.7em;
  line-height: 1.3;
}
.ttl-edit {
  color: #6e6e6e;
  font-size: 22px;
  margin-bottom: 0.7em;
  line-height: 1.3;
}
.ttl-attention + p,
.ttl-edit + p,
.ttl-evaluation + p {
  font-size: 13px;
}
.ttl-evaluation {
  color: #e60000;
  margin-bottom: 0.6em;
  line-height: 1.3;
}
.radio-evaluation {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  margin: 20px 0;
}
.radio-evaluation li {
  width: 18%;
}
.radio-evaluation label {
  display: block;
  position: relative;
}
.radio-evaluation input {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.radio-evaluation div {
  padding: 6px 1px;
  border: 1px solid #ccc;
}
.radio-evaluation label:hover div {
  border-color: #fc8f24;
}
.radio-evaluation input:checked + div {
  border: 2px solid #fc8f24;
  padding: 5px 0;
}
.radio-evaluation img {
  width: 50%;
  max-width: 32px;
  margin-bottom: 5px;
}
dl.form dt {
  text-align: left;
}
dl.form textarea {
  min-height: 7em;
}
.btn-attention {
  background: #fc8f24;
}
.ttl-sub {
  font-size: 16px;
  padding: 6px 15px;
}
@media (min-width: 768px) {
  .ttl-sub {
    padding-left: 1px;
  }
}
.box-infolink a {
  display: block;
  padding: 15px;
  background: #fff;
  color: #333;
  overflow: hidden;
}
.box-infolink a:hover {
  opacity: 0.6;
}
.box-infolink .user-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
}
.box-infolink .user-img img {
  width: 100%;
}
.box-infolink .item-img {
  width: 50px;
  height: 50px;
  border: 1px solid #ccc;
  float: left;
}
.box-infolink .item-img img {
  width: 100%;
}
.box-infolink p {
  margin-left: 65px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.4;
}
.box-infolink .price span {
  margin-right: 10px;
}
.star {
  color: #31c557;
  font-size: 20px;
}
.star-active {
  color: #31c557;
}

.box-detail {
  clear: left;
}
.box-message {
  background: #fff;
  padding: 15px 15px 20px;
}
.box-message-inner {
  max-width: 700px;
  margin: 0 auto;
  padding: 10px 0;
}
/* list-messageをcommon.cssに移設 */
.box-message .btn-sub {
  margin-top: 12px;
}
.box-message .btn-sub + .txt-right {
  padding-top: 5px;
}
.btn-confirm-cancel {
  background: #fff;
  color: #333;
  border: 2px solid #333;
}
.box-link-inquiry {
  text-align: center;
  margin-top: 20px;
  line-height: 1.6;
}
.box-link-inquiry a:hover,
.txt-right a:hover {
  text-decoration: underline;
}
.win-modal-ordercancel {
  width: 90%;
  max-width: 480px;
}
.win-modal-ordercancel-inner {
  padding: 10px 0;
  max-width: 340px;
  margin: 0 auto;
}
.win-modal-ordercancel p {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.win-modal-ordercancel p.note {
  font-size: 10px;
  font-weight: normal;
  margin-top: 1em;
}
.win-modal-ordercancel textarea {
  min-height: 5em;
  margin-top: 1em;
}
.win-modal-ordercancel .confirm-btn {
  overflow: hidden;
}
.win-modal-ordercancel .confirm-btn li {
  float: left;
  width: 47%;
  margin: 0;
  font-size: 13px;
}
.win-modal-ordercancel .confirm-btn .btn-submit {
  font-size: 13px;
}
.win-modal-ordercancel .confirm-btn li + li {
  margin-left: 6%;
}
@media (min-width: 375px) {
  .ttl-attention + p,
  .ttl-edit + p,
  .ttl-evaluation + p {
    font-size: 14px;
  }
  .ttl-sub {
    padding: 6px 20px;
  }
  .box-infolink a {
    padding: 20px;
  }
  .box-message {
    padding: 20px 20px 20px;
  }
  .win-modal-ordercancel .confirm-btn li,
  .win-modal-ordercancel .confirm-btn .btn-submit {
    font-size: 14px;
  }
}
@media (min-width: 480px) {
  .box-sales-inner-s {
    padding: 10px 20px 10px;
    max-width: 520px;
  }
  .win-modal-ordercancel p {
    font-size: 16px;
  }
  .win-modal-ordercancel p.note {
    font-size: 12px;
  }
}
@media (min-width: 667px) {
}
@media (min-width: 768px) {
  .ttl-attention,
  .ttl-success,
  .ttl-edit,
  .ttl-evaluation {
    font-size: 26px;
  }
  .box-evaluation {
    padding: 50px 15px;
  }
  .box-sales {
    padding: 50px 15px;
  }
  .box-sales-inner-s {
    padding: 10px 30px 10px;
    max-width: 540px;
  }
}
@media (min-width: 835px) {
  .ttl-attention,
  .ttl-success,
  .ttl-edit,
  .ttl-evaluation {
    font-size: 28px;
  }
}
@media (min-width: 968px) {
  .ttl-attention,
  .ttl-success,
  .ttl-edit,
  .ttl-evaluation {
    font-size: 30px;
  }
  .ttl-sub {
    padding: 6px 0;
  }
  .box-evaluation {
    margin-bottom: 20px;
  }
  .box-detail {
    padding-top: 20px;
  }
  .box-infolink {
    width: 50%;
    float: left;
    padding-right: 6px;
  }
  .box-infolink + .box-infolink {
    padding-left: 6px;
    padding-right: 0;
  }
  .box-message {
    padding: 20px 20px 20px;
  }
}
@media (min-width: 992px) {
  .ttl-attention,
  .ttl-success,
  .ttl-edit,
  .ttl-evaluation {
    font-size: 32px;
  }
}
@media (min-width: 1220px) {
  .box-message {
    padding: 30px 15px;
  }
}

/* 画像アップロード
**************************************************** */
.input-file {
  display: none;
}

#dropArea {
  background: #fff;
  border: 1px solid #aaa9a9;
  cursor: pointer;
}

#dropArea p {
  color: #cccccc;
  text-align: center;
  font-size: 16px;
  margin: 40px 0;
}

#dropArea img {
  width: 100%;
  vertical-align: bottom;
}

/* ポイント有効期限 */
.list-point-expiration li {
  background: #fff;
  margin-bottom: 2px;
}
.list-point-expiration li div {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  display: table;
}
.list-point-expiration li p {
  display: table-cell;
  vertical-align: middle;
  padding: 8px 12px;
  font-size: 16px;
}
.list-point-expiration .date {
  color: #888;
}
.list-point-expiration .point {
  text-align: right;
}

/* ポイント購入 */
.tbl-order-point {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}

.tbl-order-point th,
.tbl-order-point td {
  border: 1px solid #ccc;
  padding: 16px;
}

.tbl-order-point th {
  text-align: left;
  background: #fbead9;
}

.tbl-order-point td {
  text-align: right;
  background: #fff;
  font-size: 22px;
}
.input-wrap-point {
  position: relative;
  font-size: 22px;
}

.input-wrap-point::after {
  content: 'pt';
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  margin-top: -11px;
  right: 10px;
}

.input-wrap-point input {
  text-align: right;
  padding-right: 45px;
  font-size: 22px;
}

/* card-list */
/* app-list */
.card-list li,
.app-list li {
  border-top: 1px solid #ccc;
  padding: 20px 0;
}
.card-list li:first-child {
  border: 0;
}
.card-list li > div,
.app-list .app-head {
  max-width: 560px;
  margin: 0 auto;
  padding: 0 20px;
  overflow: hidden;
  text-align: center;
}
.app-body {
  max-width: 560px;
  margin: 20px auto 30px;
  padding: 0 20px;
}
.app-head + .app-body {
  margin-top: 30px;
  display: none;
}
.card-list li > div .form {
  text-align: left;
  margin-top: 20px;
}
.card-list p,
.app-list p {
  line-height: 23px;
}
.card-list .card-name,
.app-list .app-no {
  width: 240px;
  margin: 0 auto;
  display: block;
  text-align: left;
}
.card-list .card-number,
.card-list .card-meigi,
.card-list .card-expiration {
  margin-left: 10px;
  margin-top: 0;
  width: 120px;
  text-align: right;
}
.card-list .card-error {
  margin: 0 auto;
  max-width: 520px;
  text-align: left;
}
.app-list .app-name {
  width: 240px;
  display: inline-block;
  text-align: left;
}
.card-list .link-btn,
.app-list .link-btn {
  clear: both;
  overflow: hidden;
  padding-top: 8px;
}
.card-list .card-edit,
.card-list .card-delete,
.app-list .app-edit,
.app-list .app-delete {
  float: left;
  width: 50%;
  margin: 0;
}
.card-list .card-edit,
.app-list .app-edit {
  clear: left;
  text-align: right;
  padding-right: 20px;
}
.card-list .card-delete,
.app-list .app-delete {
  padding-left: 20px;
  text-align: left;
}
.card-list .card-edit a:hover,
.card-list .card-delete a:hover,
.app-list .app-edit a:hover,
.app-list .app-delete a:hover {
  text-decoration: underline;
}
.card-list .img-card {
  vertical-align: middle;
}
.box-headline-api {
  max-width: 560px;
  margin: 0 auto;
  padding: 30px 20px;
}
.box-app-new {
  padding-bottom: 20px;
}
.box-headline-api + .box-app-new .app-body {
  margin-top: 0;
}
.ttl-mypage-alt + .box-app-new {
  padding-top: 20px;
}

/* リスト 編集/削除ボタン */
.inner-2link {
  padding: 20px;
  max-width: 740px;
  overflow: hidden;
}
.inner-2link .name {
  float: left;
}
.draft .inner-2link .name {
  max-width: calc(100% - 70px);
}
.draft .inner-2link .img + .datetime + .name {
  margin-left: 14px;
}
.template .inner-2link .name,
.template .inner-2link .datetime {
  margin-left: 0;
}
.inner-2link .link-btn {
  clear: both;
  overflow: hidden;
  padding-top: 0.5em;
  text-align: center;
}
.inner-2link .link-btn p {
  float: left;
  margin-top: 0;
  width: 50%;
}
.inner-2link .edit {
  text-align: right;
  padding-right: 20px;
}
.inner-2link .delete {
  text-align: left;
  padding-left: 20px;
}
.inner-2link a {
  color: #1614a3;
  padding: 0;
  line-height: 1.6;
}
.inner-2link a::after {
  content: none;
}
@media (min-width: 640px) {
  .template .inner-2link .name {
    max-width: calc(100% - 170px);
  }
  .draft .inner-2link .name {
    max-width: calc(100% - 230px);
  }
  .inner-2link .link-btn {
    clear: none;
    float: right;
  }
  .inner-2link .edit {
    text-align: left;
  }
  .inner-2link .delete {
    text-align: right;
  }
}

/* api */
.apikey {
  margin: 10px 0;
  line-height: 1.5;
  word-break: break-all;
}
.form-api dt,
.form-api-confirm dt,
.form-api-complete dt {
  font-weight: bold;
}
.form-api-confirm dd {
  margin-bottom: 20px;
  font-size: 16px;
  border-bottom: 1px solid #aaa;
  padding-bottom: 15px;
  line-height: 1.5;
}
.form-api-confirm dd:last-child {
  border: 0;
  padding-bottom: 0;
}
.form-api-complete {
  display: inline-block;
  text-align: left;
}
.list-disc {
  margin: 1em 0;
  padding-left: 20px;
  list-style-type: disc;
}
.list-note-api li {
  line-height: 1.4;
}
.list-note-api li + li {
  margin-top: 0.3em;
}
.win-modal-delete {
  width: 90%;
  max-width: 480px;
}
.win-modal-delete-inner {
  padding: 10px 0;
  max-width: 340px;
  margin: 0 auto;
}
.win-modal-delete p {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.win-modal-delete .confirm-btn {
  overflow: hidden;
}
.win-modal-delete .confirm-btn li {
  float: left;
  width: 47%;
  margin: 0;
  font-size: 13px;
}
.win-modal-delete .confirm-btn li + li {
  margin-left: 6%;
}
@media (min-width: 375px) {
  .win-modal-delete .confirm-btn li {
    font-size: 14px;
  }
}
@media (min-width: 480px) {
  .win-modal-delete p {
    font-size: 16px;
  }
}
.box-checkbox {
  margin: 15px 0;
  overflow: hidden;
}
.box-checkbox .checkbox {
  position: relative;
  padding-left: 22px;
  line-height: 1.3;
  font-weight: bold;
  float: left;
  margin-bottom: 10px;
}
.box-checkbox .checkbox + .checkbox {
  margin-left: 30px;
}
.box-checkbox .checkbox input {
  display: none;
}
.box-checkbox .checkbox span::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 20%;
  background: #fff;
}
.box-checkbox .checkbox input:checked + span::after {
  content: '';
  display: block;
  position: absolute;
  top: -3px;
  left: 5px;
  width: 6px;
  height: 11px;
  border-right: 4px solid #00a0e9;
  border-bottom: 4px solid #00a0e9;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.txt-dt-note {
  display: inline-block;
  margin-left: 20px;
  font-weight: normal;
  line-height: 1.5;
}
.txt-dt-note a {
  font-weight: bold;
}
.txt-dt-note a:hover {
  text-decoration: underline;
}
@media (min-width: 480px) {
  /* .card-list p, */
  .app-list p {
    float: left;
    display: block;
  }
  .card-list .card-name,
  .app-list .app-no {
    margin: 0;
    width: 100%;
  }
  .card-list .card-number,
  .card-list .card-meigi,
  .card-list .card-expiration {
    text-align: left;
    width: auto;
    margin-right: 10px;
  }
  .card-list .link-btn,
  .app-list .link-btn {
    clear: none;
    float: right;
  }
  .app-list .link-btn {
    padding-top: 0;
    margin-top: -5px;
  }
  .card-list .card-edit,
  .card-list .card-delete,
  .app-list .app-edit,
  .app-list .app-delete {
    width: auto;
  }
}

/* mypage-shipping */
.form-mypage-shipping {
  margin: 30px 0 0;
  overflow: hidden;
}
.form-mypage-shipping li {
  text-align: left;
}
.form-mypage-shipping p {
  font-weight: bold;
}
.form-mypage-shipping p + input {
  margin-top: 0;
}
@media (min-width: 768px) {
  .form-mypage-shipping {
    margin: 30px 0 0;
  }
  .form-mypage-shipping li:first-child {
    float: left;
    width: 50%;
    padding-right: 10px;
  }
  .form-mypage-shipping li:last-child {
    float: right;
    width: 50%;
    padding-left: 10px;
    margin-top: 0;
  }
}

.win-modal-ordercancel-inner.mypage-shipping p + p {
  font-weight: bold;
  margin-top: 30px;
}
.win-modal-ordercancel-inner.mypage-shipping textarea {
  min-height: 90px;
  margin-top: 10px;
}
.win-modal-ordercancel-inner.mypage-shipping .confirm-btn .btn-cancel {
  height: 87px;
  font-size: 12px;
  padding-top: 23px;
}
.win-modal-ordercancel-inner.mypage-shipping .confirm-btn .btn-submit {
  height: 87px;
  font-size: 12px;
}
@media (min-width: 375px) {
  .win-modal-ordercancel-inner.mypage-shipping .confirm-btn .btn-cancel,
  .win-modal-ordercancel-inner.mypage-shipping .confirm-btn .btn-submit {
    font-size: 13px;
  }
  .win-modal-ordercancel-inner.mypage-shipping .confirm-btn .btn-submit {
    padding: 11px 0;
  }
}

/* mypage-cancel */
@media (min-width: 768px) {
  .box-mypage-content .box-evaluation {
    border-bottom: 1px solid #ccc;
  }
}

.btn-yn {
  overflow: hidden;
}
.btn-yn li {
  float: left;
  width: 47%;
}
.btn-yn li + li {
  margin-left: 6%;
}
.btn-yn-no {
  background: #aaa9a9;
}
.btn-yn-yes {
  background: #fc8f24;
}

/* mypage-shipping */
.box-shipping-info {
  border: 1px solid #aaa9a9;
  margin-bottom: 40px;
  margin-top: 26px;
}
@media (max-width: 480px) {
  .box-shipping-info {
    border-left: 0;
    border-right: 0;
  }
}
.ttl-shipping-info {
  color: #fff;
  background: #aaa9a9;
  padding: 5px;
  text-align: center;
}
@media (min-width: 375px) {
  .box-shipping-info {
    margin-top: 28px;
  }
}
@media (max-width: 480px) {
  .ttl-shipping-info {
    text-align: left;
    padding-left: 20px;
  }
}
.shipping-info-block {
  padding: 20px;
  border-top: 1px solid #aaa9a9;
  overflow: hidden;
}
.shipping-info-block .head {
  float: left;
  width: 70px;
  line-height: 1.6;
}
.shipping-info-block .head img {
  width: 100%;
}
.shipping-info-block .body {
  margin-left: 90px;
  text-align: left;
  overflow: hidden;
}
.shipping-info-block p + p {
  margin-top: 0.2em;
}
.shipping-info-block .code span {
  margin-left: 10px;
}
.shipping-info-block .tel {
  display: inline-block;
  margin-right: 15px;
}
.shipping-info-block .name {
  font-weight: bold;
  font-size: 16px;
}
.shipping-info-block .tel + .name {
  display: inline-block;
}
.shipping-info-block .last {
  display: inline-block;
}
.shipping-info-block .last + a {
  float: right;
  margin-top: 9px;
  padding-left: 5px;
}
@media (min-width: 768px) {
  .box-shipping-info {
    margin-top: 40px;
  }
}

.btn-mart {
  background: none;
  border: 1px solid #aaa9a9;
  color: #aaa9a9;
  font-size: 16px;
}
form + .btn-mart {
  margin-top: 40px;
  margin-bottom: 10px;
}
@media (min-width: 360px) {
  .btn-mart {
    font-size: 18px;
  }
}
@media (min-width: 414px) {
  .btn-mart {
    font-size: 20px;
  }
}

/* mypage-mart */
.list-btn-3,
.list-btn-2 {
  overflow: hidden;
}
.list-btn-3 a,
.list-btn-2 a {
  display: block;
  font-size: 18px;
  padding: 15px 5px;
}
.list-btn-3 li + li a,
.list-btn-2 li + li a {
  margin-top: 20px;
}
.list-btn-3 a:hover,
.list-btn-2 a:hover {
  opacity: 0.6;
}
@media (min-width: 480px) {
  .list-btn-3 li {
    float: left;
    width: 49%;
  }
  .list-btn-2 li {
    float: left;
    width: 49%;
  }
  .list-btn-3 li + li,
  .list-btn-2 li + li {
    margin-left: 2%;
  }
  .list-btn-3 li + li a,
  .list-btn-2 li + li a {
    margin-top: 30px;
  }
  .list-btn-3 a,
  .list-btn-2 a {
    font-size: 13px;
    padding: 15px 3px;
  }
}
@media (min-width: 576px) {
  .list-btn-3 a,
  .list-btn-2 a {
    font-size: 16px;
  }
}
@media (min-width: 640px) {
  .list-btn-3 a,
  .list-btn-2 a {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .list-btn-3 a,
  .list-btn-2 a {
    font-size: 13px;
  }
}
@media (min-width: 835px) {
  .list-btn-3 a,
  .list-btn-2 a {
    font-size: 15px;
  }
}
@media (min-width: 968px) {
  .list-btn-3 a,
  .list-btn-2 a {
    font-size: 18px;
  }
}
.box-evaluation-inner.box-inner-wide {
  max-width: 650px;
}

.ttl-mart-sub {
  font-size: 16px;
}
@media (min-width: 768px) {
  .ttl-mart-sub {
    font-size: 23px;
  }
}

p.desc {
  margin-top: 20px;
  text-align: left;
}
@media (min-width: 768px) {
  p.desc {
    /*
    text-align: center;
    */
  }
}
p.desc-sub {
  margin-top: 20px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}

.list-step {
  list-style-position: inside;
  text-align: left;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .list-step {
    margin-top: 40px;
  }
}
.list-step li {
  border: 1px solid #ccc;
  padding: 0.9em 1.2em;
  text-indent: -1em;
  padding-left: 2.2em;
  line-height: 1.3;
}
.list-step li + li {
  position: relative;
  margin-top: 50px;
}
.list-step li + li:before {
  position: absolute;
  content: '\E313';
  font-family: 'Material Icons';
  font-size: 40px;
  top: -46px;
  color: #dbdbdb;
  margin-left: -13px;
  left: 50%;
  width: 40px;
  text-align: center;
}

.box-evaluation.box-stack {
  margin-bottom: 0;
  border-bottom: 1px solid #ccc;
}
.box-evaluation.box-separate {
  border-bottom: 1px solid #ccc;
}
@media (min-width: 768px) {
  .box-evaluation.box-separate {
    border-bottom: 0;
    margin-bottom: 20px;
  }
}
.ttl-separate {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .ttl-separate {
    margin-bottom: 40px;
  }
}
.p-separate {
  margin: -10px 0 20px;
  text-align: center;
}

.box-invoice {
  margin: 40px 0 20px;
  text-align: center;
}
.box-invoice div {
  border: 2px solid #fc8f24;
  display: inline-block;
  padding: 12px 22px;
  font-size: 20px;
  line-height: 1.3;
}
.box-invoice span {
  font-size: 22px;
  display: block;
  line-height: 1.3;
}
@media (min-width: 375px) {
  .box-invoice span {
    margin-left: 18px;
    display: inline;
  }
}

.col-3 {
  display: table;
  width: 100%;
}

.col-3 > div {
  display: table-cell;
}

.col-3 .col-head {
  width: 120px;
  vertical-align: middle;
}

.col-3 .col-data {
  line-height: 1.6;
}

.col-3 .col-edit {
  width: 130px;
  text-align: right;
  vertical-align: bottom;
}
@media (max-width: 640px) {
  .col-3 {
    display: block;
  }
  .col-3 > div {
    display: block;
  }
  .col-3 .col-head {
    width: auto;
    padding-bottom: 0;
  }
  .col-3 .col-data {
    padding: 10px 24px 0;
  }
  .col-3 .col-edit {
    width: auto;
    padding: 10px 24px 14px;
  }
}

.box-code {
  margin: 20px 0 0;
  text-align: center;
}
.box-code .code {
  margin-bottom: 20px;
}
.box-code .code img {
  width: 250px;
}
@media (min-width: 768px) {
  .box-code {
    margin: 25px 0 0;
  }
  .box-code .code img {
    width: 300px;
  }
}
.box-code p {
  font-size: 20px;
}
.box-code p span {
  font-size: 22px;
}
.box-code p + p {
  margin-top: 0;
}
@media (max-width: 480px) {
  .box-code p {
    font-size: 16px;
  }
}

@media (max-width: 364px) {
  .ttl-mart-convenience {
    font-size: 20px;
  }
}

/* notice-detail */
.box-notice-detail {
  max-width: 676px;
  margin: 0 auto;
  padding: 30px 15px;
}
.ttl-notice-detail {
  font-size: 20px;
  line-height: 1.2;
}
.date-notice-detail {
  margin-top: 15px;
  text-align: right;
  color: #aaa9a9;
  font-size: 15px;
}
.body-notice-detail {
  margin-top: 20px;
  line-height: 1.7;
}
.body-notice-detail * {
  line-height: 1.7;
}
.body-notice-detail .btn {
  line-height: 1;
}
.box-notice-detail a:hover {
  text-decoration: underline;
}
.box-notice-detail a:hover.btn {
  text-decoration: none;
}
.box-notice-detail .btn-print {
  display: none;
}
.print-off {
  display: none;
}
#print {
  padding: 30px;
}
#print * {
  line-height: 1.7;
}
@media (min-width: 375px) {
  .ttl-notice-detail {
    font-size: 23px;
  }
  .box-notice-detail {
    padding: 30px 20px;
  }
}
@media (min-width: 480px) {
  .box-notice-detail {
    padding: 30px 20px;
  }
}
@media (min-width: 768px) {
  .box-notice-detail {
    padding: 50px 20px;
  }
  .ttl-notice-detail {
    font-size: 26px;
  }
  .body-notice-detail {
    margin-top: 30px;
  }
  .box-notice-detail .btn-print {
    display: block;
  }
}

.box-reply {
  margin-top: 30px;
}
.box-reply-inner {
  border-top: 1px dashed #333;
  border-bottom: 1px dashed #333;
  display: inline-block;
  margin-bottom: 0.8em;
  padding: 0.8em 0;
}
.box-reply h3 {
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 1em;
}
.box-reply p + p {
  margin-top: 0;
}

/* barcode */
#barcode {
  margin: 40px auto 0;
  padding: 0;
  overflow: auto;
  width: 286px;
}
.body-notice-detail .code-no,
#print .code-no {
  text-align: center;
  margin: 15px 0 0;
  font-size: 16px;
}
.body-notice-detail .code-no span,
#print .code-no span {
  font-size: 18px;
}
.body-notice-detail .box-address,
#print .box-address {
  border: 2px dotted #ccc;
  border-width: 2px 0;
  padding: 14px 15px 18px;
  margin: 40px -15px 0;
}
.body-notice-detail .box-address .address,
#print .box-address .address {
  font-size: 16px;
  line-height: 1.2;
  margin-top: 8px;
  font-weight: bold;
}
.body-notice-detail .box-address .address *,
#print .box-address .address * {
  line-height: 1.2;
}
.box-notice-link {
  text-align: center;
  margin-top: 30px;
}
.box-notice-link a:hover {
  text-decoration: underline;
}
@media (min-width: 375px) {
  .body-notice-detail .box-address,
  #print .box-address {
    padding: 14px 20px 18px;
    margin: 40px -20px 0;
  }
}
@media (min-width: 480px) {
  .body-notice-detail .box-address,
  #print .box-address {
    border-width: 2px;
    padding: 14px 20px 18px;
    margin: 40px 0 0;
  }
  .body-notice-detail .box-address .address,
  #print .box-address .address {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .body-notice-detail .box-address,
  #print .box-address {
    padding: 14px 20px 18px;
  }
}
@media (min-width: 1024px) {
  .body-notice-detail .box-address,
  #print .box-address {
    padding: 14px 32px 18px;
  }
}

.note-mypage-cancel {
  text-align: left;
  margin-top: 16px;
}
.ttl-attention + .p-cancel-reason + .ttl-evaluation {
  font-size: 15px;
}

.p-mypage-logout {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 40px;
}

.mypage-data-filled {
  padding: 15px 5px;
  line-height: 1.4;
  font-size: 15px;
}

@media (max-width: 413px) {
  .ttl-mypage-cancel-xs {
    font-size: 18px;
  }
}

/* inquiry form */
.ttl-inquiry {
  font-size: 18px;
  margin-bottom: 20px;
}
@media (min-width: 480px) {
  .ttl-inquiry {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .ttl-inquiry {
    margin-bottom: 30px;
  }
}
dl.form .textarea-inquiry {
  min-height: 12em;
}
@media (min-width: 480px) {
  dl.form .textarea-inquiry {
    min-height: 10em;
  }
}
@media (max-width: 479px) {
  dl.form .textarea-mypage-profile {
    min-height: 10em;
  }
}
.textarea-inquiry::-webkit-input-placeholder {
  font-size: 14px;
}
.textarea-inquiry::-moz-placeholder {
  font-size: 14px;
}
.textarea-inquiry:-ms-input-placeholder {
  font-size: 14px;
}
.textarea-inquiry::placeholder {
  font-size: 14px;
}
.box-btn-inquiry {
  overflow: hidden;
}
.box-btn-inquiry li {
  float: left;
  width: 48%;
  margin-right: 2%;
}
.box-btn-inquiry li + li {
  margin-right: 0;
  margin-left: 2%;
}
.btn-inquiry-cancel {
  background: #fff;
  color: #333;
  border: 1px solid #00a0e9;
  font-size: 16px;
  line-height: 1.3;
  padding: 10px;
  height: 62px;
}
.btn-inquiry-confirm {
  background: #00a0e9;
  font-size: 16px;
  line-height: 1.3;
  padding: 10px;
  height: 62px;
}
@media (min-width: 480px) {
  .btn-inquiry-cancel,
  .btn-inquiry-confirm {
    padding: 15px;
    height: auto;
  }
}

.form-inquiry-confirm dt {
  margin-top: 1em;
  font-weight: bold;
  line-height: 1.3;
}
.form-inquiry-confirm dd {
  text-align: left;
  padding-bottom: 1em;
  border-bottom: 1px solid #ccc;
  line-height: 1.6;
}
.form-inquiry-confirm dd:last-child {
  border: 0;
  padding-bottom: 0;
}

.box-point-history-inner {
  padding: 16px 20px;
  position: relative;
  color: #888;
  overflow: hidden;
  max-width: 740px;
  margin: 0 auto;
}
.box-point-history-inner .amount {
  margin-top: 0.5em;
  color: #333;
}
.box-point-history-inner .msg-point-item {
  color: #888;
}
@media (min-width: 480px) {
  .box-point-history-inner .amount {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .col-3.sp-vertical {
    overflow: hidden;
  }
  .col-3.sp-vertical > div {
    display: block;
  }
  .col-3.sp-vertical .col-data {
    padding: 0;
    margin-left: 70px;
  }
  .col-3.sp-vertical .col-head {
    float: left;
    width: 70px;
    line-height: 1.6;
  }
  .col-3.sp-vertical .col-edit {
    clear: left;
    vertical-align: bottom;
    text-align: right;
    padding: 0;
    width: auto;
  }
}
@media (max-width: 767px) {
  .col-2.sp-vertical {
    overflow: hidden;
  }
  .col-2.sp-vertical .col-head {
    padding-right: 20px;
    margin-bottom: 0;
    float: left;
    width: 70px;
    margin-top: 5px;
  }
}
.col-2.sp-vertical .col-data {
  margin-bottom: 0;
}

/* 登録情報変更後のメッセージ */
.msg-success {
  margin-bottom: 1em;
  text-align: center;
  font-size: 24px;
  color: #31c557;
  font-weight: bold;
}

/* 運送会社追跡番号表示 */
.box-trackno {
  text-align: center;
  margin: 20px 0 0;
}
.box-trackno dl {
  display: inline-block;
  text-align: left;
  overflow: hidden;
  font-size: 16px;
  font-weight: bold;
}
.box-trackno dt {
  clear: left;
  float: left;
  line-height: 1.6;
}
.box-trackno dd {
  float: left;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .box-trackno dl {
    font-size: 18px;
  }
}

/* ******** 画像トリミング機能 ******** */
/* プロフィール画像 */
#modal-crop.img-profile {
  width: 90%;
  max-width: 470px;
}
.img-profile #wrap-img-crop-outer {
  position: relative;
  padding-top: 100%;
}
.img-profile .cropper-view-box {
  border-radius: 50%;
}
/* ヘッダー画像 */
#modal-crop.img-header {
  width: 90%;
  max-width: 800px;
}
.img-header #wrap-img-crop-outer {
  position: relative;
  padding-top: 56.25%;
}
/* 共通 */
#wrap-img-crop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.box-btn-zoom {
  margin: 15px 0;
  text-align: center;
}
.box-btn-zoom button {
  background: none;
  margin: 0 22px;
  width: 35px;
  height: 35px;
}
@media (min-width: 360px) {
  .box-btn-zoom button {
    margin: 0 28px;
  }
}
@media (min-width: 768px) {
  .box-btn-zoom button {
    margin: 0 32px;
  }
}
.box-btn-zoom button img {
  width: 35px;
}
#modal-crop .button {
  text-align: center;
}
#modal-crop .button button {
  padding: 8px 0;
  width: 75px;
  background: #fff;
  margin: 0 1px;
  font-size: 13px;
}
@media (min-width: 375px) {
  #modal-crop .button button {
    margin: 0 10px;
    width: 75px;
  }
}
@media (min-width: 768px) {
  #modal-crop .button button {
    width: 80px;
  }
}
#modal-crop .button #export {
  background: #eee;
}

/* 金額交渉 */
.box-discount-tbl {
  margin-top: 20px;
}
.box-discount-tbl table {
  margin: 0 auto;
}
.box-discount-tbl th {
  white-space: nowrap;
}
.box-discount-tbl th,
.box-discount-tbl td {
  text-align: left;
  vertical-align: top;
  line-height: 25px;
}
.box-discount-tbl a:hover {
  text-decoration: underline;
}
.box-discount-tbl .excellent {
  width: 20px;
  vertical-align: middle;
  margin-right: 6px;
}
.box-discount-price {
  font-size: 40px;
  font-weight: bold;
  margin-top: 16px;
}
.comment-mypage-discount {
  display: inline-block;
  text-align: left;
  margin-top: 16px;
}

/* 完了画面テキストリンク */
.box-mypage-link {
  margin-top: 20px;
}
.box-mypage-link a:hover {
  text-decoration: underline;
}

/* 欲しいものリスト */
.box-keyword-set,
.box-keyword-form {
  max-width: 560px;
  margin: 20px auto 30px;
  padding: 0 20px;
}
.box-keyword-set h2,
.box-keyword-form h2 {
  margin: 30px 0;
}
.keyword-form-label {
  margin-bottom: 8px;
  font-weight: bold;
}
.keyword-form-submit button {
  margin-top: 12px;
}
.box-keyword-list {
  margin: 20px auto 30px;
  padding: 0 20px;
  max-width: 480px;
}
.box-keyword-list h2 {
  margin-bottom: 8px;
  font-size: 14px;
}
.list-keyword {
  text-align: left;
  margin: 0 -3px;
}
.list-keyword li {
  display: inline-block;
  margin: 0 3px 12px;
}
.list-keyword li a {
  display: block;
  border: 2px solid #ccc;
  line-height: 40px;
  border-radius: 10px;
  padding: 0 12px;
  color: #333;
  transition: 0.2s;
}
.list-keyword li a:hover {
  border-color: #fc8f24;
}
.form-keyword dt {
  font-weight: bold;
}
.form-keyword .dd-category .select-wrap + .select-wrap {
  margin-top: 15px;
}
.form-keyword .dd-range,
.form-keyword .dd-notification {
  display: table;
  width: 100%;
}
.form-keyword .dd-range div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.form-keyword .dd-range input {
  text-align: center;
}
.form-keyword .dd-range .dash {
  width: 26px;
}
.form-keyword .dd-notification > div {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}
.form-keyword .dd-notification > div:first-child {
  padding-right: 13px;
}
.form-keyword .dd-notification > div:last-child {
  padding-left: 13px;
}
.form-keyword dt .note {
  font-weight: normal;
  display: block;
  font-size: 12px;
  margin-top: 0.5em;
}
.form-keyword .box-checkbox {
  margin: 6px 0 0;
}
.form-keyword .box-checkbox:first-child {
  margin-top: 20px;
}
.form-keyword .box-checkbox .checkbox {
  font-weight: normal;
}
.dd-notification .label {
  position: absolute;
  width: 100%;
  height: 44px;
  padding: 0 16px;
  font-size: 16px;
  line-height: 40px;
  border: 1px solid #aaa9a9;
  text-align: center;
}
.dd-notification select {
  opacity: 0;
}
@media (min-width: 360px) {
  .form-keyword dt .note {
    font-size: 13px;
  }
}
@media (min-width: 414px) {
  .form-keyword dt .note {
    display: inline;
  }
}
@media (min-width: 600px) {
  .keyword-form-submit button {
    font-size: 20px;
  }
}
@media (min-width: 960px) {
  .box-keyword-set {
    max-width: 720px;
    margin-top: 50px;
    text-align: center;
  }
  .box-keyword-set div {
    display: inline-block;
    vertical-align: middle;
  }
  .keyword-form-label {
    text-align: right;
    margin-bottom: 0;
  }
  .keyword-form-input {
    padding: 0 8px;
    width: 50%;
  }
  .keyword-form-submit button {
    margin-top: 0;
    padding: 13px;
    font-size: 18px;
  }
  .box-keyword-list {
    max-width: 720px;
    margin-top: 50px;
    padding: 0 30px;
  }
  .box-keyword-list h2 {
    margin-bottom: 15px;
  }
  .list-keyword {
    margin: 0 -8px;
  }
  .list-keyword li {
    margin: 0 8px 16px;
  }
}

/* 出品者取引完了画面売上明細表示 */
.box-proceeds-inner {
  background-color: #fff;
  padding: 15px 15px 20px;
}
.tbl-proceeds {
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
}
.tbl-proceeds th,
.tbl-proceeds td {
  padding: 5px 0;
  vertical-align: middle;
}
.tbl-proceeds th {
  text-align: left;
  font-weight: normal;
  white-space: nowrap;
}
.tbl-proceeds th span {
  margin-left: 0.2em;
}
.tbl-proceeds td {
  text-align: right;
}
.tbl-proceeds .separate th,
.tbl-proceeds .separate td {
  padding-bottom: 10px;
}
.tbl-proceeds .total th,
.tbl-proceeds .total td {
  border-top: 1px solid #ccc;
  padding-top: 8px;
}
.tbl-proceeds .total td {
  font-size: 16px;
}
@media (min-width: 375px) {
  .box-proceeds-inner {
    padding: 20px;
  }
}
@media (min-width: 968px) {
  .box-proceeds {
    margin-bottom: 20px;
  }
}
@media (min-width: 1220px) {
  .box-proceeds-inner {
    padding: 30px 15px;
  }
}

/* 購入情報 */
#purchase-info .tbl-proceeds {
  max-width: 480px;
  box-sizing: border-box;
}
#purchase-info .tbl-name {
  text-align: left;
}
#purchase-info .tbl-price {
  text-align: right;
  white-space: nowrap;
}
#purchase-info .tbl-proceeds th,
#purchase-info .tbl-proceeds td {
  padding: 5px 10px;
}

/* ポイントをSポイントに変換 */
.txt-sh-name,
.txt-sh-mail {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .txt-sh-name,
  .txt-sh-mail {
    font-size: 22px;
  }
}
.radio-list-point-exchange {
  border: 1px solid #ccc;
}
.radio-list-point-exchange > li {
  border-bottom: 1px solid #ccc;
}
.radio-list-point-exchange > li:last-child {
  border: none;
}
.radio-list-point-exchange label {
  display: block;
  text-align: center;
  line-height: 44px;
  font-weight: bold;
  font-size: 16px;
}
.radio-list-point-exchange label span:first-child {
  padding-right: 28px;
  background: url('../img/arrow_lr_or.png') no-repeat right center;
  background-size: 15.5px 20px;
  display: inline-block;
  width: 100px;
  text-align: right;
}
.radio-list-point-exchange input {
  display: none;
}
.radio-list-point-exchange input + span {
  display: inline-block;
  width: 168px;
  text-align: right;
  position: relative;
  padding-right: 35px;
}
.radio-list-point-exchange input + span::before {
  content: '';
  display: block;
  position: absolute;
  top: -1px;
  right: 6px;
  width: 18px;
  height: 18px;
  border: 1px solid #999;
  border-radius: 50%;
  background: #fff;
}
.radio-list-point-exchange input:checked + span::before {
  border: 2px solid #00a0e9;
  right: 5px;
}
.radio-list-point-exchange input:checked + span::after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  right: 10px;
  width: 12px;
  height: 12px;
  background: #00a0e9;
  border-radius: 50%;
}
#spoint-message {
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  color: #fc8f24;
  text-align: center;
  margin-bottom: 20px;
}
#spoint-campaign label {
  display: block;
  text-align: center;
  line-height: 44px;
  font-weight: bold;
  font-size: 20px;
  margin-right: 0;
}
#spoint-campaign input {
  display: block;
  text-align: center;
  line-height: 34px;
  font-weight: bold;
  font-size: 20px;
  border: #ccc 1px solid;
  width: 150px;
  margin-right: auto;
  margin-left: auto;
}
#spoint-campaign .spoint-allow {
  padding-right: 28px;
  background: url('../img/arrow_lr_or.png') no-repeat center center;
  background-size: 15.5px 20px;
  display: block;
  width: 100%;
  height: 30px;
  text-align: center;
  transform: rotate(90deg);
  margin-top: 10px;
}
#spoint-campaign .spoint-wrap {
  display: flex;
  justify-content: center;
}
#spoint-campaign .campaign-point {
  display: block;
  text-align: center;
  line-height: 34px;
  font-weight: bold;
  font-size: 20px;
  padding-right: 5px;
}

#spoint-campaign .pt-char {
  display: block;
  text-align: left;
  line-height: 34px;
  font-weight: bold;
  font-size: 20px;
}
@media (min-width: 360px) {
  .radio-list-point-exchange label span:first-child {
    padding-right: 34px;
    width: 106px;
  }
  .radio-list-point-exchange input + span {
    padding-right: 41px;
    width: 180px;
  }
}
@media (min-width: 375px) {
  .radio-list-point-exchange label {
    font-size: 18px;
  }
  .radio-list-point-exchange label span:first-child {
    padding-right: 34px;
    width: 110px;
  }
  .radio-list-point-exchange input + span {
    padding-right: 41px;
    width: 194px;
  }
}
@media (min-width: 768px) {
  .radio-list-point-exchange label {
    line-height: 48px;
  }
  .radio-list-point-exchange label span:first-child {
    padding-right: 38px;
    width: 114px;
  }
  .radio-list-point-exchange input + span {
    padding-right: 45px;
    width: 200px;
  }
}
.txt-spoint-confirm {
  text-align: center;
  font-size: 23px;
  line-height: 1.9;
}
.txt-spoint-confirm strong {
  font-weight: bold;
  font-size: 24px;
}
@media (min-width: 768px) {
  .txt-spoint-confirm {
    line-height: 2;
  }
  .txt-spoint-confirm strong {
    font-size: 25px;
  }
  #spoint-campaign {
    display: flex;
    justify-content: center;
  }
  #spoint-campaign label {
    margin-right: 15px;
    max-width: 120px;
    min-width: 120px;
    font-size: 18px;
  }
  #spoint-campaign input {
    min-width: 100px;
    display: block;
    margin: 0;
    font-size: 20px;
  }
  #spoint-campaign .spoint-allow {
    padding-right: 28px;
    background: url('../img/arrow_lr_or.png') no-repeat right center;
    background-size: 15.5px 20px;
    display: inline-block;
    width: 30px;
    text-align: center;
    transform: rotate(0deg);
    height: auto;
    margin-top: 0;
  }
  #spoint-campaign .spoint-wrap {
    display: flex;
  }
  #spoint-campaign .campaign-point {
    display: block;
    text-align: right;
    line-height: 44px;
    font-weight: bold;
    font-size: 20px;
    width: 100%;
    min-width: 100px;
    padding-right: 5px;
  }

  #spoint-campaign .pt-char {
    display: block;
    text-align: left;
    line-height: 44px;
    font-weight: bold;
    font-size: 20px;
  }
}

/*マイページのブログ対応*/
#blog-mypage-content {
  min-height: auto;
}

#blog_list h2 {
  background: #fdbc7c;
  color: white;
  padding: 15px 0 15px 16px;
  font-size: 16px;
  font-weight: normal;
}

#blog_list ul li a {
  display: block;
  color: black;
  font-size: 14px;
  line-height: 1.7;
  padding: 14px 50px 14px 30px;
  border-bottom: 1px solid #f7f7f7;
  position: relative;
}

#blog_list ul li a:hover {
  background: #fcf6ef;
}

#blog_list ul li a:after {
  position: absolute;
  content: '\E315';
  top: 50%;
  bottom: 50%;
  margin: -0.5em 0;
  font-family: 'Material Icons';
  font-size: 24px;
  right: 18px;
  color: #a8a8a8;
  line-height: 1;
}

#blog_list > div {
  border-bottom: 30px solid #eeeeee;
}
#blog_list > div:last-child {
  border-bottom: 0px solid;
}
#blog_list h1 {
  padding-top: 0;
}

#blog_detail .detail-blog h2 {
  background: #ffffff;
  color: black;
  font-weight: bold;
  margin-bottom: 25px;
  font-size: 22px;
}

/*画像のレスポンシブ対応*/
#blog_detail img {
  max-width: 100% !important;
  height: auto !important;
  margin: 10px 0;
}

#blog_detail img + img {
  margin-top: 0px;
}

#blog_detail ol,
#blog_detail ul {
  margin: 10px 0;
}

#blog_detail h3 {
  margin: 15px 0 10px;
  line-height: 1.5;
  font-size: 14px;
}

#blog_detail .detail-blog p {
  line-height: 1.6;
}

#blog_detail .detail-blog {
  padding: 30px 15px;
}

@media (min-width: 768px) {
  #blog_detail .detail-blog {
    padding: 50px 60px;
  }
}

/* 公開プロフィール用 */
@media (min-width: 768px) {
  .box-profile-rate {
    padding-right: 210px;
  }
}
.box-profile-rate .count {
  margin-right: 15px;
  display: inline-block;
}

/* マイページ用 */
.box-mypage-profile-rate {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 15px;
  align-items: center;
  justify-content: center;
}
.box-mypage-profile-rate .rate {
  margin: 0;
}
.box-mypage-profile-rate .edit {
  margin: 0;
}

/* 認証ステータス表示用共通 */
.identify {
  padding-left: 20px;
  padding-block: 8px;
  background: url(../img/icon_shield_off.png) no-repeat left center;
  background-size: 16px auto;
}
.box-profile-rate .identify {
  display: inline-block;
}
.identified {
  background-image: url(../img/icon_shield_on.png);
}
a.identify {
  color: #333;
}
a.identify:hover {
  text-decoration: underline;
}

/* プロフィール編集ページ用 */
.box-name {
  margin-bottom: 8px;
}
.box-form-skill {
  margin-top: 32px;
}
.ttl-skill {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 16px;
}
.ttl-skill span {
  font-size: 13px;
  font-weight: normal;
  margin-left: 1em;
}
.checkbox-list {
  margin-top: 1em;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8em 16px;
}
.checkbox-list li {
  text-indent: -1.5em;
  padding-left: 1.5em;
  font-size: 14px;
}
.checkbox-list label {
  position: relative;
  padding-left: 22px;
  line-height: 1.3;
}
.checkbox-list input[type="checkbox"] {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
}
.checkbox-list label:has(input[type="checkbox"]:focus-visible) {
  outline: auto;
}
.checkbox-list label > span::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 20%;
  background: #fff;
}
.checkbox-list input:checked + span::after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  left: 5px;
  width: 6px;
  height: 11px;
  border-right: 4px solid #00a0e9;
  border-bottom: 4px solid #00a0e9;
  transform: rotate(45deg);
}
.box-form-skill .note {
  font-size: 13px;
  margin-bottom: 4px;
}
.list-tool {
  margin-top: 16px;
  margin-bottom: 16px;
}
.list-tool li {
  margin-bottom: 1px;
  border: 1px solid #aaa9a9;
  border-top-width: 0;
  font-size: 16px;
  display: flex;
  padding-inline: 16px;
  justify-content: space-between;
  align-items: center;
  height: 48px;
}
.list-tool li:first-child {
  border-top-width: 1px;
}
.list-tool .btn-delete {
  width: 28px;
  height: 28px;
  background: url(../img/icon_delete.png) no-repeat center center #f0f0f0;
  background-size: 12px auto;
  border-radius: 50%;
}
.ekyc-msg {
  color: #ff5b5b;
  margin-bottom: 20px;
  line-height: 1.5rem;
}
