@media (min-width: 768px) {
	.tit-1 {
		font-size: 30px;
		margin: 60px 0 40px 0;
	}

	.txt-1 {
		margin: 30px 0;
		font-size: 16px;
		line-height: 2em;
	}

	.txt-2 {
		margin: 0 0 30px 0;
		font-size: 16px;
		line-height: 2em;
	}

	.txt-3 {
		margin: 30px 0;
		font-size: 16px;
		line-height: 2em;
	}

	.txt-4 {
		margin: 30px 0;
		font-size: 16px;
		line-height: 2em;
	}

	.btn-box {
		margin: 40px 0 0 0;
	}

	section.paragraph {
		margin: 0 0 50px 0;
		padding: 0 40px 50px 40px;
		border-bottom: 2px dotted #EFEBE9;
	}


	.visitor-main-catch .tit {
		font-size: 30px;
		margin: 60px auto 40px auto;
	}

	.visitor-main-catch .txt-1 {
		font-size: 16px;
		line-height: 1.8em;
	}

}