@charset "UTF-8";
/* CSS Document */

/*------------------
   common
------------------*/

body {
  font-family: 'BIZ UDPGothic', sans-serif;
  color: #FFF;
}

header {
  background-color: #c7ab7f;
  padding: 60px 0;
}

section:nth-of-type(odd) {
  background-color: #276A7C;
}

section:nth-of-type(odd) a {
  color: paleturquoise;
}

section:nth-of-type(odd) a:hover {
  color: paleturquoise;
}

section:nth-of-type(even) {
  background-color: #c7ab7f;
}

footer {
  background-color: #276A7C;
}

time {
  font-size: 75%;
}

.staff-pic {
  margin-top: 2rem;
  border-radius: 50%;
}

.material-symbols-outlined {
  font-size: 1rem;
  padding-left: .25rem;
  vertical-align: middle;
}

section {
  padding: 40px 0 60px;
}

h1 {
  font-size: 2.2rem;
}

h2 {
  font-size: 1.75rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

h1 span,
h2 span {
  border-bottom: #FFF solid 1px;
  display: inline-block;
  padding: 0 10px;
}

h3 {
  font-size: 1.25rem;
  margin-top: 2rem;
}

.name {
  font-size: 1.5rem;
  font-weight: 500;
  padding-top: .25rem;
}

.table-outer {
  margin-bottom: 100px;
}

.table {
  color: #FFF;
}

.table th {
  width: 150px;
}

.table td,
.table th {
  border-top: none;
}

/*bootstrap*/

/*------------------
   mobile
------------------*/

@media all and (max-width: 640px) {
  .table th {
    width: 120px;
  }
}/*end 640px*/