@charset "UTF-8";
/*
$mq-breakpoints: (
  'xsmall-2': 320px,
  'xsmall': 375px,
  'small' : 600px,
  'medium': 768px,
  'medium-2': 960px,
  'large' : 1000px,
  'large-2' : 1200px,
  'large-3' : 1650px
);
*/
/*
$breakpoints: (
  'xs': (min-width: 0),
  'sm': (min-width: 576px),
  'md': (min-width: 768px),
  'lg': (min-width: 992px),
  'xl': (min-width: 1200px),
  'xxl': (min-width: 1400px)
) !default;

*/
html {
  font-size: 100%;
}
@media screen and (max-width: 376px) {
  html {
    font-size: 4.2553191489vw;
  }
}
body {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

[v-cloak] {
  visibility: hidden;
}

/*****************************/
body {
  color: #333;
}

header {
  position: relative;
  width: 37.5rem;
  max-width: 100%;
  margin: 0 auto 0;
  padding: 0.625rem 0;
  text-align: center;
  background-color: antiquewhite;
}
header > a {
  position: absolute;
  left: 0.625rem;
  top: 50%;
  text-shadow: 0.0625rem 0.0625rem 0.0625rem #888;
  transform: translateY(-50%);
}

#form {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 37.5rem;
  max-width: 100%;
  min-height: 9.375rem;
  margin: 0.625rem auto 0;
}
#form > section {
  padding: 1.25rem 0.9375rem 1.5625rem;
  background-color: #f8f8f8;
  border: solid 1px #888;
  box-shadow: 0.125rem 0.125rem 0.0625rem #888;
  width: 100%;
}
#form > section a, #form > section input, #form > section button {
  background-color: #FFF;
}
#form > section a, #form > section input {
  text-align: left;
}
#form > section a, #form > section input:not([type=file]) {
  display: inline-block;
  padding: 0.3125rem;
  border: solid 1px #888;
  outline: 0;
  box-shadow: 0.125rem 0.125rem 0.0625rem #888;
}
#form > section button, #form > section input[type=file] {
  display: inline-block;
  padding: 0.3125rem;
  border: solid 1px #888;
  outline: 0;
  box-shadow: 0.125rem 0.125rem 0.0625rem #888;
}
#form > section label {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 1.875rem;
}
#form > section label input {
  width: 100%;
}
#form > section label aside {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.75rem;
  transform: translate(0.3125rem, calc(-100% - 0.3125rem));
}
#form > section label.file {
  display: inline-block;
  padding: 0.3125rem 0.625rem;
  border: solid 1px #888;
  outline: 0;
  box-shadow: 0.125rem 0.125rem 0.0625rem #888;
  cursor: pointer;
}
#form > section label.file::after {
  content: "+";
  font-size: 1rem;
  padding-left: 0.625rem;
}
#form > section label.file input[type=file] {
  display: none;
}
#form > section .buttons {
  margin-top: 1.875rem;
  text-align: center;
}
#form > section .buttons button {
  display: inline-block;
  padding: 0.625rem 1.875rem;
  margin: 0 0.625rem;
}/*# sourceMappingURL=style.css.map */