あんしん契約123のご解約をご希望の方は、以下の入力項目をご入力の上「送信する」ボタンを押してください。 情報等に相違がある場合は、ご連絡差し上げますのでご対応の宜しくお願いします 。
プライバシーポリシーに 同意する
document.addEventListener('DOMContentLoaded', function() { const selectElement = document.querySelector('select[name="shokushu"]'); if (selectElement) { const placeholderOption = document.createElement('option'); placeholderOption.value = ''; placeholderOption.textContent = '職種を選択'; placeholderOption.disabled = true; placeholderOption.selected = true; selectElement.prepend(placeholderOption); } });