.form {
	margin: 30px;
	color: #333;
	font-size: 14px;
}
.required {
	color: #ff0000;
}
.exa {
	padding: 5px;
	color: #a9a9a9;
}
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.form dl {
	position: relative;
	width: 100%;
	padding: 15px 0;
	border-bottom: 1px solid #dcdcdc;
}
.form dl dt {
	position: absolute;
	width: 30%;
	float: left;
	padding: 5px 10px 10px 10px;
}
.form dl dd {
	width: 68%;
	float: right;
}
.form dl dd textarea, .form dl dd .txt {
	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;	
}
.form dl dd textarea {
	width: 90% !important;
	height: 100%;
}
.form dd .ina {
	ime-mode: disabled;
}
.chra li {
	margin-left: 10px;
}
.ctSelect {
	background: url(../images/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: 320px;
	display: table;
	margin: 20px auto ;
	display: flex;
	justify-content: center;
}
.kakunin li {
	margin: 0 10px;
}
.btn_reset {
	width: 140px;
	padding: 5px 0 7px;
	border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #989898), color-stop(1.00, #272727));
	background: -webkit-linear-gradient(#989898, #272727);
	background: -moz-linear-gradient(#989898, #272727);
	background: -o-linear-gradient(#989898, #272727);
	background: -ms-linear-gradient(#989898, #272727);
	background: linear-gradient(#989898, #272727);
	color: #fff;
	font-size: 2rem;
	text-align: center;
}
.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: 140px;
	padding: 5px 0 7px;
	border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #0b4ebd), color-stop(1.00, #0b1a67));
	background: -webkit-linear-gradient(#0b4ebd, #0b1a67);
	background: -moz-linear-gradient(#0b4ebd, #0b1a67);
	background: -o-linear-gradient(#0b4ebd, #0b1a67);
	background: -ms-linear-gradient(#0b4ebd, #0b1a67);
	background: linear-gradient(#0b4ebd, #0b1a67);
	color: #fff;
	font-size: 2rem;
	text-align: center;
}
.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;
}

.survey_reikai {
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 90%;
	height: 60px;
	margin: 0 auto 10px;
	box-sizing: border-box;
}

.survey_reikai li {
	display: inline-flex;
	justify-content: space-around;
	align-items: center;
	list-style: none;
	width: 20%;
	height: 60px;
	border: solid 1px #9999cc;
	background-color: #ccddee;
	margin-right: -1px;
	overflow: hidden;
}

.survey_reikai li input[type=radio] {
	display: none;
}

.survey_reikai li input[type=radio]:checked + label {
	background-color: #ffbb00;
	color: #ffffff;
}

.survey_reikai li label {
	display: inline-flex;
	justify-content: space-around;
	align-items: center;
	width: 100%;
	height: 60px;
	cursor: pointer;
	font-size: 1.6em;
	text-align: center;
}

.hyoka_f {
	
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.hyoka_l {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.survey_reikai_hyoka {
	display: flex;
	width: 90%;
	margin: 0 auto 50px;
}

.survey_reikai_hyoka li{
	display: inline-flex;
	list-style: none;
	width: 20%;
	padding: 0;
	text-align: center;
	justify-content: space-around;
	align-items: center;
}

#survey textarea {
	width: 100%;
	height: 15em;
}

.survey_txtarea {
	width: 90%;
	margin: 0 auto 50px;
}

.survey_btn {
	text-align: center;
}

.survey_example {
	width: 90%;
	margin: 0 auto;
	color: #aaaaaa;
}

#survey_a {
	width: 100%;
	text-align: center;
}




@media screen and (max-width: 800px) {
.form dl dd textarea, .form dl dd .txt, .btn_reset, .btn_submit {
	font-size: 1.5rem;
}
.form {
	margin: 10px;
	font-size: 1.5rem;
}
h1 {
	padding: 5px 0 3px;
}
.exa {
	padding: 5px 20px;
	color: #a9a9a9;
}
.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: 100%;
}
.form dl dd textarea, .form dl dd .txt {
	display: block;
	margin: 0 auto;
	width: 90%;
}
.chra li {
	margin-left: 20px;
}
.ctSelect {
	margin-left: 20px;
}
.clip {
	margin-left: 20px;
}
.kakunin {
	width: 100%;
}
.btn_reset {
	width: 130px;
}
.btn_submit {
	width: 130px;
}
}

@media screen and (max-width: 480px) {
.form {
	margin: 10px;
	font-size: 1.0rem;
}
.kakunin {
	margin-left: 0px;
}

}