
.kv_contact{
	margin: 0 auto;
	padding: 100px 0 100px;
	position:relative;
	min-width:1000px;
	background-color:#66B9FF;
}
.kv_contact:after {
	content: "";
	width:100%;
	height:30px;
	position:absolute;
	bottom:0;
	background: url(../../images/base/wave_bg.svg) repeat-x center top ;
	background-size:auto;
	z-index:10;
}
.kv_contact h2{
	display:none;
}



.section_wrap{
	margin: 0 auto;
	padding: 100px 0 100px;
	position:relative;
	min-width:1000px;
}

.section_inner{
	margin: 0 auto;
	padding: 0 0;
	position:relative;
	min-width:1000px;
	text-align:center;
}

h3.h3_style{
	margin:0 0 60px;
	padding: 0 0 60px;
	position: relative;
font-weight: 600;
font-size: 32px;
line-height: 50px;
text-align: center;
color: #3e3e3e;
	background-image: url(../../images/base/h2_bg.svg);
	background-repeat: no-repeat;
	background-position: center bottom 0px;
	background-size: auto;
}

.section_inner p{
	margin:0 auto 80px;
	padding: 0 0;
	position: relative;
font-weight: 400;
font-size: 18px;
text-align: center;
color: #3e3e3e;
line-height:1.8;
}

.form_block{
	margin: 0 auto 60px;
	padding: 0 0 ;
	position:relative;
	width:860px;
}






















ul.form_list{
	margin: 0 auto;
	padding: 0 0 ;
	position:relative;
	width:860px;
display: flex;
align-items:stretch;
justify-content:space-between;
flex-wrap:wrap;
}

ul.form_list li{
	margin: 0 0 30px;
	padding: 0 0 ;
	position:relative;
	width:100%;
}

ul.form_list li:nth-child(1),
ul.form_list li:nth-child(2),
ul.form_list li:nth-child(4),
ul.form_list li:nth-child(5){
	width:49%;
}

ul.form_list li input[type="text"] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	margin:0 0 0 0;
	padding:15px;
	border:0px solid #ccc;
	font-size:16px;
	line-height:1.5;
	text-align: left;
	background-color:#E2EFFF;
	width:100%;
	box-sizing: border-box;
	border-radius: 10px;
}

ul.form_list li input[type="text"]:focus {
	outline: none;
}

ul.form_list li textarea{
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;

	margin:0 0 0 0;
	padding:15px;
	border:0px solid #ccc;
	font-size:16px;
	line-height:1.5;
	text-align: left;
	background-color:#E2EFFF;
	width:100%;
	box-sizing: border-box;
	border-radius: 10px;
}

ul.form_list li textarea:focus {
	outline: none;
}

.btn_form {
	margin: 0 auto;
	padding: 0 0 0 0;
	position:relative;
	text-align:center;
}

.btn_form .submit_btn{
	margin: 0 20px;
	padding: 15px 0;
	position:relative;
font-weight: 500;
font-size: 18px;
letter-spacing: 0.03em;
text-align: center;
color: #fff;
border-radius: 50px; 
-webkit-border-radius: 50px; 
-moz-border-radius: 50px; 
background-color:#2E9FFF;
border:2px solid #2E9FFF;
width:280px;
cursor: pointer;
}

.btn_form .submit_btn:hover{
transition : 0.2s;
color: #2E9FFF;
background-color:#fff;
text-decoration:none;
}

.btn_form input {
	border:none;
}

.mw_wp_form .error {
	text-align:left;
	padding:0.5em 0 0 1em;
    font-size: 100%;
    color: #B70000;
    display: block;
}
.mw_wp_form_input .form_none {
	display:none;
}
.mw_wp_form_confirm ul.form_list {
        margin: 0 auto;
        width: 640px;
}
.mw_wp_form_confirm ul.form_list li {
	display:block;
        margin: 0 0 0 0;
        padding: 15px;
        border: 0px solid #ccc;
        font-size: 15px;
        line-height: 1.5;
        text-align: left;
        width: 100%;
}
.mw_wp_form .horizontal-item + .horizontal-item {
    margin: 0 18px 0 0 !important;
	display:inline-block;
	/*min-width:110px;*/
}
.mw_wp_form .horizontal-item {
    margin: 0 18px 0 0 !important;
	display:inline-block;
	/*min-width:110px;*/
}


/* table
====================*/

table.table_form{
	width:100%;
	margin: 0 0 25px 0;
	padding: 0 0 25px 0;
	position: relative;
	border-collapse:separate;
	border-spacing:0;
	border-bottom:0px solid #444;
}

