@charset "UTF-8";
/*--------------------------------------------------------
定数
--------------------------------------------------------*/

@media screen and (max-width: 1801px) {
  .visible1800 {
    display: block;
  }
  .hidden1800 {
    display: none;
  }
  .contents1800 {
    width: 100%;
    margin-left: 0px;
  }
}

@media screen and (max-width: 901px) {
  .visible900 {
    display: block;
  }
  .hidden900 {
    display: none;
  }
  .contents {
    width: 100%;
  }
  .img_center {
    margin-left: 0px;
  }
  body {
    min-width: 100%;
  }
  img {
    /*width:100%;*/
    max-width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 751px) {
  .visible750 {
    display: block;
  }
  .hidden750 {
    display: none;
  }
}

@media screen and (max-width: 701px) {
}

@media screen and (max-width: 601px) {
  .visible600 {
    display: block;
  }
  .hidden600 {
    display: none;
  }
}

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

@media screen and (max-width: 401px) {
  .visible400 {
    display: block;
  }
  .hidden400 {
    display: none;
  }
}

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

/*--------------------------------------------------------
サイト毎に変化のある定数
--------------------------------------------------------*/

/*--------------------------------------------------------
各種レイアウト
--------------------------------------------------------*/

/*フォント*/

@media screen and (max-width: 1801px) {
}

@media screen and (max-width: 1301px) {
}

@media screen and (max-width: 901px) {
  .copyright,
  .copyright a {
    font-size: 14px;
  }
}

@media screen and (max-width: 751px) {
}

@media screen and (max-width: 701px) {
  .lawtext h2 {
    font-size: 25px;
  }
  .lawtext p {
    font-size: 16px;
  }
  .font35 {
    font-size: 25px;
  }
}

@media screen and (max-width: 651px) {
}

@media screen and (max-width: 601px) {
}

@media screen and (max-width: 540px) {
}

@media screen and (max-width: 501px) {
  .copyright,
  .copyright a {
    font-size: 12px;
  }
}

@media screen and (max-width: 401px) {
  .lawtext h2 {
    font-size: 20px;
  }
  .lawtext p {
    font-size: 14px;
  }
  .font35 {
    font-size: 20px;
  }
}

@media screen and (max-width: 381px) {
}

/*その他レイアウト*/

@media screen and (max-width: 1801px) {
}

@media screen and (max-width: 1301px) {
}

@media screen and (max-width: 901px) {
  .en_p_pp01 {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    width: 900px;
  }
}

@media screen and (max-width: 801px) {
}

@media screen and (max-width: 751px) {
}

@media screen and (max-width: 701px) {
}

@media screen and (max-width: 601px) {
}

@media screen and (max-width: 501px) {
  .en_p_pp01 {
    width: 600px;
  }
  .top {
    height: 35px;
  }
  #wrapper {
    padding-top: 35px;
  }
}

@media screen and (max-width: 451px) {
}

@media screen and (max-width: 401px) {
}

@media screen and (max-width: 345px) {
}

/*--------------------------------------------------------
各種レイアウト
--------------------------------------------------------*/
