-
-
-
データ移行・バックアップ
お手続き関連
データ移行・バックアップについてのよくあるご質問はこちら
-
-
-
')
// });
// }
if (!_path.indexOf('/mobile/support/procedure/')) {
$('.ssi-cs a[href*="/mobile/support/procedure/"]').replaceWith(function() {
$(this).replaceWith('
'+$(this).html()+'
')
});
}
else if (!_path.indexOf('/mobile/support/charge/')) {
$('.ssi-cs a[href*="/mobile/support/charge/"]').replaceWith(function() {
$(this).replaceWith('
'+$(this).html()+'
')
});
}
else if (!_path.indexOf('/mobile/support/initialization/')) {
$('.ssi-cs a[href*="/mobile/support/initialization/"]').replaceWith(function() {
$(this).replaceWith('
'+$(this).html()+'
')
});
}
else if (!_path.indexOf('/mobile/support/contract/')) {
$('.ssi-cs a[href*="/mobile/support/contract/"]').replaceWith(function() {
$(this).replaceWith('
'+$(this).html()+'
')
});
}
else if (!_path.indexOf('/mobile/support/payment/')) {
$('.ssi-cs a[href*="/mobile/support/payment/"]').replaceWith(function() {
$(this).replaceWith('
'+$(this).html()+'
')
});
}
else if (!_path.indexOf('/mobile/support/id/')) {
$('.ssi-cs a[href*="/mobile/support/id/"]').replaceWith(function() {
$(this).replaceWith('
'+$(this).html()+'
')
});
}
else if (!_path.indexOf('/mobile/support/breakdown-loss/')) {
$('.ssi-cs a[href*="/mobile/support/breakdown-loss/"]').replaceWith(function() {
$(this).replaceWith('
'+$(this).html()+'
')
});
}
else if (!_path.indexOf('/mobile/support/service/')) {
$('.ssi-cs a[href*="/mobile/support/service/"]').replaceWith(function() {
$(this).replaceWith('
'+$(this).html()+'
')
});
}
})