@charset "utf-8";
@import "default.css";
@import "base.css";
@import "common.css";
@import "meanmenu.css";

/*===============================================
●画面の横幅が640px以上
===============================================*/
@media screen and (min-width : 640px ){
#pc------------------------------------------- {
}
header {
	background-image:url(../images/qa/bg.jpg);	
	height:279px;
	background-repeat:no-repeat;
}

#qa dl {
	width:940px;
	margin:70px auto;
	
}

#qa dt {
	padding-left:43px;
	color:#333333;
	font-size:20px;
	text-align:left;
	margin-bottom:35px;
}

#qa dd {
	padding-left:43px;
	color:#ff5800;
	font-size:20px;	
	text-align:left;
	margin-bottom:70px;
}

#qa dt:nth-of-type(1) {
	background-image:url(../images/qa/q1.png);
	background-repeat:no-repeat;	
}

#qa dt:nth-of-type(2) {
	background-image:url(../images/qa/q2.png);
	background-repeat:no-repeat;	
}
#qa dt:nth-of-type(3) {
	background-image:url(../images/qa/q3.png);
	background-repeat:no-repeat;	
}
#qa dt:nth-of-type(4) {
	background-image:url(../images/qa/q4.png);
	background-repeat:no-repeat;	
}
#qa dt:nth-of-type(5) {
	background-image:url(../images/qa/q5.png);
	background-repeat:no-repeat;	
}
#qa dt:nth-of-type(6) {
	background-image:url(../images/qa/q6.png);
	background-repeat:no-repeat;	
}
#qa dt:nth-of-type(7) {
	background-image:url(../images/qa/q7.png);
	background-repeat:no-repeat;	
}


#qa dd:nth-of-type(1) {
	background-image:url(../images/qa/a1.png);
	background-repeat:no-repeat;	
}
#qa dd:nth-of-type(2) {
	background-image:url(../images/qa/a2.png);
	background-repeat:no-repeat;	
}
#qa dd:nth-of-type(3) {
	background-image:url(../images/qa/a3.png);
	background-repeat:no-repeat;	
}
#qa dd:nth-of-type(4) {
	background-image:url(../images/qa/a4.png);
	background-repeat:no-repeat;	
}
#qa dd:nth-of-type(5) {
	background-image:url(../images/qa/a5.png);
	background-repeat:no-repeat;	
}
#qa dd:nth-of-type(6) {
	background-image:url(../images/qa/a6.png);
	background-repeat:no-repeat;	
}
#qa dd:nth-of-type(7) {
	background-image:url(../images/qa/a7.png);
	background-repeat:no-repeat;	
}

}







/*===============================================
●画面の横幅が640px以下
===============================================*/
@media screen and (max-width:640px){
/*===============================================
sp
===============================================*/
#sp640------------------------------------------- {
}
header {
	background-image:url(../images/qa/bg.jpg);	
	height:100px;
	background-repeat:no-repeat;
	background-size:cover;
}

#qa dl {
	margin:70px auto;
	
}

#qa dt {
	padding-left:43px;
	color:#333333;
	font-size:125%;	
	text-align:left;
	margin-bottom:35px;
}

#qa dd {
	padding-left:43px;
	color:#ff5800;
	font-size:125%;	
	text-align:left;
	margin-bottom:70px;
}

#qa dt:nth-of-type(1) {
	background-image:url(../images/qa/q1.png);
	background-repeat:no-repeat;	
}

#qa dt:nth-of-type(2) {
	background-image:url(../images/qa/q2.png);
	background-repeat:no-repeat;	
}
#qa dt:nth-of-type(3) {
	background-image:url(../images/qa/q3.png);
	background-repeat:no-repeat;	
}
#qa dt:nth-of-type(4) {
	background-image:url(../images/qa/q4.png);
	background-repeat:no-repeat;	
}
#qa dt:nth-of-type(5) {
	background-image:url(../images/qa/q5.png);
	background-repeat:no-repeat;	
}
#qa dt:nth-of-type(6) {
	background-image:url(../images/qa/q6.png);
	background-repeat:no-repeat;	
}
#qa dt:nth-of-type(7) {
	background-image:url(../images/qa/q7.png);
	background-repeat:no-repeat;	
}


#qa dd:nth-of-type(1) {
	background-image:url(../images/qa/a1.png);
	background-repeat:no-repeat;	
}
#qa dd:nth-of-type(2) {
	background-image:url(../images/qa/a2.png);
	background-repeat:no-repeat;	
}
#qa dd:nth-of-type(3) {
	background-image:url(../images/qa/a3.png);
	background-repeat:no-repeat;	
}
#qa dd:nth-of-type(4) {
	background-image:url(../images/qa/a4.png);
	background-repeat:no-repeat;	
}
#qa dd:nth-of-type(5) {
	background-image:url(../images/qa/a5.png);
	background-repeat:no-repeat;	
}
#qa dd:nth-of-type(6) {
	background-image:url(../images/qa/a6.png);
	background-repeat:no-repeat;	
}
#qa dd:nth-of-type(7) {
	background-image:url(../images/qa/a7.png);
	background-repeat:no-repeat;	
}

}




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

/*===============================================
sp
===============================================*/
#sp400------------------------------------------- {
}
