@charset "UTF-8";

.entry {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.entry_sec {
	border-radius: 5px;
	overflow: hidden;
}

.entry_ttl {
	font-size: 16px;
	font-weight: bold;
	color: #488C23;
	background: #FFEA45;
	border-radius: 5px;
	padding: 15px;
}

.entry_wrap {
	background: #F7F7F7;
	padding: 30px;
	display: flex;
	gap: 30px;
	align-items: center;
}

.entry_cnt {
	flex: 1;
}

.entry_text {
}

.entry_text em {
	font-style: normal;
	font-weight: bold;
}

.entry_btn {
	box-sizing: border-box;
	flex-shrink: 0;
	padding: 0 20px;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	background: #488C23;
	border-radius: 5px;
	color: #fff !important;
	height: 60px;
	line-height: 60px;
	max-width: 240px;
	width: 100%;
	position: relative;
}

.entry_btn.vis-sp {
	display: none;
}

.entry_btn:after {
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -4.5px;
	content: "";
	display: block;
	width: 10px;
	height: 9px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url("/refresh/img/entry/img-arrow@2x.png");
}

.app {
	margin: 60px 0;
	text-align: center;
}

.app > a {
	display: inline-block;
}

@media screen and (max-width:1020px) {
}

@media screen and (min-width:641px) {
}

@media screen and (max-width:640px) {
	.entry {
	}

	.entry_sec {
	}

	.entry_ttl {
	}

	.entry_wrap {
		padding: 20px 15px;
		font-size: 14px;
		flex-direction: column;
		gap: 15px;
	}

	.entry_cnt {
		width: 100%;
	}

	.entry_text {
	}

	.entry_text em {
	}

	.entry_btn {
		max-width: 100%;
	}

	.entry_btn.vis-sp {
		display: inline-block;
	}

	.entry_btn.hide-sp {
		display: none;
	}

	.entry_btn:after {
	}

	.app {
		margin: 40px 0;
	}

	.app > a {
	}

}
