
/*--お問い合わせ------------*/
.list{
	width:80%;
	margin: auto auto;
	float:center;
	//text-align:center;
}
.required {
	display:inline-block;
	font-size:10px;
	background:#84190b;
	color:#ffffff;
	padding:3px 6px;
	margin-left:12px;
	line-height:1.2;
	vertical-align:middle;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.list dl{
	width:100%;
	float:left;
	text-align:left;
	padding-bottom:20px;
	margin-bottom:20px;
	/*border-bottom:1px dotted  #dbdbdb;*/
}
.list dl dt{
	width:30%;
	float:left;
	margin-left:15px;
	font-weight: bold;
}
.list dl dd{
	width:65%;
	float:left;
	vertical-align:top;
}
.list dl dd span{
	font-size:11px;
	margin-left:12px;
}
.list input[type=text], .list input[type=tel], .list input[type=email], .list textarea {
	height:40px;
	width: 100%;
	margin:0px 0px 1px 0px;
	padding: 0 10px;
	border:1px solid #777777;
	color: #000000;
	line-height: 40px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	box-shadow: 1px 1px 1px #fff;
	-webkit-box-shadow: 1px 1px 1px #fff;
	-moz-box-shadow: 1px 1px 1px #fff;
	background: linear-gradient(top, #FFFFFF, #93FFAB 1%, #93FFAB 50%, #43FF6B 99%, #2DFF57);
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#fff));
	background: -moz-linear-gradient(top, #eee, #fff);
}
.list textarea {
	width: 100% !important;
	height: 100% !important;
}
.list dd .act {
	ime-mode: active;
}
.list dd .ina {
	ime-mode: inactive;
}
.list p{
	clear:both;
	text-align:center;
}
.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;
}
.clip {
	line-height: 30px;
}
.kakunin {
	width: 100%;
	margin: 20px auto;
	display: table;
	display: flex;
	justify-content: center;
}
.kakunin li {
	margin-left: 5px;
	list-style-type: none !important;
}

.button-b {
	display: inline-block;
	width: 150px;
	padding: 5px 0px;
	color: #fff;
	font-size: 1rem;
	text-align: center;
	text-shadow:1px 1px 1px rgba(0,0,0,0.5);
	background: #040;
	border: 1px solid #FFF;
	border-radius: 4px;
	box-shadow: 1px 1px 1px #fff;
	-moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.3);
}
.button-b:hover {
	text-decoration: none;
	opacity:0.6;
}
.button-c {
	display: inline-block;
	width: 150px;
	padding: 5px 0px;
	color: #111;
	font-size: 1rem;
	text-align: center;
	text-shadow:1px 1px 1px rgba(0,0,0,0.5);
	background: #EEE;
	border: 1px solid #FFF;
	border-radius: 4px;
	box-shadow: 1px 1px 1px #fff;
	-moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.3);
}
.button-c:hover {
	text-decoration: none;
	opacity:0.6;
}

@media screen and (max-width: 1024px) {
/*.list dl dd textarea, .list input[type=text], .list input[type=tel], .list input[type=email], .button-b, .button-c {
	font-size: 1.5rem;
}*/
.list {
	margin: 10px;
/*	font-size: 1.5rem;*/
}
.list dl {
	width: 100%;
	padding: 15px 0 0 0;
	border: none;
}
.list dl dt {
	float: none;
	position: static;
	width: 100%;
}
.list dl dd {
	float: none;
	width: 100%;
}
.list dl dd textarea, .list dl dd .txt {
	display: block;
	margin: 0 auto;
	width: 90%;
}
.chra li {
	margin-left: 20px;
}
.ctSelect {
	margin-left: 20px;
}
.clip {
	margin-left: 20px;
}
.button-b {
	width: 130px;
}
.button-c {
	width: 130px;
}
}
