.blind,
.hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  box-sizing: border-box;
  box-sizing: border-box;
}

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

img {
  width: 100%;
  max-width: 100%;
  vertical-align: top;
}

ol, ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before, q:after {
  content: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}

textarea {
  resize: none;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

button {
  margin: 0;
  padding: 0;
  border: 0;
  background: 0;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
}

a, a * {
  cursor: pointer;
}

pre {
  white-space: pre-wrap;
}

hr {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

input[type=checkbox],
input[type=radio] {
  opacity: 1;
  width: 13px;
  height: 13px;
  margin: 0;
  cursor: pointer;
}

sup {
  vertical-align: super;
  font-size: 0.5em;
}

a,
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
}

input::-webkit-search-cancel-button {
  display: none;
}

input:-webkit-autofill {
  box-shadow: 0 0 0 1000px white inset;
}

html {
  font-size: 16px;
}

body, button, input, textarea {
  font-family: "notosans", sans-serif;
}

body {
  line-height: 1.2;
}

@font-face {
  font-family: "notosans";
  font-style: normal;
  font-weight: 200;
  src: url(../fonts/notosans/NotoSansJP-Light.woff2) format("woff2"), url(../fonts/notosans/NotoSansJP-Light.woff) format("woff"), url(../fonts/notosans/NotoSansJP-Light.otf) format("opentype");
}
@font-face {
  font-family: "notosans";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/notosans/NotoSansJP-Regular.woff2) format("woff2"), url(../fonts/notosans/NotoSansJP-Regular.woff) format("woff"), url(../fonts/notosans/NotoSansJP-Regular.otf) format("opentype");
}
@font-face {
  font-family: "notosans";
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/notosans/NotoSansJP-Medium.woff2) format("woff2"), url(../fonts/notosans/NotoSansJP-Medium.woff) format("woff"), url(../fonts/notosans/NotoSansJP-Medium.otf) format("opentype");
}
@font-face {
  font-family: "notosans";
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/notosans/NotoSansJP-Bold.woff2) format("woff2"), url(../fonts/notosans/NotoSansJP-Bold.woff) format("woff"), url(../fonts/notosans/NotoSansJP-Bold.otf) format("opentype");
}
.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 10px !important;
}

.mb-2 {
  margin-bottom: 20px !important;
}

.mb-3 {
  margin-bottom: 30px !important;
}

.mb-4 {
  margin-bottom: 40px !important;
}

.mb-5 {
  margin-bottom: 50px !important;
}

.mt-1 {
  margin-top: 10px !important;
}

.mt-2 {
  margin-top: 20px !important;
}

.mt-3 {
  margin-top: 30px !important;
}

.mt-4 {
  margin-top: 40px !important;
}

.mt-5 {
  margin-top: 50px !important;
}

.btn {
  outline: none !important;
}

.col_white {
  color: #fff;
}

.col_green {
  color: #4bbd73;
}

.col_green_dark {
  color: #21610b;
}

.col_red {
  color: #ff6e63;
}

.col_blue {
  color: #6b7aff;
}

.w_30 {
  width: 30%;
}

.w_40 {
  width: 40%;
}

.w_50 {
  width: 50%;
}

.w_60 {
  width: 60%;
}

.w_70 {
  width: 70%;
}

.w_100 {
  width: 100%;
}

.float_left {
  float: left;
}

.float_right {
  float: right;
}

.float_left::after,
.float_right::after {
  content: "";
  display: block;
  clear: both;
}

.text-light {
  font-size: 12px;
}

.text-normal {
  font-size: 16px;
}

.text-medium {
  font-size: 20px;
}

.text-large {
  font-size: 24px;
}

.text-xlarge {
  font-size: 36px;
}

.fw-bold {
  font-weight: bold;
}

.fw-normal {
  font-weight: normal;
}

.pointer {
  cursor: pointer;
}

::-webkit-input-placeholder {
  color: gray;
}

::-moz-placeholder {
  color: gray;
}

:-ms-input-placeholder {
  color: gray;
}

::-ms-input-placeholder {
  color: gray;
}

::placeholder {
  color: gray;
}

img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 10rem;
}

.a {
  display: inline;
}

.a div {
  display: block;
}

.b {
  border: solid 1px #ff0000;
}