@charset "UTF-8";

body,
div,
form,
input,
button,
textarea,
p {
  margin: 0;
  padding: 0;
}

html {
  overflow: auto;
}

body {
  overflow: hidden;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

li {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
}

a img {
  border-style: none;
}

img {
  vertical-align: bottom;
}

button {
  font-size: 1em;
  background-color: transparent;
  border: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

*:focus {
  outline: none;
}

button:hover {
  cursor: pointer;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body::-webkit-scrollbar {
  width: 15px;
}

body::-webkit-scrollbar-thumb {
  background: #333;
}

body::-webkit-scrollbar-track {
  background: #F1F8FF;
}


.center_img {
  margin-left: -400px;
}

.center_img2 {
  margin-left: -450px;
}

.area800 {
  width: 800px;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.area900 {
  width: 900px;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.area1600 {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.area1800 {
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
}

.op0 {
  opacity: 0;
}

.c {
  text-align: center !important;
}

.cm {
  margin-left: auto;
  margin-right: auto;
}

.mt10p {
  margin-top: 10px;
}

.mt20p {
  margin-top: 20px;
}

.mt30p {
  margin-top: 30px;
}

.mt40p {
  margin-top: 40px;
}

.mt50p {
  margin-top: 50px;
}

.mt60p {
  margin-top: 60px;
}

.mt70p {
  margin-top: 70px;
}

.mt80p {
  margin-top: 80px;
}

.mt90p {
  margin-top: 90px;
}

.mt100p {
  margin-top: 100px;
}

.mt200p {
  margin-top: 200px;
}

.mt500p {
  margin-top: 500px;
}

.mt1000p {
  margin-top: 1000px;
}

.pt10p {
  padding-top: 10px;
}

.pt20p {
  padding-top: 20px;
}

.pt30p {
  padding-top: 30px;
}

.pt40p {
  padding-top: 40px;
}

.pt50p {
  padding-top: 50px;
}

.pt60p {
  padding-top: 60px;
}

.pt70p {
  padding-top: 70px;
}

.pt80p {
  padding-top: 80px;
}

.pt90p {
  padding-top: 90px;
}

.pt100p {
  padding-top: 100px;
}

.pb100p {
  padding-bottom: 100px;
}

.pb200p {
  padding-bottom: 200px;
}

.pb300p {
  padding-bottom: 300px;
}

.visible600 {
  display: none !important;
}

.visible800 {
  display: none !important;
}

.visible900 {
  display: none !important;
}

.relative {
  position: relative;
}

.z1 {
  z-index: +1;
}

.z2 {
  z-index: +2;
}

.z3 {
  z-index: +3;
}

.z99 {
  z-index: +9999;
}

.w100 {
  width: 100%;
}

.w90 {
  width: 90%;
}

.w80 {
  width: 80%;
}

.w70 {
  width: 70%;
}

.w60 {
  width: 60%;
}

.w50 {
  width: 50%;
}

.w40 {
  width: 40%;
}

.w30 {
  width: 30%;
}

.w20 {
  width: 20%;
}

.w10 {
  width: 10%;
}

.inline_b {
  display: inline-block;
}

.pointer {
  cursor: pointer;
}

.span span {
  display: inline-block;
}

.back_white {
  background-color: #fff;
}

.back_green {
  background-color: #005032;
}

/*--------------------------------------------------------
//各種設定
--------------------------------------------------------*/
.title {
  color: #fff;
  font-size: 50px;
  padding: 1.5% 0 2%;
}

.law .lawtext p {
  padding-bottom: 1em;
  font-size: 18px;
}

.modoru {
  font-size: 25px;
  color: #FFBA39;
}

footer {
  text-align: center;
}

.copyright {
  padding: 10px 0;
  text-decoration: none;
}

.copyright {
  font-size: 14px;
  color: #6b6b6b;
}

@media screen and (max-width: 650px) {
  .copyright {
    font-size: 12px;
  }
}


/*--------------------------------------------------------
//レスポンシブ定数
--------------------------------------------------------*/
@media screen and (max-width: 1800px) {
  .area1800 {
    width: 100%;
    margin-left: 0px;
  }
}

@media screen and (max-width: 1600px) {
  .area1600 {
    width: 100%;
    margin-left: 0px;
  }
}

@media screen and (max-width: 900px) {
  .visible900 {
    display: block !important;
  }

  .hidden900 {
    display: none;
  }

  .area900 {
    width: 100%;
  }

  .center_img2 {
    margin-left: 0px;
  }

  .break_900:after {
    content: "\A";
    white-space: pre;
  }
}

@media screen and (max-width: 800px) {
  .visible800 {
    display: block !important;
  }

  .hidden800 {
    display: none;
  }

  .area800 {
    width: 100%;
  }

  .center_img {
    margin-left: 0px;
  }

  .break_800:after {
    content: "\A";
    white-space: pre;
  }
}

@media screen and (max-width: 600px) {
  .visible800 {
    display: block !important;
  }

  .hidden600 {
    display: none;
  }

  .break_600:after {
    content: "\A";
    white-space: pre;
  }

  .mt10p {
    margin-top: 3%;
  }

  .mt20p {
    margin-top: 4%;
  }

  .mt30p {
    margin-top: 5%;
  }

  .mt40p {
    margin-top: 6%;
  }

  .mt50p {
    margin-top: 7%;
  }

  .mt60p {
    margin-top: 8%;
  }

  .mt70p {
    margin-top: 9%;
  }

  .mt80p {
    margin-top: 10%;
  }

  .mt90p {
    margin-top: 11%;
  }

  .mt100p {
    margin-top: 12%;
  }

  .mt200p {
    margin-top: 22%;
  }

  .mt500p {
    margin-top: 52%;
  }

  .mt1000p {
    margin-top: 120%;
  }

  .pt10p {
    padding-top: 3%;
  }

  .pt20p {
    padding-top: 4%;
  }

  .pt30p {
    padding-top: 5%;
  }

  .pt40p {
    padding-top: 6%;
  }

  .pt50p {
    padding-top: 7%;
  }

  .pt60p {
    padding-top: 8%;
  }

  .pt70p {
    padding-top: 9%;
  }

  .pt80p {
    padding-top: 10%;
  }

  .pt90p {
    padding-top: 11%;
  }

  .pt100p {
    padding-top: 12%;
  }

  .pb100p {
    padding-bottom: 12%;
  }

  .pb200p {
    padding-bottom: 22%;
  }

  .pb300p {
    padding-bottom: 32%;
  }
}


/*--------------------------------------------------------
レスポンシブ各種設定
--------------------------------------------------------*/
@media screen and (max-width: 800px) {
  body {
    min-width: 100%;
  }

  img {
    max-width: 100%;
    height: auto;
  }
  
  .title {
    font-size: 35px;
  }
}

@media screen and (max-width: 600px) {
  .law .lawtext p {
    font-size: 16px;
  }

  .title {
    font-size: 30px;
  }

  .modoru {
    font-size: 22px;
  }
}

@media screen and (max-width: 500px) {
  .title {
    font-size: 25px;
  }

  .modoru {
    font-size: 20px;
  }
}

@media screen and (max-width: 450px) {
  .law .lawtext p {
    font-size: 15px;
  }
}

@media screen and (max-width: 350px) {
  .title {
    font-size: 22px;
  }

  .modoru {
    font-size: 17px;
  }
}