/*フォーム
*********************************************************************/
button, input, select, textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
}
button, select {
	text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
.formRow {
	border-color: #fff;
	border-bottom:1px solid #dcdcdc;
	border-image: none;
	border-style: solid;
	border-width: 1px 0;
	display: table;
	padding: 10px;
	width: 90%;
	margin:0 auto;
}
.form-col1 {
	font-size: 13px;
	padding-right: 10px;
	vertical-align: top;
	width: 5em;
	display: table-cell;
	position: relative;
	vertical-align: middle;
}
.form-col2 {
	word-break: break-all;
	display: table-cell;
	position: relative;
	vertical-align: middle;
	font-size:16px;
}
.form-col2 font {
	font-size: 12px;
}
.hkFormIn span.required {
	color: #cc6600;
	font-size:11px;
}
.hkFormIn span.smtxt {
	font-size:12px;
}
/*フォーム送信ボタン*/
.formBtn {
	width:90%;
	margin:15px auto 20px;
}
.formBtn #submit_button {
	font-size: 18px;
	font-weight: bold!important;
	color: #fff!important;
	cursor: pointer;
	text-decoration: none!important;
	background: #61c850;
	/*text-shadow: 1px 1px 3px rgb(97 52 0); */
	padding: 15px;
	border: none;
	width:100%;
	border-radius:10px;
}
.formBtn #edit_button {
	font-size: 18px;
	font-weight: bold!important;
	color: #fff!important;
	cursor: pointer;
	text-decoration: none!important;
	background: rgb(135 135 135);
	/*text-shadow: 1px 1px 3px rgb(0 0 0); */
	padding: 15px;
	border: none;
	width:100%;
	border-radius:10px;
}



.re_title_b {
	background-color:#9795FF;
    padding: 5px;
    text-align: center;
    font-size: 15px!important;
    color: #fff;
    margin-top: 5px!important;
    font-weight: 700!important;
    border: none!important;
    margin: 5px 0 10px;
	}

.form-col2 input{ width:100%; border:1px solid #b3b3b3; border-radius:2px;}
.form-col2 textarea{ width:100%; border:1px solid #b3b3b3; border-radius:2px;}

/*
ラジオボタン
*/
.inline-radio {
  display: flex;
  border-radius: 3px;
  overflow: hidden;
  border: 1px solid #b6b6b6;
}
.inline-radio div {
  position: relative;
  flex: 1;
}
.inline-radio input {
  width: 100%;
  height: 40px;
  opacity: 0;
}
.inline-radio label {
  position: absolute;
  top: 0;
  left: 0;
  color: #000;
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  border-right: 1px solid #b6b6b6;
  font-size: 14px;
  text-align: center;
}
.inline-radio div:last-child label {
  border-right: 0;
}
.inline-radio input:checked + label {
  background: #5aa533;
  font-weight: 500;
  color: #fff;
}

.form-col2 input{ width:100%; border:1px solid #b3b3b3; border-radius:2px;height: 40px;
font-size: 16px;}
.form-col2 select{ width:100%; border:1px solid #b3b3b3; border-radius:2px;height: 40px;
font-size: 16px;}

.form-col2 textarea{ width:100%; border:1px solid #b3b3b3; border-radius:2px;}
.red_box {
	background: #fff;
	border: red 3px solid;
	padding: 15px;
	width: 90%;
	margin: 15px auto;}
.red_box p { margin:0;}
.red_box p.ttl{color:#F00; font-weight:bold; margin-bottom:8px; font-size:13px;}
.col-lg-4 {
padding-right: 8px !important;
padding-left: 8px !important;
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
flex-direction: row-reverse;
padding: 20px;
box-sizing: border-box;
}


.btn_tel {
display: block;
border-radius: 10px;
text-align: center;
color: #fff;
font-size: 20px;
font-weight: 700;
background-color: #D91517;
border-bottom: 5px solid #ac0e10;
line-height: 1.2;
padding: 10px 8px;
}
.btn_tel img {
width: 3rem;
margin-right: .4rem;
vertical-align: middle;
display: inline-block
width: 2.4rem;

}
.btn_sub_t {
font-size: 11px;
margin-top: 5px
display: block;
color: #fff;
font-weight: 700;
line-height: 1;
margin-top: -2px;

}

@media(max-width:768px) {
.btn_tel {
padding: 9px 0
font-size: 20px;

}
.btn_tel img {
width: 1.5rem;
margin-right: .3rem;
vertical-align: middle;
display: inline-block
}
