@charset "UTF-8";
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100; }

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200; }

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300; }

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400; }

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold; }

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100; }

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200; }

html {
  box-sizing: border-box; }
  html *, html *::after, html *::before {
    box-sizing: inherit; }

body {
  height: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-family: "-apple-system", "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
  font-weight: normal;
  color: #000000;
  /*特定の画面サイズのみにスタイルを適用したい時に使用する*/ }
  @media print {
    body {
      min-width: 1040px; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0; }

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }

ol,
dl {
  margin-top: 0;
  margin-bottom: 0; }

dd {
  margin-left: 0; }

address,
em {
  font-style: normal; }

hr {
  width: 100%;
  height: 1px;
  border: none;
  background-color: #f2f2f2; }

figure {
  margin: 0; }

img {
  max-width: 100%;
  vertical-align: bottom; }

svg {
  max-width: 100%; }

a {
  transition: 0.15s ease;
  text-decoration: none; }

area:focus {
  outline: none; }

.contents__inner {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 960px; }
  @media screen and (max-width: 768px) {
    .contents__inner {
      padding-right: 8px;
      padding-left: 8px; } }

.list__container {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea,
.form__select__container,
.form__file__container {
  display: inline-block;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #DDD;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  vertical-align: middle;
  line-height: 1;
  font-size: 1rem; }
  input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover,
  .form__select__container:hover,
  .form__file__container:hover {
    border-color: #c4c4c4; }
  input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus,
  .form__select__container:focus,
  .form__file__container:focus {
    border-color: #477DCA;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px #3770c0;
    outline: none; }
  input[type="color"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="email"]:disabled, input[type="month"]:disabled, input[type="number"]:disabled, input[type="password"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="text"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="week"]:disabled, input:not([type]):disabled, textarea:disabled,
  .form__select__container:disabled,
  .form__file__container:disabled {
    background-color: shade(rgba(0, 0, 0, 0.06), 5%);
    cursor: not-allowed; }
    input[type="color"]:disabled:hover, input[type="date"]:disabled:hover, input[type="datetime"]:disabled:hover, input[type="datetime-local"]:disabled:hover, input[type="email"]:disabled:hover, input[type="month"]:disabled:hover, input[type="number"]:disabled:hover, input[type="password"]:disabled:hover, input[type="search"]:disabled:hover, input[type="tel"]:disabled:hover, input[type="text"]:disabled:hover, input[type="time"]:disabled:hover, input[type="url"]:disabled:hover, input[type="week"]:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover,
    .form__select__container:disabled:hover,
    .form__file__container:disabled:hover {
      border: rgba(0, 0, 0, 0.06); }
  input[type="color"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="datetime"]::-webkit-input-placeholder, input[type="datetime-local"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="month"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="time"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="week"]::-webkit-input-placeholder, input:not([type])::-webkit-input-placeholder, textarea::-webkit-input-placeholder,
  .form__select__container::-webkit-input-placeholder,
  .form__file__container::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.04); }
  input[type="color"]::placeholder, input[type="date"]::placeholder, input[type="datetime"]::placeholder, input[type="datetime-local"]::placeholder, input[type="email"]::placeholder, input[type="month"]::placeholder, input[type="number"]::placeholder, input[type="password"]::placeholder, input[type="search"]::placeholder, input[type="tel"]::placeholder, input[type="text"]::placeholder, input[type="time"]::placeholder, input[type="url"]::placeholder, input[type="week"]::placeholder, input:not([type])::placeholder, textarea::placeholder,
  .form__select__container::placeholder,
  .form__file__container::placeholder {
    color: rgba(0, 0, 0, 0.04); }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea {
  width: 100%;
  padding: 8px; }
  input[type="color"].m--maxWidth1, input[type="date"].m--maxWidth1, input[type="datetime"].m--maxWidth1, input[type="datetime-local"].m--maxWidth1, input[type="email"].m--maxWidth1, input[type="month"].m--maxWidth1, input[type="number"].m--maxWidth1, input[type="password"].m--maxWidth1, input[type="search"].m--maxWidth1, input[type="tel"].m--maxWidth1, input[type="text"].m--maxWidth1, input[type="time"].m--maxWidth1, input[type="url"].m--maxWidth1, input[type="week"].m--maxWidth1, input:not([type]).m--maxWidth1, textarea.m--maxWidth1 {
    max-width: 1em; }
  input[type="color"].m--maxWidth2, input[type="date"].m--maxWidth2, input[type="datetime"].m--maxWidth2, input[type="datetime-local"].m--maxWidth2, input[type="email"].m--maxWidth2, input[type="month"].m--maxWidth2, input[type="number"].m--maxWidth2, input[type="password"].m--maxWidth2, input[type="search"].m--maxWidth2, input[type="tel"].m--maxWidth2, input[type="text"].m--maxWidth2, input[type="time"].m--maxWidth2, input[type="url"].m--maxWidth2, input[type="week"].m--maxWidth2, input:not([type]).m--maxWidth2, textarea.m--maxWidth2 {
    max-width: 2em; }
  input[type="color"].m--maxWidth3, input[type="date"].m--maxWidth3, input[type="datetime"].m--maxWidth3, input[type="datetime-local"].m--maxWidth3, input[type="email"].m--maxWidth3, input[type="month"].m--maxWidth3, input[type="number"].m--maxWidth3, input[type="password"].m--maxWidth3, input[type="search"].m--maxWidth3, input[type="tel"].m--maxWidth3, input[type="text"].m--maxWidth3, input[type="time"].m--maxWidth3, input[type="url"].m--maxWidth3, input[type="week"].m--maxWidth3, input:not([type]).m--maxWidth3, textarea.m--maxWidth3 {
    max-width: 3em; }
  input[type="color"].m--maxWidth4, input[type="date"].m--maxWidth4, input[type="datetime"].m--maxWidth4, input[type="datetime-local"].m--maxWidth4, input[type="email"].m--maxWidth4, input[type="month"].m--maxWidth4, input[type="number"].m--maxWidth4, input[type="password"].m--maxWidth4, input[type="search"].m--maxWidth4, input[type="tel"].m--maxWidth4, input[type="text"].m--maxWidth4, input[type="time"].m--maxWidth4, input[type="url"].m--maxWidth4, input[type="week"].m--maxWidth4, input:not([type]).m--maxWidth4, textarea.m--maxWidth4 {
    max-width: 4em; }
  input[type="color"].m--maxWidth5, input[type="date"].m--maxWidth5, input[type="datetime"].m--maxWidth5, input[type="datetime-local"].m--maxWidth5, input[type="email"].m--maxWidth5, input[type="month"].m--maxWidth5, input[type="number"].m--maxWidth5, input[type="password"].m--maxWidth5, input[type="search"].m--maxWidth5, input[type="tel"].m--maxWidth5, input[type="text"].m--maxWidth5, input[type="time"].m--maxWidth5, input[type="url"].m--maxWidth5, input[type="week"].m--maxWidth5, input:not([type]).m--maxWidth5, textarea.m--maxWidth5 {
    max-width: 5em; }
  input[type="color"].m--maxWidth6, input[type="date"].m--maxWidth6, input[type="datetime"].m--maxWidth6, input[type="datetime-local"].m--maxWidth6, input[type="email"].m--maxWidth6, input[type="month"].m--maxWidth6, input[type="number"].m--maxWidth6, input[type="password"].m--maxWidth6, input[type="search"].m--maxWidth6, input[type="tel"].m--maxWidth6, input[type="text"].m--maxWidth6, input[type="time"].m--maxWidth6, input[type="url"].m--maxWidth6, input[type="week"].m--maxWidth6, input:not([type]).m--maxWidth6, textarea.m--maxWidth6 {
    max-width: 6em; }
  input[type="color"].m--maxWidth7, input[type="date"].m--maxWidth7, input[type="datetime"].m--maxWidth7, input[type="datetime-local"].m--maxWidth7, input[type="email"].m--maxWidth7, input[type="month"].m--maxWidth7, input[type="number"].m--maxWidth7, input[type="password"].m--maxWidth7, input[type="search"].m--maxWidth7, input[type="tel"].m--maxWidth7, input[type="text"].m--maxWidth7, input[type="time"].m--maxWidth7, input[type="url"].m--maxWidth7, input[type="week"].m--maxWidth7, input:not([type]).m--maxWidth7, textarea.m--maxWidth7 {
    max-width: 7em; }
  input[type="color"].m--maxWidth8, input[type="date"].m--maxWidth8, input[type="datetime"].m--maxWidth8, input[type="datetime-local"].m--maxWidth8, input[type="email"].m--maxWidth8, input[type="month"].m--maxWidth8, input[type="number"].m--maxWidth8, input[type="password"].m--maxWidth8, input[type="search"].m--maxWidth8, input[type="tel"].m--maxWidth8, input[type="text"].m--maxWidth8, input[type="time"].m--maxWidth8, input[type="url"].m--maxWidth8, input[type="week"].m--maxWidth8, input:not([type]).m--maxWidth8, textarea.m--maxWidth8 {
    max-width: 8em; }
  input[type="color"].m--maxWidth9, input[type="date"].m--maxWidth9, input[type="datetime"].m--maxWidth9, input[type="datetime-local"].m--maxWidth9, input[type="email"].m--maxWidth9, input[type="month"].m--maxWidth9, input[type="number"].m--maxWidth9, input[type="password"].m--maxWidth9, input[type="search"].m--maxWidth9, input[type="tel"].m--maxWidth9, input[type="text"].m--maxWidth9, input[type="time"].m--maxWidth9, input[type="url"].m--maxWidth9, input[type="week"].m--maxWidth9, input:not([type]).m--maxWidth9, textarea.m--maxWidth9 {
    max-width: 9em; }
  input[type="color"].m--maxWidth10, input[type="date"].m--maxWidth10, input[type="datetime"].m--maxWidth10, input[type="datetime-local"].m--maxWidth10, input[type="email"].m--maxWidth10, input[type="month"].m--maxWidth10, input[type="number"].m--maxWidth10, input[type="password"].m--maxWidth10, input[type="search"].m--maxWidth10, input[type="tel"].m--maxWidth10, input[type="text"].m--maxWidth10, input[type="time"].m--maxWidth10, input[type="url"].m--maxWidth10, input[type="week"].m--maxWidth10, input:not([type]).m--maxWidth10, textarea.m--maxWidth10 {
    max-width: 10em; }
  input[type="color"].m--maxWidth11, input[type="date"].m--maxWidth11, input[type="datetime"].m--maxWidth11, input[type="datetime-local"].m--maxWidth11, input[type="email"].m--maxWidth11, input[type="month"].m--maxWidth11, input[type="number"].m--maxWidth11, input[type="password"].m--maxWidth11, input[type="search"].m--maxWidth11, input[type="tel"].m--maxWidth11, input[type="text"].m--maxWidth11, input[type="time"].m--maxWidth11, input[type="url"].m--maxWidth11, input[type="week"].m--maxWidth11, input:not([type]).m--maxWidth11, textarea.m--maxWidth11 {
    max-width: 11em; }
  input[type="color"].m--maxWidth12, input[type="date"].m--maxWidth12, input[type="datetime"].m--maxWidth12, input[type="datetime-local"].m--maxWidth12, input[type="email"].m--maxWidth12, input[type="month"].m--maxWidth12, input[type="number"].m--maxWidth12, input[type="password"].m--maxWidth12, input[type="search"].m--maxWidth12, input[type="tel"].m--maxWidth12, input[type="text"].m--maxWidth12, input[type="time"].m--maxWidth12, input[type="url"].m--maxWidth12, input[type="week"].m--maxWidth12, input:not([type]).m--maxWidth12, textarea.m--maxWidth12 {
    max-width: 12em; }
  input[type="color"].m--maxWidth13, input[type="date"].m--maxWidth13, input[type="datetime"].m--maxWidth13, input[type="datetime-local"].m--maxWidth13, input[type="email"].m--maxWidth13, input[type="month"].m--maxWidth13, input[type="number"].m--maxWidth13, input[type="password"].m--maxWidth13, input[type="search"].m--maxWidth13, input[type="tel"].m--maxWidth13, input[type="text"].m--maxWidth13, input[type="time"].m--maxWidth13, input[type="url"].m--maxWidth13, input[type="week"].m--maxWidth13, input:not([type]).m--maxWidth13, textarea.m--maxWidth13 {
    max-width: 13em; }
  input[type="color"].m--maxWidth14, input[type="date"].m--maxWidth14, input[type="datetime"].m--maxWidth14, input[type="datetime-local"].m--maxWidth14, input[type="email"].m--maxWidth14, input[type="month"].m--maxWidth14, input[type="number"].m--maxWidth14, input[type="password"].m--maxWidth14, input[type="search"].m--maxWidth14, input[type="tel"].m--maxWidth14, input[type="text"].m--maxWidth14, input[type="time"].m--maxWidth14, input[type="url"].m--maxWidth14, input[type="week"].m--maxWidth14, input:not([type]).m--maxWidth14, textarea.m--maxWidth14 {
    max-width: 14em; }
  input[type="color"].m--maxWidth15, input[type="date"].m--maxWidth15, input[type="datetime"].m--maxWidth15, input[type="datetime-local"].m--maxWidth15, input[type="email"].m--maxWidth15, input[type="month"].m--maxWidth15, input[type="number"].m--maxWidth15, input[type="password"].m--maxWidth15, input[type="search"].m--maxWidth15, input[type="tel"].m--maxWidth15, input[type="text"].m--maxWidth15, input[type="time"].m--maxWidth15, input[type="url"].m--maxWidth15, input[type="week"].m--maxWidth15, input:not([type]).m--maxWidth15, textarea.m--maxWidth15 {
    max-width: 15em; }
  input[type="color"].m--maxWidth16, input[type="date"].m--maxWidth16, input[type="datetime"].m--maxWidth16, input[type="datetime-local"].m--maxWidth16, input[type="email"].m--maxWidth16, input[type="month"].m--maxWidth16, input[type="number"].m--maxWidth16, input[type="password"].m--maxWidth16, input[type="search"].m--maxWidth16, input[type="tel"].m--maxWidth16, input[type="text"].m--maxWidth16, input[type="time"].m--maxWidth16, input[type="url"].m--maxWidth16, input[type="week"].m--maxWidth16, input:not([type]).m--maxWidth16, textarea.m--maxWidth16 {
    max-width: 16em; }
  input[type="color"].m--maxWidth17, input[type="date"].m--maxWidth17, input[type="datetime"].m--maxWidth17, input[type="datetime-local"].m--maxWidth17, input[type="email"].m--maxWidth17, input[type="month"].m--maxWidth17, input[type="number"].m--maxWidth17, input[type="password"].m--maxWidth17, input[type="search"].m--maxWidth17, input[type="tel"].m--maxWidth17, input[type="text"].m--maxWidth17, input[type="time"].m--maxWidth17, input[type="url"].m--maxWidth17, input[type="week"].m--maxWidth17, input:not([type]).m--maxWidth17, textarea.m--maxWidth17 {
    max-width: 17em; }
  input[type="color"].m--maxWidth18, input[type="date"].m--maxWidth18, input[type="datetime"].m--maxWidth18, input[type="datetime-local"].m--maxWidth18, input[type="email"].m--maxWidth18, input[type="month"].m--maxWidth18, input[type="number"].m--maxWidth18, input[type="password"].m--maxWidth18, input[type="search"].m--maxWidth18, input[type="tel"].m--maxWidth18, input[type="text"].m--maxWidth18, input[type="time"].m--maxWidth18, input[type="url"].m--maxWidth18, input[type="week"].m--maxWidth18, input:not([type]).m--maxWidth18, textarea.m--maxWidth18 {
    max-width: 18em; }
  input[type="color"].m--maxWidth19, input[type="date"].m--maxWidth19, input[type="datetime"].m--maxWidth19, input[type="datetime-local"].m--maxWidth19, input[type="email"].m--maxWidth19, input[type="month"].m--maxWidth19, input[type="number"].m--maxWidth19, input[type="password"].m--maxWidth19, input[type="search"].m--maxWidth19, input[type="tel"].m--maxWidth19, input[type="text"].m--maxWidth19, input[type="time"].m--maxWidth19, input[type="url"].m--maxWidth19, input[type="week"].m--maxWidth19, input:not([type]).m--maxWidth19, textarea.m--maxWidth19 {
    max-width: 19em; }
  input[type="color"].m--maxWidth20, input[type="date"].m--maxWidth20, input[type="datetime"].m--maxWidth20, input[type="datetime-local"].m--maxWidth20, input[type="email"].m--maxWidth20, input[type="month"].m--maxWidth20, input[type="number"].m--maxWidth20, input[type="password"].m--maxWidth20, input[type="search"].m--maxWidth20, input[type="tel"].m--maxWidth20, input[type="text"].m--maxWidth20, input[type="time"].m--maxWidth20, input[type="url"].m--maxWidth20, input[type="week"].m--maxWidth20, input:not([type]).m--maxWidth20, textarea.m--maxWidth20 {
    max-width: 20em; }
  input[type="color"].m--maxWidth21, input[type="date"].m--maxWidth21, input[type="datetime"].m--maxWidth21, input[type="datetime-local"].m--maxWidth21, input[type="email"].m--maxWidth21, input[type="month"].m--maxWidth21, input[type="number"].m--maxWidth21, input[type="password"].m--maxWidth21, input[type="search"].m--maxWidth21, input[type="tel"].m--maxWidth21, input[type="text"].m--maxWidth21, input[type="time"].m--maxWidth21, input[type="url"].m--maxWidth21, input[type="week"].m--maxWidth21, input:not([type]).m--maxWidth21, textarea.m--maxWidth21 {
    max-width: 21em; }
  input[type="color"].m--maxWidth22, input[type="date"].m--maxWidth22, input[type="datetime"].m--maxWidth22, input[type="datetime-local"].m--maxWidth22, input[type="email"].m--maxWidth22, input[type="month"].m--maxWidth22, input[type="number"].m--maxWidth22, input[type="password"].m--maxWidth22, input[type="search"].m--maxWidth22, input[type="tel"].m--maxWidth22, input[type="text"].m--maxWidth22, input[type="time"].m--maxWidth22, input[type="url"].m--maxWidth22, input[type="week"].m--maxWidth22, input:not([type]).m--maxWidth22, textarea.m--maxWidth22 {
    max-width: 22em; }
  input[type="color"].m--maxWidth23, input[type="date"].m--maxWidth23, input[type="datetime"].m--maxWidth23, input[type="datetime-local"].m--maxWidth23, input[type="email"].m--maxWidth23, input[type="month"].m--maxWidth23, input[type="number"].m--maxWidth23, input[type="password"].m--maxWidth23, input[type="search"].m--maxWidth23, input[type="tel"].m--maxWidth23, input[type="text"].m--maxWidth23, input[type="time"].m--maxWidth23, input[type="url"].m--maxWidth23, input[type="week"].m--maxWidth23, input:not([type]).m--maxWidth23, textarea.m--maxWidth23 {
    max-width: 23em; }
  input[type="color"].m--maxWidth24, input[type="date"].m--maxWidth24, input[type="datetime"].m--maxWidth24, input[type="datetime-local"].m--maxWidth24, input[type="email"].m--maxWidth24, input[type="month"].m--maxWidth24, input[type="number"].m--maxWidth24, input[type="password"].m--maxWidth24, input[type="search"].m--maxWidth24, input[type="tel"].m--maxWidth24, input[type="text"].m--maxWidth24, input[type="time"].m--maxWidth24, input[type="url"].m--maxWidth24, input[type="week"].m--maxWidth24, input:not([type]).m--maxWidth24, textarea.m--maxWidth24 {
    max-width: 24em; }
  input[type="color"].m--maxWidth25, input[type="date"].m--maxWidth25, input[type="datetime"].m--maxWidth25, input[type="datetime-local"].m--maxWidth25, input[type="email"].m--maxWidth25, input[type="month"].m--maxWidth25, input[type="number"].m--maxWidth25, input[type="password"].m--maxWidth25, input[type="search"].m--maxWidth25, input[type="tel"].m--maxWidth25, input[type="text"].m--maxWidth25, input[type="time"].m--maxWidth25, input[type="url"].m--maxWidth25, input[type="week"].m--maxWidth25, input:not([type]).m--maxWidth25, textarea.m--maxWidth25 {
    max-width: 25em; }
  input[type="color"].m--maxWidth26, input[type="date"].m--maxWidth26, input[type="datetime"].m--maxWidth26, input[type="datetime-local"].m--maxWidth26, input[type="email"].m--maxWidth26, input[type="month"].m--maxWidth26, input[type="number"].m--maxWidth26, input[type="password"].m--maxWidth26, input[type="search"].m--maxWidth26, input[type="tel"].m--maxWidth26, input[type="text"].m--maxWidth26, input[type="time"].m--maxWidth26, input[type="url"].m--maxWidth26, input[type="week"].m--maxWidth26, input:not([type]).m--maxWidth26, textarea.m--maxWidth26 {
    max-width: 26em; }
  input[type="color"].m--maxWidth27, input[type="date"].m--maxWidth27, input[type="datetime"].m--maxWidth27, input[type="datetime-local"].m--maxWidth27, input[type="email"].m--maxWidth27, input[type="month"].m--maxWidth27, input[type="number"].m--maxWidth27, input[type="password"].m--maxWidth27, input[type="search"].m--maxWidth27, input[type="tel"].m--maxWidth27, input[type="text"].m--maxWidth27, input[type="time"].m--maxWidth27, input[type="url"].m--maxWidth27, input[type="week"].m--maxWidth27, input:not([type]).m--maxWidth27, textarea.m--maxWidth27 {
    max-width: 27em; }
  input[type="color"].m--maxWidth28, input[type="date"].m--maxWidth28, input[type="datetime"].m--maxWidth28, input[type="datetime-local"].m--maxWidth28, input[type="email"].m--maxWidth28, input[type="month"].m--maxWidth28, input[type="number"].m--maxWidth28, input[type="password"].m--maxWidth28, input[type="search"].m--maxWidth28, input[type="tel"].m--maxWidth28, input[type="text"].m--maxWidth28, input[type="time"].m--maxWidth28, input[type="url"].m--maxWidth28, input[type="week"].m--maxWidth28, input:not([type]).m--maxWidth28, textarea.m--maxWidth28 {
    max-width: 28em; }
  input[type="color"].m--maxWidth29, input[type="date"].m--maxWidth29, input[type="datetime"].m--maxWidth29, input[type="datetime-local"].m--maxWidth29, input[type="email"].m--maxWidth29, input[type="month"].m--maxWidth29, input[type="number"].m--maxWidth29, input[type="password"].m--maxWidth29, input[type="search"].m--maxWidth29, input[type="tel"].m--maxWidth29, input[type="text"].m--maxWidth29, input[type="time"].m--maxWidth29, input[type="url"].m--maxWidth29, input[type="week"].m--maxWidth29, input:not([type]).m--maxWidth29, textarea.m--maxWidth29 {
    max-width: 29em; }
  input[type="color"].m--maxWidth30, input[type="date"].m--maxWidth30, input[type="datetime"].m--maxWidth30, input[type="datetime-local"].m--maxWidth30, input[type="email"].m--maxWidth30, input[type="month"].m--maxWidth30, input[type="number"].m--maxWidth30, input[type="password"].m--maxWidth30, input[type="search"].m--maxWidth30, input[type="tel"].m--maxWidth30, input[type="text"].m--maxWidth30, input[type="time"].m--maxWidth30, input[type="url"].m--maxWidth30, input[type="week"].m--maxWidth30, input:not([type]).m--maxWidth30, textarea.m--maxWidth30 {
    max-width: 30em; }

.form__select__container {
  position: relative; }
  .form__select__container::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    width: 0;
    height: 0;
    margin: -2px 0 0;
    border: 5px solid transparent;
    border-top: 7px solid rgba(0, 0, 0, 0.4); }
  .form__select__container select {
    display: block;
    width: 100%;
    padding: 12px 28px 12px 8px;
    border: none;
    border-radius: 3px;
    background: transparent;
    line-height: 1;
    cursor: pointer;
    position: relative;
    -webkit-appearance: none;
    appearance: none; }
    .form__select__container select::-ms-expand {
      display: none; }

