@charset "UTF-8";



.linkArrowRight::after{
  width: 10px;
  height: 10px;
  margin-right: 0px;
  margin-left: 8px;
}

@media screen and (min-width: 768px){
  .fs3XS{
    font-size: 14px!important;
  }
  .br-sp {
    display: none;
  }
  .ico_img{
    width: 315px;
  }
  .cash-icon{
    width: 24px;
  }
}
@media screen and (max-width: 767px){
  .cash-icon{
    width: 16px;
  }
}

.table--iconRight__inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.table--icon__text {
  text-align: left;
}
.table--icon__icon {
  display: flex;
  align-items: center;
  margin-top: 5px;
  margin-left: 8px;
}
