.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;
 }

/* Customize */

.shopkeeper {
  background-color: #efefef;
}
.shopkeeper .c-ttl-main {
  display: block;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 150px;
  color: #333;
}
.tokushoho {
  max-width: 700px;
  margin: auto;
}
.tokushoho-list h3{
  width: auto;
  font-size: 18px;
  font-weight: 400px;
  letter-spacing: 0.1em;
  margin-top: 80px;
  margin-bottom: 30px;
}
.tokushoho-list-exp {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .tokushoho-list-exp {
    margin-left: 0px;
  }
}
.tokushoho-list-exp p {
  margin-bottom: 20px;
}
.tokushoho-list-type1 {
  display: flex;
  flex-wrap: wrap;
  width: 350px;
}
.tokushoho-list-type1 dt{
  width: 120px;
  padding-bottom: 20px;
  margin-bottom: 10px;
  font-weight: normal;
}

.tokushoho-list-type1 dd{
  width: 200px;
  padding-bottom: 20px;  
  padding-left: 20px;
  margin-bottom: 10px;
  position: relative;
}
.tokushoho-list-type1 dd:before {
  content: "¡§";
  position: absolute;
  left: 0;
}
.tokushoho-list-type2 dt{
  margin-bottom: 10px;
}
.tokushoho-list-type2 dd{
  margin-bottom: 20px;
}
.tokushoho-notes {
  padding-left: 15px;
  position: relative;
}
p.tokushoho-notes:before {
  content: "¢¨";
  position: absolute;
  left: 0;
}
  





    