@charset "shift_jis";

/*? #enrollment
******************************************************************************************** */

#enrollment .btn-primary a {
	width: 300px;
	font-size: 18px;
	background-color: #D6791B;
	border: 1px solid #D6791B;
}
#enrollment .btn-primary a::before {
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 5px;
	background: #fff;
	clip-path: polygon(0 0, 0 100%, 100% 50%);
}
#enrollment .btn-primary a:hover:before {
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 5px;
	background: #D6791B;
	clip-path: polygon(0 0, 0 100%, 100% 50%);
}
#enrollment .btn-primary a:hover {
	width: 300px;
	font-size: 18px;
	color: #D6791B;
	background-color: #fff;
	border: 1px solid #D6791B;
}
#enrollment a.icon_arrow {
	position: relative;
	padding: 0 0 0 15px;
}
#enrollment a.icon_arrow::before {
	content: "";
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
	border-style: solid;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 10px solid #0055c4;
	border-right: 0;
}