@charset "utf-8";

.access_wrap {
	width: 100%;
}

@media (max-width: 640px) {
	.access_wrap > p {
		margin-bottom: 0.75em;
	}
}

@media (min-width: 641px) {
	.access_wrap {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
}