body{
	margin:0;
	overflow-x: hidden;
	padding:0;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
}
@media screen and (min-width: 1400px){
	#top{
		text-align:center;
		position:absolute;
		background-size:100% auto;
		background-image:url(../images/top_contact.png);
		width:100%;
		height:413px;
		background-repeat:no-repeat;
		background-position:center 0;
	}
}
@media screen and (max-width: 1400px){
	#top{
	text-align:center;
		position:absolute;
		background-size:1400px auto;
		background-image:url(../images/top_contact.png);
		width:100%;
		height:413px;
		background-repeat:no-repeat;
		background-position:center 0;
	}
}
#wrap{
	position:relative;
	top:20px;}

/* media-------------------------------------------------------------------------------*/
@media screen and (min-width:446px){
	#top img{
		position:relative;
		margin:auto;
		top:130px;
		line-height:124px;
		width:370px;
		height:127px;
	}
}
@media screen and (max-width:446px){
	#top img{
		position:relative;
		margin:auto;
		top:130px;
		line-height:124px;
		width:100%;
		height:127px;
}
}
@media screen and (min-width:1100px){
	#main{
		width:100%;
		position:relative;
		top:428px;
		margin:auto;
		padding:0;
		height:1944px;
	}
}
@media screen and (min-width:700px) and (max-width:1100px){
	#main{
		width:100%;
		position:relative;
		top:428px;
		margin:0 auto 0 auto;
		margin:auto;
		padding:0;
		height:2040px;
	}
}
@media screen and (min-width:350px) and (max-width:700px){
	#main{
		width:100%;
		position:relative;
		top:428px;
		margin:auto;
		padding:0;
		height:2300px;
	}
}
@media screen and (max-width:350px){
	#main{
		width:100%;
		position:relative;
		top:428px;
		margin:auto;
		padding:0;
		height:2800px;
	}
}
/* media-------------------------------------------------------------------------------*/

.koumoku{
	top:0px;
	margin:auto;
	width:80%;
	font-size:24px;
	font-family:"Yu Mincho Demibold",serif;
	color:white;
	text-align:center;
	background:gray;
	background-size:800px 250px;
	line-height:2.2;
}
.honbun{
	position:relative;
	top:34px;
	font-size:18px;
	line-height:2.2;
	font-family:"Yu Mincho Demibold",serif;
	width:80%;
	margin:auto;
	opacity:0.8;
}
#main img{
	position:relative;
	top:4px;
}

#form dl,#form dd,#form dt{
	box-sizing:border-box;
}
/*---------------------------------------------------------------------------*/
@media screen and (max-width:767px){
	#form dl{
		font-size:16px;
	}
}
@media screen and (min-width:767px){
	#form dl{
		font-size:24px;
	}
}
/*---------------------------------------------------------------------------*/
#form dl{
	margin:auto;
	padding:0;
	position:relative;
	top:45px;
	background:#f6f6f6;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	width:80%;
	font-family:"Yu Mincho Demibold","YuMincho Demibold",serif;
}
#form dt,#form dd{
	border-top:1px solid #ccc;
	padding:21px 20px 10px 15px;
}
dl img{
	position:relative;
	margin-left:40%;	
}
#otoiawase img{
	position:relative;
	margin-left:30%;	
	max-width:60%;
}

#form dt{
	width:25%;
	float:left;
}
#form dd{
	background:#fff;
	margin-left:25%;
	border-left:1px solid #ccc;
}
#form dd:after{
	content: '';
	display:block;
	clear:both;
}
#otoiawase dt{
	padding:55px 0px 33px 10px; 
	width:25%;
}
#otoiawase dd{
	margin-left:25%;
	border:1px solid #ccc;
	padding:20px 40px 7px 15px; 
	line-height:2;
	color:red;
}
input[type=text]{
	width:80%;
	font-size:22px;
	height:42px;
	opacity:0.8;
}
.botton{
	position:relative;
	margin:auto;
	text-align:center;
}
input[type=submit]{
	position:relative;
	margin:auto;
	color:white;
	background:#0059c6;
	font-size:18px;
	height:62px;
	width:300px;
	background-size:100px;
	text-align:center;
	top:92px;
	cursor:pointer;
}
input[type=submit]:hover{
	animation:A 1s forwards;
}
@keyframes A{
0%{background:#0059c6;}
100%{background:#FF6F00;}
}
textarea{
	width:100%;
}
#policy{
	position:relative;
	top:114px;
	margin:auto;
	width:80%;
}
.koumoku2{
	font-size:24px;
	font-family:"Yu Mincho Demibold",serif;
	color:white;
	text-align:center;
	background:gray;
	background-size:800px 250px;
	line-height:2.2;
}
.honbun2{
	font-size:15px;
	font-family:"Yu Mincho Demibold",serif;
}

