input {
    all: revert;
    border:none;
    outline: none;
}

form>label {
	font-size: 1.1rem;
    padding: 0 10px 0;
	border-left: 3px solid #373838;
    display: block;
    margin-bottom: 10px;
    font-weight: bold; 
}
form>input,select,textarea {
    width: 100%;
    padding: 8px;
    background: #fff;
    border-radius: 5px;
}

form>input,textarea {
    margin-bottom: 25px;
}
#inquiry-note{
    font-size: 0.8em;
    color: #666;
    margin-bottom: 25px;
}

.cb{
    margin-bottom: 25px;
    accent-color: #ad3871;
}

.need, .any{
	font-size: .7rem;
    padding: 3px 5px;
    border-radius: 5px;
    margin-right: 10px;
    font-weight: normal;
}
.need{
    background: #ad3871;
    color: #fff;
}
.any{
    background: #fff;
}

#inquiry_type div,
#service1 div {
    margin-bottom: 10 PX;
}
#inquiry_type div input,
#service1 div input {
    margin-right: 5px;
}
#inquiry_type div label,
#service1 div label {
    display: inline;
    margin-right: 15px;
}
textarea {
    resize: vertical;
}

.annotation{
    font-size: 70%;
    margin-bottom: .5em;
    display: block;
}

section div{
    text-align: left;
    margin: 0;
    width: 100%;
}

input::placeholder {
  color: #bbc0c5;
}