/*1st 店舗の取り組み*/
.torikumi_1st {
  position: relative;
  padding: 0.6em;
  background: #dc143c; border-radius: 10px;
}

.torikumi_1st:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #dc143c;
  width: 0;
  height: 0;
}

/*2nd 店舗の取り組み*/
.torikumi_2nd {
  position: relative;
  padding: 0.6em;
  background: #00008b; border-radius: 10px;
}

.torikumi_2nd:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #00008b;
  width: 0;
  height: 0;
}
/*ぱちジャッジ 店舗の取り組み*/
.torikumi_pachi {
  position: relative;
  padding: 0.6em;
  background: #0000ff; border-radius: 10px;
}

.torikumi_pachi:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #0000ff;
  width: 0;
  height: 0;
}

/*BL 店舗の取り組み*/
.torikumi_bl {
  position: relative;
  padding: 0.6em;
  background: #178bfc; border-radius: 10px;
}

.torikumi_bl:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #178bfc;
  width: 0;
  height: 0;
}

/*GBL 店舗の取り組み*/
.torikumi_gbl {
  position: relative;
  padding: 0.6em;
  background: #faeb2c; border-radius: 10px;
}

.torikumi_gbl:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #faeb2c;
  width: 0;
  height: 0;
}

/*リジャッジ(スロット) 店舗の取り組み*/
.torikumi_re_suro {
  position: relative;
  padding: 0.6em;
  background: #87cefa; border-radius: 10px;
}

.torikumi_re_suro:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #87cefa;
  width: 0;
  height: 0;
}