
.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: 15px 0 15px 0;
	width: auto;
	position:relative;
	text-align:center;
font-weight: 600;
font-size: 23px;
letter-spacing: 0px;
line-height: 1.2;
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;
}

.line_link{
	margin: 0px 0 0px;
	padding: 0 0 20px 0;
	width: auto;
	position:relative;
	text-align:center;
}

.line_link a{
	margin: 0px auto 0px;
	padding: 8px 0;
	width: auto;
	position:relative;
	text-align:center;
	width:200px;
	border-radius: 10px;
	background-color:#fff;
font-weight: bold;
font-size: 14px;
line-height: 1.5;
color: #333;
letter-spacing:1px;
display:block;
border:2px solid #57ae33;
filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.3));
transition-duration: .2s;
}

.line_link a strong{
font-weight: bold;
font-size: 18px;
line-height: 1.5;
color: #57ae33;
}

.line_link a:hover{
text-decoration:none;
filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.0));
}

.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 dotted #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 dotted #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;
}
table.table_contact td small{
font-size: 12px;
font-weight: normal;
text-align:center;
display:block;
padding:5px 0;
}

table.table_contact td ul.bus_list{
	margin: 0 auto;
	padding: 0 0 0 0;
	position:relative;
	text-align:center;
display: flex;
align-items:stretch;
justify-content: flex-start;
flex-wrap:wrap;
width:260px;

}

table.table_contact td ul.bus_list li{
	margin: 0 0;
	padding: 0 0 0 0;
	position:relative;
font-weight: normal;
font-size: 12px;
line-height: 1.5;
text-align: left;
color: #000;
}
table.table_contact td ul.bus_list li:nth-child(odd){
	padding: 0 1em 0 0;

}

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 input.input_size2{
	width:50%;
}


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;
}



table.table_contact td .boxSelect{
	font-weight:normal;
	line-height: 1.5;
	letter-spacing:0px;
	vertical-align:middle;
	position: relative;
	border:1px solid #aaa;
	font-size: 12px;
	border-radius: 6px;
	padding:8px 10px;
	-webkit-appearance: menulist-button;
	min-width:200px;
	max-width:300px;
}

table.table_contact td select {
  appearance: none;
  width: auto;
  padding-right: 1em;
  border: none;
  outline: 0;
  background: #fff;
  background-image: none;
  box-shadow: none;
  text-indent: 0.01px;
  text-overflow: ellipsis; // 文字の省略
  cursor: pointer;
}

table.table_contact td .select::before {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 0;
  height: 0;
  border-width: 5px 5px 0 5px;
  border-style: solid;
  border-color: #eee transparent transparent transparent;
  content: "";
  pointer-events: none;
}

table.table_contact td select,table.table_contact td option{
	cursor: pointer; /* リンクカーソル（カーソルを指にする） */
}





.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;
}



