main section {
	margin-bottom: 100px;
}

main section article {
	max-width: 1100px;
	margin: 0 auto;
}

#section0,
#section1 {
	text-align: center;
}

#section1 .tel {
	font-size: 60px;
	padding: 30px 0;
	font-weight: bold;
}

main section h3 {
	font-size: 80px;
	text-align: center;
	margin-bottom: 100px;
	line-height: 1.6;
}

#section2 table {
	width: 100%;
}

#section2 table th,
#section2 table td {
	padding: 10px;
	text-align: left;
	vertical-align: top;
}

#formChoice{
	display: -webkit-box; /* before Android4.3 iOS6:Safari */
	display: -ms-flexbox; /* IE10 */
	display: -webkit-flex; /* Pc-safari */
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-flex-flow: row wrap; /* IE10 */
	-webkit-flex-flow: row wrap; /* Pc-safari */
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	gap: 80px;
	list-style: none;
	padding: 0;
	margin: 80px 0;
}

#formChoice li{
	width: 300px;
}

#formChoice li a{
	display: block;
	padding: 10px;
	border: 1px solid #000;
	border-radius: 30px;
	width: 100%;
	height: 100%;
	color: #000;
	text-align: center;
	text-decoration: none;
}

#formChoice li.active a{
	background: #000;
	color: #fff;
	font-weight: bold;
}

#form2{
	display: none;
}

.g-recaptcha div{
	margin: 20px auto 40px;
}