.article {
	margin-bottom: 95px;
}
.article .tablebox {
	margin-top: 40px;
}
.article .image {
	width: 200px;
}
.article .image > div{
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: solid 1px #E2E2E2;
}
.subtitle{
	position: relative;
	padding: 6px 20px 0px 27px;
	margin-bottom: 20px;
	font-size: 1.8rem;
	line-height: 1.4;
	font-weight: bold;
	color: #000;
	border: none;
}
.subtitle:before {
	content: '';
	position: absolute;
	left: 5px;
	bottom: 7px;
	width: 10px;
	height: 10px;
	background: #55C0B0;
	transform: rotate(45deg);
}

.entrybtn {
	background: #fff;
	border: solid 4px #ffc51b;
}
.entrybtn a,
.entrybtn a:hover {
	text-decoration: none;
}

.entrybtn:hover {
	border: solid 4px #022B4B;
	opacity: 1;
}

.privacy {
	text-align: center;
	margin-top: 25px;
}
.privacy a{
	color: #438AB8;
	text-decoration: underline;
	font-weight: normal;
}

.privacy a:hover{
	text-decoration: none;
}