.form__file__container {
  position: relative;
  overflow: hidden;
  padding: 12px 8px; }
  .form__file__container input[type="file"] {
    position: absolute;
    right: 0;
    top: 0;
    margin: auto;
    display: block;
    height: 100%;
    width: 100%;
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    cursor: pointer; }

textarea {
  min-height: 10em;
  resize: vertical; }

.form__btn__container {
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center; }
  @media screen and (max-width: 768px) {
    .form__btn__container {
      margin-top: 28px;
      width: 100%; } }
  @media screen and (min-width: 768px), print {
    .form__btn__container {
      margin-top: 56px;
      max-width: 480px; } }
  @media screen and (max-width: 480px) {
    .form__btn__container > li {
      margin-bottom: 8px;
      width: 100%; }
      .form__btn__container > li:last-child {
        margin-bottom: 0; } }
  @media screen and (min-width: 480px), print {
    .form__btn__container > li {
      margin-right: 40px;
      width: calc((100% - 40px * (2 - 1)) / 2); }
      .form__btn__container > li:nth-of-type(2n) {
        margin-right: 0; }
      .form__btn__container > li:nth-of-type(n+3) {
        margin-top: 40px; }
      .form__btn__container > li:last-of-type {
        margin-right: 0; } }
  .form__btn__container button {
    background-color: transparent;
    border: 0;
    outline: none;
    -webkit-appearance: none;
            appearance: none;
    -webkit-user-select: none;
            user-select: none;
    background-color: #6EB92B;
    color: #fff;
    padding: 12px 16px;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    font-weight: 600;
    transition: ease 0.15s;
    vertical-align: middle;
    white-space: nowrap;
    width: 100%;
    padding: 16px 32px;
    font-size: 1.125rem;
    color: #fff; }
    .form__btn__container button:focus, .form__btn__container button:hover {
      background-color: shade(#6EB92B, 20%);
      color: #fff; }
    .form__btn__container button:disabled:hover {
      background-color: #6EB92B; }
    .form__btn__container button:disabled {
      cursor: not-allowed;
      opacity: 0.5; }
  .form__btn__container button.m--nega {
    background-color: #EBEBEB;
    color: #000; }
    .form__btn__container button.m--nega:focus, .form__btn__container button.m--nega:hover {
      background-color: shade(#EBEBEB, 20%);
      color: #000; }
    .form__btn__container button.m--nega:disabled:hover {
      background-color: #EBEBEB; }

.no--scroll {
  overflow: hidden; }
  
/* ----------以下準備中----------*/
.preparation-wrapper {
  position: relative;
  /*margin-left: 10px;*/
  padding-top: 50px;
  }
  
.preparation{
  /*position: absolute;
  right: 0px;
  text-align: left;
  top: 20px;*/
  display: inline-block;
  }
  
.preparation > p{
  font-size: 40px;
  /*font-style: italic;*/
  color: #FFF;
  }

.preparation > p > span{
  color:#FFF;
  font-size:20px;
  }

.preparation > p > span > a{
  /*color:inherit;*/
  border-bottom:solid 1px;
  font-size:20px;
  }

.logo-anniversary{
  width:400px !important;
  }

@media screen and (max-width: 768px) {

    .preparation-wrapper {
        /*width: 60%;*/
        padding-top:0px;
  }

.preparation{
  /*position: unset;
  width:80%;
  text-align:unset;*/
  }

.preparation > p{
  font-size: 30px;
  }

.preparation > p > span{
  color:#FFF;
  font-size:15px;
  }

.preparation > p > span > a{
  font-size:15px;
  }

.logo-anniversary{
  width:50% !important;
  }

}

@media screen and (max-width: 480px) {

    .preparation-wrapper {
        display:none;
  }

.preparation{
    /*padding-top: 50px;*/
    text-align: center;
  }

.preparation > p{
  font-size: 24px;
  color:#000;
  }

.preparation > p > span{
  color:#FFF;
  font-size:12px;
  }

.preparation > p > span > a{
  font-size:12px;
  }

}

@media screen and (min-width: 480px) {
    .preparation-wrapper-min480 {
        display:none;
  }
  
.preparation > p{
  margin: auto 0px;
  }
}
/* ----------ここまで準備中----------*/
