@charset "UTF-8";
/* ===================================================================
CSS information

file name  : copy.css
author     : Abilive
style info : コピー
=================================================================== */
/* ===================================================================
CSS information

file name  : _settings.scss
author     : Abilive
style info : 汎用設定
=================================================================== */
/* =========================
   Brand Colors
   ========================= */
/* =========================
   Background Colors
   ========================= */
/* =========================
   Text Colors
   ========================= */
.con_transaction {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  .con_transaction {
    width: 91.6666666667%;
  }
}

.con_transaction {
  margin: 0 auto;
  padding-top: 14.28rem;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_transaction {
    padding-top: 7.14rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_transaction {
    padding-top: 4.28rem;
  }
}
.con_transaction {
  margin-bottom: 8em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_transaction {
    margin-bottom: 8em;
  }
}
@media only screen and (max-width: 767px) {
  .con_transaction {
    margin-bottom: 8em;
  }
}
.con_transaction .ttl_basic {
  margin-bottom: 5.71rem;
}
@media only screen and (max-width: 767px) {
  .con_transaction .ttl_basic {
    margin-bottom: 2.14rem;
  }
}