@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300');
/*----------------------------------------------------
	☆cmn
----------------------------------------------------*/

.fix_btn {
	display: none;
}

.wpcf7-turnstile {
	margin-block-start: 50px;
	text-align: center;
}

/*--one--*/
#mailform {
	padding: 80px 0px 150px;
}
#mailform table {
    border-top: 1px solid #e5e5e5;
    width: 100%;
}
#mailform td {
    border-bottom: 1px solid #e5e5e5;
    padding: 15px 0;
}
#mailform th {
    border-bottom: 1px solid #e5e5e5;
    color: #34739f;
    font-weight: bold;
	line-height: 180%;
    padding: 15px 0 15px 25px;
    width: 215px;
}
#mailform th span {
    color: #cc0000;
}
#mailform .text_input {
    background-color: #f6f6f6;
    border: 1px solid #f6f6f6;
    font-size: 13px;
    margin-right: 20px;
    padding: 10px;
    width: 460px;
}
.text_area {
    background-color: #f6f6f6;
    border: 1px solid #f6f6f6;
    font-size: 13px;
    padding: 10px;
    width: 700px;
}



.privacy {
    border: 1px solid #e5e5e5;
    margin-top: 30px;
    padding: 22px 30px;
}
.privacy h4 {
    color: #34739f;
    font-weight: bold;
    letter-spacing: 2px;
}
.text_btn {
    font-weight: bold;
    margin-top: 30px;
    text-align: center;
}
.btn_area {
    margin-top: 30px;
    text-align: center;
}
.btn_confirm {
    background-color: #0b3773;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    height: 60px;
    letter-spacing: 1px;
    width: 360px;
}


.btn_confirm:hover {
    background-color: #1A60C0;

}
