.arrow-table-wrapper {
  display: flex;
  align-items: stretch;
  margin-bottom:30px;
}

.arrow-table-image60 {
  width: 10%;
  min-width: 45px; /* テキストが読める最小幅を指定 */
  max-width: 60px; /* テキストが読める最小幅を指定 */
  background-image: url('/content/dam/abk/security/rescure/sp/img_01.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.arrow-table-image90 {
  width: 10%;
  min-width: 45px; /* テキストが読める最小幅を指定 */
  max-width: 60px; /* テキストが読める最小幅を指定 */
  background-image: url('/content/dam/abk/security/rescure/sp/img_02.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}


.arrow-table-content {
  width: 90%;
  flex: 1; /* 残りの幅をテーブルが全部取る */
}

@media screen and (min-width:768px){
.arrow-table-image60 {
  width: 10%;
  max-width: 75px; /* テキストが読める最小幅を指定 */
  background-image: url('/content/dam/abk/security/rescure/img_01.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.arrow-table-image90 {
  width: 10%;
  max-width: 75px; /* テキストが読める最小幅を指定 */
  background-image: url('/content/dam/abk/security/rescure/img_02.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
}
