.page-ttl2 .ttls h1 {
  font-size: clamp(22px, calc(2.2222222222vw + 13.3333333333px), 56px);
}

.transact {
  margin-bottom: 180px;
}
.transact .lead {
  text-align: center;
  margin: 60px 0;
}
.transact .bx {
  margin-bottom: 40px;
}
.transact .bx .fb {
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.transact .bx ul {
  margin: 0;
  padding: 0;
}
.transact .bx ul li {
  position: relative;
  padding-left: 12px;
}
.transact .bx ul li:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background: #000;
}
.transact .bx .mails img {
  display: inline-block;
  margin-top: 5px;
  height: 16px;
  width: auto;
}
@media all and (max-width: 767px) {
  .transact .bx .mails img {
    height: 14px;
  }
}
.transact .bet {
  text-align: center;
  margin: 120px 0 80px 0;
}
.transact .bet .fb2 {
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 24px;
}

/*# sourceMappingURL=transact.css.map */
