@charset "UTF-8";
/* CSS Document */
.line {
    margin-bottom: 80px;
}
.form_flow {
    text-align: center;
}
.form_flow ul {
    display: flex;
    justify-content: center;
}
.form_flow ul li {
    margin-right: 70px;
}
.form_flow ul li:last-child {
    margin-right: 0px;
}
.form_flow .flow_number {
    position: relative;
    font-size: 24px;
    font-family: 'Saira Condensed', sans-serif;
    line-height: 1;
    padding: 20px;
    border: 1px solid #6A5E37;
    color: #6A5E37;
}
.form_flow .line2::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    width: 71px;
    height: 2px;
    background-color: #6A5E37;
}
.form_li .flow_number {
    color: #fff;
    background-color: #6A5E37;
}
.form_flow .flow_type {
    font-size: 18px;
    font-weight: 700;
    color: #6A5E37;
    padding-top: 5px;
}
.form_flow p {
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 18px;
    font-weight: 700;
}
.form_flow p br {
    display: none;
}


.contact .inner {
    padding: 50px 50px 100px 50px;
    background-color: #393939;
}
.contact .inner .box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contact .inner .box h4 {
    padding: 11px 0 11px 23px;
    border-left: 7px solid #8D785A;
    font-size: 20px;
    font-weight: 700;
}
.contact .inner .box p span {
    color: #8D785A;
}
.contact .inner form {
    margin-top: 50px;
    margin-left: 30px;
}
form#mailformpro dl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}
form#mailformpro dl dt {
    width: 32%;
    margin-bottom: 33px;
    float: none;
    clear: none;
    font-size: 16px;
    padding: 0;
    text-align: left;
    border-top: none;
}
form#mailformpro dl dt span {
    color: #8D785A;
}
form#mailformpro dl dd {
    width: 68%;
    margin-bottom: 33px;
    border-top: none;
    padding: 0;
}
form#mailformpro dl dd input {
    width: 100% !important;
    height: 53px;
    background-color: #434343;
    padding-left: 20px;
}
form#mailformpro dl dd textarea {
    width: 100% !important;
    height: 270px !important;
    background-color: #434343;
    padding: 10px 20px;
}
.mfp_achroma {
    background-color: #393939;
}
.mfp_colored {
    background-color: #393939;
}
.mfp_element_text,
.mfp_element_tel,
.mfp_element_email,
.mfp_element_textarea {
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    margin: 0;
}
.mfp_element_all {
    max-width: 100%;
}
.mfp_element_submit {
    border-radius: 0;
    border: 2px solid #8D785A;
    text-shadow: none;
}
.mfp_element_submit:hover {
    background: #8D785A;
	box-shadow: none;
}
div.mfp_err {
    padding-left: 0;
    background-image: none;
}


div#mfp_overlay_inner {
    background-color: #393939;
}
div#mfp_overlay_inner h4 {
    text-align: center;
    margin-bottom: 10px;
}
#th_mfp_element_0,
#th_mfp_element_3,
#th_mfp_element_5 {
    background-color: #434343;
}
#th_mfp_element_1,
#th_mfp_element_4 {
    background-color: #393939;
}
#td_mfp_element_0,
#td_mfp_element_3,
#td_mfp_element_5 {
    background-color: #434343;
}
#td_mfp_element_1,
#td_mfp_element_4 {
    background-color: #393939;
}
table#mfp_confirm_table tr th,
table#mfp_confirm_table tr td {
    border-top: none;
    margin-bottom: 10px;
}
table#mfp_confirm_table tr.mfp_achroma {
    
}
.mfp_element_button {
    border-radius: 0;
    background: none;
    border: 1px solid #8D785A;
    text-shadow: none;
    font-size: 16px;
}
div.mfp_buttons button#mfp_button_send {
    margin-right: 20px;
}
div.mfp_buttons button#mfp_button_send:hover {
    background: #8D785A;
	box-shadow: none;
}
div.mfp_buttons button#mfp_button_cancel:hover {
    background: #8D785A;
	box-shadow: none;
}

.contact .button2 {
    margin: 45px auto 0 auto;
    text-align: center;
}
.contact .btn3:hover {
    background-color: #8D785A;
    transition: .3s;
}
.contact .btn3 {
    padding: 25px 83px;
}
.line1 {
    margin-top: 50px;
    margin-bottom: 96px;
    width: 100%;
    height: 1.5px;
    background-color: #8D785A;
}


#mfp_thanks {
    display: none;
}

.mfp_caution li {
    margin-left: 30px;
    color: #c7000b;
}



.pdf {
    margin-top: 50px;
}
.pdf a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 30px;
    border: 2px solid #8D785A;
} 
.pdf figure {
    width: 50px;
    margin-right: 20px;
}
.pdf h4 {
    font-size: 20px;
    font-weight: 700;
}
.pdf p {
    font-size: 14px;
    padding-top: 10px;
}
.pdf a:hover {
    background-color: #000;
    transition: .3s;
}





@media screen and (max-width:768px){
    .form_flow p br {
        display: block;
    }
    .form_flow .flow_number {
        font-size: 17px;
        padding: 10px;
    }
    .form_flow ul li {
        margin-right: 50px;
    }
    .form_flow .line2::after {
        width: 51px;
    }
    .form_flow .flow_type {
        font-size: 12px;
    }
    .form_flow p {
        font-size: 13px;
        line-height: 28px;
        padding-bottom: 30px;
    }
    .contact {
        padding-left: 20px;
        padding-right: 20px;
    }
    .contact .inner {
        padding: 30px 23px 50px 0;
    }
    .contact .inner .box h4 {
        font-size: 15px;
        padding: 8px 0 8px 16px;
    }
    .contact .inner .box p {
        font-size: 13px;
    }
    .contact .inner .form {
        margin-top: 20px;
        margin-left: 23px;
    }
    form#mailformpro dl {
        display: block;
    }
    form#mailformpro dl dt {
        width: 100%;
        margin-bottom: 5px;
    }
    form#mailformpro dl dd {
        width: 100%;
        margin-bottom: 10px;
    }
    form#mailformpro dl dd input {
        height: 30px;
    }
    form#mailformpro dl dd textarea {
        height: 200px;
    }
    .contact .button2 {
        margin-top: 38px;
    }
    .contact .btn3 {
		padding: 18px 0;
		text-align: center;
		width: 100%;
    }
    .line1 {
        margin-top: 30px;
        margin-bottom: 50px;
    }
    
    
    .mfp_thanks p {
        font-size: 14px;
    }
    
.pdf {
    margin-top: 30px;
}
.pdf a {
    padding: 20px 10px;
} 
.pdf figure {
    width: 40px;
    margin-right: 15px;
}
.pdf h4 {
    font-size: 16px;
}
.pdf p {
    padding-top: 5px;
}
    
    
}
    

@media screen and (max-width:550px){
    .pdf a {
        display: block;
    } 
    .pdf figure {
        margin: 0 auto;
        margin-bottom: 10px;
    }
    .pdf div {
        text-align: center;
    }
}











