@media only screen and (max-width: 828px) {

	.design2-nm-hide {
		display: inline-block;
	}

	.design2-m-hide {
		display: none;
	}
	
	#part1 {
		height: 1550px;
	}

	#part1 > .design2-title {
		margin-top: 358px;
	}

	#part1 > .design2-title > img{
		top: -317px;
		left: 400px;
	}

	#part1 > .design2-description {
		margin-top: 62px;
	}

	#part2 > .design2-icon {
		margin-top: 42px;
	}
	
	#part1 > .design2-image > .design2-round {
		background-image: url(images/m/round_01.png);
		background-repeat: no-repeat;
		background-size: cover;
	}

	#part2 > .design2-button {
		background-image: url(images/m/btn_01.png);
		background-repeat: no-repeat;
		background-size: cover;
	}

	.design2-footer{
		width: 678px;
		margin-left: -339px;
	}
	.design2-footer > div {
		display: block;
	}
}