.item-paymethod {
  padding: 15px;
  display: none;
}
.item-paymethod.is-show {
  display: block;
}
.item-paymethod-title {
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: bold;
}
.item-paymethod-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.item-paymethod-list:last-child {
  margin-bottom: 0;
}
.item-paymethod-list .list-tag {
  margin-right: 10px;
  display: inline-block;
  font-size: 0.8rem;
  font-weight: bold;
  padding: 3px 5px;
  text-align: center;
  width: 5.5rem;
}
.item-paymethod-list .list-tag--colorOr {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: bold;
  padding: 3px 5px;
  border: 1px solid #e8680e;
  background-color: #ffffff;
  color: #e8680e;
}
.item-paymethod-list .list-tag--colorGn {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: bold;
  padding: 3px 5px;
  border: 1px solid #009664;
  background-color: #ffffff;
  color: #009664;
}
.item-paymethod-list .list-tag--colorBl {
  border: 1px solid #004890;
  background-color: #ffffff;
  color: #004890;
}
.item-paymethod-list .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.item-paymethod-list .list-item a {
  color: #2a7bb4;
  text-decoration: underline;
  margin-right: 10px;
}
.item-paymethod-list .list-item a:last-child {
  margin-right: 0;
}
.item-paymethod-list .list-item a:hover {
  text-decoration: none;
}
.item-paymethod-list .list-item img {
  height: 24px;
}
.item-coop-tags {
  position: relative;
  display: inline-block;
  background-color: #e02626;
  color: #ffffff;
  font-size: 0.75rem;
  padding: 0.3rem;
  margin-right: 0.75rem;
}
.item-coop-tags::after {
  position: absolute;
  content: "";
  top: 0;
  right: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 12px 12px 0;
  border-color: transparent #fff8ba transparent transparent;
  background-color: #e02626;
}