.tosshin__user__payment__select-method__item {
  height: 10rem;
  padding: 1.5rem 1rem;
  margin-bottom: 2rem;
  border: solid 0.0625rem rgba(70, 83, 98, 0.3);
  border-radius: 0.25rem 0.25rem 0 0;
  color: #0f78ab;
  cursor: pointer;
}
.tosshin__user__payment__select-method__item:hover,
.tosshin__user__payment__select-method__item.tosshin__user__payment__select-method__item_selected {
  background: #b0c4de;
  text-decoration: none;
}
.tosshin__user__payment__select-method__item__title {
  font-size: 2rem;
}
.tosshin__user__payment__select-method__item__info {
  display: block;
  text-transform: uppercase;
  color: #ff0000;
  font-size: 0.8rem;
}
.tosshin__user__payment__select-method__item__descr {
  display: block;
  margin-top: 0.3rem;
  color: #888;
  font-size: 0.8rem;
}
