﻿@charset "UTF-8";
@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:var(--oneline-medium-font-weight),var(--label-medium-font-weight),var(--title-small-font-weight),700,var(--body-medium-font-weight),var(--label-small-font-weight),var(--title-medium-font-weight),var(--body-small-font-weight),400,500");
* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}
html,
body {
  margin: 0px;
  height: 100%;
  font-family: "Noto Sans JP", "Noto Sans","Hiragino Sans","Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
/* a blue color as a generic focus style */
button:focus-visible {
  outline: 2px solid #4a90e2 !important;
  outline: -webkit-focus-ring-color auto 5px !important;
}
a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
.no-drag a,
.no-drag img {
  -webkit-user-drag: none;
}
