(function ($) {
  $(window).on('load', function () {
    var hash = $(location).attr('hash');
    if (hash === '#ttl_accordion01_invoice_tel') {
      $('#modal_01').modal('show');
      var target = $('#ttl_accordion01_invoice_tel').offset().top;
      $('#modal_01').animate({ scrollTop: target }, 'slow');
    }
  });
})(jQuery);
