#formWrap {
	width:750px;
	margin:8% auto;
	color:#555;
	line-height:160%;
	font-size:97%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	padding:20px;
}
table.formTable th{
	width:30%;
	font-weight: normal;
	text-align:left;
	vertical-align: baseline;
}

.midashi {
  border-left: solid 4px #F90;/*左線*/
  padding-left: 8px;
}

.bu_size{
    width: 300px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #555;
    background: #cbe8fa;
    cursor: pointer;
	border-radius: 6px;
	font-size: 18px;
	margin-top: 10%;
}

.bu_size2{
    padding: 10px;
    background: #FFF;
	border: 1px solid #555;
    cursor: pointer;
	border-radius: 6px;
	font-size: 18px;

}



/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:572px) {
#formWrap {
	width:95%;
	margin:0 auto;
	line-height:120%;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:5px;
	border-bottom:0;
}
form input[type="text"], form textarea {
	width:90%;
	padding:5px;
	font-size:120%;
	display:block;
}
form input[type="submit"], form input[type="reset"], form input[type="button"] {
	display:block;
	width:70%;
	height:40px;
}
}