@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap");
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  max-height: 99999px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  transition: opacity .2s;
}
a:hover {
  opacity: 0.7;
}
a:active, a:visited, a:link {
  text-decoration: none;
}

a.hitarea {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
a.hitarea.mo::after {
  content: '';
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: white;
  transition: opacity .2s;
}
a.hitarea.mo:hover::after {
  opacity: 0.7;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  min-width: 1120px;
  background-color: #EBEADA;
}
@media (max-width: 768px) {
  body {
    min-width: 100%;
    overflow-x: hidden;
  }
}

body.fixed {
  position: fixed;
  left: 0;
  top: 0;
  overflow-y: scroll;
}

h1, h2, h3, h4, h5, h6, p, div, li {
  margin: 0;
}

ul, ol {
  padding: 0;
  margin: 0;
}

li {
  list-style-type: none;
}

.onlysp {
  display: none;
}

@media (max-width: 768px) {
  .onlysp {
    display: block;
  }

  .onlypc {
    display: none;
  }
}
.hdr {
  background-color: #B89213;
  position: relative;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: calc(50% - 470px);
}
.hdr--login {
  text-align: center;
  padding-left: initial;
}
.hdr::after {
  content: '';
  display: block;
  font-size: 0;
  width: 100%;
  height: 3px;
  background-color: #896C0B;
  position: absolute;
  left: 0;
  bottom: -3px;
}
.hdr__ttl {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #f8f7f7;
  font-size: 25px;
}
.hdr__ttl span {
  font-size: 15px;
  color: #f8f7f7;
  padding-left: 1.25em;
}
.hdr__ttl a, .hdr__ttl a:link, .hdr__ttl a:visited, .hdr__ttl a:active, .hdr__ttl a:hover {
  color: #f8f7f7;
  opacity: 1;
}
.hdr-nav {
  position: absolute;
  top: 20px;
  right: calc(50% - 470px);
}
.hdr-nav__item {
  display: inline-block;
  position: relative;
}
.hdr-nav__item:nth-of-type(n + 2) {
  margin-left: 42px;
}
.hdr-nav__item a {
  font-weight: bold;
  font-size: 14px;
  color: #fff;
}
.hdr-nav__item a:link, .hdr-nav__item a:visited, .hdr-nav__item a:active, .hdr-nav__item a:hover {
  color: #fff;
}
.hdr-nav__item > span {
  font-weight: bold;
  font-size: 14px;
  color: #fff;
}
.hdr-nav__item--parent {
  cursor: pointer;
}
.hdr-nav__item--parent::after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 9px;
  position: absolute;
  top: 10px;
  right: -19px;
  background-image: url(../images/ico-arrow-down.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.hdr-nav-sub {
  position: absolute;
  inset: 16px auto auto 0;
  z-index: 100;
  min-width: 130px;
  border-right: 2px solid #896C0B;
  border-bottom: 1px solid #896C0B;
  transition: opacity .2s;
  opacity: 0;
  pointer-events: none;
  padding-top: 10px;
}
.hdr-nav-sub--on {
  opacity: 1;
  pointer-events: initial;
}
.hdr-nav-sub__item {
  padding: 0.5em 1.25em;
  background-color: #fff;
}
.hdr-nav-sub__item a, .hdr-nav-sub__item a:link, .hdr-nav-sub__item a:visited, .hdr-nav-sub__item a:active, .hdr-nav-sub__item a:hover {
  color: #50410E;
}
.hdr-nav-sub__item:nth-of-type(n + 2) {
  border-top: 1px solid #896C0B;
}

@media (max-width: 768px) {
  .hdr {
    padding-top: 3.738317757vw;
    padding-bottom: 3.738317757vw;
  }
  .hdr--login {
    padding-left: initial;
  }
  .hdr::after {
    height: 0.7009345794vw;
    bottom: -0.7009345794vw;
  }
  .hdr__ttl {
    padding-left: 1em;
    font-size: 4.2056074766vw;
    text-align: left;
  }
  .hdr__ttl span {
    font-family: "Noto Sans JP";
    font-weight: 900;
    font-size: 3.2710280374vw;
  }
  .hdr-nav {
    display: none;
    position: fixed;
    inset: 0 0 0 0;
  }
  .hdr-account {
    position: absolute;
    inset: 2.1vw 3vw auto auto;
    display: flex;
    align-items: center;
  }
  .hdr-account__name {
    font-size: 2.5vw;
    color: #fff;
    vertical-align: middle;
  }
  .hdr-account a, .hdr-account a:link, .hdr-account a:visited, .hdr-account a:active, .hdr-account a:hover {
    color: #fff;
    text-decoration: underline;
  }
  .hdr-account__ico {
    vertical-align: middle;
    width: 9vw;
    height: 9vw;
    color: #000;
    font-size: 2.5vw;
    display: flex;
    justify-content: center;
    line-height: 3vw;
    text-align: center;
    align-items: center;
    margin-left: 2vw;
  }
  .hdr-account__ico:link, .hdr-account__ico:visited, .hdr-account__ico:active, .hdr-account__ico:hover {
    color: #000 !important;
    text-decoration: none !important;
  }
  .hdr-account__ico--sr {
    background-image: url(../images/ico-sr.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .hdr-account__ico--admin {
    background-image: url(../images/ico-admin.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .hdr-account__ico--vendor {
    background-image: url(../images/ico-vendor.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .hdr-account__ico--ca {
    background-image: url(../images/ico-ca.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
}
.btn {
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  color: #fff;
  border-radius: 20px;
  background-color: #896C0B;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  min-width: 200px;
  border: 0;
  margin-left: 7px;
  margin-right: 7px;
}
.btn-outer {
  text-align: center;
  margin-top: 40px;
}
.btn--green {
  background-color: #426716;
}
.btn--red {
  background-color: #EFB3B5;
  color: #B54D4E;
  padding: 2em;
}

@media (max-width: 768px) {
  .btn {
    font-size: 3.2710280374vw;
    border-radius: 4.6728971963vw;
    padding-left: 10vw;
    padding-right: 10vw;
    padding-top: 2vw;
    padding-bottom: 2vw;
    min-width: 50vw;
    margin-left: 0;
    margin-right: 0;
  }
  .btn + .btn {
    margin-top: 4.6728971963vw;
  }
  .btn-outer {
    margin-top: 5.8411214953vw;
  }
  .btn-outer .btn--l {
    margin-left: 1.1682242991vw;
    margin-right: 1.1682242991vw;
    margin-top: 4.6728971963vw;
  }
  .btn__desc {
    font-size: 3.2710280374vw;
    text-align: center;
    color: #50410e;
  }
  .btn__desc--err {
    color: #890B0B;
  }
  .btn--red {
    background-color: #B94348;
    color: #fff;
  }
  .btn--pink {
    background-color: #F4B2B5;
    color: #B94348;
  }
  .btn--navy {
    background-color: #163E67;
  }
  .btn--blue {
    background-color: #8EBBEA;
    color: #163E67;
  }
  .btn--orange {
    background-color: #D38F22;
  }
  .btn--grey {
    background-color: #4D4D4D;
  }
  .btn--lgreen {
    background-color: #97B13F;
  }
  .btn--purple {
    background-color: #3D145C;
  }
  .btn--err {
    background-color: #890B0B;
  }
  .btn--l {
    min-width: initial;
    border-radius: 3vw;
    width: 35vw;
    padding-top: 2em;
    padding-bottom: 2em;
    padding-left: 0;
    padding-right: 0;
  }
  .btn--xl {
    display: block;
    margin-top: 4.7vw;
    margin-left: auto;
    margin-right: auto;
    min-width: initial;
    border-radius: 3vw;
    width: 60vw;
    padding-top: 2em;
    padding-bottom: 2em;
    padding-left: 0;
    padding-right: 0;
  }
}
.main {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
}
.main-inner {
  margin-top: 30px;
}
.main-inner--1col {
  padding-left: 15px;
}
.main-inner--1col > * {
  margin-top: 48px;
}
.main-inner--2col {
  display: flex;
  justify-content: space-between;
  padding-left: 15px;
}
.main-inner--2col > *:nth-child(1) {
  width: 355px;
}
.main-inner--2col > *:nth-child(2) {
  width: 500px;
}
.main-inner + .main-inner {
  margin-top: 0;
}
.main--login .main__ttl, .main--pwd .main__ttl {
  text-align: center;
}
.main--login .btn-outer, .main--pwd .btn-outer {
  display: flex;
  justify-content: center;
}
.main--login {
  width: 415px;
  margin-left: auto;
  margin-right: auto;
}
.main--pwd {
  width: 520px;
  margin-left: auto;
  margin-right: auto;
}
.main__ttl {
  font-weight: bold;
  font-size: 17px;
  color: #896c0b;
  margin-top: 35px;
}
.main__ttl a, .main__ttl a:link, .main__ttl a:visited, .main__ttl a:active, .main__ttl a:hover {
  color: #896c0b;
  opacity: 1;
}
.main__notification {
  margin-top: 20px;
  width: 100%;
  padding: .75em 1em;
  background-color: #fff;
  border: 1px solid green;
  color: green;
  border-radius: 10px;
  font-size: 12px;
}
.main__notification--error {
  border: 1px solid red;
  color: red;
}
.main__desc {
  font-size: 14px;
  color: #50410e;
}

@media (max-width: 768px) {
  .main {
    padding: 10.2803738318vw 5.6074766355vw;
    width: 100%;
  }
  .main--login, .main--pwd {
    width: 100%;
  }
  .main--login .main-inner, .main--pwd .main-inner {
    background-color: transparent;
    margin-top: 0;
    padding: 0;
  }
  .main--login .btn-outer, .main--pwd .btn-outer {
    display: block;
  }
  .main__ttl {
    font-size: 4.2056074766vw;
    text-align: left;
    margin-top: 0;
  }
  .main__desc {
    font-size: 3.2710280374vw;
    margin-top: 7.0093457944vw;
    width: 100%;
  }
  .main-inner {
    width: 100%;
    border-radius: 1.4018691589vw;
    background: #fff;
    margin-top: 3.738317757vw;
    padding: 7.7102803738vw 0;
  }
  .main-inner + .main-inner {
    margin-top: 7.0093457944vw;
  }
  .main-inner-btn-outer {
    margin-top: 7.476635514vw;
    text-align: center;
  }
  .main-row {
    display: flex;
    justify-content: space-between;
    margin-top: 2.5700934579vw;
  }
  .main-row__k {
    width: 28.0373831776vw;
    background-color: #9A9243;
    color: #fff;
    padding: .25em .25em .25em 1em;
    font-weight: 500;
    font-size: 3.2710280374vw;
  }
  .main-row__v {
    width: 59.3457943925vw;
    padding: .25em .25em .25em 1em;
    font-size: 3.2710280374vw;
    color: #000;
  }
  .main__note {
    margin-top: 7.2429906542vw;
    font-weight: 600;
    font-size: 3.2710280374vw;
    text-align: center;
    color: #50410e;
  }
  .main__complete {
    padding-top: 15vw;
    padding-bottom: 15vw;
    font-weight: bold;
    font-size: 4.2056074766vw;
    color: #50410e;
    text-align: center;
  }
  .main-form {
    margin-top: 7.0093457944vw;
  }
  .main-form-row {
    display: flex;
    justify-content: space-between;
  }
  .main-form-row:nth-of-type(n + 2) {
    margin-top: 3.738317757vw;
  }
  .main-form__label {
    width: 28.0373831776vw;
    padding: .5em 0;
    font-size: 3.2710280374vw;
    color: #50410e;
  }
  .main-form select {
    width: 61.6822429907vw;
    border-radius: 1.1682242991vw;
    background: #fff;
    border: 1px solid #cdd6dd;
    padding: .5em;
    font-size: 3.2710280374vw;
    line-height: 7.0093457944vw;
  }
  .main-form__confirm {
    font-weight: 600;
    font-size: 3.2710280374vw;
    text-align: center;
    color: #50410e;
    margin-top: 7.2429906542vw;
  }
}
.form {
  margin-top: 30px;
  position: relative;
}
.form--login, .form--pwd {
  margin-left: auto;
  margin-right: auto;
}
.form--login {
  width: 415px;
}
.form--pwd {
  width: 520px;
}
.form__submit {
  position: absolute;
  z-index: 1;
  inset: 0 0 auto auto;
}
.form-row {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.form-row:nth-of-type(n + 2) {
  margin-top: 16px;
}
.form-row--left {
  justify-content: flex-start;
}
.form-row--left select, .form-row--left input:not(input[type="submit"]):not(input[type="radio"]) {
  width: 200px;
}
.form-row label {
  line-height: 45px;
}
.form-row label:nth-of-type(n + 2) {
  padding-left: 30px;
}
.form-row label span {
  font-weight: 500;
  font-size: 14px;
  text-align: left;
  color: #000;
}
.form-row > *:nth-child(2) {
  flex: 1;
}
.form-input-outer .form__label {
  margin-left: 30px;
  padding-right: 15px;
}
.form__label {
  width: 120px;
  font-size: 14px;
  color: #50410e;
  line-height: 45px;
  position: relative;
}
.form__label-note {
  font-size: 11px;
  position: absolute;
  inset: 20px auto auto 0;
}
.form input:not(input[type="submit"]):not(input[type="radio"]) {
  flex: 1;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #cdd6dd;
  padding: .5em;
  font-size: 14px;
  line-height: 30px;
  min-height: 48px;
}
.form select {
  border-radius: 5px;
  background: #fff;
  border: 1px solid #cdd6dd;
  padding: .5em;
  font-size: 14px;
  line-height: 30px;
  min-height: 48px;
}
.form__static {
  font-size: 13px;
  line-height: 48px;
}
.form__static a,
.form__static a:link,
.form__static a:visited,
.form__static a:active,
.form__static a:hover {
  color: #50410E;
  text-decoration: underline;
}
.form__input--wide {
  width: 455px !important;
}
.form-btn-outer {
  margin-top: 40px;
  text-align: center;
}
.form__sort {
  display: inline-block;
  margin-left: 1em;
  width: 12px;
  height: 9px;
  background-image: url(../images/ico-arrow-down.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.form__sort--up {
  transform: rotate(180deg);
}
.form__error {
  position: absolute;
  inset: 49px auto auto 120px;
  width: 235px;
  font-size: 10px;
  line-height: 1em;
  color: red;
}

@media (max-width: 768px) {
  .form {
    margin-top: 7.0093457944vw;
  }
  .form--login {
    width: 100%;
  }
  .form--pwd {
    width: 100%;
  }
  .form-row:nth-of-type(n + 2) {
    margin-top: 5.5vw;
  }
  .form-row--small {
    justify-content: center;
  }
  .form-row--small .form__label {
    width: initial;
  }
  .form-row--small .form-input-outer {
    flex: initial;
    padding-left: .5em;
  }
  .form-row--small input:not(input[type="submit"]) {
    width: 20vw !important;
  }
  .form-row--wide {
    flex-direction: column;
  }
  .form-row--wide .form__label {
    width: 100%;
  }
  .form-row--wide input:not(input[type="submit"]) {
    width: 100%;
    margin-top: 2.3364485981vw;
  }
  .form label {
    line-height: initial;
  }
  .form__label {
    width: 28.0373831776vw;
    font-size: 3.2710280374vw;
    line-height: 11.214953271vw;
  }
  .form select, .form input:not(input[type="submit"]) {
    width: 100%;
    border-radius: 1.1682242991vw;
    font-size: 3.2710280374vw;
    line-height: 7.0093457944vw;
    min-height: 11.214953271vw;
  }
  .form__error {
    font-size: 2.5vw;
    inset: auto auto -1.25em 28.0373831776vw;
  }
}
@media (max-width: 768px) {
  .btn {
    font-size: 3.2710280374vw;
    border-radius: 4.6728971963vw;
    padding-left: 10vw;
    padding-right: 10vw;
    padding-top: 2vw;
    padding-bottom: 2vw;
    min-width: 50vw;
    margin-left: 0;
    margin-right: 0;
  }
  .btn + .btn {
    margin-top: 4.6728971963vw;
  }
  .btn-outer {
    margin-top: 5.8411214953vw;
  }
  .btn-outer .btn--l {
    margin-left: 1.1682242991vw;
    margin-right: 1.1682242991vw;
    margin-top: 4.6728971963vw;
  }
  .btn__desc {
    font-size: 3.2710280374vw;
    text-align: center;
    color: #50410e;
  }
  .btn__desc--err {
    color: #890B0B;
  }
  .btn--red {
    background-color: #B94348;
    color: #fff;
  }
  .btn--pink {
    background-color: #F4B2B5;
    color: #B94348;
  }
  .btn--navy {
    background-color: #163E67;
  }
  .btn--blue {
    background-color: #8EBBEA;
    color: #163E67;
  }
  .btn--orange {
    background-color: #D38F22;
  }
  .btn--grey {
    background-color: #4D4D4D;
  }
  .btn--lgreen {
    background-color: #97B13F;
  }
  .btn--purple {
    background-color: #3D145C;
  }
  .btn--err {
    background-color: #890B0B;
  }
  .btn--l {
    min-width: initial;
    border-radius: 3vw;
    width: 35vw;
    padding-top: 2em;
    padding-bottom: 2em;
    padding-left: 0;
    padding-right: 0;
  }
  .btn--xl {
    display: block;
    margin-top: 4.7vw;
    margin-left: auto;
    margin-right: auto;
    min-width: initial;
    border-radius: 3vw;
    width: 60vw;
    padding-top: 2em;
    padding-bottom: 2em;
    padding-left: 0;
    padding-right: 0;
  }
}
.list {
  position: relative;
}
.list + .list {
  margin-top: 40px;
}
.list-ttl-outer {
  display: flex;
  justify-content: space-between;
}
.list__ttl {
  font-size: 14px;
  font-weight: bold;
  color: #50410e;
}
.list__total {
  font-size: 14px;
  font-weight: bold;
  color: #50410e;
}
.list-tbl-outer {
  padding: 20px 30px;
  background-color: #fff;
  margin-top: 13px;
}
.list-tbl {
  width: 100%;
}
.list-tbl td {
  font-size: 13px;
  padding-top: 1.5em;
}
.list-tbl td span:nth-of-type(n + 2) {
  padding-left: 1em;
}
.list-tbl td a, .list-tbl td a:link, .list-tbl td a:visited, .list-tbl td a:active, .list-tbl td a:hover {
  color: #50410E;
  text-decoration: underline;
}
.list-tbl th {
  text-align: left;
  font-weight: bold;
  font-size: 14px;
  color: #50410e;
  border-bottom: 1px solid #707070;
  padding-top: .5em;
  padding-bottom: .5em;
}
.list-nav {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
.list-nav__item {
  display: inline-block;
  background-color: #896C0B;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
}
.list-nav__item:nth-of-type(n + 2) {
  margin-left: 30px;
}
.list-nav__item--current {
  background-color: #50410E;
  pointer-events: none;
}

.status__ttl {
  font-weight: normal;
  font-size: 14px;
  color: #50410e;
}
.status-outer {
  border: 1px solid #896C0B;
  padding: 3px;
  background-color: #fff;
  margin-top: 10px;
}
.status-inner {
  border: 1px solid #896C0B;
  padding: 20px;
}
.status-row {
  font-size: 13px;
  color: #000;
  display: flex;
}
.status-row + .status-row {
  margin-top: 14px;
}
.status__k {
  width: 100px;
}
.status__v {
  flex: 1;
}
.status__v span:nth-of-type(n + 2) {
  padding-left: 1em;
}
.status-btn-outer {
  margin-top: 20px;
  text-align: center;
}

@media (max-width: 768px) {
  .gyomu-row {
    margin-top: 4.6728971963vw;
    width: 75.9345794393vw;
    margin-left: auto;
    margin-right: auto;
  }
  .gyomu-row:nth-of-type(n + 2) {
    margin-top: 9.3457943925vw;
  }
  .gyomu-btn-outer {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .gyomu-btn-outer--center {
    justify-content: center;
  }
  .gyomu-back-outer {
    margin-top: 9.3457943925vw;
    text-align: center;
  }
  .gyomu__name {
    font-weight: bold;
    font-size: 3.2710280374vw;
    color: #896c0b;
    display: block;
  }
  .gyomu__btn {
    margin-top: 2.3364485981vw !important;
  }
}
@media (max-width: 768px) {
  .qr {
    background-color: rgba(0, 0, 0, 0.3);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .qr__ttl {
    color: #000;
    font-weight: bold;
    font-size: 4.2056074766vw;
    text-align: center;
    color: #fdfdfd;
  }
  .qr__img {
    width: 91.3551401869vw;
    margin-top: 10.2803738318vw;
  }
  .qr-btn-outer {
    text-align: center;
    margin-top: 6.308411215vw;
  }
}
.reizou-input-outer {
  margin-top: 8vw;
  text-align: center;
}
.reizou-input-outer label {
  font-size: 3.5vw;
  padding-right: 1.5em;
}
.reizou-input-outer input[type="text"] {
  width: 25vw;
  border-radius: 1vw;
  border: 1px solid grey;
  padding: .5em 1em;
}
