@charset "UTF-8";

body,
div,
ul,
li,
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: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  color: #000;
}

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

input {
  padding: 0;
  margin: 0;
}

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: #0a2b59;
}

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

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

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

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

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

.op0 {
  opacity: 0;
}

/*--------------------------------------------------------
定数
--------------------------------------------------------*/

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

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

.b {
  font-weight: bold;
}

.visible1000 {
  display: none !important;
}

.mt50p {
  margin-top: 50px;
}

.mt100p {
  margin-top: 100px;
}

.mt300p {
  margin-top: 300px;
}

.pt100p {
  padding-top: 100px;
}

.pb100p {
  padding-bottom: 100px;
}

.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%;
}

.w75 {
  width: 75%;
}

.w70 {
  width: 70%;
}

.w60 {
  width: 60%;
}

.w50 {
  width: 50%;
}

.span span {
  display: inline-block;
}

.justify {
  text-align: justify;
  text-justify: inter-ideograph;
}

.pointer_evNone {
  pointer-events: none;
}

.pointer {
  cursor: pointer;
}
.picture {
  display: flex;
  justify-content: center;
}

/*--------------------------------------------------------
定数 ※個別設定
--------------------------------------------------------*/
.back_white {
  background-color: #fff;
}

.white {
  color: #fff;
}

/*--------------------------------------------------------
フッター
--------------------------------------------------------*/
footer {
  text-align: center;
  width: 100%;
}

.copyright {
  padding: 10px 0;
  text-decoration: none;
  font-size: 14px;
  color: #0a2b59;
}

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

/*--------------------------------------------------------
各種レイアウト
--------------------------------------------------------*/
.title {
  color: #fff;
  font-size: 48px;
  padding-top: 15px;
  padding-bottom: 25px;
}

.border_t {
  border-top: 10px solid #F592CE;
}


.lawtext p {
  font-size: 20px;
  margin-bottom: 1em;
}

.lawtext span {
  display: block;
}
.mt400p {
  margin-top: 400px;
}
.modoru {
  font-size: 25px;
  color: #333;
}

@media screen and (max-width: 1800px) {
  .container1800 {
    width: 100%;
    margin-left: 0px;
  }
}

@media screen and (max-width: 900px) {
  .visible800 {
    display: block;
  }

  .hidden800 {
    display: none;
  }

  .container900 {
    width: 100%;
  }

  .img_center {
    margin-left: 0px;
  }

  body {
    min-width: 100%;
  }

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

  .mt50p {
    margin-top: 7%;
  }

  .mt100p {
    margin-top: 12%;
  }

  .mt300p {
    margin-top: 32%;
  }
  .mt400p {
    margin-top: 42%;
  }

  .pt100p {
    padding-top: 12%;
  }

  .pb100p {
    padding-bottom: 12%;
  }

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

  .visible800 {
    display: block;
  }

  .hidden800 {
    display: none;
  }

  .title {
    padding-top: 10px;
    padding-bottom: 15px;
  }

  .lawtext p {
    font-size: 18px;
  }

  .border_t {
    border-top: 1.2vw solid #D1C2A1;
  }

  .border_b {
    border-bottom: 1.2vw solid #D1C2A1;
  }


}

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

  .title {
    font-size: 35px;
  }
  .modoru {
    font-size: 22px;
  }
}

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