@charset "utf-8";

/* =============== main =============== */
.mv{
	background: url("/qa/images/mainvis.jpg") right center no-repeat;
}
.sect p, .sect li {
	line-height: 1.8;
}

.qa-box{
	margin-top: 20px;
}
.qa-box figure{
	text-align: center;
}
.qa-box p{
	margin-top: 20px;
}


.qa-txt {
	margin-top: 20px;
}
.qa-dl{
	margin-top: 30px;
}
.qa-dl dt {
	font-weight: bold;
}
.qa-dl dt:not(:first-child) {
	margin-top: 30px;
}
.qa-dl dd {
	margin-top: 5px;
}
.qa-dl ol {
	margin-left:25px;
}


/* ～959px：タブレット
------------------------------ */
@media screen and (max-width: 959px) {
  
  

 
}
  
/* ～479px：SP
------------------------------ */
@media screen and (max-width: 479px) {

  
  
}


/* 960px～：PC
------------------------------ */
@media screen and (min-width: 960px) {


	.qa-box{
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
		margin-top: 20px;
	}
	.qa-box figure{
		max-width: 300px;
	}
	.qa-box p{
		margin: 0;
		width: calc(100% - 340px);
	}

}

