section{
	max-width:1100px;
	padding:48px 0 150px;
}
section h2{	
	margin:0 auto 40px;
	color: #333;
	text-align: center;
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 64px; /* 200% */
	letter-spacing: -1.6px;
}
#contactTable{
	display:flex;
	flex-wrap:wrap;
	width:100%;
	margin:0 auto 30px;
}
#contactTable dt{
	position:relative;
	width:27%;
	padding:30px 0 20px 0;
	border-bottom:1px dashed #bbb;
	line-height:1;
}
#contactTable dd{
	width:73%;
	padding:20px 80px 20px 20px;
	border-bottom:1px dashed #bbb;
}
#contactTable dt span{
	position:absolute;
	display: flex;
	justify-content:center;
	align-items:center;
	top:25px;
	right:0;
	width: 100px;
	height: 30px;
	background:#EB5C01;
	color:#fff;
	text-align:center;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 1; /* 457.143% */
	letter-spacing: -0.7px;
}

input[type=text]{
	width:50%;
	padding:10px 12px;
	border:1px solid #bbb;
	font-size:18px;
}
input[type=text]:not(.short){
	width:100%;
}
input[type=text].age{
	width:60px;
}
input[type=text].zip{
	width:150px;
}
textarea{
	width:100%;
	height:170px;
	padding:12px;
	border:1px solid #bbb;
}
.red{
	background:#F7AFAF;
}

/*--------------*/
#presend{
	display: flex;
	width: 500px;
	height: 80px;
	flex-direction: column;
	justify-content: center;
	margin:0 auto;
	background: #EB5C01;
	border:none;
	color: #FFF;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 64px; /* 320% */
	letter-spacing: -1px;
}

#send{
	background:#EB5C01;
	width:160px;
	height:60px;
	border:none;
	font-size:14px;
	color:#fff;
}


/*確認画面------------------*/
#confirmArea{
	color:#FFFFFF;
	margin:30px auto;
	padding:30px 0 60px 0;
	z-index:10000;
	overflow-y:auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

#confirmation{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	width:90%;
	max-width:800px;
	padding:30px;
	background:#fff;
	color:#333;
	margin:10px auto 25px auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
#confirmation dt{
	width:35%;
	padding:15px 0;
	text-align:left;
	border-top:1px dashed #ddd;
}
#confirmation dd{
	width:65%;
	padding:15px 0;
	text-align:left;
	border-top:1px dashed #ddd;
}
#confirmation dt:first-child,#confirmation dd:nth-of-type(1){
	border-top:none;
}
#back{
	background:#eeeeee;
	width:160px;
	height:60px;
	border:1px solid #ccc;
	color:#333;
	font-size:14px;
}
#confirmAreaScreen{
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	text-align:center;
	background-color: rgba(0,0,0, 0.86);
	z-index:801;
	overflow:auto;
}
.center{
	text-align:center;
	margin:20px auto 20px auto;
}


@media screen and (max-width: 980px) {
	section{
		padding:30px 0 100px;
	}
	section h2{
		margin:0 auto 30px;
		font-size: 24px;
		letter-spacing: -1.2px;
	}
	
	#contactTable dt{
		width:100%;
		padding:22px 0 17px;
		border:none;
	}
	#contactTable dd{
		width:100%;
		padding:0 0 20px;
	}
	#contactTable dt span{
		top:18px;
	}
	input[type=text].short{
		width:100%;
	}
	input[type=text]:not(.short){
		width:100%;
	}
	input[type=text].age{
		width:20%;
	}
	input[type=text].zip{
		width:40%;
	}
	#presend{
		width:100%;
		height:60px;
		line-height: 64px; /* 320% */
	}
	
	#confirmation{
		padding:10px 15px;
	}
	#confirmation dt{
		width:100%;
		padding:10px 0 5px;
		border:none;
	}
	#confirmation dd{
		width:100%;
		padding:0 0 10px;
		border-top:none;
		border-bottom:1px dashed #ddd;
	}
	
}
