@charset "UTF-8";
/* ■■ width1800 ■■ */

@media screen and (max-width: 1801px) {
  .visible1800 {
    display: block;
    margin: auto;
  }
  .hidden1800 {
    display: none;
  }

  .contents1800 {
    width: 100%;
    margin-left: 0px;
  }
}

@media screen and (max-width: 801px) {
  .visible800 {
    display: block;
    margin: auto;
  }
  .hidden800 {
    display: none;
  }
  .sp_l {
    text-align: left;
  }
  .contents {
    width: 90%;
  }
  .img_center {
    margin-left: 0px;
  }
  body {
    min-width: 100%;
  }
  /*画像関係*/
  img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  #top {
    width: 100%;
    height: auto;
  }
  #top img {
    width: auto;
  }
  .copyright,
  .copyright a {
    font-size: 12px;
  }
  .lawtext h2 {
    font-size: 3vw;
  }
  .lawtext p {
    font-size: 2.5vw;
  }
  .btnback {
    width: 50%;
  }
  .padding100p {
    padding-top: 10%;
  }
}

@media screen and (max-width: 601px) {
  .sp_l {
    text-align: left !important;
  }
  .visible600 {
    display: block;
    margin: auto;
  }
  .hidden600 {
    display: none;
  }
  .text.c {
    text-align: left;
  }
  .sp_c {
    text-align: center !important;
  }
  .sp600_w90 {
    width: 90%;
  }
  .copyright {
    padding: 12px 0;
  }
}

@media screen and (max-width: 532px) {
  .hidden530 {
    visibility: hidden;
  }
}

@media screen and (max-width: 401px) {
  .visible400 {
    display: block;
    margin: auto;
  }
  .hidden400 {
    display: none;
  }
  .back_text {
    bottom: 1.5%;
  }
  .copyright,
  .copyright a {
    font-size: 10px;
  }
}

@media screen and (max-width: 321px) {
  .visible320 {
    display: block;
    margin: auto;
  }
  .hidden320 {
    display: none;
  }
}
