/* CSS Document */
.top {
  padding-top: 60px; }

.intro, .gameLink, .staff, .spec {
  border-bottom: none; }

.contact {
  border-color: #007aff; }

.intro::before, .campLink::before, .gameLink::before, .spec::before, .contact::before {
  content: url(../imgHtml/common/blue.png);
  display: block;
  position: absolute;
  top: -12px;
  left: 0; }

.castLogo {
  bottom: 320px; }

.flexBox {
  display: flex; }
  .flexBox .inner {
    width: 50%;
    display: block; }
    .flexBox .inner table {
      width: 95%;
      margin: 0 auto;
      display: flex;
      justify-content: space-between; }
      .flexBox .inner table tr {
        width: 100%; }
      .flexBox .inner table td + td {
        padding-left: 20px; }
  .flexBox .inner:nth-child(2) table {
    width: 50%; }

.staff .inner + .inner {
  padding-left: 0; }

.campLink {
  padding: 30px 60px 60px;
  position: relative; }
  .campLink h2 {
    font-size: 1.5em;
    text-align: center;
    margin-bottom: 30px; }
  .campLink .campTop {
    margin-bottom: 30px; }
  .campLink p .mini {
    margin-top: 20px;
    display: block;
    font-size: 0.6em;
    margin-bottom: 30px; }
  .campLink .numImg {
    margin-bottom: 20px; }

@media screen and (max-width: 768px) {
  html body article {
    overflow-x: hidden; }

  .top {
    padding-top: 130px; }

  .staff_block {
    width: 90%;
    margin: 0 auto; }

  .flexBox .inner:nth-child(2) table {
    width: 60%; }

  .intro::before, .campLink::before, .staff::before, .gameLink::before, .spec::before, .contact::before {
    content: url("../imgHtml/common/blue_ipad.png"); }

  .intro p {
    text-align: justify; }

  .campLink p {
    text-align: justify; } }
a.anchor {
  pointer-events: none; }

@media screen and (max-width: 640px) {
  .intro::before, .campLink::before, .staff::before, .gameLink::before, .spec::before, .contact::before {
    content: url("../imgHtml/common/blue_sp.png"); }

  .staff .flexBox {
    display: block; }
    .staff .flexBox .inner {
      width: 100%; }
      .staff .flexBox .inner table {
        width: 100%; }
        .staff .flexBox .inner table tbody {
          width: 100%; }
          .staff .flexBox .inner table tbody tr {
            margin: 0 auto;
            display: block; }
            .staff .flexBox .inner table tbody tr td {
              width: 45%; }
    .staff .flexBox .inner + .inner {
      padding-bottom: 80px; } }
