/* ここからカスタマイズ */
html {
  width: 100vw;
  overflow-x: hidden;
}

body {
  width: 100%;
  overflow-x: hidden;
}

.w48 {
  width: 48%;
}

@media screen and (min-width: 768px) {
  .w-md-32 {
    width: 32% !important;
  }
}

.w37vw {
  width: 37vw;
}

.w142vw {
  width: 142vw;
}

@media screen and (min-width: 992px) {
  .w-lg-100 {
    width: 100%;
  }
}

.mw-900px {
  max-width: 980px;
}

.font-zen {
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

.gray {
  color: #484A4D;
}

.blue {
  color: #164B93 !important;
}

.bg-blue {
  background-color: #12478A;
}

.bg-gray {
  background-color: #777777;
}

.bg-orange {
  background-color: #FF9734;
}

.rounded-10px {
  border-radius: 10px;
}

.rounded-20px {
  border-radius: 20px;
}

.rounded-50px {
  border-radius: 50px;
}

@media screen and (min-width: 768px) {
  .border-right {
    border-right: solid 1px #000;
  }
}

.border-bottom-dotted {
  border-bottom: dotted 1px #000;
}

.top--11_5vw {
  top: -11.5vw;
}
