@charset "UTF-8";
.fv {
	background: url("../contact/img/fv_cnt.jpg?set0001") no-repeat top;
	background-size: cover;
}
.fv .inner {
    height: 36.73vw;
    max-height: 360px;
}
.fv h2 {
    top: 45%;
}
.txt p {
    font-size: 0.875em;
    line-height: 1.5em;
    margin-top: 0.5em;
}

.triangle + .con .inner {
    padding: 9em 0;
    overflow: hidden;
    display: table;
    margin: 0 auto;
    max-width: 840px;
    width: 87.7%;
}
.con > .inner {
    padding: 6em 0;
}
.triangle + .con {
    height: auto;
    min-height: 46vh;
}
.txt:first-child p {
    text-align: center;
    font-size: 1.0625em;
	line-height: 2em;
}
.txt:first-child h3 {
    text-align: center;
    font-size: 1.5em;
    margin: 3em auto 2em;
}
span.red {
    color: #ff0800;
}
form#mailformpro {
    max-width: 600px;
    width: 61.22vw;
    margin: 3em auto;
    font-size: 0.9375em;
}
p.rg {
    text-align: right;
}

#mailformpro dl {
    margin: 0.5em auto 1.5em;
    overflow: hidden;
    width: 100%;
    position: relative;
}
#mailformpro dt p {
    padding: 0.85em 6em 0 0;
    position: relative;
    padding-right: 2em;
    line-height: 1.2em;
}

#mailformpro dt p span {
    position: absolute;
    top: 73%;
    right: 15%;
    transform: translateY(-50%);
}
#mailformpro dt,#mailformpro dd {
    float: left;
}
#mailformpro dd {
    width: 80%;
}
#mailformpro dt {
    width: 20%;
    box-sizing: border-box;
}
input[type="text"], input[type="email"], input[type="tel"],textarea {
    width: 100%;
    padding: 0.9em;
    border: none;
    outline: none;
    box-sizing: border-box;
    margin-bottom: 0.5em;
    font-size: 1em!important;
}
#mailformpro button {
    width: 200px;
    margin: 0 auto;
    display: block;
    background-color: #fff;
    padding: 1em;
    font-size: 1em;
	border-radius: 0;
	transition: all 0.2s;
	transition-delay: 0.1s;
}
#mailformpro button:hover {
    background-color: #85281d;
    color: #fff;
}
div#mfp_overlay .mfp_buttons button {
    font-size: 16px;
    padding: 0.5em 1em;
    width: 42%;
    box-sizing: border-box;
    margin: 0.5em auto;
    transition: 0.5s all;
}
div.mfp_buttons button#mfp_button_send {
    background-color: #b83a21;
    color: #fff;
}
div.mfp_buttons button#mfp_button_cancel {
    background-color: #ededed;
}
div.mfp_buttons button#mfp_button_send:hover {
    background-color: #85281d;
}
div.mfp_buttons button#mfp_button_cancel:hover {
    background-color: #bfbfbd;
}
textarea {
    width: 100%!important;
    min-height: 150px;
}
.txt.caution p {
    line-height: 1.73em;
    font-size: 0.9375em;
    max-width: 610px;
    width: 62.24vw;
    margin: 6em auto;
}
@media (max-width: 750px){
.fv {
	background: url("../contact/img/fv_cnt_sp.jpg?set0001") no-repeat top;
	background-size: cover;
}
.fv .inner {
    height: 48.66vw;
    max-height: 365px;
}
.fv h2 {
    color: #fff;
}
.triangle + .con .inner {
    padding: 5.33vw 0;
    max-width: 590px;
    width: 78.67%;
}
.txt:first-child h3 {
    font-size: 4.2vw;
    line-height: 2em;
    margin: 3em auto 2em;
}
.txt:first-child p {
    font-size: 2.93vw;
}
form#mailformpro {
    max-width: 100%;
    width: 100%;
    margin: 4.66vw auto;
    font-size: 2.93vw;
}
p.rg {
    font-size: 2.66vw;
}
#mailformpro dt {
    width: 25%;
}
#mailformpro dd {
    width: 75%;
}
#mailformpro dt p {
    padding-right: 1.5em;
}
#mailformpro dt p span {
    right: 7.5%;
}
#mailformpro button {
    width: 26.6vw;
    font-size: 2.663vw;
}
.txt.caution p {
    font-size: 2.66vw;
    max-width: 100%;
    width: 100%;
    margin: 8vw auto;
}
.triangle + .con {
    height: auto;
    min-height: 70vw;
}
}
@media (min-width: 751px){

}@media (min-width: 980px){
}