@charset "utf-8";

#idea08 .header h2 {
	/*width: 200px;
	height: 22px;
	background-image: url(../images/idea-08/heading.png);*/
}
#idea08 .profile {
	min-height: 408px;
}
#idea08 .profile p:last-child {
	position: absolute;
	bottom: 0;
	margin: 0;
	font-size: 13px;
	line-height: 1;
}

@media screen and (max-width: 768px) {
	#idea08 .header h2 {
		/*width: 160px;
		height: 17px;
		background-image: url(../images/idea-08/sp/heading.png);
		background-size: auto 100%;*/
	}
	#idea08 .profile {
		min-height: 0;
	}
	#idea08 .profile h3 span.img {
		margin-left: 0;
		margin-right: 0;
	}
	#idea08 .profile p:last-child {
		position: static;
		font-size: 11px;
		font-size: 2.93vw;
		line-height: 1.9;
	}
}