@charset "UTF-8";
/* CSS Document */

@media screen and (max-width: 767px) {
	.present .heading_text {
		color: #40bdbf;
	}
	.item {
		text-align: center;
	}
	.item img {
		width: 80%;
		height: auto;
	}
	#s1 .txt {
		text-align: left;
	}
	.present .cont .desc .txt_box p {
		text-align: left;
	}
}