
            .form-container {
                background: #fff;
                padding: 20px;
                border-radius: 12px;
                justify-content: center;
                align-items: flex-start;
                box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
                max-width: 600px;
                width: 100%;
                margin: auto;
            }



            label {
                display: block;
                margin-top: 15px;
                font-weight: bold;
            }

            input.simulation {
                width: 100%;
                padding: 10px;
                margin-top: 5px;
                border: 1px solid #ccc;
                border-radius: 8px;
                box-sizing: border-box;
            }

            button.simulation {
                margin-top: 20px;
                width: 100%;
                padding: 12px;
                background-color: #3498db;
                color: white;
                border: none;
                border-radius: 8px;
                cursor: pointer;
                font-size: 16px;
            }

            button.simulation:hover {
                background-color: #2980b9;
            }


            
            
            button.simulation-i {
                margin-top: 20px;
                width: 100%;
                padding: 12px;
                background-color: #2ecc71;
                color: white;
                border: none;
                border-radius: 8px;
                cursor: pointer;
                font-size: 16px;
            }

            button.simulation-i:hover {
                background-color: #27ae60;
            }





  .rate-button {
    display: inline-block;
    padding: 10px 15px;
    margin: 5px;
    background-color: #007bff;
    color: white;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
  }

  .rate-button:hover {
    background-color: #0056b3;
  }


    table {
        width: 80%;
        margin: auto;
        margin-top: 30px;
        border-collapse: collapse;
        background: #fff;
        border-radius: 12px;
        overflow: hidden;
        table-layout: fixed;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);}
        

table tr {
  background-color: #fff;
}
table tbody tr:hover{
  background-color: #9AF0FF;
}
table th,
table td {
  border-bottom: 1px solid #eee;
    padding: 15px;
    text-align: right;
    word-break: break-word;
}
table thead th {
    padding: 1em;
}
table thead tr{
  background-color: #167F92;
  color:#fff;
}
table tbody th {
  text-align: right;

}

@media screen and (max-width: 600px) {
table {width: 100%!important;}
th,td {
    padding: 6px;
    font-size: 13px;
  }

th {
    font-weight: bold;
  }
}

.price{
  text-align: right;
  color: #000;
  font-weight: bold;
}



    #interestChart {
        width: 100%;          /* 親に合わせて可変にしたいなら */
        max-width: 1000px;     /* 最大幅制限 */

        margin: 0 auto;       /* 中央寄せ */
        display: block;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        padding: 20px;
    }

    canvas#interestChart {
    width: 100% !important;
    height: 400px !important;
}
input.simulation[type=text]{
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px; /* お好みで調整 */
  font-weight: normal; /* 必要なら指定 */
  color: #000;
}

input.simulation #unitPrice,
input.simulation #positionSize,
input.simulation #yourRate,
input.simulation #days {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px; /* お好みで調整 */
  font-weight: normal; /* 必要なら指定 */
}
