@charset "UTF-8";
.form  {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 36px;
}
#mailform2 dl {
	display: flex;
	justify-content: center
}
#mailform2 dt{
	flex:1;
	font-weight: normal;
	font-size: 20px;
	border-bottom: solid 1px #999999;
	padding: 12px;
}
#mailform2 dd{
	flex:3;
	font-weight: normal;
	font-size: 20px;
	border-bottom: solid 1px #999999;
	padding: 12px;
}
#mailform2 dt span {
	color: #CC0000;
	font-size: 16px;
}
#mailform2 dt p {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #999999;
}
#mailform2 dd textarea {
	width: 100%;
	height: 120px;
}
.form #mailform2 h1 {
	font-size: 42px;
	line-height: 1;
	font-weight: 500;
	margin-top: 22px;
	letter-spacing: 0.2em;
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 18px;
}
.submit_button {
	cursor:pointer;/*カーソルをポインターに*/
	-webkit-appearance: none;/*iOS Safariのデフォルトスタイルをクリア*/
	border-style:none;/*デフォルトのボーダークリア*/
	font-size: 20px;
	padding: 10px 30px;
	margin-top: 14px;
	margin-right: 28px;
	margin-bottom: 14px;
	background-color: #9B9B9B;
	color: #fff;
	border-style: none;
	border-radius: 12px;
}
.submit_button:hover {
	background-color: #317200;
}
.thankyou {
	width: 100%;
	text-align: center;
	font-weight: 400;
	font-size: 28px;
	margin-top: 50px;
	margin-bottom: 50px;
	line-height: 2em;
}
.fome-waku {
	width: 100%;
	height: 60px
}
input.geomsize2 {
  transform: scale(2);
  margin:0 12px 0 30px;
}


@media (max-width:736px){
.form  {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 36px;
}
#mailform2 {
width: 90%;
margin: auto
}
#mailform2 dl {
display: flex;
justify-content: center;
flex-direction: column;
}
#mailform2 dt{
	font-size: 3em;
	border-bottom: 0;
	padding: 40px 0 0 8px;
	
}
#mailform2 dd{
	font-size: 3em;
	border-bottom: 0;
}
#mailform2 dt span {
	color: #CC0000;
	font-size: 21px;
}
#mailform2 dt p {
	display: none
}
#mailform2 dd textarea {
	width: 100%;
	height: 120px;
}
.thankyou {
	width: 100%;
	text-align: center;
	font-weight: 400;
	font-size: 28px;
	margin-top: 50px;
	margin-bottom: 50px;
	line-height: 2em;
}
.fome-waku {
	width: 100%;
	height: 100px
}
input.geomsize2 {
  transform: scale(4);
  margin:20px 30px 40px 40px;
font-size: 200%
}
.submit_button {
	cursor:pointer;/*カーソルをポインターに*/
	-webkit-appearance: none;/*iOS Safariのデフォルトスタイルをクリア*/
	border-style:none;/*デフォルトのボーダークリア*/
	font-size: 40px;
	padding: 1em;
	margin: 1em 0 0 0;
	background-color: #9B9B9B;
	color: #fff;
	border-style: none;
	border-radius: 12px;
}
.submit_button:hover {
	background-color: #317200;
}
}
