@charset "UTF-8";

/*--------------------------------------------------------
Reset
--------------------------------------------------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  overflow: auto;
}

body {
  overflow: hidden;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}

body,
h1,
h2,
h3,
h4,
h5,
p,
figure,
blockquote,
ul,
ol,
dl,
dd {
  margin: 0;
}

ul,
ol {
  list-style: none;
  padding-left: 0;
}

h1,
h2,
h3,
h4,
h5 {
  font-size: 100%;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

input,
button,
textarea,
select {
  font: inherit;
}

li {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
}

/*a img:hover { opacity: 0.9; -moz-opacity: 0.9;}*/
a img {
  border-style: none;
}

img {
  vertical-align: bottom;
  /* 一番上の画像だけ注意。隙間が空く可能性あり */
  line-height: 0 !important;
  /* display:block; */
}

button {
  background-color: transparent;
  border: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

button:focus {
  outline: none;
}

button:hover {
  cursor: pointer;
}

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

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

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

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

/*--------------------------------------------------------
定数（基本的に、全サイト共通に使えるもの）
--------------------------------------------------------*/
.c {
  text-align: center !important;
}

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

/*重なりの優先度*/
.relative {
  position: relative;
}

.z0 {
  z-index: 0;
}

.z1 {
  z-index: 1;
}

.z2 {
  z-index: 2;
}

.z3 {
  z-index: 3;
}

/*横幅*/
.w100 {
  width: 100%;
}

.pointer {
  cursor: pointer;
}

/*--------------------------------------------------------
サイト毎に変化のある定数
--------------------------------------------------------*/
.fullscreen {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

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

.contents1800 {
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
}

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

.none {
  display: none;
}
/*--------------------------------------------------------
色設定
--------------------------------------------------------*/
.white {
  color: #fff;
}

/*--------------------------------------------------------
↓↓↓ 各種レイアウト ↓↓↓
--------------------------------------------------------*/
footer {
  color: #fff;
  background-color: #2594EA;
}

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

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

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

  .copyright {
    font-size: 12px;
  }

}
/*--------------------------------------------------------
↑↑↑ 各種レイアウト ↑↑↑
--------------------------------------------------------*/
.vbnm_02 {
  position: absolute;
  bottom: 3%;
  left: 50%;
  transform: translate(-50%);

}

.Q1 {
  position: absolute;
  top: 17%;
  left: 50%;
  transform: translate(-50%);
}

.Q2 {
  position: absolute;
  top: 42.5%;
  left: 50%;
  transform: translate(-50%);
}

.Q3 {
  position: absolute;
  top: 67.5%;
  left: 50%;
  transform: translate(-50%);
}

.vbnm_07 {
  position: absolute;
  top: 86%;
  left: 50%;
  transform: translate(-50%);
}

.vbnm_08 {
  position: absolute;
  bottom: 3%;
  left: 50%;
  transform: translate(-50%);
}

.vbnm_10 {
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%);
}
