body {
    font-family: 'Noto Sans JP', sans-serif;
    background-color: #f4f4f4;
    margin: 0;
    padding: 20px;
    color: #333;
}

header {
    background: #00a6de;
    color: #fff;
    padding: 10px 0;
}

.container {
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    margin: 20px auto;
    padding: 20px;
    max-width: 960px;
}

input[type="text"], input[type="email"], input[type="tel"], select, textarea {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
}

input[type="radio"] {
    width: 25px;
}

button {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
}

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

select {
    width: 25%;
}

dl {
    margin-bottom: 20px;
}

dt {
    font-weight: bold;
}

.agreeArea, .align__c {
    text-align: center;
}

.agree label {
    cursor: pointer;
}

.agree input[type="checkbox"] {
    margin-right: 5px;
}
