@charset "UTF-8";
.qtro-mailform {
    padding-bottom: 10em;
}

.qtro-mailform .note {
    font-size: 85%;
    display: block;
    text-align: right;
}

.qtro-mailform #mfp_phase_confirm .message {
    background-color: #ffd8d2;
    border-radius: 4px;
    padding: 30px 0;
    color: #a19169;
    font-weight: bold;
    margin: 0 auto 30px;
}

.qtro-mailform #mfp_phase_confirm .message p {
    margin-bottom: 0;
}

form#mailformpro label.mfp_not_checked {
    border: none;
}

#clearForm {
    display: none;
}


.qtro-mailform textarea {
    width: 100% !important;
    min-height: 14em;
    padding: 1em;
    background-color: #fff;
    /* border: 1px solid #aaa; */
    border-radius: 3px;
}

.qtro-mailform input:focus,
.qtro-mailform textarea:focus,
.qtro-mailform select:focus {
    border: 1px solid #A09269;
    outline: 0;
}

@media only screen and (max-width: 767px) {
    .qtro-mailform textarea {
        max-width: none;
    }
}

.qtro-mailform .mfp_buttons {
    text-align: center;
    margin-top: 3em;
}

.qtro-mailform #submit-button,
.qtro-mailform input[type='submit'] {

    padding: 28px 88px;
    cursor: pointer;
    font-size: 16px;
    display: inline-block;
	font-weight: bold;
	outline: none;
    /* color: #a19169; */
    /* border: 2px solid #a19169; */
    /* background-color: transparent; */
}


@media only screen and (max-width: 767px) {
    .qtro-mailform #submit-button,
    .qtro-mailform input[type='submit'] {
        width: 100%;
        padding: 14px 0;
    }
}

@media only screen and (max-width: 767px) {
    #mfp_overlay {
        padding: 0 5%;
    }
}

#mfp_overlay div#mfp_overlay_inner {
    padding: 40px 20px;
}

@media only screen and (max-width: 767px) {
    #mfp_overlay div#mfp_overlay_inner {
        width: auto;
        padding: 20px 10px;
    }
}

#mfp_overlay button,
#mfp_overlay html input[type="button"],
#mfp_overlay input[type="reset"],
#mfp_overlay input[type="submit"] {
    -webkit-appearance: button;
	cursor: pointer;
	outline: none;
}

#mfp_overlay table {
    width: 100%;
}

#mfp_overlay table th {
    width: 30%;
}

#mfp_overlay table#mfp_confirm_table tr th,
#mfp_overlay table#mfp_confirm_table tr td {
    text-align: left;
    border-top: dotted 1px #CCC;
    padding: 1em;
}

#mfp_overlay h4 {
    font-size: 1.6rem;
    text-align: center;
    margin: 1.5em 0 1em;
    font-weight: bold;
}

@media only screen and (max-width: 767px) {
    #mfp_overlay h4 {
        margin-top: 0;
        font-size: 1.5rem;
    }
}

#mfp_overlay .mfp_buttons {
    text-align: center;
    margin-top: 2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#mfp_overlay .mfp_element_button {
    padding: 1.25em 0;
    color: #fff;
    line-height: 1;
    width: 45%;
    margin: 0 5px;
    border-radius: 3px;
}

#mfp_overlay #mfp_button_send {
    background-color: #5FB33B;
}

#mfp_overlay #mfp_button_send:hover {
    opacity: 0.9;
}

#mfp_overlay #mfp_button_cancel {
    background-color: #888;
}

#mfp_overlay #mfp_button_cancel:hover {
    background-color: #989898;
}

@media only screen and (max-width: 767px) {
    #mfp_overlay th {
        font-size: 10px;
    }
}

body.thanks .section-form {
    margin: 5em 0;
    text-align: center;
}

body.thanks .section-form .h1_title {
    padding-bottom: 2em;
    font-size: 2.8rem;
    font-weight: bold;
}

body.thanks .section-form .thanks {
    line-height: 2;
    margin-bottom: 5em;
}

body.thanks .tel .h1_title {
    padding-bottom: 1em;
}

body.thanks .tel {
    padding: 2em 0 5em;
}

@media only screen and (max-width: 767px) {
    body.thanks .section-form {
        margin: 3em 0;
        text-align: center;
    }
    body.thanks .section-form .h1_title {
        padding-bottom: 2em;
    }
    body.thanks .section-form .thanks {
        margin: 0 5%;
        text-align: left;
    }
    body.thanks .section-form .thanks br {
        display: none;
    }
    body.thanks .tel .h1_title {
        padding-bottom: 0.5em;
    }
    body.thanks .tel {
        padding: 4em 0 5em;
    }
}

.qtro-mailform #submit-button,
.qtro-mailform input[type='submit'] {
    background-color: #5FB33B;
    color: #fff;
	border-radius: 50px;
	font-weight: normal;
}

@media (min-width: 768px) {
    .qtro-mailform #submit-button:hover,
    .qtro-mailform input[type='submit']:hover {
        /* background-color: #5FD33B; */
		/* color: #fff; */
		opacity: 0.8;
    }
}


.section-thanks {
	text-align: center;
	padding-bottom: 5em;
}

.section-thanks .thanks {
	margin: 3em 0;
}


.section-thanks a.more.fill {
	line-height: 1;
}

@media (max-width: 767px) {
	.section-thanks .thanks {
		margin: 3em 1em;
		text-align: left;
	}

	.section-thanks .thanks br {
		display: none;
	}
}