.visual h1{
	position:relative;
	margin:40px auto 20px;
	text-align:center;
	text-shadow:none;
	color:#000;
}

#contactform{
	width:100%;
	max-width:1000px;
	margin:0 auto 0 auto;
	font-size:18px;
}

#contactform ul{
	display:flex;
	flex-wrap:wrap;
	padding:0;
	margin:10px auto;
	text-align:left;
}
#contactform li span {
	font-size:16px;
}

#contactform li:nth-of-type(odd){
	width:calc(36% - 20px);
	padding:5px 0 5px 10px;
	margin:0 10px 10px 0;
	background:#0054A7;
	color:#fff;
}

#contactform li:nth-of-type(even){
	width:64%;
	padding:0;
	margin:0 0 10px 0;
}
#contactform li select{
	height:40px;
	width:100%;
	padding:5px 0 5px 10px;
	border:1px solid #ddd;
	font-size:18px;
}
#contactform li input[type=text]{
	width:calc(100% - 12px);
	height:30px;
	padding:5px 0 5px 10px;
	border:1px solid #bbb;
	font-size:18px;
}
#contactform li input[type=text].short{
	width:20%;
}
.article{
	width:calc(100% - 6px);
	height:180px;
	border:1px solid #bbb;
	font-size:18px;
}
input[type=button]{
	width:160px;
	height:40px;
	margin:0 auto 0 5px;
	border:1px solid #bbb;
	font-size:16px;
}


#confirmAreaScreen{
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	text-align:center;
	background-color:#000000;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=86);
	background-color: rgba(0,0,0, 0.86);
	z-index:801;
	overflow:auto;
}


/*確認画面------------------*/
#confirmArea{
	color:#FFFFFF;
	width:80%;
	margin:30px auto 30px auto;
	padding:30px 0 60px 0;
	z-index:10000;
	overflow-y:auto;
}

#confirmation{
	display:flex;
	flex-wrap:wrap;
	padding:30px;
	background-color:#fff;
	color:#333;
	margin:10px auto 25px auto;
}
#confirmation dt{
	width:25%;
	margin:0;
	padding:15px 0 15px 0;
	text-align:left;
	border-top:1px dashed #ddd;
}
#confirmation dd{
	width:75%;
	margin:0;
	padding:15px 0 15px 0;
	text-align:left;
	border-top:1px dashed #ddd;
}
#confirmation dt:first-child,#confirmation dd:nth-of-type(1){
	border-top:none;
}
.textRed{
	color:#f00;
}

@media screen and (max-width:750px) {
	.visual h1{
		margin:20px auto 10px;
	}
	
	#contactform,#contactform li select,#contactform li input[type=text], .article{
		font-size:14px;
	}
	#contactform li span {
		font-size:12px;
	}
	#contactform li:nth-of-type(odd){
		width:98%;
		padding:5px 0 5px 2%;
		margin:0 0 10px 0;
		
	}
	#contactform li:nth-of-type(even){
		width:100%;
		padding:0;
		margin:0 0 10px 0;
	}
	
	#contactform li select{
		height:30px;
		padding:2px 0 2px 10px;
	}
	#contactform li input[type=text]{
		height:30px;
		padding:2px 0 2px 10px;
	}
	
	/*確認画面------------------*/
	#confirmArea{
		width:100%;
	}
	#confirmation{
		padding:10px;
	}
	#confirmation dt{
		float:none;
		width:100%;
		padding:10px 0 5px 0;
	}
	#confirmation dd{
		float:none;
		width:95%;
		padding:5px 0 10px 5%;
		border-top:none;
	}
	#send{
		width:40%;
	}
	#back{
		width:40%;
	}
}
