@charset "utf-8";

#inquiry-bg {
	background-image:url(../images/inquiry/bg_main.jpg);
	background-size: 100vw 100vh;
	background-color:#ffffff;
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: -1;
}

#header #header_bgl{
	background-image:url(../images/common/head_top_bg.png);
}
#header h1{
	background-image:url(../images/common/h1.png);
}
#header #header_bgr{
	background-image:url(../images/common/head_top_bg.png);
}
#contents {
	/*position: fixed;*/
	top:0px;
	left:0px;
	z-index:50;
	width:630px;
	/*height:100%;*/
	background-color: rgba(255, 255, 255, 0.8);
	padding-top:150px;
}
#contents h3{
	font-size:28px;
	color:#333333;
	font-weight:bolder;
	margin-left:65px;
}
#contents p{
	color:#000;
	line-height:1.4;
	font-size:14px;
	width:500px;
	margin-left:65px;
	margin-top:20px;
}
#contents hr{
	width:500px;
	margin-left:65px;
}
#contents .secMenu {
	width:500px;
	margin:20px 65px 0px 65px;
}
#contents .secMenu li{
	width:25%;
	float:left;
}
#contents .secMenu li img{ width:100%; }


/* p1 */
#contents dl{
	margin-top:20px;
	margin-left:65px;
	width:500px;
	border-bottom:1px solid #999;
}
#contents dt{
	border-top:1px solid #999;
	text-align:left;
	font-weight:normal;
	font-size:14px;
	width:130px;
	padding:10px 5px;
	float:left;
}
#contents dd{
	border-top:1px solid #999;
	font-size:14px;
	padding:10px 5px;
}
#contents textarea{
	width:350px;
	height:100px;
}



#contents .cln{
	border:none;
	clear: both;
}

#contents .w200 {
	width:200px;
}

#contents .sec01end {
	clear: both;
	height:20%;
	padding:20px 65px 50px 65px;
}




/**************************************************************************************/
/**************************************************************************************/
/* SP Site*/
/**************************************************************************************/
/**************************************************************************************/
@media screen and (max-width:768px){

#contents {
	position: relative;
	top:0%;
	left:0px;
	margin-left:2%;
	width:96%;
	padding-top:20px;
}

#contents h3{
	font-size:28px;
	color:#333333;
	font-weight:bolder;
	margin-left:2%;
}

#contents dl{
	margin-top:5%;
	margin-left:2%;
	width:96%;
	border-bottom:1px solid #999;
}
#contents dt{
	border-top:1px solid #999;
	width:100%;
	text-align:left;
	font-weight:normal;
	padding:10px 0 0 0;
	float:none;
}
#contents dd{
	border-top:none;
	font-size:14px;
	padding:0 0 10px 0;
}

#contents input.w350{
	width:100%!important;
}
#contents textarea{
	width:100%;
}

#contents  p{
	width: 96%;
	position: static;
	color: #000;
	margin-left:2%;
	margin-right:2%;
	margin-top:5%;
}

#contents hr{
	width: 96%;
	margin-left: 2%;
}
#contents  p.t{
	margin: 5% 2% 0% 2%;
}

#contents .sec01end {
	height:0;
}

}

/**************************************************************************************/
@media screen and (max-width:530px){
	#contents  p.t{ margin: 5% 2% 0% 2%; }

	#contents .img0101 { display:none;}
	#contents .img0102 { display:block; margin-left:2%;}
	#contents .sec0101 p.secttl{ border:1px solid #999; padding:10px; width:auto; }

}

/**************************************************************************************/
@media screen and (max-width:480px){

#contents .secMenu li{ width:50%; }

#contents .img0101 { float:none;}
#contents .img0201 { float:none;}
#contents .img0301 { float:none;}
#contents .img0401 { float:none;}

}
/**************************************************************************************/
@media screen and (max-width:370px){
	#contents  p.t{ margin: 5% 2% 0 2%; }
}

