body {
	background-color: #ffffff;
	margin: 0 auto;
	padding: 0 auto;
	text-align: center;
	box-sizing: content-box;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	overflow-y: scroll;
}
img {
  border: none;
}
/*
h1 {
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 60px;
	font-weight: 900;
	color: #ed6d00;
}
*/
input[type="checkbox"], 
input[type="radio"] {
  display: inline-block;
  margin: 0 2px;
  padding: 0;
  vertical-align: middle;
  position: relative;
  top: -3px;
  cursor: pointer;
}
.inquiry{
	width:90％;
	background-color: #fafafa;
	border-radius: 5px;
	border:solid 1px #ccc;
	margin: 0 auto;
}
.h{
	margin:0;
	padding:0;
	color:#f9f9f9;
	border-top:solid 1px #ccc;
	width:100%;
}
.titleA{
	color:#282828;
	font-size: medium;
	font-family: Meiryo;
	vertical-align:middle;
	padding:20px auto;
	border-bottom: 1px solid #c0c0c0;
	width:20%;
}
.txtb {
	width:100%;
	height:44px;
	color:#282828;
	font-size: 18px;
	font-family: Meiryo;
	border:solid 1px #ccc;
	border-radius: 3px;
}
.content {
	padding: 2% 2% 2% 2em;
	text-align: left;
	border-bottom: 1px solid #c0c0c0;
	width:80%;
}
p {
	margin-top: 1em;
	padding: 0;
}
@media screen and (min-width: 751px){
	#main {
		overflow: hidden;
		position: relative;
		text-align: center;
		margin: 0 auto;
		padding: 0 auto;
		max-width: 100%;
	}
	#main img {
		margin: 0 auto;
		text-align: center;
		position: relative;
	}
}
@media screen and (max-width: 750px){
	#main {
		overflow: hidden;
		position: relative;
		text-align: center;
		margin: 0 auto;
		padding: 0 auto;
		max-width: 100%;
	}
	#main img {
		margin: 0 auto;
		text-align: center;
		position: relative;
		width: 96%;
	}
}
.footer {
	margin: 1em auto;
	font-size: small;
	color: #6b6e75;
}
#formWrap {
	width:700px;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
p.error_messe{
	margin:5px 0;
	color:red;
}
/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:572px) {
	#formWrap {
		width:95%;
		margin:0 auto;
	}
	table.formTable th, table.formTable td {
		width:auto;
		display:block;
	}
	table.formTable th {
		margin-top:5px;
		border-bottom:0;
	}
	input[type="submit"], input[type="reset"], input[type="button"] {
		display:block;
		width:100%;
		height:40px;
	}
}