@charset “utf-8”;


.latest_program{
	margin-top:40px;
}
.latest_program h3{
	margin-bottom:30px;
}

.latest_program .facility{
	display: flex;
	justify-content:space-between;
}

.latest_program a{
	border: #463a2e 1px solid;
    font-weight: bold;
    transition-duration: .3s;
    margin: 0 10px;
}
.latest_program a:hover{
	background-color: #463a2e;
    color: #fff;
    font-weight: bold;
    transition-duration: .3s;
}