@charset "utf-8";

* {
  box-sizing: border-box
}

a[href^="tel:"] {
  cursor: default
}

html {
  line-height: 1.8;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-display: swap;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS PGothic", sans-serif;
  font-size: 62.5%;
  margin: 0;
  padding: 0;
  color: #222;
  font-feature-settings: "palt";
  -webkit-overflow-scrolling: touch;
  height: 100%
}

body {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  vertical-align: top;
  font-feature-settings: "palt";
  height: 100%;
  word-break: break-all
}

h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
nav {
  margin: 0;
  padding: 0;
  vertical-align: top;
  width: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1;
  letter-spacing: .01em
}

p {
  line-height: 2
}

article,
aside,
footer,
header,
section {
  display: block;
  width: 100%
}

figcaption,
figure,
main {
  display: block;
  overflow-x: hidden
}

figure {
  margin: 0
}

hr {
  width: 100%;
  height: 1px;
  background: #9d9d9d;
  box-shadow: none;
  border: none;
  border-radius: 0;
  margin: 0
}

pre {
  font-family: monospace, monospace;
  font-size: 1em
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  text-decoration: none;
  border: 0;
  color: #000
}

a:hover,
#formbtn:hover {
  opacity: .9;
  transition-property: all;
  transition: 0.3s linear;
  cursor: pointer
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: inherit
}

b,
strong {
  font-weight: bolder
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

dfn {
  font-style: italic
}

mark {
  background-color: #000;
  color: #fff
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

audio,
video {
  display: inline-block
}

audio:not([controls]) {
  display: none;
  height: 0
}

img {
  vertical-align: bottom;
  border: none;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  object-fit: cover
}

svg:not(:root) {
  overflow: hidden
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

iframe {
  border: none
}

button,
input,
optgroup,
select,
textarea {
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  width: 100%;
  padding: 2px 4px;
  border: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 2px 4px;
  ;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  width: 100%
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText
}

*:focus {
  outline: 0
}

fieldset {
  padding: .35em .75em .625em
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  display: inline-block;
  vertical-align: baseline
}

textarea {
  overflow: auto
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  width: auto
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

details,
menu {
  display: block
}

summary {
  display: list-item
}

canvas {
  display: inline-block
}

template {
  display: none
}

ul,
li,
ol,
dl,
dt,
dd {
  width: 100%;
  list-style: none;
  vertical-align: top;
  margin: 0;
  padding: 0
}

[hidden] {
  display: none
}