@charset "UTF-8";

/*-----------------------------------------------------*/


.encore_box
{
	display: flex;

	margin-bottom: 60px;
}

.encore_box .img_box
{
	width: 680px;
}

.encore_box .img_box img
{
	width: 100%;
}

.encore_box .btn_box
{
	display: flex;
	align-items: center;
	gap: 20px;

	padding: 20px;

	width: 420px;

	background: #518b4e;

	box-sizing: border-box;
}

.encore_box .btn_box a
{
	padding: 15px 15px;

	width: 100%;
	min-width: 180px;

	color: #518b4e;
	font-size: 110%;
	font-weight: bold;
	text-align: left;
	text-decoration: none;

	background: #fff;
	border-radius: 10px;

	box-sizing: border-box;

	position: relative;
}

.encore_box .btn_box a::after
{
	content: "";

	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);

	border-style: solid;
	border-width: 6px 0 6px 8px;
	border-color: transparent transparent transparent #518b4e;
}

.encore_box .btn_box a .num
{
	font-size: 140%;
}

.encore_box .btn_box a .other
{
	
}

.encore_box .btn_box a:hover
{
	background: #ff9;
}




/*-----------------------------------------------------*/

