.two-column {
  display: table;
  width: 100%;
  display: table;
}

.two-column--img {
  width: 20%;
  display: table-cell;
  text-align: center;
  box-sizing: border-box;
}

.two-column--txt {
  width: 80%;
  display: table-cell;
  padding-left: 5%;
  vertical-align: middle;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .box_arrows {
    padding-left: 20px;
  }
  .box_arrows--sp-half {
    display: table;
  }
  .box_arrows__col {
    display: table;
    width: 100%;
    margin-bottom: 30px;
  }
  .box_arrows__col--img {
    width: 33%;
    display: table-cell;
    text-align: center;
    box-sizing: border-box;
  }
  .box_arrows__col--txt {
    width: 66%;
    display: table-cell;
    padding-left: 5%;
    vertical-align: middle;
    box-sizing: border-box;
  }
  .box_arrows__col.box_arrows__col--sp-half {
    width: 50%;
    box-sizing: border-box;
  }
  .box_arrows__col.box_arrows__col--sp-half:nth-child(odd) {
    padding-right: 5%;
    float: left;
    clear: both;
  }
  .box_arrows__col.box_arrows__col--sp-half:nth-child(even) {
    padding-left: 5%;
    float: right;
  }
  .box_arrows__col.box_arrows__col--sp-half .box_arrows__col--img {
    width: 100%;
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
  }
  .box_arrows__col.box_arrows__col--sp-half .box_arrows__col--txt {
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
    display: inline-block;
    box-sizing: border-box;
  }
  .box_arrows__col.box_arrows__col--sp-half.box_arrows__col--sp-half.box_arrows__col--sp-full {
    width: 100%;
    float: left;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
  }
  .box_arrows__col.box_arrows__col--sp-half.box_arrows__col--sp-half.box_arrows__col--sp-full + .box_arrows__col--sp-full {
    margin-top: 30px;
  }
  .sp-full-size {
    width: 100%;
    max-width: 400px;
  }
  .box_arrows .box_arrows__col--fix-01, .box_arrows .box_arrows__col--fix-02 {
    margin-top: 20px;
  }
}

@media (min-width: 768px) {
  .box_arrows__col {
    float: left;
    padding-right: 52px;
    position: relative;
    width: 25%;
  }
  .box_arrows__col:before {
    content: url(/content/dam/au-com/finance/primebank/point/images/fn_point_arrow_01.png);
    position: absolute;
    right: 15px;
    top: 20%;
  }
  .box_arrows__col:last-child:before {
    content: '';
  }
  .box_arrows__col:nth-child(4n+1) {
    clear: both;
  }
  .box_arrows__col:nth-child(n+5) {
    margin-top: 20px;
  }
  .box_arrows__col--img {
    text-align: center;
  }
  .box_arrows__col--txt {
    margin-top: 20px;
  }
  .box_arrows__col--last_arrow_on:last-child:before {
    content: url(/content/dam/au-com/finance/primebank/point/images/fn_point_arrow_01.png);
  }
  .box_arrows__col.box_arrows__col--sp-half:before {
    top: 100px;
  }
  .box_arrows__col.box_arrows__col--sp-quarter:before {
    top: 40px;
  }
  .box_arrows--pc-large .box_arrows__col {
    width: 33%;
  }
  .box_arrows--pc-large .box_arrows__col:nth-child(3n+1) {
    clear: both;
  }
  .box_arrows--pc-large .box_arrows__col:nth-child(n+4) {
    margin-top: 30px;
  }
  .box_arrows--pc-large .box_arrows__col--pc-large {
    width: 40%;
  }
  .box_arrows--pc-large .box_arrows__col--pc-large:before {
    content: url(/content/dam/au-com/finance/primebank/point/images/fn_point_arrow_01.png);
    position: absolute;
    right: 15px;
  }
  .box_arrows__col--pc-large {
    width: 40%;
  }
  .box_arrows__col--pc-large:before {
    content: url(/content/dam/au-com/finance/primebank/point/images/fn_point_arrow_01.png);
    position: absolute;
    right: 15px;
  }
  .box_arrows .box_arrows__col--fix-02 {
    clear: both;
    margin-top: 20px;
  }
  .box_arrows .box_arrows__col--fix-03 {
    clear: none;
  }
}
