@charset "UTF-8";

article#form {
	padding: 125px 0 150px;
}
article#form>section {
    padding: 50px 0;
}
article#form section>h1 {
    font-size: 40px;
    font-size: 4rem;
	text-align: center;
    margin: 0 auto 50px;
}
article#form section>p {
    font-size: 14px;
    font-size: 1.4rem;
	letter-spacing: 0.15em;
	line-height: 1.5em;
	margin-bottom: 1em;
}
article#form section div.container {
	border: 1px solid #000;
	width: 100%;
	height: 300px;
	overflow: scroll;
	padding: 20px;
}
article#form section div.container h2 {
	text-align: center;
    font-size: 28px;
    font-size: 2.8rem;
	margin: 1em auto 2em;
}
article#form table {
	width: 100%;
}
article#form table tr {
	border-top: 1px solid #3c3c3c;
}
article#form table th, article#form table td {
	padding: 20px 0;
}
article#form table th {
    font-size: 18px;
    font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.5em;
	width: 20%;
}
.vert-top {
	vertical-align: top;
}
article#form table td {
    font-size: 18px;
    font-size: 1.8rem;
	line-height: 1.5em;
	width: 80%;
}
article#form table td>input, article#form table td>textarea {
    font-size: 14px;
    font-size: 1.4rem;
	padding: 1em;
}
article#form table td>input[name="所在地"], article#form table td>input[name="メールアドレス"], article#form table td>textarea {
	width: 100%;
}
article#form table span {
    font-size: 14px;
    font-size: 1.4rem;
	color: #fff;
	padding: 2px 5px;
	margin-left: 0.5em;
}
article#form table span.round {
	border-radius: 5px;
}
input[type="submit"], input[type="button"] {
	border: none;
	cursor: pointer;
}
article#form p#formbtn {
	display: block;
	margin-top: 50px;
	text-align: center;
}
article#form p#formbtn input {
    font-size: 24px;
    font-size: 2.4rem;	
	font-weight: bold;
	color: #fff;
	width: 400px;
    height: 100px;
    padding: 10px 50px;	
}

@media screen and (max-width: 768px){
	article#form {
		margin-top: 50px;
	}
	article#form section>h1 {
	    font-size: 32px;
	    font-size: 3.2rem;
	}
	article#form section div.container h2 {
		text-align: left;
	    font-size: 18px;
	    font-size: 1.8rem;
		font-weight: bold;
	}
	article#form table th {
		display: block;
		width: auto;
		padding: 1em 1em 0;
	}
	article#form table td {
		display: block;
		width: auto;
		padding: 0 1em 1em;
	}
	article#form p#formbtn input {
		width: 90%;
	    padding: 10px 20px;	
	}
}