@charset "UTF-8";

.flextbox{
    display: flex;
    align-items: flex-end;
}

.flextbox .rtext{
    margin-left: 5px;
}

.submit.mb100{
    margin-bottom: 100px;
}

.label{
    background-color:gray;
}

.pconly { display: block !important; }
.sponly { display: none !important; }
@media only screen and (max-width: 767px) {
	.pconly { display: none !important; }
	.sponly { display: block !important; }
}



.contact-page .contentPage__contact .form-group-height.h-2 .label,
.contact-page .contentPage__contact .form-group-height.h-2 .input {
    height: 13rem;
}


.contact-page .contentPage__contact .form-group-height.h-1 .label,
.contact-page .contentPage__contact .form-group-height.h-1 .input {
    height: 10rem;
}


.contact-page .contentPage__contact .form-group-height.h-3 .label,
.contact-page .contentPage__contact .form-group-height.h-3 .input {
    height: 18rem;
}

@media only screen and (max-width: 767px) {
.contact-page .contentPage__contact .form-group-height.h-2 .label,
.contact-page .contentPage__contact .form-group-height.h-2 .input {
    height: auto;
}


.contact-page .contentPage__contact .form-group-height.h-1 .label,
.contact-page .contentPage__contact .form-group-height.h-1 .input {
    height: auto;
}


.contact-page .contentPage__contact .form-group-height.h-3 .label,
.contact-page .contentPage__contact .form-group-height.h-3 .input {
    height: auto;
}

}