@charset "UTF-8";

/*----------------------
 interview
---------------------*/

#interview .img2 {
	padding-top: 25px;
}

#interview .section .q.indent-right {
	padding-left: 488px;
	text-indent: -2em;
}

#interview .section .q.indent-right2 {
	padding-left: 368px;
	text-indent: -2em;
}

#interview .section .last-img {
	margin-bottom: 10px;
}

#interview.manufacturer .section:first-child {
	margin-bottom: 17px;
}

.column_down.on {
	clear: both;
	width: 310px;
}

.column_down.on img {
	width: 100%;
	height: auto;
}

#interview .section .page2_img2 {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

.page4_txt1 {
	letter-spacing: -0.03em;
	/*text-indent: -2em;
	padding-left: 368px;*/
}

@media screen and (max-width: 640px) {

#interview .section .last-img {
	margin-bottom: 1em;
}

#interview .section .q.indent-right,
#interview .section .q.indent-right2
{
	padding-left: 2em;
	text-indent: -2em;
}

#interview .section .q {
	padding-left: 2em;
	text-indent: -2em;
}

.column_down.on {
	clear: none;
	width: auto;
}

.column_down.on img {
	width: auto;
	height: auto;
}

#interview .section .page2_img2 {
	margin-top: 0 !important;
	margin-bottom: 1em !important;
}

.page4_txt1 {
	letter-spacing: 0;
}

}