@charset "utf-8";

/*====================================================================================================
　FORM
====================================================================================================*/
#formWrap {
	width:100%;
	max-width: 700px;
	margin:2rem auto;
	color:#000;
	line-height:120%;
	font-size:90%;
	padding: 3rem;
	background: #F0EDE0;
	border-radius: 10px;
}
#formWrap input[type="text"],
#formWrap input[type="Email"],
#formWrap input[type="tel"] ,
#formWrap input[type="belong"] ,
#formWrap input[type="year"] ,
#formWrap textarea {
	padding: 10px 16px;
	border-radius: 5px;
	border: 1px solid #f0f0f0;
}		
#formWrap table.formTable {
	width:100%;
	border-collapse:collapse;
}
#formWrap table.formTable td,
#formWrap table.formTable th {
	padding:1em;
}
#formWrap table.formTable th {
	width:30%;
	font-weight:bold;
	text-align:left;
	align-items: center;
}
#formWrap .require{
	color:#F00;	
}
#formWrap form p { text-align: center; line-height: 1.8;}
#formWrap input[type="submit"] {
	font-family: inherit;
	font-size: 16px;
	color: #fff !important;
	background: #4D9229 !important;
	min-width: 144px;
	margin: 1em auto;
	padding: 8px;
	border: 2px solid #4D9229;
	font-weight: 500;
	border-radius: 100px;
}
@media screen and (max-width:780px) {
#formWrap {
	width:auto;
	margin: 1rem;
	padding: 1rem;
}
#formWrap table.formTable th,
#formWrap table.formTable td {
	width:auto;
	display:block;
}
#formWrap table.formTable th {
	margin-top:5px;
	border-bottom:0;
}
}


/*====================================================================================================
　privacypolicy
====================================================================================================*/
#formwrap ul,
#formwrap ul li {
	list-style: disc;
	margin-left: 1rem;
}

