.credit {
  padding: 1.5rem;
}

.credit-heading {
  padding-left: .5rem;
  border-bottom: 2px #000 solid;
  font-size: 1.6rem;
  font-family: "HiraKakuPro-W6", YuGothic, sans-serif;
}

.credit-history-list {
  margin-top: 1.5rem;
  padding: 1rem;
  border: 1px solid #95989a;
  background: #f8f8f8;
}


.credit-history-list-item {
  line-height: 2;
}

.credit-history-list-item > a {
  display: inline-block;
}

.credit-history-list-item-hilight {
  font-family: "HiraKakuPro-W6", YuGothic, sans-serif;
}

.credit-detail-table{
  width: 100%;
  margin: 1.5rem 0;
  border: 1px solid #95989a;
  border-collapse: collapse;
}

.credit-detail-table-heading,
.credit-detail-table-footer:nth-of-type(odd){
  padding: .5rem .3rem;
  font-family: "HiraKakuPro-W6", YuGothic, sans-serif;
  background: #f8f8f8;
}

.credit-detail-table-data:last-of-type,
.credit-detail-table-footer:nth-of-type(even) {
  padding: .5rem .3rem;
  text-align: right;
}

.credit-detail-table-data {
  word-break: break-all;
}


/*
.mypage {
  padding: 1.5rem;
}



.mypage-welcome {
  margin: 1rem 0;
  border-radius: 5px;
  line-height: 2rem;
  font-size: 1.2rem;
  background: #fdf9c8;
}

.mypage-welcome::before {
  content: url('../img/p-icon.png');
  display: inline-block;
  margin: 0 .3rem;
  vertical-align: sub;
}

.mypage-text {
  font-size: 1.2rem;
}

.mypage-history-table {
  width: 100%;
  margin: 2rem 0 1rem 0;
  border: 1px solid #95989a;
  border-collapse: collapse;
}

.mypage-history-table-heading {
  width: 20%;
  padding: .3rem .1rem;
  font-size: 1.1rem;
  background: #f8f8f8;
}

.mypage-history-table-data {
  padding: .3rem .1rem;
  word-break: break-all;
}

.mypage-history-table-data:first-of-type,
.mypage-history-table-data:last-of-type {
  text-align: center;
}

.mypage-history-table-data:nth-of-type(2) > a {
  color: #3d5de3;
}

.mypage-history-table-data:nth-last-of-type(2) {
  text-align: right;
}

.card-payment-button {
  width: 15rem;
  margin: 0 auto;
  padding: .5rem 0;
  border-radius: 3px;
  color: #fff;
  font-size: 1.2rem;
  font-family: "HiraKakuPro-W6", YuGothic, sans-serif;
  text-align: center;
  background: #583240;
}

.mypage-message,
.mypage-delivery {
  padding: 1rem 0;
}

.mypage-message-heading,
.mypage-delivery-heading {
  padding: .5rem;
  border-bottom: 2px solid #85734d;
  font-size: 1.4rem;
  font-family: "HiraKakuPro-W6", YuGothic, sans-serif;
}

.mypage-delivery-table-heading {
  text-align: left;
}

.mypage-delivery-table-data {
  padding: .5rem .3rem;
}

.sphone-text-area {
  padding: 1rem;
  border: 1px solid #95989a;
  border-top: none;
}

.sphone-message-input {
  width: 80%;
  height: 2.4rem;
  padding: .5rem;
  border: 1px solid #95989a;
  border-radius: 3px;
  vertical-align: middle;
}

.sphone-submit-button {
  display: inline-block;
  width: 16%;
  height: 2.4rem;
  margin: 0 2%;
  padding: .3rem 0;
  border-radius: 3px;
  text-align: center;
  vertical-align: bottom;
  color: #fff;
  font-size: 1.2rem;
  font-family: "HiraKakuPro-W6", YuGothic, sans-serif;
  background: #2e9f3e;
}
*/