table.table_form th{
	margin: 0 0 0 0;
	padding: 15px 0 15px 0;
	font-size:15px;
	line-height: 1.8;
	font-weight:bold;
	color:#000;
	letter-spacing:0px;
	text-align:left;
	width:230px;
	vertical-align:middle;
	border-bottom:1px solid #ccc;
}

table.table_form th .submessage{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 12px;
}

table.table_form th span{
	margin: 0 10px 0 0;
	padding: 2px 5px;
	font-size: 12px;
	font-weight:bold;
	line-height: 1.5;
	letter-spacing:0px;
	color:#fff;
	background-color:#fff;
}

table.table_form th span.require{
	margin: 0 8px 0 0;
	padding: 2px 7px 4px;
	font-size: 12px;
	font-weight:bold;
	line-height: 1.0;
	letter-spacing:0px;
	color:#fff;
	background-color:#0879ce;
}

table.table_form th span.any{
	margin: 0 10px 0 0;
	padding: 2px 7px;
	font-size: 12px;
	font-weight:bold;
	line-height: 1.5;
	letter-spacing:0px;
	color:#444;
	background-color:#dbdbda;
}



table.table_form td{
	margin: 0 0 0 0;
	padding: 15px 0 15px 10px;
	position: relative;
	font-size:16px;
	line-height: 1.8;
	font-weight:normal;
	color:#000;
	letter-spacing:0px;
	text-align:left;
	vertical-align:middle;
	border-bottom:1px solid #ccc;
	width:580px;
}



table.table_form input {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding:10px;
	border:0px solid #ccc;
	font-size:16px;
	line-height:1.1;
	background:#f2f2f1;
	box-sizing: border-box;
}

table.table_form input:focus {
	outline: none;
}

table.table_form input.input_size1{
	margin:0 0 0 0;
	width:100%;
}

table.table_form input.input_size2{
	margin:0 0 0 0;
	width:46%;
}

table.table_form textarea{
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	margin:0 0 0 0;
	padding:10px;
	border:0px solid #ccc;
	font-size:15px;
	line-height:1.5;
	background:#f2f2f1;
	/*background-color:#E2EFFF;*/
	width:100%;
	box-sizing: border-box;
	border-radius: 10px;
}
table.table_form textarea:focus {
	outline: none;
}

table.table_form td.td_radio input[type=radio]{
    display: none;
}
table.table_form td.td_radio label span{
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 3px 10px 3px 30px;
    position: relative;
}
table.table_form td.td_radio label span::before {
	background-color:#fff;
    border: 1px solid #bdb9b3;
    border-radius: 50%;
    content: '';
    display: block;
    height: 13px;
    left: 6px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 13px;
}
table.table_form td.td_radio label span::after {
    background: #0879ce;
    border-radius: 50%;
    content: '';
    display: block;
    height: 15px;
    left: 6px;
    margin-top: -8px;
    opacity: 0;
    position: absolute;
    top: 50%;
    width: 15px;
}
table.table_form td.td_radio label input[type=radio]:checked + span::after {
	opacity: 1;
}

table.table_form td.td_check input[type=checkbox] {
    display: none;
}
table.table_form td.td_check label span{
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 3px 10px 3px 30px;
    position: relative;

}
table.table_form td.td_check label span::before {
	background-color:#fff;
    border: 1px solid #bdb9b3;
    border-radius: 0px;
    content: '';
    display: block;
    height: 13px;
    left: 6px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 13px;
}
table.table_form td.td_check label span::after {
    background: #0879ce;
    border-radius: 0px;
    content: '';
    display: block;
    height: 15px;
    left: 6px;
    margin-top: -8px;
    opacity: 0;
    position: absolute;
    top: 50%;
    width: 15px;
}
table.table_form td.td_check label input[type=checkbox]:checked + span::after {
	opacity: 1;
}
table.table_form select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin-right: 2em;
    padding: 10px;
    border: 0px solid #ccc;
    font-size: 16px;
    line-height: 1.1;
    background: #f2f2f1;
    box-sizing: border-box;
	width:215px;
}

table.table_form td span.address_search,
table.table_form td a.address_search{
	margin: 0 0 0 0;
	padding: 7px 7px;
	font-size: 12px;
	font-weight:bold;
	line-height: 1.5;
	letter-spacing:1px;
	color:#fff;
	background-color:#444;
	cursor: pointer;
}
table.table_form td a.address_search:hover{
	text-decoration:none;
	background-color:#777;
}

.mw_wp_form_confirm table.table_form td div.kakomi{
	display : inline-block !important;
}

.mw_wp_form_input table.table_form td div.kakomi {
    display: inline-block !important;
    vertical-align: middle;
    width: 215px;
    margin-right: 15px;
}

.mw_wp_form_confirm .confirm_none {display:none;}

.map_block {
	margin-top:1em;
}
