@charset "utf-8";
/* CSS Document */
form{
	margin-bottom: 3rem;
}
.contact_text p {
	font-size: 16px;
	line-height: normal;
}
form table {
	max-width: 700px;
	margin: 20px auto;
	width: 90%;
	border-collapse: collapse;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
}
form th,
form td {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 10px 0;
}
form th {
	font-size: 18px;
	border-bottom: 1px dotted #aaa;
	background: #002a4e;
	color: #fff;
}
form td {
	font-size: 16px;
	border-bottom: 1px solid #aaa;
	display: inline-block;
}

/*--=====郵便番号_横並び=====--*/
form td p {
	float: left;
}
form tr:nth-child(5) td p:first-child,
form tr:nth-child(5) td p:nth-child(3) {
	line-height: 2.5rem;
	margin-left: 0.5rem;
}
form tr:nth-child(5) td:nth-child(2) {
	border-bottom: none;
}

td input {
	min-height: 30px;
	font-size: 16px;
	width: 90%;
	display: block;
	margin: 0 auto;
}
td textarea {
	min-height: 100px;
	font-size: 16px;
	width: 90%;
	display: block;
	margin: 0 auto;
}
input#business1,
input#business2,
input#business3,
input#business4 {
	min-height: 18px;
	width: 18px;
	display: inline;
	margin: 10px 5px 10px 10px;
}
form p .supplement {
	font-size: 14px;
	line-height: normal;
}
.contact_button {
	text-align: center;
}
.contact_button input {
	font-size: 16px;
}
input#male,
input#female,
input#etc,
input#job1,
input#job2,
input#job3,
input#job4,
input#job5,
input#job6,
input#job7,
input#job8,
input#job9,
input#osaka,
input#nagoya,
input#tokyo {
	min-height: 18px;
	width: 18px;
	display: inline;
	margin: 10px 5px 10px 10px;
}
@media screen and (min-width:600px){
	form th{
		text-align: left;
		width: auto;
		padding-left: 10px;
	}
	td input,td textarea,form p .supplement {
		margin-left: 10px;
	}
}