@charset "UTF-8";

body,
div,
h2,
form,
input,
button,
textarea,
p {
  margin: 0;
  padding: 0;
}

html {
  overflow: auto;
  user-select: none;
  /* CSS3 */
  -moz-user-select: none;
  /* Firefox */
  -webkit-user-select: none;
  /* Safari、Chromeなど */
  -ms-user-select: none;
  /* IE10かららしい */
}

body {
  overflow: hidden;
  font-size: 1em;
  font-size: 16px;
  line-height: 1.5;
  font-family: 'Noto Sans JP', sans-serif;
  color: #000000;
  font-weight: 500;
}

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 {
  background-color: transparent;
  border: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

textarea {
  resize: vertical;
}

button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none;
}

button:hover {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.container900 {
  width: 900px;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.container1800 {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.center_img {
  margin-left: -400px;
}

.c {
  text-align: center !important;
}

.text_auto {
  margin-left: auto;
  margin-right: auto;
}

.back_white {
  background-color: #fff;
}


.dots {
  background-color: #ffffff;
  background-image: radial-gradient(circle, #f0f0f0 2px, transparent 2px), radial-gradient(circle, #f0f0f0 2px, transparent 2px);
  background-position: 0 0, 9px 18px;
  background-size: 18px 36px;
}

.w90 {
  width: 90%;
}

.mt50p {
  margin-top: 50px;
}

.mt100p {
  margin-top: 100px;
}

.pt100p {
  padding-top: 100px;
}

.pb200p {
  padding-bottom: 200px;
}

.title {
  color: #1a1a1a;
  font-size: 50px;
  padding: 1.5% 0 2%;
}

.law .lawtext p {
  padding-bottom: 1em;
  font-size: 18px;
}

.span span {
  display: inline-block;
}

body::-webkit-scrollbar {
  width: 15px;
}

body::-webkit-scrollbar-thumb {
  background: #f7e301;
}

body::-webkit-scrollbar-track {
  background: #f1f8ff;
}

.modoru {
  font-size: 25px;
  color: #333;
}

footer {
  text-align: center;
}

.copyright {
  padding: 10px 0;
  text-decoration: none;
}

.copyright {
  font-size: 14px;
  color: #1a1a1a;
}

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


/*--------------------------------------------------------
//各種レイアウト
--------------------------------------------------------*/
@media screen and (max-width: 1800px) {
  .container1800 {
    width: 100%;
    margin-left: 0px;
  }
}

@media screen and (max-width: 900px) {
  .container900 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .center_img {
    margin-left: 0px;
  }

  body {
    min-width: 100%;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  .title {
    font-size: 35px;
  }

}

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

  .break_600:after {
    content: "\A";
    white-space: pre;
  }

  .law .lawtext p {
    font-size: 16px;
  }

  .title {
    font-size: 30px;
  }

  .modoru {
    font-size: 22px;
  }

  .mt50p {
    margin-top: 7%;
  }

  .mt100p {
    margin-top: 12%;
  }

  .pt100p {
    padding-top: 12%;
  }

  .pb200p {
    padding-bottom: 22%;
  }
}

@media screen and (max-width: 500px) {
  .title {
    font-size: 25px;
  }

  .modoru {
    font-size: 20px;
  }
    span.pipe {
    display: block;   /* ブロックにして改行 */
    width: 100%;      /* 横幅いっぱい */
    height: 0;        /* 中身がなくなるので高さは実質ゼロ */
    overflow: hidden; /* 念のため */
  }
  span.pipe::before {
    content: "";      /* 文字は表示しない */
  }
}

@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;
  }
}