@charset "UTF-8";

.pagevisual_bg {
  background: url(/edu/archive/img_db/pagevisual.jpg)no-repeat center;
  background-size: cover;
}

.ttl-main::before {
  content: '';
  position: absolute;
  background: url("/edu/archive/img_db/archive_ttl.svg")no-repeat center;
  background-size: cover;
  width: 147px;
  height: 70px;
  right: 0;
  left: 0;
  bottom: 0.8em;
  margin: auto;
}
.ttl-lborder {
	max-width: 1024px;
	width: 90%;
	margin: 0 auto 25px;
}
.btn-ul {
	max-width: 1024px;
	width: 90%;
	margin: auto;
	flex-direction: column;
	& li {
		width: 100%;
	}
	& a {
		text-align: start;
		padding: 30px 5%;
	}
}

/*タブレット（縦）*/
@media screen and (orientation: portrait) and (min-width: 768px){
}

@media screen and ( max-width: 767px ){
}