@charset "utf-8";
/* CSS Document */

	.about p {
		font-size: 14px;
		line-height: 28px;
		text-indent: 1em;
	}
	
/* pc tablet */
@media screen and (min-width: 768px) {
	
	.about .recommend figure {
		display: block;
		text-align: center;
	}
	
}

/* mobile */
@media screen and (max-width: 767px) {

	.about .recommend figure img {
		width: 100%;
		height: auto;
	}

}