body {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	background: #fff;
	/*
background-image: url("img/bg2.jpg");
background-repeat: repeat;
background-size: auto;
background-position: 0 150px;*/  /* 左上から右に20px, 下に30px */
}


/*-----------------------------------------------------------------*/
/*
#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;
}
*/

#formWrap {
	width:90%;
	height: auto;
	max-width: 700px;
	margin:50px auto;
	color:#555;
	line-height:200%;
}
.formTable{
	width: 100%;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
	text-align: left;
	font-size: 15px;

}
table.formTable th {
	margin-top:10px;
	border-bottom:0;
}
table.formTable td {
line-height: 1.5em;
}
input[type="text"] {
	width:100%;
	padding:5px;
	font-size:15px;
	display:block;
}
textarea{
	width:100%;
	max-width: 1000px;
	height: 200px;
}
.soushin{
	width: 100%;
	display: flex;
	justify-content: center;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	width:150px;
	height:40px;
	display: inline-block;
	padding: 0.5em 1em;
	text-decoration: none;
	background: #70531c;/*ボタン色*/
	color: #FFF;
	border-bottom: solid 4px #5f4410;
	border-radius: 3px;
}
input[type="submit"]:active , input[type="reset"]:active , input[type="button"]:active {/*ボタンを押したとき*/
	-ms-transform: translateY(4px);
	-webkit-transform: translateY(4px);
	transform: translateY(4px);/*下に動く*/
	border-bottom: none;/*線を消す*/
}
h4{
	font-size: 18px;
}
#formWrap p{
	font-size: 15px;
	line-height:1.5em;
}
/*-----------------------------------------------------------------*/
}

@media only screen and (max-width:1000px) {

.formTable{
font-size:10px;
}
input[type="text"], textarea {
	width:90%;
	padding:5px;
	font-size:110%;
	display:block;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	display:flex;
	justify-content: center;
	width:100%;
	height:40px;
}
}
@media only screen and (max-width:768px) {
	#formWrap h3{
		font-size:20px;
		line-height:1.5em;
	}
	#formWrap h4{
		font-size: 15px;
		line-height:1.5em;
		margin: 10px 0 0;
	}
	#formWrap p{
		font-size: 12px;
		line-height:1.5em;
	}
.formTable{
	max-width: 768px;
	margin-right: 0;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
	text-align: left;
	font-size: 12px;

}
input[type="text"] {
	width:90%;
	max-width: 768px;
}
	/*-----------------------------------------------------------------*/
	textarea{
		width:100%;
		max-width: 768px;
		height: 150px;
	}
	.ippan-form{

		width: 85%;
		max-width: 800px;
		margin: 50px auto;
		background-color: #6fc898;
		color: #fff;
		font-weight: bold;
	}
	.if-mini{
		max-width: 280px;
		display: block;
		margin: 50px auto;
		text-align: center;
	}
	.imfp{

	}
	.ifmp p{
		text-align:left;
		line-height: 200%;
		font-size: 12px;
		padding: 10px;
	}
	.if-mini p a{
	text-decoration: none;
	color: #fff;
	}
	.form-btn{
		margin-top: auto;
	}
	.square_btn{
			width: 200px;
			height: 30px;
	    display: inline-block;
	    padding: 0px 1em 35px 1em;
	    text-decoration: none;
	    background: #fff;/*ボタン色*/
	    color:#64c573;
	    border-bottom: solid 4px #eee;
	    border-radius: 3px;
			font-size: 15px;
			font-weight: bold;
			margin-right: 5px;
	}

	.square_btn:active {/*ボタンを押したとき*/
	    -ms-transform: translateY(4px);
	    -webkit-transform: translateY(4px);
	    transform: translateY(4px);/*下に動く*/
	    border-bottom: none;/*線を消す*/
	}
	.formTable{
		margin-left: 0px;
	}
	/*-----------------------------------------------------------------*/

	/*-----------------------------------------------------------------*/
}
