.area {
    width: 94%;
}
p.error-message {
    color: #e95042;
    font-size: 1rem;
}
form p {
    display: block;
    font-weight: 700;
    font-size: 1em;
    margin: 2em 0 0;
    position: relative;
    color: #6E6E73;
    margin-bottom: 0.5em;
}
p span.required {
    padding: 0.2em 0.4em 0.3em;
    margin: auto 1em;
    background-color: #DA6539;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 0.5em;
    text-align: center;
    top: 0.5em;
    position: absolute;
    margin-bottom: 0.5em;
}
p span.option {
    padding: 0.2em 0.4em 0.3em;
    margin: auto 1em;
    background-color: #6E6E73;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 0.5em;
    text-align: center;
    top: 0.5em;
    position: absolute;
    margin-bottom: 0.5em;
}
input.text {
    height: 1.5em;
    width: 30rem;
    font-size: 16px;
    padding: 10px;
}
.radio-label {
    color: #6E6E73;
    font-weight: 500;
    font-size: 1em;
}
.area-flex {
    width: 94%;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}
.area-left {
    width: 8rem;
}
.area-right {
    width: 20rem;
}
.selectbox-003 {
    display: inline-flex;
    align-items: center;
    position: relative;
}
.selectbox-003::after {
    position: absolute;
    right: 15px;
    width: 10px;
    height: 7px;
    background-color: #535353;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}
.selectbox-003 select {
    appearance: none;
    height: 2.8em;
    padding: .4em calc(.8em + 30px) .4em .8em;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    color: #333333;
    font-size: 1em;
    cursor: pointer;
}
textarea {
    width: 100%;
    height: 280px;
    padding: 10px;
    font-size: 16px;
}
.btn {
    text-align: center;
}
.btn button {
    margin: 60px auto 0;
    border: none;
    background-color: #DA6539;
    width: 480px;
    border-radius: 2px;
    box-shadow: 0 5px 10px #6e6e7386;
    text-decoration: none;
    color: #FFFFFF;
    font-size:16px;
    font-weight: 700;
    padding: 1.5em 0em;
    display: block;
}
