.main_ttl02 {
  width: 710px;
  margin: 0 auto 80px;
  padding: 100px 105px 80px;
  padding: 205px 105px 80px;
  background: url(/images/junior/sv.jpg) no-repeat top center/cover;
}

.main_ttl02 span {
  display: block;
  padding: 12px 0 20px;
  text-align: center;
  font-size: 3.2rem;
  border-bottom: 2px solid #009fe8;
  background: rgba(255, 255, 255, 0.7);
}

.img_chara {
  text-align: center;
  margin: 0 0 60px;
}

.chara_list {
  margin: 0 0 0 20px;
}
.chara_list li {
  list-style: decimal;
  line-height: 1.5;
}

.img_rotate div {
  width: 410px;
  float: left;
}
.img_rotate div + div {
  margin-left: 20px;
}

.follow_text {
  margin: 0 0 14px;
}

.ttl_text {
  margin-bottom: 30px;
}

.box {
  margin: 0 0 30px 20px;
}

.notice {
  font-size: 1.2rem;
}

#App {
  margin-top: -182px;
  padding-top: 182px;
}

.app_table {
  width: 100%;
  margin: 0 0 80px;
}
.app_table th {
  background: #999999;
  width: 25%;
  padding: 15px 0;
  border: 1px solid #cccccc;
  font-weight: bold;
}
.app_table td {
  width: 75%;
  padding: 15px 30px;
  border: 1px solid #cccccc;
  line-height: 1.5;
  font-size: 14px;
}

.app_notice {
  font-size: 1.2rem;
}

.hl_text {
  color: #ff0000;
}

@media screen and (min-width: 768px) {
  .header_under a.nav02 {
    color: #009fe8;
    background: #afe6ff;
  }
}
@media screen and (max-width: 767px) {
  .main_ttl02 {
    width: 100%;
    padding: 26% 12% 10%;
    margin-bottom: 50px;
  }
  .main_ttl02 span {
    font-size: 2.2rem;
    padding: 10px 0 12px;
  }

  .img_chara {
    margin-bottom: 30px;
  }

  .img_rotate div {
    width: 100%;
    float: none;
  }
  .img_rotate div + div {
    margin: 30px 0 0;
  }

  .box {
    margin: 0 0 30px 14px;
  }

  #App {
    margin-top: -75px;
    padding-top: 75px;
  }

  .app_table {
    margin-bottom: 50px;
  }
  .app_table td {
    padding: 15px 10px;
  }
}
