
.kv{
	margin: 0px 0 0px;
	padding: 0 0 0 0;
	width: auto;
	position:relative;
	text-align:center;
	z-index:10;
	background-color:#fffdd7;
}

.kv_tit{
	margin: 0px 0;
	padding: 25px 0 25px 0;
	width: auto;
	position:relative;
	text-align:center;
font-weight: 600;
font-size: 23px;
letter-spacing: 0px;
line-height: 1.5;
color: #333;
}


.request_block{
	margin: 0px 0 0px;
	padding: 25px 20px 25px;
	width: auto;
	position:relative;
	text-align:center;
	z-index:10;
	background-color:#d9eff0;
}

.form_block{
	margin: 0px 0 0px;
	padding: 15px 15px 25px;
	width: auto;
	position:relative;
	text-align:center;
	z-index:10;
	background-color:#fff;
	border-radius: 8px;
}

.form_block h3{
	margin: 0px 0 0px;
	padding: 0 0 10px;
	width: auto;
	position:relative;
font-weight: bold;
font-size: 18px;
line-height: 1.5;
text-align: left;
color: #83ccd2;
border-bottom:1px solid #aaa;
}

table.table_contact{
	margin: 0 0 25px 0;
	padding: 0 0 0;
	position:relative;
	text-align:left;
	width:100%;
	border-collapse: collapse;
}

table.table_contact th{
	margin: 0 0 0 0;
	padding: 15px 15px 5px;
	position:relative;
font-weight: bold;
font-size: 14px;
line-height: 20px;
text-align: left;
color: #000;

	vertical-align:top;
	width:auto;
	display:block;
}

table.table_contact th small{
font-size: 11px;
font-weight: normal;
}

table.table_contact td{
	margin: 0 0 0 0;
	padding: 0 15px 15px;
	position:relative;
	text-align:left;
	line-height:1.5;

font-weight: normal;
font-size: 14px;
line-height: 20px;
text-align: left;
color: #2b2e31;

	vertical-align:middle;
	width:auto;
	display:block;
	border-bottom:1px solid #aaa;
}

table.table_contact td span{
font-size: 12px;
font-weight: normal;
}

table.table_contact td a{
	font-size: 11px;
	font-weight: normal;
	color:#40afb2;
	text-decoration:underline;
}
table.table_contact td a:hover{
	text-decoration:none;
}
span.txt_color{
position:absolute;
top:15px;
right:20px;
font-weight: normal;
font-size: 10px;
line-height: 10px;
text-align: center;
color:#fff;
padding:3px 10px;
background-color:#a40000;
border-radius: 4px;
}

table.table_contact input {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	
	padding:8px 8px;
	background:#fff;
	box-sizing: border-box;
	border:1px solid #aaa;
	width:100%;
	font-size: 14px;
	border-radius: 6px;
}

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

table.table_contact input.input_size{
	width:auto;
	margin:8px 0;
	appearance: auto;
	-webkit-appearance: auto;
	-moz-appearance: auto;
}


table.table_contact textarea{
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;

	padding:10px 10px;
	background:#fff;
	box-sizing: border-box;
	border:1px solid #aaa;
	width:100%;
	border-radius: 6px;
}

table.table_contact textarea:focus {
	outline: none;
}

/* ラジオボタン */
.mwform-radio-field input[type=radio],
table.table_contact td.td_radio input[type=radio] {
    display: none;
}

.mwform-radio-field label span,
table.table_contact td.td_radio .radio_style {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 6px 15px 6px 25px;
    position: relative;
	border:1px solid #aaa;
	font-size: 12px;
	border-radius: 6px;
}
.mwform-radio-field label span::before ,
table.table_contact td.td_radio .radio_style::before {
	background-color:#fff;
    border: 1px solid #bdb9b3;
    border-radius: 50%;
    content: '';
    display: block;
    height: 13px;
    left: 6px;
    margin-top: -7px;
    position: absolute;
    top: 50%;
    width: 13px;
}
.mwform-radio-field label span::after ,
table.table_contact td.td_radio .radio_style::after {
    background: #bdb9b3;
    border-radius: 50%;
    content: '';
    display: block;
    height: 15px;
    left: 6px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 50%;
    width: 15px;
}
.mwform-radio-field label input[type=radio]:checked + span::after ,
table.table_contact td.td_radio input[type=radio]:checked + .radio_style::after {
	opacity: 1;
}

.radio_block {
	margin-top:10px;
}
.radio_block label span {
    padding: 6px 11px 6px 25px;
}

.btn_style{
	margin: 0 auto;
	padding: 0 0 0 0;
	position:relative;
	text-align:center;
}
.btn_style input,
.btn_style a{
	margin: 0 auto;
	padding: 12px 0;
	position:relative;
	text-align:center;
	border-radius: 6px;
	font-weight: bold;
	font-size: 17px;
	letter-spacing: 1px;
	text-align: center;
	color: #fff;
	width: 120px;
	background-color: #83ccd2;
	border: 1px solid #83ccd2;
	display:inline-block;
	transition-duration: .2s;
	cursor: pointer;
	line-height:1;
}
.btn_style input:hover,
.btn_style a:hover{
	text-decoration:none;
	color: #83ccd2;
	background-color: #fff;
}
.center{
	text-align:center;
}

.pc_only{
	display:none;
}

.img_pc {
	display:none;
}



