@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);


/*-------------------------------------------------------------------
	お問い合わせ
-------------------------------------------------------------------*/

#contact {
	width:900px;
	margin:0 auto;
}

#contact h3 {
	font-size:1.6em;
	line-height:1.0;
	color:#0067b3;
	text-align:center;
	margin:0 0 30px;
}

#contact .read {
	line-height:2.0;
	text-align:center;
	margin:0 0 50px;
}

#contact .read span {
	color:#e80505;
}


#contact .bluebox {
	width:560px;
	margin:0 auto 80px;
	background:#ecf9ff;
	padding:30px 0;
}

#contact .bluebox dt {
	display:inline-block;
	width:230px;
	text-align:center;
	vertical-align:middle;
}

#contact .bluebox dd {
	display:inline-block;
	text-align:left;
	vertical-align:middle;
}

#contact table {
	width:100%;
	margin:0 0 80px;
}

#contact table th,
#contact table td {
	border-top:1px solid #00a9bb;
	border-bottom:1px solid #00a9bb;
	padding:20px 0;
	text-align:left;
	vertical-align:top;
}

#contact table th {
	font-weight:400;
	width:185px;
}

#contact table th span {
	color:#e80505;
	padding-left:10px;
}

#contact table td .short {
	width: 30%;
}
#contact table td .middle {
	width: 50%;
}
#contact table td .long {
	width: 90%;
}

#contact table td a {
	color:#333;
	text-decoration:underline;
}

#contact table td a:hover {
	text-decoration:none;
}

#contact table td ul li {
	margin:0 0 15px;
}

#contact table td ul li:last-child {
	margin:0;
}

#contact table input[type="text"] {
	border:none;
	background:#e6e6e6;
	height:30px;
	padding: 0 2px;
	font-family: inherit;
	line-height: 1.2;
	font-size:0.9em;
}

#contact table textarea {
	border:none;
	background:#e6e6e6;
	width: 100%;
	height: 190px;
	font-family: inherit;
	font-size:0.9em;
	line-height: 1.6;
}

#contact table select {
	border:none;
	height: 30px;
	background:#e6e6e6;
	padding: 0 2px;
	font-family: inherit;
	line-height: 1.2;
	width:30%;
	font-size:0.8em;
}


#contact .submit {
	text-align:center;
	
}

#contact .submit input {
	background:#0067b3;
	border: none;
	width:325px;
	display:inline-block;
	color:#FFF;
	text-align:center;
	line-height:1.0;
	font-family: 'Noto Sans Japanese', sans-serif;
	-moz-transition:all,.4s;
	-o-transition:all,.4s;
	-webkit-transition:all,.4s;
	transition:all,.4s;
	cursor: pointer;
	font-size:1.2em;
	border-radius:5px;
	padding:20px 0;	
}


#contact .submit input:hover {
	opacity:0.7;
}





/*===============================================
  画面の横幅が1024px以下に適用
===============================================*/
@media screen and (max-width: 1024px){
	

	
}

/*===============================================
  画面の横幅が768px以下に適用
===============================================*/
@media screen and (max-width: 768px){
	
	/* お問い合わせ */

	#contact {
		width:94%;
		margin:0 auto;
	}
	
	#contact h3 {
		font-size:1.4em;
		margin:0 0 20px;
	}

	#contact .read {
		line-height:2.0;
		text-align:center;
		margin:0 0 30px;
	}


	#contact .bluebox {
		width:auto;
		margin:0 auto 50px;
		background:#ecf9ff;
		padding:30px 3%;
	}

	#contact .bluebox dt {
		display:block;
		width:auto;
		text-align:center;
		margin:0 0 20px;
	}

	#contact .bluebox dd {
		display:block;
		text-align:center;
	}

	#contact table {
		width:100%;
		margin:0 0 50px;
		border-bottom:1px solid #00a9bb;
	}

	#contact table th,
	#contact table td {
		border-bottom:none;
		padding:20px 0;
		display:block;
	}

	#contact table th {
		font-weight:400;
		width:auto;
	}

	#contact table td .short {
		width:50%;
	}
	#contact table td .middle {
		width:70%;
	}
	
	#contact table td .long {
		width: 100%;
	}

	#contact table select {
		width:60%;
	}


	#contact .submit input {
		width:80%;
		margin:0 auto;
	}

}

/*===============================================
  画面の横幅が640px以下に適用
===============================================*/
@media screen and (max-width: 640px){



}

/*===============================================
  画面の横幅が380px以下に適用
===============================================*/
@media screen and (max-width: 380px){
}