@charset "euc-jp";

.transactionsWrap .borderBottom .container {
  display: flex;
  flex-wrap: wrap;
}
.transactionsWrap .borderBottom h3 {
  width: 290px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 0;
}
.transactionsWrap .borderBottom h3 + div {
  width: calc(100% - 290px);
}
.transactionsWrap dl.bgLight {
  line-height: 1.6;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  border-radius: 10px;
  margin-bottom: 20px;
}
.transactionsWrap dl.bgLight dt {
  text-align: right;
  width: max(115px, 30%);
  padding-right: 15px;
}
.transactionsWrap dl.bgLight dd {
  width: min(100% - 115px, 70%);
}
dl.return {
  border-radius: 10px;
  margin-bottom: 20px;
  overflow: hidden;
}
dl.return dt {
  color: #FFF;
  text-align: center;
  background: var(--p);
  padding: 0.3em;
}
dl.return dd {
  background: #F8F7F5;
  padding: 15px min(6vw, 110px);
}
dl.return dd li {
  position: relative;
  padding-left: 1em;
}
dl.return dd li::before {
  content: "¡¦";
  left: 0;
}
.borderBottom {
  border-bottom: 1px solid rgba(85,52,27,0.3);
  padding: min(8vw, 50px) 0;
}
.borderBottom:first-child {
  padding-top: 0;
}
.borderBottom:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.borderBottom .container, .borderDotTop .container {
  width: min(100%, 960px);
  margin: 0 auto;
}



@media screen and (max-width: 600px) {
  .transactionsWrap .borderBottom .container {
    display: block;
  }
  .transactionsWrap .borderBottom h3 {
    width: 100%;
    margin-bottom: 10px;
  }
  .transactionsWrap .borderBottom h3 + div {
    width: 100%;
  }
}