.container {
    text-align: left;
}

h1,
h2 {
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
    letter-spacing: 1px;
}

h1 {
    font-size: 35px;
}

h2 {
    font-size: 30px;
}

.service_title {
    color: #4aafb6;
}

.info {
    text-align: center;
}

.form_area {
    padding: 2rem;

}

.form-label {
    font-size: 18px;
}


input::placeholder {
    color: rgba(122, 108, 116, 0.637) !important;
}

.required {
    font-size: 16px;
    color: #dc143c;
}

/* 注意書き */
.notice {
    color: #dc143c;
}

.button_area {

    text-align: center;

}

/* 項目名 */
.form-label {
    background-color: #4aafb631;
    display: block;
    border-radius: 5px;
    padding: 0.2rem;
}

/* 項目名 */
.form-text {
    font-size: 18px;
    padding: 0.2rem;
}

/* 確認ボタン */
.confirm-button {
    padding: 10px 20px;
    font-size: 25px;
    font-weight: bold;
    color: #ffffff;
    background-color: #b15800;
    border: none;
    border-radius: 15px;
    cursor: pointer;
}

/* 戻るボタン */
.return-button {
    padding: 10px 20px;
    font-size: 25px;
    font-weight: bold;
    color: #ffffff;
    background-color: #8d8a87;
    border: none;
    border-radius: 15px;
    cursor: pointer;
}