@charset "utf-8";
/*----------メイン画像----------*/

.btn {
	display: flex;
}

.button-3 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 33.33%;
	margin: 0px 4px;
	padding: .9em .5em;
	border: none;
	border-radius: 5px;
	box-shadow: 0 2px 3px rgb(0 0 0 / 25%), 0 2px 3px -2px rgb(0 0 0 / 15%);
	background-color: #2589d0;
	color: #fff;
	font-weight: 600;
	font-size: 1em;
}

.button-3:hover {
	background-color: #1579c0;
}

.pnk {
	background-color: #e88b9f;
}

.pnk:hover {
	background-color: #dc788e;
}

@media screen and (max-width:767px) {
	.btn {
		display: block;
	}

	.button-3 {
		width: 100%;
		margin-bottom: 15px;
	}
}