@charset "utf-8";
/* CSS Document */

.contact p {
	line-height: 2;
}

.contact .caution {
	font-size: 13px;
}

.contact .caution a {
	font-size: 13px;
}

form table  {
	width: 600px;
	margin: 40px auto;
	padding: 40px 50px;
	background-color: #F1F1F1;
	text-align: left;
}

form th {
	display: block;
	width: 100%;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	padding: 10px 0px 5px;
}

form th::before {
	content: "";
    border-left: solid 4px #97D6FF;
    padding-right: 8px;
    height: px;
    font-size: 10px;
}

/* Required field */
form tr:nth-child(2) th::after,
form tr:nth-child(3) th::after,
form tr:nth-child(6) th::after,
form tr:nth-child(7) th::after {
	content: "*";
	color: #E92A2A;
	padding-left: 2px;
}

form td {
	display: block;
	width: 100%;
	font-size: 12px;
	word-break: break-all;
	display: block;
}

::placeholder {
	padding-left: 4px;
	font-size: 12px;
	color:#ccc;
}

form select {
	width: 100%;
	padding: 10px;
	border-radius: 4px;
}

input[type="text"] {
	width: 300px;
	padding: 5px;
	height: 30px;
	border-radius: 4px;
	margin-right: 6px;
}

/*tr:nth-child(2) td input[type="text"],
tr:nth-child(3) td input[type="text"],
tr:nth-child(4) td input[type="text"],
tr:nth-child(5) td input[type="text"], 
tr:nth-child(6) td input[type="text"] {
	width: 300px;
}*/

#textarea {
	width: 100%;
	font-size: 100%;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','ＭＳ Ｐゴシック',sans-serif;	width: 100%;
	height: 100px;
	border-radius: 4px;
	padding: 5px;
}

tr:nth-child(8) {
	text-align: center;
}

#submit, #send {
	border-radius: 4px;
	width: 120px;
	height: 40px;
	margin: 15px 0px 10px;
	text-align: center;
	background-color: #888;
	color: #FFFFFF;
}

#submit:hover, #send:hover {
	cursor: pointer;
	background-color: #97D6FF;
}

#submit:focus, #send:focus {
	background-color: #FFF7CE;
}

#back {
	margin-left: 20px;
    border: solid 1px #ddd;
    border-radius: 4px;
    width: 120px;
    height: 40px;
    text-align: center;
    background-color: #fff;
    color: #888;
}

#back:hover {
    cursor: pointer;
	background-color: #ddd;
}

#formWrap {
	text-align: center;

}

#formWrap td {
	color: #333;
}

#formWrap h3 {
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 30px;
}

.policy .text {
	margin: 0 auto;
	width: 90%;
	max-width: 900px;
	background-color: #fdfdfd;
	text-align: left;
	font-size: 13px;
	line-height: 2;
	padding: 30px 40px;
}

.policy .text h3 {
	text-align: center;
	font-size: 20px;
	padding-bottom: 30px;
}

.policy .text strong {
	font-size: 16px;
	padding-bottom: 8px;
}

.policy a {
	font-size: 13px;
}

.policy .note {
	width: 90%;
	margin: 0 auto;
    max-width: 900px;
	padding: 40px 10px 0px;
	text-align: left;
	font-size: 13px;
	padding: 30px 40px;
}

.sub h3 {
	padding-top: 120px;
}

.thanks.content {
    padding-top: 100px;
}

@media screen and (max-width:767px) {
	
	.sub h3 {
		padding-top: 40px;
	}

	.top.sub.parallax, .bottom.sub.parallax {
		min-height: 150px;
	}

	form table {
		width: 100%;
		padding: 30px 20px;
	}

	form th {
		display: block;
		width: 100%;
		padding-bottom: 0px;
	}

	form td {
		display: block;
		width: 100%;
	}

	input[type="text"],
	#textarea {
		width: 97%;
	}

	#formWrap h3 {
		font-size: 20px;
	}
	
	.policy .text {
		overflow: scroll;
		margin: 0 auto;
		width: 90%;
		height: 360px;
		line-height: 1.5;
		padding: 20px 10px;
		box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1) inset;
	
	}

	.policy .text h3 {
		font-size: 16px;
		font-weight: bold;
		padding-top: 0;
	}

	.policy .text strong {
		font-size: 14px;
		line-height: 2;
	}

	.policy .note {
		padding: 40px 10px 0px;
	}

	.thanks.content {
		padding-top: 40px;
	}
	
}



