@charset "UTF-8";
/* CSS Document */
.plan img {
  margin-top: 300px;
}
.plan h1 {
  display: none;
  writing-mode: vertical-rl;
  font-size: 7.2rem;
  font-weight: 600;
  text-shadow: 1px 0 0 #a0d2f2, 0 1px 0 #a0d2f2, -1px 0 0 #a0d2f2, 0 -1px 0 #a0d2f2, 3px 3px 0 #a0d2f2;
  color: #fff;
  font-family: 'Zen Maru Gothic', sans-serif;
}
.plan-title {
  display: none;
  position: relative;
  top: 250px;
}
.plan-box {
  text-align: right;
  margin-top: 200px;
}
.plan-title p {
  font-weight: 600;
  margin-top: 20px;
}
.plan ul {
  margin: 130px auto 100px;
}
.plan ul li {
  list-style: none;
  font-size: 3.0rem;
  font-weight: 600;
  margin: 30px auto;
}
.plan ul li a {
  text-decoration: none;
  color: #333;
}
.plan ul li a:hover {
  color: #f4b4cc;
}
.course {
  border-bottom: 2px dashed black;
  padding-bottom: 15px;
}
.plan-p {
  line-height: 3.6rem;
  margin-bottom: 130px;
}