@charset "UTF-8";


.tpl-table-01 .tpl-table--th1 {
	white-space: nowrap;
  width: 1%;
  padding: 20px 30px;
}

.tpl-table-01 tr td {
  width: 99%;
	padding: 20px 30px;
}

@media screen and (max-width: 750px) {
	.tpl-table-01 tr td {
	  width: 99%;
		padding: 10px 15px;
	}
}

.tpl-table-01 tr td ul li {
  text-align: left;
}

.tpl-table-01 tr td ul li a {
  display: inline-block;
  padding: 0 0 0 15px;
  position: relative;
}

.tpl-table-01 tr td ul li a:before {
  content: '';
  display: block;
  padding: 13px 0 0 0;
  width: 8px;
  height: 0;
  overflow: hidden;
  background: url("/school/assets/common/img/icon-arrow-orange-large.png") no-repeat;
  background-size: 8px 13px;
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
}

.tpl-table-01 tr td ul li a.pdf:after {
  content: '';
  display: block;
  padding: 21px 0 0 0;
  width: 20px;
  height: 0;
  overflow: hidden;
  background: url("/school/assets/common/img/icon-pdf_2.png") no-repeat;
  background-size: 20px 21px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 5px;
}
