@media (max-width: 768px) {
	body {
		font-size: 14px;
	}
	.common-box-1 {
		padding: 15px;
	}

	.lead {
		font-size: 16px;
	}

	.txt-2 {
		margin: 16px;
		font-size: 16px;
	}

	.service .item .ico img {
		width: 140px;
		height: auto;
	}
	.service .item .ttl-1 {
		margin-top: 15px;
		text-align: center;
	}
	.bnr-1 {
		width: 80%;
		height: auto;
	}
}