<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>体験電卓</title><link>https://jizentaiken.localinfo.jp</link><description>将来の支出を今体験&#xA;積立貯金で</description><atom:link href="https://jizentaiken.localinfo.jp/rss.xml" rel="self" type="application/rss+xml"></atom:link><atom:link href="http://pubsubhubbub.appspot.com/" rel="hub"></atom:link><item><title>Profile</title><link>https://jizentaiken.localinfo.jp/pages/8079644/profile</link><description>&#xA;&#x9;&#x9;&lt;div&gt;&#xA;&#x9;&#x9;&#x9;&lt;img src=&#34;https://cdn.amebaowndme.com/madrid-prd/madrid-web/images/sites/121340/41e273faab6c69f8e4f0235e6bc55ae4_1b534b818d14daca89fc4971a883a0eb.jpg?width=960&#34; width=&#34;100%&#34;&gt;&#xA;&#x9;&#x9;&lt;/div&gt;&#xA;&#x9;&#x9;&#xA;&#xA;&#x9;&#x9;&lt;div&gt;&#xA;&#x9;&#x9;&#x9;&lt;h3&gt;YURIKA KATANASHI&lt;/h3&gt;&lt;p&gt;ナチュラル、グリーン、オーガニック、アロマなどなど自然体で体にい良いものが好き。丁寧に、生活が潤うようなモノを手作りしています。わかりやすいハンドメイドレシピも公開中。&lt;/p&gt;&lt;p&gt;I love slow life :)&lt;/p&gt;&#xA;&#x9;&#x9;&lt;/div&gt;&#xA;&#x9;</description><pubDate>Sun, 21 Jul 2024 04:04:51 +0000</pubDate><guid>https://jizentaiken.localinfo.jp/pages/8079644/profile</guid></item><item><title>Home</title><link>https://jizentaiken.localinfo.jp</link><description>&#xA;&#x9;&#x9;&lt;div&gt;&#xA;&#x9;&#x9;&#x9;&lt;p&gt;記事一覧&lt;/p&gt;&#xA;&#x9;&#x9;&lt;/div&gt;&#xA;&#x9;&lt;!DOCTYPE html&gt;&#xA;&lt;html lang=&#34;ja&#34;&gt;&#xA;&lt;head&gt;&#xA;    &lt;meta charset=&#34;UTF-8&#34;&gt;&#xA;    &lt;meta name=&#34;viewport&#34; content=&#34;width=device-width, initial-scale=1.0&#34;&gt;&#xA;    &lt;title&gt;住宅ローンのある生活体験積立金額計算機&lt;/title&gt;&#xA;    &lt;style&gt;&#xA;        body {&#xA;            font-family: &#39;Arial&#39;, sans-serif;&#xA;            margin: 0;&#xA;            padding: 20px;&#xA;            background-color: #f4f4f9;&#xA;            box-sizing: border-box;&#xA;        }&#xA;        h1 {&#xA;            color: #5a5a5a;&#xA;            text-align: center;&#xA;            margin-bottom: 30px;&#xA;        }&#xA;        label {&#xA;            display: block;&#xA;            margin-top: 20px;&#xA;            color: #333;&#xA;            font-size: 1em;&#xA;        }&#xA;        input {&#xA;            width: 100%;&#xA;            padding: 10px;&#xA;            margin-top: 5px;&#xA;            border: 1px solid #ccc;&#xA;            border-radius: 5px;&#xA;            box-sizing: border-box;&#xA;            background-color: #fff;&#xA;        }&#xA;        #result {&#xA;            margin-top: 20px;&#xA;            font-size: 1.5em;&#xA;            color: #333;&#xA;            text-align: center;&#xA;        }&#xA;        button {&#xA;            display: block;&#xA;            width: 100%;&#xA;            padding: 15px 30px;&#xA;            font-size: 1em;&#xA;            background-color: #5a5a5a;&#xA;            color: white;&#xA;            border: none;&#xA;            border-radius: 5px;&#xA;            cursor: pointer;&#xA;            margin-top: 20px;&#xA;            box-sizing: border-box;&#xA;        }&#xA;        button:hover {&#xA;            background-color: #4a4a4a;&#xA;        }&#xA;        .highlight {&#xA;            font-weight: bold;&#xA;            font-size: 1.8em;&#xA;            color: #5a5a5a;&#xA;            margin-top: 20px;&#xA;        }&#xA;        .box {&#xA;            border: 1px solid #ccc;&#xA;            border-radius: 5px;&#xA;            padding: 15px;&#xA;            margin-top: 20px;&#xA;            background-color: #fff;&#xA;        }&#xA;        .box h3 {&#xA;            margin-top: 0;&#xA;            color: #5a5a5a;&#xA;            text-align: center;&#xA;        }&#xA;        .note {&#xA;            font-size: 0.8em;&#xA;            color: #555;&#xA;        }&#xA;        a {&#xA;            color: #5a5a5a;&#xA;            text-decoration: none;&#xA;        }&#xA;        a:hover {&#xA;            text-decoration: underline;&#xA;        }&#xA;        @media (max-width: 600px) {&#xA;            body {&#xA;                padding: 10px;&#xA;            }&#xA;            h1 {&#xA;                font-size: 1.5em;&#xA;            }&#xA;            .box {&#xA;                padding: 10px;&#xA;            }&#xA;        }&#xA;    &lt;/style&gt;&#xA;&lt;/head&gt;&#xA;&lt;body&gt;&#xA;    &lt;h1&gt;住宅ローンのある生活体験積立金額計算機&lt;/h1&gt;&#xA;    &lt;form id=&#34;calculator&#34;&gt;&#xA;        &lt;label for=&#34;currentRent&#34;&gt;現在の家賃 (円/月額)&lt;/label&gt;&#xA;        &lt;input type=&#34;number&#34; id=&#34;currentRent&#34; required&gt;&#xA;&#xA;        &lt;label for=&#34;otherLivingCosts&#34;&gt;家賃以外の住まい費用 (円/月額) &lt;span class=&#34;note&#34;&gt;※月ぎめ駐車場代など持ち家になることで支払いがなくなる金額&lt;/span&gt;&lt;/label&gt;&#xA;        &lt;input type=&#34;number&#34; id=&#34;otherLivingCosts&#34; required&gt;&#xA;&#xA;        &lt;label for=&#34;currentAge&#34;&gt;現在の年齢&lt;/label&gt;&#xA;        &lt;input type=&#34;number&#34; id=&#34;currentAge&#34; required&gt;&#xA;&#xA;        &lt;label for=&#34;plannedBudget&#34;&gt;家づくりの予算総額 (円) &lt;span class=&#34;note&#34;&gt;※土地代、建築費、諸費用を含んだ総額&#xA;            &lt;a href=&#34;https://hagimorikensetsu.amebaownd.com/posts/54349989&#34; target=&#34;_blank&#34;&gt;逆引き 家づくり予算計算機&lt;/a&gt;&lt;/span&gt;&lt;/label&gt;&#xA;        &lt;input type=&#34;number&#34; id=&#34;plannedBudget&#34; required&gt;&#xA;&#xA;        &lt;label for=&#34;expectedGift&#34;&gt;自己資金（円） &lt;span class=&#34;note&#34;&gt;※贈与額を含む&lt;/span&gt;&lt;/label&gt;&#xA;        &lt;input type=&#34;number&#34; id=&#34;expectedGift&#34; required&gt;&#xA;&#xA;        &lt;label for=&#34;loanTerm&#34;&gt;想定返済年数&lt;/label&gt;&#xA;        &lt;input type=&#34;number&#34; id=&#34;loanTerm&#34; required&gt;&#xA;&#xA;        &lt;label for=&#34;interestRate&#34;&gt;想定金利 (%)&lt;/label&gt;&#xA;        &lt;input type=&#34;number&#34; id=&#34;interestRate&#34; value=&#34;1.0&#34; step=&#34;0.1&#34; required&gt;&#xA;&#xA;        &lt;label for=&#34;bonusPayment&#34;&gt;ボーナス時加算金額（円）&lt;/label&gt;&#xA;        &lt;input type=&#34;number&#34; id=&#34;bonusPayment&#34; value=&#34;0&#34; required&gt;&#xA;&#xA;        &lt;label for=&#34;maintenanceCosts&#34;&gt;持ち家の場合に必要な想定経費 (円/月額) &lt;span class=&#34;note&#34;&gt;※固定資産税や火災保険などの目安金額&lt;/span&gt;&lt;/label&gt;&#xA;        &lt;input type=&#34;number&#34; id=&#34;maintenanceCosts&#34; readonly&gt;&#xA;&#xA;        &lt;button type=&#34;button&#34; onclick=&#34;calculate()&#34;&gt;計算する&lt;/button&gt;&#xA;    &lt;/form&gt;&#xA;&#xA;    &lt;div id=&#34;result&#34;&gt;&lt;/div&gt;&#xA;&#xA;    &lt;script&gt;&#xA;        document.getElementById(&#39;currentAge&#39;).addEventListener(&#39;input&#39;, function() {&#xA;            const age = parseInt(this.value, 10);&#xA;            const maxLoanTerm = 40;&#xA;            const retirementAge = 75;&#xA;            let loanTerm = retirementAge - age;&#xA;            loanTerm = loanTerm &gt; maxLoanTerm ? maxLoanTerm : loanTerm;&#xA;            document.getElementById(&#39;loanTerm&#39;).value = loanTerm &gt; 0 ? loanTerm : 0;&#xA;        });&#xA;&#xA;        document.getElementById(&#39;plannedBudget&#39;).addEventListener(&#39;input&#39;, function() {&#xA;            const plannedBudget = parseFloat(this.value) || 0;&#xA;            const annualMaintenanceCost = plannedBudget * 0.004;&#xA;            const monthlyMaintenanceCost = Math.floor(annualMaintenanceCost / 12 / 100) * 100;&#xA;            document.getElementById(&#39;maintenanceCosts&#39;).value = monthlyMaintenanceCost;&#xA;        });&#xA;&#xA;        function calculate() {&#xA;            const currentRent = parseFloat(document.getElementById(&#39;currentRent&#39;).value) || 0;&#xA;            const otherLivingCosts = parseFloat(document.getElementById(&#39;otherLivingCosts&#39;).value) || 0;&#xA;            const plannedBudget = parseFloat(document.getElementById(&#39;plannedBudget&#39;).value) || 0;&#xA;            const expectedGift = parseFloat(document.getElementById(&#39;expectedGift&#39;).value) || 0;&#xA;            const loanTerm = parseFloat(document.getElementById(&#39;loanTerm&#39;).value) || 0;&#xA;            const interestRate = parseFloat(document.getElementById(&#39;interestRate&#39;).value) / 100 || 0;&#xA;            const bonusPayment = parseFloat(document.getElementById(&#39;bonusPayment&#39;).value) || 0;&#xA;            const maintenanceCosts = parseFloat(document.getElementById(&#39;maintenanceCosts&#39;).value) || 0;&#xA;&#xA;            const principal = plannedBudget - expectedGift;&#xA;            const monthlyInterestRate = interestRate / 12;&#xA;            const numberOfPayments = loanTerm * 12;&#xA;&#xA;            // Calculate annual mortgage payment using the formula for an annuity&#xA;            const annualMortgagePayment = principal * monthlyInterestRate / (1 - Math.pow(1 + monthlyInterestRate, -numberOfPayments)) * 12;&#xA;&#xA;            // Calculate monthly mortgage payment considering bonus payments&#xA;            const monthlyMortgagePayment = Math.round((annualMortgagePayment - bonusPayment * 2) / 12);&#xA;&#xA;            const totalLivingCost = otherLivingCosts;&#xA;            const savingAmount = Math.round(monthlyMortgagePayment + maintenanceCosts - currentRent - totalLivingCost);&#xA;&#xA;            const bonusSavingAmount = Math.round(bonusPayment);&#xA;&#xA;            document.getElementById(&#39;result&#39;).innerHTML = `&#xA;                &lt;p class=&#34;highlight&#34;&gt;積立金額 (月額): ${savingAmount.toLocaleString()} 円&lt;/p&gt;&#xA;                &lt;p class=&#34;highlight&#34;&gt;ボーナス積立（夏冬）: ${bonusSavingAmount.toLocaleString()} 円&lt;/p&gt;&#xA;                &lt;p&gt;積立金額＝持ち家後の毎月の支出ー現在の毎月の支出&lt;/p&gt;&#xA;                &lt;div class=&#34;box&#34;&gt;&#xA;                    &lt;h3&gt;持ち家後の毎月の支出&lt;/h3&gt;&#xA;                    &lt;p&gt;想定住宅ローン金額 (月額): ${monthlyMortgagePayment.toLocaleString()} 円&lt;/p&gt;&#xA;                    &lt;p&gt;持ち家の場合必要な維持費 (月額): ${maintenanceCosts.toLocaleString()} 円&lt;/p&gt;&#xA;                &lt;/div&gt;&#xA;                &lt;div class=&#34;box&#34;&gt;&#xA;                    &lt;h3&gt;現在の毎月の支出&lt;/h3&gt;&#xA;                    &lt;p&gt;現在の家賃 (月額): ${currentRent.toLocaleString()} 円&lt;/p&gt;&#xA;                    &lt;p&gt;家賃以外の住まい費 (月額): ${totalLivingCost.toLocaleString()} 円&lt;/p&gt;&#xA;                &lt;/div&gt;&#xA;            `;&#xA;        }&#xA;    &lt;/script&gt;&#xA;&lt;/body&gt;&#xA;&lt;/html&gt;&#xA;</description><pubDate>Sun, 21 Jul 2024 04:04:51 +0000</pubDate><guid>https://jizentaiken.localinfo.jp</guid></item></channel></rss>