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: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

div, p, h1, h2 {
  box-sizing: border-box;
}

ol, ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  color: #1A75FF;
}

a:link, a:active, a:visited {
  text-decoration: none;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  font-family: 'Glyphicons Halflings';
  font-size: 14px;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-family: 'Glyphicons Halflings';
  font-size: 14px;
}
::placeholder{ /* Others */
  font-family: 'Glyphicons Halflings';
  font-size: 14px;
}

textarea {
  font-family: sans-serif;
}

html, body {
  font-family: sans-serif;
  background-color: #000;
}

.list {
  list-style: disc;
  padding-left: 2em;
}

.list li {
  margin: 0.5em 0;
}

.wrapper {
  padding-top: 20px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background-color: #000;
  z-index: 999;
  color: #fff;
}

.backToTop {
  width: 100%;
  padding: 64px 0;
  background-color: #1A1B1C;
  text-align: center;
}

.backToTop a {
  display: inline-block;
  width: 280px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAMCAYAAABfnvydAAAAOklEQVQYla3KwQkAIAzF0D9Q57HjtIML8aK3UkTM9UUqAgKIyg4CTMA69Gcc97iHbIfXyb9N1k0pSQt8wqFQOlO6yAAAAABJRU5ErkJggg==) 10px center #24292d no-repeat;
  background-size: 8px 12px;
  text-align: center;
  font-size: 14px;
  line-height: 60px;
  color: #C6C6C6;
}

.footer {
  width: 100%;
  background-color: #000;
  color: #fff;
}

.footer nav {
  color: #fff;
  font-size: 14px;
  padding: 40px;
  text-align: center;
  line-height: 1.3;
}

nav a {
  color: #fff;
}

nav p {
  color: #c6c6c6;
  padding-top: 10px;
}

.copyright {
  padding: 15px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 1.3;
}

.heading {
  font-size: 18px;
  color: #fff;
  padding: 20px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  background: #000;
}

.heading2 {
  margin: 40px 0 20px;
  font-size: 16px;
  font-weight: bold;
}

.description {
  margin: 20px 8px;
}

.description strong {
  font-weight: bold;
}

.hr {
  border: solid 1px #d5d5d5;
}

.notice {
  color: #e60013;
}

.text {
  font-size: 16px;
}

.content {
  background-color: #fff;
  color: #444;
  font-size: 14px;
  line-height: 23px;
  padding-bottom: 60px;
}

.content_inner {
  max-width: 640px;
  margin: 0 auto;
  padding: 0 15px;
}

.errorArea {
  border: solid 3px #e95757;
  padding: 15px;
  margin: 20px 0 40px;
  color: #1a1a1a;
  line-height: 1.6;
}

.errorArea strong {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
}

.formLabel {
  margin-bottom: 8px;
  font-size: 12px;
  color: #757575;
  font-weight: bold;
}

.formLabel p{
  font-weight: normal;
}

.formLabel::after {
  display: block;
  content: '';
  clear: both;
}

.formLabel_required {
  display: inline-block;
  margin-left: 8px;
  padding: 0 8px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #ec6300;
  color: #fff;
  font-size: 62.5%;
  font-weight: normal;
  vertical-align: middle;
  line-height: 16px;
}

.sepLabel {
  display: inline-block;
  margin: 0 10px;
}

.select {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 44px;
  padding: 0 32px 0 12px;
  font-size: 16px;
  color: #444;
  border: 1px solid #bbb;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAGFBMVEUAAAAZJCYWISIYIyQYIiUWIiIYIyQYIiXh0rToAAAACHRSTlMA/hTRqiinvwFkb0sAAABCSURBVHjajchBDsAgDAPBOJDw/x+XVN0icQGfPGs3i+2GEqeiLCXWLENzvdzrDfP2ls/NjfKbgimYglfBq2Dm+LwHguMA235EdKYAAAAASUVORK5CYII=") calc(100% - 10px) center no-repeat;
  background-color: #fff;
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .select {
    padding-right: 0;
    background: none;
  }
}

.input, .textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  height: 44px;
  padding: 12px;
  font-size: 16px;
  color: #444;
  background-color: #fff;
  border: 1px solid #bbb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  outline: none;
}

.textarea {
  height: auto;
}

.foot {
  text-align: center;
  margin-top: 30px;
}

.foot_text {
  margin-bottom: 10px;
}

.foot_buttons {
  display: block;
}

@media screen and (min-width: 530px) {
  .foot_buttons {
    display: inline-flex;
    justify-content: center;
  }
}

.foot_buttons * {
  flex-shrink: 0;
  margin: 10px;
}

.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 280px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 44px;
  cursor: pointer;
  border-radius: 4px;
  box-shadow: none;
  font-size: 16px;
  background-color: #fff;
  color: inherit;
  border: 1px solid #bbb;
}

.button-confirm {
  background-color: #5594E0;
  color: #fff;
  border: 0;
}

.button-submit {
  background-color: #5594E0;
  color: #fff;
  border: 0;
}

.date {
  display: flex;
  align-items: center;
}

.date + .date {
  margin-top: 1.5em;
}

@media screen and (min-width: 530px) {
  .date {
    display: inline-block;
  }

  .date .select {
    display: inline-block;
    width: auto;
  }

  .date + .date {
    margin-top: 0;
  }
}

.error {
  border-color: #e60013;
  background-color: rgba(230, 0, 19, 0.05);
}

/* −−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−
ステップ
−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
#step {
  margin-top: 20px;
  margin-bottom: 30px;
}
#step ul {
  display: flex;
}
#step ul li {
  margin-left: 40px;
  position: relative;
}
#step ul li::before {
  content: '';
  background: url(/assets/img/arrowGrayBottom.png);
  display: block;
  width: 19px;
  height: 13px;
  margin: auto;
  position: absolute;
  left: -30px;
  top: 0;
  bottom: 0;
  transform: rotate(-90deg);
}
#step ul li:first-child {
  margin-left: 0;
  background: none;
}
#step ul li:first-child::before {
  content: none;
}
#step ul li span {
  display: block;
  border: 2px solid #c0c1ba;
  text-align: center;
  padding: 10px;
}
#step ul li.current span {
  background-color: #c0c1ba;
  color: #FFFFFF;
}
@media screen and (max-width: 800px) {
  #step ul {
    flex-direction: column;
  }
  #step ul li {
    margin-left: 0;
    margin-top: 30px;
  }
  #step ul li::before {
    left: 0;
    right: 0;
    top: -20px;
    bottom: auto;
    transform: none;
  }
  #step ul li:first-child {
    margin-top: 0;
  }
}
