@charset "UTF-8";
/*==========button==========*/
.section-btn__wrapper {
	display: block;
	width: calc(100% - 48px);
	max-width: 400px;
	padding: .8em 1.6em;
	margin: 0 auto;
	border: none;
	border-radius: 1.6em;
	text-align: center;
	font-size: 16px;
	line-height: 1.6;
	color: #FFF;
}

.section__btn {
	display: block;
}

@media screen and (min-width: 768px) {
	.section-btn__wrapper {
		margin-top: 56px;
		font-size: 20px;
	}
	
	.contact .section-btn__wrapper {
		margin-top: 8px;
	}

	.section-btn__wrapper:hover {
		opacity: .7;
	}
}