@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1+Code:wght@700&family=M+PLUS+2:wght@500&family=Roboto:wght@400;700&family=Send+Flowers:wght@400&family=Noto+Sans+JP:wght@400&family=Rounded+Mplus+1c:wght@700&display=swap"); /* RobotoとM PLUS 1 CodeをGooglefontsから導入 */
/* ブラウザ間差異をなくすresetCSS https://meyerweb.com/eric/tools/css/reset/ */
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-family:
    -apple-system,
    BlinkMacSystemFont,
    Helvetica Neue,
    Segoe UI,
    Hiragino Kaku Gothic ProN,
    Hiragino Sans,
    ヒラギノ角ゴ ProN W3,
    Arial,
    メイリオ,
    Meiryo,
    sans-serif;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  overflow: hidden;
}
body {
  line-height: 1;
  height: 100vh;
  max-height: 100svh;
  overflow-y: auto;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* resetCSSここまで */
a {
  text-decoration: none;
}
li {
  list-style-position: inside;
}
* {
  box-sizing: border-box;
}
*:before {
  box-sizing: border-box;
}
*:after {
  box-sizing: border-box;
}
* {
  outline: none;
  box-sizing: border-box;
  text-decoration: none;
}
*:hover {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: none;
}
*:focus {
  outline: none;
}
input {
  -webkit-appearance: none;
}
.document {
  color: #504e4b;
  padding: 20px 0;
}
/* default classname of overlay in reactmodal*/
.ReactModal__Overlay {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
}
textarea {
  outline: none;
  -webkit-appearance: none;
}
.messageArea {
  height: 36px;
}
