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

.top{
	padding: 250px 0 240px;
	background: url(../img/top_bg.png);
	background-position: center bottom;
	background-repeat: no-repeat;

}
.top h3 {
	color: #630;
	font-size: 32px;
	font-weight: bold;
    background: url(../img/top_ttl.png) no-repeat top center;
    height: 100px;
    padding: 30px 0 0px;
}
.top h3 span {
	display: block;
	font-size: 12px;
	font-weight: bold;
}
.top h4 {
	margin: 60px 0 0;
	font-size: 20px;
	font-weight: bold;
}
.top .icon {
	padding: 60px 0;
}
.top table {
	width: 1000px;
	margin: 60px auto 0;
}
.top tr {
	border-top: dotted 4px #FF8F8F;
	border-bottom: dotted 4px #FF8F8F;
}
.top tr:last-child {
}
.top th {
	width: 240px;
	padding: 5px;
	vertical-align: middle;
	position: relative;

}
.top th:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    border: 8px solid #FFF;
    border-radius: 18px;
	background: #FFE9E9;
}
.top th span {
	display: block;
	padding: 20px 0;
	font-size: 16px;
    z-index: 5;
    position: relative;
}
.top td {
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
	vertical-align: middle;
	text-align: left;
}
.top input[type=text] {
	font-size: 16px;
	width: 100%;
	padding: 16px;
	border-radius: 4px;
	box-sizing: border-box;
	border: solid 2px #D6D6D6;
}
.top textarea {
	font-size: 16px;
	width: 100%;
	height: 20em;
	padding: 16px;
	border-radius: 4px;
	box-sizing: border-box;
	border: solid 2px #D6D6D6;
}
.top label {
	margin: 0 1em 0 0;
	white-space: nowrap;
}
.top input[type=submit] {
	display: block;
	background: #FF8F8F;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	border: 0;
	width: 360px;
	height: 80px;
	line-height: 80px;
	margin: 30px auto;
	border-radius: 10px;
}


@media screen and (max-width: 1024px) {
	.top{
		padding: 120px 15px 180px;
		background-position: left 15px bottom 15px;
		background-size: 900px;
	}
.top .wrap {
	width: 100%;
}

	.top h3 {
		font-size: 24px;
		font-weight: bold;
		height: 80px;
		padding: 15px 0 0px;
		background-size: 240px;
	}
.top .icon {
	padding: 30px 0;
}
.top table {
	width: 100%;
	margin: 30px auto 0;
}
.top tr {
	border-top: dotted 2px #FF8F8F;
	border-bottom: dotted 2px #FF8F8F;
}
.top tr:last-child {
}
.top th {
	width: auto;
	white-space: nowrap;
}
.top th:after {
    border: 4px solid #FFF;
    border-radius: 14px;
}
.top th span {
	padding: 5px 0;
	font-size: 14px;
}
.top td {
	padding: 5px;
	font-size: 14px;
}

.top input[type=text] {
	padding: 4px;
}
.top textarea {
	padding: 4px;
}
.top label {
}
.top input[type=submit] {
	font-size: 16px;
	width: 300px;
	height: 60px;
	line-height: 60px;
}

}