@charset "UTF-8";
.addresslist td{text-align: start; vertical-align: middle;}
.addresslist .table-row>*{padding:10px;}
.tableElem.pc-hidden {
    display: none;
  }

  .tableElem.sp-hidden {
    display: block;
  }

  .icon_bg {
    text-align: start;
    padding-right: 20px !important;
  }

  .icon_bg::before {
    content: "";
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
  }

  .table_icon .tableElem .table-row>* {
    padding: 5px 8px;
    font-size: 14px;
  }

  .bg-1::before {
    background: url(/content/dam/au-com/mobile/service/data-recovery-support/icon_01.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 50px;
  }

  .bg-2::before {
    background: url(/content/dam/au-com/mobile/service/data-recovery-support/icon_02.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 50px;
  }

  .bg-3::before {
    background: url(/content/dam/au-com/mobile/service/data-recovery-support/icon_03.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 50px;
  }

  .bg-4::before {
    background: url(/content/dam/au-com/mobile/service/data-recovery-support/icon_04.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 50px;
  }

  .bg-5::before {
    background: url(/content/dam/au-com/mobile/service/data-recovery-support/icon_05.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 50px;
  }

  .bg-6::before {
    background: url(/content/dam/au-com/mobile/service/data-recovery-support/icon_06.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 50px;
  }

  .bg-7::before {
    background: url(/content/dam/au-com/mobile/service/data-recovery-support/icon_07.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 50px;
  }

  .bg-8::before {
    background: url(/content/dam/au-com/mobile/service/data-recovery-support/icon_08.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 50px;
  }

  .bg-9::before {
    background: url(/content/dam/au-com/mobile/service/data-recovery-support/icon_09.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 50px;
  }

  .bg-10::before {
    background: url(/content/dam/au-com/mobile/service/data-recovery-support/icon_10.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 50px;
  }

  @media(max-width:979px) {
    .table_icon .tableElem .table-row>* {
      padding: 3px;
      font-size: 11px;
    }

    .icon_bg::before {
      width: 35px;
      height: 35px;
    }

    .bg-1::before {
      background-size: 35px;
    }

    .bg-2::before {
      background-size: 35px;
    }

    .bg-3::before {
      background-size: 35px;
    }

    .bg-4::before {
      background-size: 35px;
    }

    .bg-5::before {
      background-size: 35px;
    }

    .bg-6::before {
      background-size: 35px;
    }

    .bg-7::before {
      background-size: 35px;
    }

    .bg-8::before {
      background-size: 35px;
    }

    .bg-9::before {
      background-size: 35px;
    }

    .bg-10::before {
      background-size: 35px;
    }

  }

  @media(max-width:767px) {
    .table_icon {
      margin-bottom: 20px;
    }

    .icon_bg {
      padding-right: 10px !important;
    }

    .tableElem.pc-hidden {
      display: inline-table;
    }

    .tableElem.sp-hidden {
      display: none;
    }

    .table_icon .tableElem .table-row>* {
      padding: 8px;
    }

    .table_icon .align-center {
      width: 8%;
    }
  }
  @media(max-width:767px){.addresslist .table-row>*{padding:5px;font-size: 12px;}}
  @media(max-width:357px) {
    .table_icon .tableElem .table-row>* {
      padding: 2px;
      font-size: 10px;
    }
  }