/* ========== cnv-qr ========== */
.cnv-type02.cnv-qr {
  border: 4px solid #49a19d;
}

/* ========== icon-modal ========== */
.icon-modal::after {
  content: "";
  display: inline-block;
  background: url(/assets/img/icon_modal.png) 0 0 no-repeat;
  background-size: auto 16px;
  height: 16px;
  width: 16px;
  margin-left: 5px;
}

/* ========== c-bl-1/2 ========== */
@media only screen and (min-width: 641px) {
  .c-column-group .col-unit-1\/2.c-bl-1\/2 {
    margin-left: 1.428571428571429%;
    padding-left: 1.428571428571429%;
    border-left: 1px solid #999;
  }
}

/* ========== c-simple-login ========== */
.c-btn-01.c-simple-login:before {
  background-image: url(/assets/img/pict_07.png);
}

/* ========== c-column-transaction ========== */
.c-column-transaction .c-btn-01 {
  border-color: #eb7000;
  box-shadow: 0 2px 0 rgba(0,0,0,0.2);
  margin-bottom: 2px;
}

/* ========== c-fs140 ========== */
.c-fs140 h4 {
  font-size: 140%;
}

/* ========== heading ========== */
.prg-ground-02 {
  margin-top: 75px;
}
.c-ground-01 > .prg-heading2-01:first-child {
  margin-top: -45px;
  margin-bottom: 1.875em;
}
.c-ground-01 > .prg-heading2-02:first-child {
  margin-top: -75px;
  margin-bottom: 1.25em;
}
@media only screen and (max-width: 640px) {
  .prg-ground-02 {
    margin-top: 45px;
  }
  .c-ground-01 > .prg-heading2-01:first-child {
    margin-top: -25px;
    margin-bottom: .5625em;
  }
  .c-ground-01 > .prg-heading2-02:first-child {
    margin-top: -45px;
  }
}