.ktsite-link {
	margin-bottom: 60px;
	text-align: center;
}
.ktsite-link .btn {
	display: inline-block;
	color: #fff;
	font-size: 1.6em;
	font-weight: 600;
	line-height: 1.6em;
	background-color: #0C1269;
	background-image: url(/common/img/white-arrow.svg);
	background-position: center right 1.5em;
	background-repeat: no-repeat;
	background-size: auto 8%;
	text-align: center;
	padding: 1.3em 5em;
}


@media screen and (max-width: 1024px) {
	.ktsite-link .btn {
		font-size: 2.6vw;
	}
}
@media screen and (max-width: 640px) {
	.ktsite-link .btn {
		font-size: 4.5vw;
		display: block;
		padding-left: 1.5em;
		padding-right: 4em;
		text-align: left;
		background-size: auto 7%;
	}
}

@media screen and (min-width: 641px) {
	.only-smp {
		display: none;
	}
}
@media screen and (max-width: 640px) {
	.only-wide {
		display: none;
	}
}