@charset "utf-8";

.check_mark {
  position: relative;
  padding-left: 28px;
}
.check_mark:before {
  position: absolute;
  top: 3px;
  left: 0;
  width: 15px;
  height: 12px;
  background-image: url(/service/useful/variouspayment/img/icon_check.png);
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
}
.--bg_orange {
  background-color: #fef6f2;
}
.button.icon {
  display: flex;
  align-items: center;
}
.button.icon span {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.table_icon {
  border: solid 1px #ff0044;
  border-radius: 3px;
  padding: 1px 5px;
  font-size: 11px;
  line-height: 1;
  color: #ff0044;
  white-space: nowrap;
}

.cmn_tag_list {
  justify-content: center;
}
@media screen and (min-width: 641px) {
  .mR10PC {
    margin-right: 10px;
  }
}
