@charset "UTF-8";

/* =====================
  font
===================== */
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: url("/service/useful/banking_app/assets/fonts/NotoSansJP-Regular.otf")
    format("opentype");
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: url("/service/useful/banking_app/assets/fonts/NotoSansJP-Bold.otf")
    format("opentype");
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 900;
  src: url("/service/useful/banking_app/assets/fonts/NotoSansJP-Black.otf")
    format("opentype");
}

@font-face {
  font-family: Oswald;
  font-weight: 700;
  src: url("/service/useful/banking_app/assets/fonts/Oswald-Bold.ttf") format("truetype");
}

/* =====================
  base
===================== */
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  color: #333;
}

@media screen and (width >= 768px), print {
  body {
    overflow-x: hidden;
  }
}

@media print {
  body {
    zoom: 0.5;
    -webkit-print-color-adjust: exact;
  }
}

/* =====================
  reset
===================== */
*,
*::before,
*::after {
  box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

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

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

html {
  font-size: 62.5%;
}

body {
  line-height: 1.5;
  text-size-adjust: 100%;
  text-size-adjust: 100%;
  text-size-adjust: 100%;
  text-size-adjust: 100%;
}

img,
picture {
  max-width: 100%;
  vertical-align: bottom;
}

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

button {
  border: none;
}

button:hover {
  cursor: pointer;
}

/* =====================
  reset
===================== */