@charset "utf-8";
/* CSS Document */
.page_container {
  max-width: 100%;
  width: 100%;
  display: block;
}
.page_title--box,.breadcrumb {
  display: none;
}
.entry {
  padding: 0;
  border: none;
  background: none;
  font-size: initial;
}
.entry a[target="_blank"]::after {content: none;}

a.exam_btn {
	max-width: 878px;
	width: 96%;
	height: 80px;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	background: #fff;
	border: solid 2px #009f4b;
	border-radius: 6px;
	font-size: 24px;
	color: #000;
	text-decoration: none;
	&:hover {
		opacity: 0.8;
		text-decoration: none;
	}
	&::before {
		content: "";
		width: 20px;
		height: 20px;
		display: inline-block;
		background: url("/entrance/img/entrance_arrow.png");
	}
}

@media screen and (max-width: 767px) {
	a.exam_btn {
		height: 60px;
		font-size: 16px;
	}
}











