@charset "UTF-8";
#header h1 {
  color: #FFFFFF;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 160;
  text-decoration: none;
  background-color: #000000;
  font-size: 80%;
  line-height: 0%;
  margin: 0px;
  padding: 1px;
  text-align: left;
}
.back {
  background-image: url(""img/back.jpg"");
  margin: 0px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 100%;
}
.curriculum {
  margin: 0px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 100%;
}
body h2 {
  color: #FFFFFF;
  background-color: #000000;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 150%;
  font-weight: 150;
  padding: 9px;
}
p.move {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 100%;
  grid-column: 2;
  background-color: #000000;
  color: #FFFFFF;
  margin: 5px;
  padding: 6px;
  display: inline-table;
}
p.setsumei {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 80%;
  grid-column: 2;
  grid-row: 2;
  line-height: 15px;
}
img.iconimage {
  width: 120%;
  grid-column: 1;
  grid-row: 1;
}
div.accesslist {
  display: grid;
  grid-template-columns: 100px 250px;
  grid-template-rows: 50px 70px;
}
a.button {
  font-size: 13px;
  background-color: slategray;
  display: block;
  height: 20px;
  text-align: center;
  text-decoration: none;
  color: #FFFFFF;
  padding: 4px;
  margin: 0px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
ul {
  list-style: none;
  display: flex;
}
li {
  width: 155px;
  height: 40px;
  margin: 6px;
  margin-left: 0px;
  text-align: center;
}
.merit {
  background-color: black;
  color: #FFFFFF;
  padding: 12px;
  margin: 30px;
  line-height: 5;
  font-size: 80%;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  text-decoration: underline;
}
div.zyuusyo {
  color: #FFFFFF;
  background-color: #000000;
  text-align: center;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 50%;
  padding: 5px;
  font-weight: 160;
  line-height: 10px;
}
.pagetop {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
  text-decoration: none;
  display: none;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  font-size: 1.5rem;
  width: 3.3rem;
  height: 3.3rem;
  line-height: 3.3rem;
  border-radius: 3.3rem;
  text-align: center;
  cursor: pointer;
}
.pagetop:hover {
  color: #fff !important;
  background-color: #000000;
  text-decoration: none;
}