@charset "utf-8";

.form .err_msg{
	color:#F00!important;
}
.form span.hissu{
	margin:0 0 0 5px;
	padding: 1px 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #FFF;
	background: #F00;
	white-space:nowrap;
	font-weight:normal;
	font-size:70%;
	line-height:1;
}

.form td.caution{
	width: 120px;
	font-size: 10px;
}

.form input{
	margin:2px;
	padding: 5px;
}

.form input,
.form select{
	vertical-align:middle;
}

.form input[type=text],
.form input[type=email],
.form input[type=tel]{
	width: 450px;
}
.form input[type=email],
.form input[type=tel]{
	width: 250px;
	ime-mode: disabled;
}
.form textarea{
	padding: 5px;
	width: 100%;
	height: 8em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.form .medium{
	width: 240px !important;
}
.form .small{
	width: 100px !important;
}
.form .ssmall{
	width: 80px !important;
}
.form select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 7px;
	-moz-background-size: 20px auto;
	background-size: 20px auto;
	font-size: 15px;
	border:1px solid #333;
}

.form .frameBtn{
	text-align: center;
	padding: 25px 0 25px !important;
}
.form .frameBtn .btnBack a{
	padding: 25px 40px;
	color: #fff;
	background-color: #999;
	font-weight: normal;
	text-decoration: none;
	display: inline-block;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.form .frameBtn .btnBack a:hover{
	background-color: #61696b;
}

.form input[type="submit"],
.form input[type="button"]{
	margin:5px;
	width: 400px;
	padding: 25px 0;
	font-size: 18px;
	font-weight: bold;
	background-color: #f16c00;
	border: none;
	color: #fff;
	-webkit-transition: background-color .2s;
	transition: background-color .2s;
	cursor: pointer;
	-webkit-appearance: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.form input[type="submit"]:hover{
	background-color: #61696b;
}
.form input[type="submit"][disabled]{
	background-color: #ccc;
	cursor: default;
}

.form input[type="submit"].back,
.form input[type="button"]{
	background-color: #CCC;
}
.form input[type="reset"]{
	margin:5px;
	width: 400px;
	padding: 25px 0;
	font-size: 18px;
	font-weight: bold;
	background-color: #CCC;
	border: none;
	color: #fff;
	-webkit-transition: background-color .2s;
	transition: background-color .2s;
	cursor: pointer;
	-webkit-appearance: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}


@media screen and (max-width: 979px) {
}
@media screen and (max-width: 768px){
.form input[type=text],
.form input[type=email],
.form input[type=tel]{
	width: 100%;
	font-size: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.form .medium{
	width: 100% !important;
}
.form input{
	margin:2px 0;
}

.form td.exsample{
	font-size: 14px;
}
.form textarea{
	width: 100%;
}
.form input[type="submit"]{
	margin:5px auto;
	padding: 0;
	width: 90%;
	height: 70px;
	line-height: 70px;
	background-color: #666;
	border: none;
	color: #fff;
	-webkit-transition: background-color .2s;
	transition: background-color .2s;
	cursor: pointer;
	-webkit-appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 16px;
}
.form input[type="reset"],
.form input[type="button"]{
	margin:5px auto;
	padding: 0;
	width: 90%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.form .textCenter{
	text-align:left;
}

}
@media screen and (max-width: 620px) {
/*sp*/
}
@media screen and (max-width: 480px){
}


/*table
----------------------------------------------------------------------*/
.form table.normal_form{
	width: 100%;
	margin: 5px auto 15px auto;
	border-collapse:collapse;
	border: 0;
	border-top: 1px solid #aaa;
}
.form table.normal_form th{
	padding: 10px;
	text-align: center;
	border-bottom: 1px solid #aaa;
	background-color: #eeeeee;
	color: #000;
	width:230px;
}
.form table.normal_form th a{
	color: #000;
}

.form table.normal_form td{
	padding: 5px 10px;
	border-left: 1px dotted #aaa;
	border-right: 1px dotted #aaa;
	border-bottom: 1px solid #aaa;
}
.form table.normal_form tr td:last-child{
	border-right: 0;
}

@media screen and (max-width: 620px){
.form table.normal_form th{
	width: auto;
	max-width:42%;
}
}

@media screen and (max-width: 479px) {
/*sp*/
.form table.normal_form{
	display: block;
	width: 99%;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}
.form table.normal_form tbody{
	display: block;
	width: 100%;
}
.form table.normal_form tr{
	display: block;
	margin-bottom: 25px;
	width: 100%;
}
.form table.normal_form th,
.form table.normal_form td{
	display: list-item;
	width: 100%;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border:none;
}
.form table.normal_form th{
	margin-bottom: 5px;
	list-style-type: none;
	padding: 5px;
	max-width:none;
}
.form table.normal_form td{
	margin-left: 0;
	padding: 0 0 5px 0;
	list-style-type: none;
	border: 0;
}
}


@media screen and (max-width: 979px) {
/*tablet*/
}
@media screen and (max-width: 768px){
/*smart phone*/
}
@media screen and (max-width: 620px) {
/*sp*/
}