@charset "utf-8";


/**************************************************50
 * qa
 **************************************************/
#qa{
	margin-bottom: 20px;
}
#qa ul{
	margin-top: 20px;
	text-align: left;
}
#qa ul > li{
	background-color: #FEF1F5;
	border: 1px solid #FBE6E4;
	box-shadow: 0px 0px 6px -1px rgba(0,0,0,0.2);
	display: inline-block;
	height: 250px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 15px 120px 15px 15px;
	position: relative;
	vertical-align: middle;
	width: 530px;
}
#qa ul > li:nth-child(even){
	margin-left: 20px;
}
#qa ul > li:after{
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 95.2%;
	position: absolute;
	bottom: 0;
	right: 0;
	pointer-events: none;
	width: 100%;
}
#qa.lazyloaded ul > li:nth-child(6n+1):after{
	background-image: url("https://job.rey-fukuyama.com/images/user/qa/qa_010.webp");
}
#qa.lazyloaded ul > li:nth-child(6n+2):after{
	background-image: url("https://job.rey-fukuyama.com/images/user/qa/qa_020.webp");
}
#qa.lazyloaded ul > li:nth-child(6n+3):after{
	background-image: url("https://job.rey-fukuyama.com/images/user/qa/qa_030.webp");
}
#qa.lazyloaded ul > li:nth-child(6n+4):after{
	background-image: url("https://job.rey-fukuyama.com/images/user/qa/qa_040.webp");
}
#qa.lazyloaded ul > li:nth-child(6n+5):after{
	background-image: url("https://job.rey-fukuyama.com/images/user/qa/qa_050.webp");
}
#qa.lazyloaded ul > li:nth-child(6n+0):after{
	background-image: url("https://job.rey-fukuyama.com/images/user/qa/qa_060.webp");
}
#qa ul > li strong{
	border-bottom: 1px solid #AB8638;
	color: #AB8638;
	display: table;
	font-size: 112.5%;
	line-height: 1.2;
	margin-bottom: 10px;
	padding-bottom: 10px;
	width: 100%;
}
#qa ul > li strong:before{
	content: "";
	display: table-cell;
	height: 68px;
	vertical-align: middle;
	width: 60px;
}
#qa.lazyloaded ul > li strong:before{
	background: url("https://job.rey-fukuyama.com/images/user/qa/icon_q.webp") center center no-repeat;
	background-size: contain;
}
#qa ul > li strong span{
	display: table-cell;
	padding-left: 10px;
	vertical-align: middle;
}
#qa ul > li p{
	font-size: 81.25%;
	line-height: 1.5;
}


