#page_title{
	background:url('../images/history/bg1.jpg') no-repeat top center;
	border-radius:20px;
	max-width:1820px;
	height:480px;
	background-size:cover !important;
	display:flex;
	justify-content:center;
	align-items:center;
	text-align:center;
	position:relative;
	margin:20px auto 100px;
}
#page_title h2{
	line-height:180px;
	padding:0 70px;
	background:#fff;
	border-radius:20px;
	font-size:40px;
	font-weight:700;
	position:relative;
	color:#222;
}
main section h5{
	color:#00a77b;
}
#contents2{
	background:url('../images/history/bg1.jpg') no-repeat;
	background-size:cover;
	padding:50px 0;
}
#contents3 a{
	display:inline-block;
	padding:0 40px;
	line-height:50px;
	border-radius:25px;
	box-shadow:0 0 5px #00a77b;
	text-decoration:none;
}
.history th,
.history td{
	vertical-align:top;
	border:0;
	position:relative;
}
.history th{
	white-space:nowrap;
	width:120px;
	text-align:left;
}
.history th:before{
	content:"●";
	color:#00a77b;
	position:absolute;
	left:-10px;
	top:10px;
}
.history th:after{
	content:"";
	background:#00a77b;
	position:absolute;
	left:-3px;
	top:19px;
	width:5px;
	height:100%;
}
td.photo{
	text-align:center;
	width:200px;
}
.frame {
	display: inline-block;
	position: relative;
}
.frame:after {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 
	  inset 0 0 20px #fff,
	  inset 0 0 20px #fff,
	  inset 0 0 20px #fff,
	  inset 0 0 20px #fff;
}