@media screen and (max-width: 1024px) {
  .wrapper {
    width: 80%;
  }
}

@media screen and (max-width: 695px) {
  h3 {
    font-size: 30px;
  }
  h4 {
    font-size: 25px;
  }
  h5 {
    font-size: 14px;
  }
  a,
  p {
    font-size: 13px;
  }

  .about-table th,
  td {
    font-size: 13px;
  }
  .wrapper {
    width: 90%;
  }

  .pc-menu {
    display: none;
  }

  .sp-menu {
    margin: 0 auto;
    position: absolute;
    top: 60px;
    width: 100%;
    background-color: rgba(0, 0, 0);
    left: 0;
  }

  .sp-menu ul li {
    margin: 0 auto;
    text-align: center;
  }

  .toggle {
    display: block;
    width: 35px;
    height: 30px;
    position: relative;
    top: 18px;
    z-index: 2;
    float: right;
  }

  .toggle:hover {
    cursor: pointer;
  }

  .toggle span {
    display: block;
    height: 3px;
    background-color: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }

  .toggle span:nth-child(1) {
    top: 0;
  }

  .toggle span:nth-child(2) {
    top: 12px;
  }

  .toggle span:nth-child(3) {
    top: 24px;
  }

  .top-img {
    height: 350px;
  }

  .top-text {
    transform: translate(-50%, -40%);
  }

  .news-list {
    width: 100%;
  }
}
@media screen and (max-width: 365px) {
  .tab-label {
    font-size: 60%;
  }
}
@media screen and (min-width: 660px) {
  .tab-label {
    font-size: 100%;
  }
}

@media screen and (max-width: 385px) {
  .header_logo a {
    width: 80%;
  }
}
