.form {
	margin: 30px 30px 150px 30px;
	color: #604c3f;
	font-size: 1rem;
	
	
}

.radio-input{
  display: none;
}
.radio-input + label{
  padding-left: 20px;
  position:relative;
  margin-right: 20px;
 margin-top: 15px;
}
.radio-input + label::before{
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
}
.radio-input:checked + label{
  color: #d01137;
}
.radio-input:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 2px;
  width: 11px;
  height: 11px;
  background: #d01137;
  border-radius: 50%;
}





.required {
	color: #ff0000;
}
.exa {
	padding: 5px;
	color: #666;
}
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.form dl {
	position: relative;
	width: 100%;
	padding: 15px 0;
	border-bottom: 1px solid #666;
}

.form dl-b {
	position: relative;
	width: 100%;
	padding: 15px 0;
	color:#000;
	border-bottom: 1px solid #666;
}

.form dl dt {
	position: absolute;
	width: 50%;
	float: left;
	padding: 5px 10px 10px 10px;
	color:#000;
}
.form dl dd {
	width: 70%;
	float: right;
	text-align: right;
}
.form dl dd textarea, .form dl dd .txt {
	background-color: #fff;
	padding: 0 10px;
	border: 1px solid #666;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	width: 60%;
	height: 40px;
	line-height: 40px;
	font-size: 1.5rem;	
	text-align:left;
}
.form dl dd textarea {
	width: 90% !important;
	height: 100%;
}
.form dd .ina {
	ime-mode: disabled;
}
.chra li {
	margin-left: 10px;
}
.ctSelect {
	background: url(../img/arrow.png) right center no-repeat;
	background-color: #fff;
	padding: 0 10px;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	width: 50%;
	height: 40px;
	line-height: 40px;
	font-size: 1.5rem !important;
}
.customSelectInner {
	width: 100% !important;
}
.clip {
	line-height: 30px;
}
.kakunin {
	width: 100%;
	display: table;
	margin: 20px auto 0 auto;
	display: flex;
	justify-content: center;
}
.kakunin li {
	margin: 0 10px;
	list-style:none;
}
.btn_reset {
	width: 150px;
	padding: 5px 0 7px;
	border-radius: 5px;
	background:  #999;
	color: #fff;
	font-size: 16px;
	text-align: center;
	border:none;
}
.btn_reset:hover {
	text-decoration: none;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
 -o-transition: 0.s;
	transition: 0.5s;
	cursor: pointer;
}
.btn_submit {
	width: 150px;
	padding: 5px 0 7px;
	border-radius: 5px;
	background:  #D91000;
	color: #fff;
	font-size: 16px;
	text-align: center;
	border:none;
}
.btn_submit:hover {
	text-decoration: none;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
 -o-transition: 0.s;
	transition: 0.5s;
	cursor: pointer;
}
.form th {
	padding-right: 20px;
	text-align: left;
	font-weight: normal;
}
.form td {
	text-align: left;
}
.msg {
	color: #ff0000;
}

@media screen and (max-width: 768px) {
.form {
	margin: 10px;
	font-size: 1rem;
}
.exa {
	padding: 5px 20px;
}
.form dl {
	width: 100%;
	padding: 15px 0 0 0;
	border: none;
}
.form dl dt {
	float: none;
	position: static;
	width: 100%;
}
.form dl dd {
	float: none;
	width: 90%;
	text-align: center;
}
.form dl dd textarea, .form dl dd .txt {

	margin: 0 auto;
	width: 90%;
}
.chra li {
	margin-left: 20px;
}
.ctSelect {
	margin-left: 20px;
}
.clip {
	margin-left: 20px;
}
.kakunin {
	width: 100%;
	margin-bottom: 60px;
	text-align: center;
}
.btn_reset {
	width: 130px;
}
.btn_submit {
	width: 130px;
}
	

}
