@charset "UTF-8";

.wpcf7-spinner{
    display: none !important;
}

.sc_form {
    padding: 0px 0 100px;
}

.sc_form .sc_form {
    font-weight: bold;
    font-size: 24px;
}

.sc_form .text_atten {
    margin-bottom: 30px;
}

.contact_area_box {
    border: 1px solid #eee;
    max-width: 810px;
    margin: 0 auto;
    font-size: 14px;
    font-weight: bold;
}

.contact_area_box dl {
	border-bottom: 1px solid #eee;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    text-align: left;
}

.contact_area_box dt {
	padding: 18px 20px;
	background-color: #f2f5f7;
	width: 260px;
	box-sizing: border-box;
	border-right: 1px solid #eee;
}

.required {
	color: #007440;
}

.contact_area_box dd {
	padding: 18px 20px;
	box-sizing: border-box;
	width: 620px;
}

.contact_area_box .dd_radio,
.contact_area_box .dd_checkbox {
	line-height: 2.5;
}

.contact_area_box .wpcf7-radio .wpcf7-list-item,
.contact_area_box .wpcf7-checkbox .wpcf7-list-item {
	font-weight: bold;
    line-height: 2.5;
    margin-right: 10px;
    margin-left: 0px !important;
}

.contact_area_box input[type="text"],
.contact_area_box input[type="email"],
.contact_area_box input[type="tel"] {
    width: 420px;
    font-size: 14px;
    padding: 8px;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    box-sizing: border-box;
}

.contact_area_box input[id="zip1"] {
	width: 75px;
	margin: 0 5px;
}

.contact_area_box input[id="zip2"] {
	width: 100px;
	margin: 0 10px 0 5px;
}

.contact_area_box input[id="btn"] {
    border: none;
    outline: none;
    padding: 9px;
    background-color: #f2f5f7;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 14px;
    transition: opacity .2s ease-in-out;
    position: relative;
    line-height: 1.2;
    vertical-align: top;
}

.contact_area_box input[id="btn"]:hover {
	opacity: .6;
}

.contact_area_box .sel_pref {
	position: relative;
}

.contact_area_box .sel_pref::after {
	width: 8px;
    height: 8px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.contact_area_box select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	border: 0;
	margin: 0;
	padding: 0;
	background: none transparent;
	vertical-align: middle;
	font-size: 14px;
	color: inherit;
	box-sizing: content-box;
    padding: 8px;
    border: 1px solid #ccc;
    width: 155px;
}

.contact_area_box select::-ms-expand {
	display: none;
}

.contact_area_box textarea {
    width: 420px;
    font-size: 14px;
    padding: 5px;
    height: 130px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.confirm .contact_area_box dd {
    background-color: #fff;
}

.confirm .text_atten {
    display: none;
}

.confirmation {
    margin-top: 40px;
}

.confirmation:not(.confirmationcheck) {
    display: flex;
    flex-direction: row;
    max-width: 560px;
    margin: 40px auto 0;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.confirmation input[type="submit"] {
    border: none;
    outline: none;
    padding: 10px 0;
    width: 260px;
    background-color: #007440;
    border-radius: 30px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    border: 2px solid #007440;
    box-sizing: border-box;
    vertical-align: middle;
    transition: opacity .2s ease-in-out;
    -webkit-appearance: none;
    cursor: pointer;
}

.confirmation input[type="submit"]:hover {
	opacity: .6;
}

.confirmation .btn-back {
    outline: none;
    padding: 10px 0;
    width: 200px;
    background-color: #fff !important;
    border-radius: 30px;
    color: #007440 !important;
    font-weight: bold;
    font-size: 14px;
    border: 2px solid #007440 !important;
    box-sizing: border-box;
    vertical-align: middle;
    transition: opacity .2s ease-in-out;
    -webkit-appearance: none;
    cursor: pointer;
}

.confirmation .btn-back:hover {
    opacity: .6;
}

.wpcf7-form.sent .text_atten {
    display: none;
}

.wpcf7-response-output {
    margin: 20px 0 0;
    padding: 10px 20px;
    border: 1px solid #007440;
    color: #007440;
    font-size: 14px;
}

.wpcf7-response-output[aria-hidden="true"] {
    display: none !important;
}

.wpcf7-not-valid-tip {
    color: #007440;
    font-size: 12px;
    font-weight: normal;
}

.thanks .sc_form .text_atten {
    margin-top: 30px;
}

.btn-top {
    display: inline-block;
    padding: 10px 0;
    width: 260px;
    background-color: #007440;
    border-radius: 30px;
    color: #fff !important;
    font-weight: bold;
    font-size: 14px;
    border: 2px solid #007440;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    transition: opacity .2s ease-in-out;
}

.btn-top:hover {
    opacity: .6;
    color: #fff;
    text-decoration: none;
}

.contact .sc_form {
    padding: 0px 0 100px;
}

@media (max-width: 768px) {

.sc_form {
    padding: 30px 0 50px;
}

.sc_form .sc_form {
    font-size: 17px;
}

.contact_area_box {
	max-width: 100%;
	font-size: 12px;
}

.contact_area_box dt {
	padding: 3%;
	width: 27%;
	min-width: 120px;
	padding-left: 2%;
}

.contact_area_box dd {
    padding: 3%;
    width: 70%;
}

.contact_area_box .dd_checkbox {
	line-height: 2;
}

.contact_area_box .dd_checkbox .wpcf7-list-item {
	margin-right: 3%;
	width: auto;
}

.contact_area_box input[type="text"],
.contact_area_box input[type="email"],
.contact_area_box input[type="tel"] {
    width: 100%;
    box-sizing: border-box;
    font-size: 12px;
    padding: 3%;
}

.contact_area_box input[id="zip1"] {
    width: 20%;
    margin: 0 2%;
}

.contact_area_box input[id="zip2"] {
	width: 30%;
	margin: 0 2%;
}

.contact_area_box input[id="btn"] {
    padding: 9px;
    font-size: 12px;
    margin-top: 10px;
}

.contact_area_box input[id="btn"]:hover {
	opacity: 1;
}

.contact_area_box select {
	font-size: 12px;
    padding: 5px;
    width: 155px;
}

.contact_area_box textarea {
    width: 100%;
    font-size: 12px;
    height: 110px;
    box-sizing: border-box;
}

.confirmation {
	margin-top: 20px;
}

.confirmation input[type="submit"] {
    padding: 10px 0;
    width: 260px;
    font-size: 13px;
}

.confirmation input[type="submit"]:hover {
	opacity: 1;
}

.thanks .sc_form .text_atten {
    margin-top: 20px;
}

}