.c-transactions-act__tr{
  padding: 20px 0 4px;
  border-bottom:none;
}

.c-transactions-act-list{
  padding-top:12px;
  font-size:13px
}

.c-transactions-act-list li:not(:1last-child) {
  margin-bottom: 6px;
}

.transactions-act_li{
  padding-left: 1em;
  text-indent: -1em;
}

.transactions-act_li:before {
  content: "¢¨";
}
  
.transactions-act__link{
    font-weight: bold;
 }

/* ÆÃ¾¦ */
.shopkeeper .u-container {
  padding-left: 48px;
  padding-right: 48px;
}
@media screen and (max-width: 767px) {
  .shopkeeper .u-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.shopkeeper .u-contents.c-anchor {
    padding-top: 150px;
    margin-top:-100px;
}
@media screen and (max-width: 767px) {
  .shopkeeper .u-contents.c-anchor {
    padding-top: 100px;
    margin-top:-100px;
  }
}