@charset "utf-8";
.top_img {
	margin-bottom: 40px;
}
.q_a_wrap {
	margin: 0 0 40px;
}
.qa_q_img {
	float: left;
}
.qa_q_hukidashi {
	float: right;
	width: 550px;
	padding: 1.1em;
	margin: 1.5em 0 2em;
	position: relative;
	background: #f0f0e1;
	border-radius: 15px;
	z-index: 9;
}
.qa_q_hukidashi:before {
	content: '';
	display: block;
	position: absolute;
	left: -33px;
	top: -50px;
	z-index: -9;
	border: 60px solid transparent;
	border-bottom: 25px solid #f0f0e1;
}
.qa_q_text {
	float: right;
	width: 480px;
}
.qa_text_img {
	max-width: 100%;
}
.qa_text_img img {
	max-width: 100%;
}
.click_wrap {
	text-align: center;
}
.click {
	color: #a6b94c;
	text-decoration: underline;
	cursor: pointer;
	display: inline-block;
}
.qa_a_img {
	float: right;
	width: 100px;
	text-align: right;
}

.qa_a_hukidashi {
	float: left;
	background: #f0f0e1;
	border-radius: 15px;
	padding: 15px;
	width: 560px;
	position: relative;
	margin-top: 20px;
	z-index: 10;
}

.qa_a_text {
	float: right;
	width: 490px;
}
.qa_a_hukidashi:before {
	content: '';
	display: block;
	position: absolute;
	right: -33px;
	top: -50px;
	z-index: -9;
	border: 60px solid transparent;
	border-bottom: 25px solid #f0f0e1;
}
.font_14 {
	font-size: 14px;
}
.pdf {
	margin: 0.5em 0;
}
.qa_q_hukidashi img,.qa_a_hukidashi img  {
	max-width: 100%;
	width: auto;
	height: auto;
}
@media screen and (max-width: 736px){
	.top_img {
		margin-bottom: 55px;
	}
	.top_img img,
	.qa_a_img img,
	.qa_q_img img{
		width: 100%;
	}
	.qa_q_img,
	.qa_a_img{
		width: 15%;
	}
	.q_a_wrap {
		margin: 0 0 40px 0;
	}

	.qa_q_hukidashi,
	.qa_a_hukidashi{
		width: 78%;
		padding: 10px;
		margin-top: 0;
		margin-bottom: 1em;
	}
	.qa_q_hukidashi:before {
		left: -22px;
		top: -44px;
		z-index: -9;
		border: 50px solid transparent;
		border-bottom: 25px solid #f0f0e1;
	}
	.qa_a_hukidashi:before {
		content: '';
		display: block;
		position: absolute;
		right: -33px;
		top: -50px;
		z-index: -9;
		border: 60px solid transparent;
		border-bottom: 25px solid #f0f0e1;
		right: -22px;
		top: -44px;
		z-index: -9;
		border: 50px solid transparent;
		border-bottom: 25px solid #f0f0e1;
	}
	.q_icon,
	.a_icon{
		width: 15px!important;
		vertical-align: top;
	}
	.qa_q_text,
	.qa_a_text{
		width: calc(100% - 20px);
		font-size: 10px;
	}
	.qa_q_text p, .qa_a_text p {
		line-height: 1.5;
	}
	.click_wrap {
		margin-bottom: 1em;
	}
	.click {
		font-size: 10px;
	}
	.qa_text_img img {
		width: 100%;
	}

}
