@charset "UTF-8";

#section02 {
	background: transparent url('/common/img/bg/bg_pattern01.png') repeat 0 0;
}

#section02 .contents_wrap {
	margin: 0 0 0 0;
	padding: 30px 20px;
	background: #fff;
	border-radius: 10px;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    1px 1px 2px 0px rgba(0, 0, 0, 0.2);
	box-shadow:         1px 1px 2px 0px rgba(0, 0, 0, 0.2);
}

.qa_list {
	text-align: justify;
	margin: 0 0 0 0;
	padding: 0 120px;
	overflow: visible;
}

	.qa_list dt {
		font-weight: bold;
		margin: 70px -120px 30px 0;
		padding: 15px 20px 10px 3.0em;
		border-radius: 10px;
		background: #faf2c0 url('/dialysis/qa/img/img_qa_001.png') no-repeat -20px -20px;
		position: relative;
		overflow: visible;
	}

	.qa_list dt:first-of-type {
		margin-top: 0;
	}

	.qa_list dt:before {
		content: '';
		width: 91px;
		height: 91px;
		background: transparent url('/dialysis/qa/img/icon_person_pc.png') no-repeat center center;
		background-size: contain;
		position: absolute;
		top: -10px;
		left: -120px;
	}

	.qa_list dt:after {
		content: url('/dialysis/qa/img/img_qa_001.png');
		position: absolute;
		top: 17px;
		left: -18px;
	}

		.qa_list dt span:after {
			content: '';
			width: 32px;
			height: 32px;
			background: transparent url('/dialysis/qa/img/icon_question_pc.png') no-repeat center center;
			position: absolute;
			top: 11px;
			left: 10px;
		}

	.qa_list dd {
		margin: 0 0 30px;
		padding: 15px 20px 10px 3.0em;
		border-radius: 10px;
		background: #c2edca url('/dialysis/qa/img/img_qa_002.png') no-repeat 0 0;
		position: relative;
	}

	.qa_list dd:before {
		content: '';
		width: 91px;
		height: 91px;
		background: transparent url('/dialysis/qa/img/icon_doctor_pc.png') no-repeat center center;
		background-size: contain;
		position: absolute;
		top: -10px;
		right: -120px;
	}

	.qa_list dd:after {
		content: url('/dialysis/qa/img/img_qa_002.png');
		position: absolute;
		top: 17px;
		right: -18px;
	}

		.qa_list dd span:after {
			content: '';
			width: 32px;
			height: 32px;
			background: transparent url('/dialysis/qa/img/icon_answer_pc.png') no-repeat center center;
			position: absolute;
			top: 11px;
			left: 10px;
		}

		.qa_list dd a {
			text-decoration: underline;
		}

		.qa_list dd a:hover {
			text-decoration: none;
		}

#section02 .btn_green_wood {
	margin: 30px auto 0;
}

/*---------------------- responsive styles -----------------------*/
@media screen and (max-width:480px) {
	.qa_list {
		padding: 0 65px;
	}

		.qa_list dt {
			margin: 0 -65px 15px 0;
			padding: 35px 10px 10px 10px;
		}

		.qa_list dd {
			margin: 0 0 40px;
			padding: 35px 10px 10px 10px;
		}

		.qa_list dd:last-child {
			margin-bottom: 0;
		}

		.qa_list dt:before,
		.qa_list dd:before {
			width: 45px;
			height: 45px;
		}

		.qa_list dt:before {
			left: -65px;
			top: 0;
		}

		.qa_list dd:before {
			right: -65px;
			top: 0;
		}

		.qa_list dt:after,
		.qa_list dd:after {
			top: 13px;
		}

			.qa_list dt span:after {
				width: 24px;
				height: 24px;
				background-image: url('/dialysis/qa/img/icon_question_sp.png');
				background-size: contain;
			}

			.qa_list dd span:after {
				width: 24px;
				height: 24px;
				background-image: url('/dialysis/qa/img/icon_answer_sp.png');
				background-size: contain;
			}
}
