@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
/* ==========================================
html5 elements
========================================== */
article, aside, figure, figcaption, footer, header, nav, section {
  display: block; }

/* ==========================================
reseting
========================================== */
body {
  -webkit-text-size-adjust: 100%;
  /* ゴシックフォント */
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  /* 明朝フォント
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, serif; */
  font-weight: 400; }

input, textarea, select, button {
  /* ゴシックフォント */
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  /* 明朝フォント
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, serif; */
  font-weight: 400; }

body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td, button, figure, figcaption {
  margin: 0;
  padding: 0; }

input, textarea {
  margin: 0;
  font-size: 100%; }

textarea {
  resize: none; }

button {
  background: none;
  color: inherit;
  font-size: 100%;
  vertical-align: top;
  border: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none; }

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer; }

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none; }

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px; }

label {
  cursor: pointer; }

table {
  font-size: 100%;
  border-spacing: 0;
  border-collapse: collapse; }

fieldset {
  border: 0; }

img {
  width: 100%;
  height: auto;
  vertical-align: top;
  border: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden; }

address, caption, code, em, th {
  font-style: normal;
  font-weight: 400; }

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6, strong, em {
  font-size: 100%;
  font-weight: 400; }

a, input {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

a, input::-moz-focus-inner, button::-moz-focus-inner {
  border: 0; }

sup, sub {
  font-size: 63%; }

sup {
  vertical-align: top; }

sub {
  vertical-align: baseline; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* ==========================================
base Link
========================================== */
a {
  text-decoration: none; }

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

/* ==========================================
clearfix
========================================== */
.cf:before, .cf:after {
  content: "";
  display: table; }

/* ==========================================
For IE 6/7
========================================== */
.cf, .wrap {
  *zoom: 1; }

/* ==========================================
layout
========================================== */
html {
  overflow-y: scroll;
  font-size: 62.5%; }

body {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.7; }

@media screen and (min-width: 768px) {
  body {
    font-size: 1.3rem;
    line-height: 1.8; } }
body,
a {
  color: #000000; }

/*# sourceMappingURL=reset.css.map */
