@charset "utf-8";
/* CSS Document */
.br-1 { padding-top: 5px; }
.br-2 { padding-top: 10px; }
.br-3 { padding-top: 15px; }
.br-4 { padding-top: 20px; }
.br-5 { padding-top: 25px; }

.apple-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	background: #000;
	color: #fff;
	border: none;
	border-radius: 8px;
	height: 40px;
	padding: 0 25px;
	padding-bottom:2px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	cursor: pointer;
	transition: all 0.25s ease;
}
.apple-btn:hover {
	background: #F00;
}
.apple-icon {
	font-size: 20px;
	line-height: 1;
}