@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100;300;400;500;700;800;900&display=swap");
/* A Modern CSS Reset */
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
body, * {
  font-family: "M PLUS 1p", sans-serif;
}

body p, body span, body dl, h1, h2, h3, h4, h5, h6 {
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
}

input[type=submit] {
  -webkit-appearance: none;
}

.notification {
  padding: 0.75rem;
  display: none;
}
.notification.is-danger {
  -webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2);
}
.notification.is-danger-attend {
  display: block !important;
  width: 100% !important;
  background-color: #fff;
  color: #f14668;
  -webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2);
}

.pc {
  display: none;
}

.sp {
  display: block;
}

@media only screen and (min-width: 1025px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
body {
  background-color: #eee;
  position: relative;
  padding-bottom: 90px;
}
body .form p.note {
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}
body .form p.indent {
  padding: 0 0 0 0.65rem;
  line-height: 1.25;
}
body .form hr.separate {
  background: #363636;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 15px;
  width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
}
body .form .close {
  background-color: #3AB996;
  color: #fff;
  border-radius: 6px;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(100% - 90px);
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
}
body .form .close button {
  background: none;
  text-align: center;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  margin: auto;
  font-weight: bold;
  display: block;
  color: #fff;
}
body .form .header {
  padding: 15px;
}
body .form .header img {
  display: block;
  margin: 30px auto 15px;
}
body .form .header .header-visual {
  width: 100%;
}
@media screen and (max-width: 768px) {
  body .form .header .header-visual {
    width: calc(100% + 30px);
    margin-top: -15px;
    margin-left: -15px;
  }
}
body .form .header .header-visual img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
body .form .header h1 {
  text-align: center;
  font-weight: bold;
  line-height: 1.75;
  font-size: 18px;
  margin: 0 auto 30px;
}
body .form .header h1 strong {
  font-size: 24px;
  display: block;
}
body .form .header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body .form .header ul#enqe {
  display: none;
}
body .form .header ul li:nth-child(odd) {
  font-size: 11px;
  font-weight: bold;
  text-align: center;
}
body .form .header ul li:nth-child(odd) span {
  display: block;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  font-size: 18px;
  width: 32px;
  height: 32px;
  margin: 0 auto 10px;
  border-radius: 16px;
  background-color: #3AB996;
  -webkit-box-shadow: 0px 6px 12px #ccc;
          box-shadow: 0px 6px 12px #ccc;
}
body .form .header ul li:nth-child(even) {
  margin: 15px 0 0;
  width: 13%;
  height: 3px;
  position: relative;
}
body .form .header ul li:nth-child(even):before {
  content: "";
  background-image: linear-gradient(to right, #999, #999 6px, transparent 6px, transparent 6px);
  background-size: 12px 3px;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
body .form .header ul li.active span {
  background-color: #fff;
  color: #3AB996;
}
body .form .contents b {
  position: relative;
  font-size: 18px;
  line-height: 1;
}
body .form .contents b:before {
  content: "";
  height: 18px;
  width: 3px;
  background-color: #636363;
  display: block;
  position: relative;
  top: 3px;
  margin: 0 8px 0 0;
  float: left;
}
body .form .contents .calendar-container, body .form .contents .user, body .form .contents .enqe, body .form .contents .check {
  padding: 15px;
}
body .form .contents .calendar-container .input, body .form .contents .user .input, body .form .contents .enqe .input, body .form .contents .check .input {
  border-radius: 6px;
}
body .form .contents .calendar-container label, body .form .contents .user label, body .form .contents .enqe label, body .form .contents .check label {
  width: 100%;
  font-size: 15px;
  margin: 0 0 5px;
  display: block;
}
body .form .contents .calendar-container label.required_label:after, body .form .contents .user label.required_label:after, body .form .contents .enqe label.required_label:after, body .form .contents .check label.required_label:after {
  content: "必須";
  display: inline-block;
  border-radius: 6px;
  padding: 0.1rem 0.3rem;
  border: 1px solid #f14668;
  margin: 0 0 0 0.5rem;
  font-size: 0.75rem;
  position: relative;
  top: -0.1rem;
  color: #f14668;
}
body .form .contents .calendar-container .name, body .form .contents .user .name, body .form .contents .enqe .name, body .form .contents .check .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 15px 0;
}
body .form .contents .calendar-container .name div, body .form .contents .user .name div, body .form .contents .enqe .name div, body .form .contents .check .name div {
  width: 46%;
}
body .form .contents .calendar-container .name div div, body .form .contents .user .name div div, body .form .contents .enqe .name div div, body .form .contents .check .name div div {
  width: 100%;
}
body .form .contents .calendar-container #app .name div, body .form .contents .calendar-container .fellow-box .name div, body .form .contents .user #app .name div, body .form .contents .user .fellow-box .name div, body .form .contents .enqe #app .name div, body .form .contents .enqe .fellow-box .name div, body .form .contents .check #app .name div, body .form .contents .check .fellow-box .name div {
  margin: 0 0 15px;
}
body .form .contents .calendar-container .select, body .form .contents .user .select, body .form .contents .enqe .select, body .form .contents .check .select {
  width: 100%;
}
body .form .contents .calendar-container .select select, body .form .contents .user .select select, body .form .contents .enqe .select select, body .form .contents .check .select select {
  border-radius: 6px;
  width: 100%;
}
body .form .contents .calendar-container .select:not(.is-multiple):not(.is-loading)::after, body .form .contents .user .select:not(.is-multiple):not(.is-loading)::after, body .form .contents .enqe .select:not(.is-multiple):not(.is-loading)::after, body .form .contents .check .select:not(.is-multiple):not(.is-loading)::after {
  border-color: #3AB996;
}
body .form .contents .calendar-container .record, body .form .contents .user .record, body .form .contents .enqe .record, body .form .contents .check .record {
  margin: 15px 0;
  position: relative;
}
body .form .contents .calendar-container .record.child, body .form .contents .user .record.child, body .form .contents .enqe .record.child, body .form .contents .check .record.child {
  display: none;
}
body .form .contents .calendar-container .record.child > .record, body .form .contents .user .record.child > .record, body .form .contents .enqe .record.child > .record, body .form .contents .check .record.child > .record {
  padding: 0 0 15px 15px;
}
body .form .contents .calendar-container .record .selectLists, body .form .contents .user .record .selectLists, body .form .contents .enqe .record .selectLists, body .form .contents .check .record .selectLists {
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 0.375em;
  color: #363636;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 1rem;
  line-height: 1.5;
  padding-bottom: calc(0.5em - 1px);
  padding-left: calc(0.75em - 1px);
  padding-right: calc(0.75em - 1px);
  padding-top: calc(0.5em - 1px);
  position: relative;
}
body .form .contents .calendar-container .record .selectLists label:first-child, body .form .contents .user .record .selectLists label:first-child, body .form .contents .enqe .record .selectLists label:first-child, body .form .contents .check .record .selectLists label:first-child {
  font-weight: normal;
}
body .form .contents .calendar-container .record .selectLists label:last-child, body .form .contents .user .record .selectLists label:last-child, body .form .contents .enqe .record .selectLists label:last-child, body .form .contents .check .record .selectLists label:last-child {
  margin: 0;
}
body .form .contents .calendar-container .record.reserve, body .form .contents .user .record.reserve, body .form .contents .enqe .record.reserve, body .form .contents .check .record.reserve {
  position: relative;
}
body .form .contents .calendar-container .record.reserve.disable_reservation:after, body .form .contents .user .record.reserve.disable_reservation:after, body .form .contents .enqe .record.reserve.disable_reservation:after, body .form .contents .check .record.reserve.disable_reservation:after {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  content: "好評につき、定員に達しました。";
  color: #fff;
  left: 0;
  top: 0;
  border-radius: 10px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 20px;
}
body .form .contents .calendar-container .notification, body .form .contents .user .notification, body .form .contents .enqe .notification, body .form .contents .check .notification {
  display: none;
}
body .form .contents .calendar-container .attend, body .form .contents .user .attend, body .form .contents .enqe .attend, body .form .contents .check .attend {
  background-color: #3AB996;
  border-radius: 6px;
  padding: 15px 15px 30px;
  color: #fff;
  position: relative;
  margin: 30px 0 60px;
}
body .form .contents .calendar-container .attend b:before, body .form .contents .user .attend b:before, body .form .contents .enqe .attend b:before, body .form .contents .check .attend b:before {
  background-color: #fff;
}
body .form .contents .calendar-container .attend .extend, body .form .contents .user .attend .extend, body .form .contents .enqe .attend .extend, body .form .contents .check .attend .extend {
  width: 50px;
  height: 50px;
  border-radius: 35px;
  background: #fff;
  -webkit-box-shadow: 0px 6px 12px rgba(204, 204, 204, 0.25);
          box-shadow: 0px 6px 12px rgba(204, 204, 204, 0.25);
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 15px auto 0;
  border: none;
}
body .form .contents .calendar-container .checkTxt, body .form .contents .user .checkTxt, body .form .contents .enqe .checkTxt, body .form .contents .check .checkTxt {
  background-color: #fff;
  border-radius: 6px;
  padding: 15px 15px 30px;
  margin: 15px 0;
}
body .form .contents .calendar-container .checkTxt div:nth-of-type(1), body .form .contents .user .checkTxt div:nth-of-type(1), body .form .contents .enqe .checkTxt div:nth-of-type(1), body .form .contents .check .checkTxt div:nth-of-type(1) {
  height: 20rem;
  overflow-y: scroll;
  font-size: 12px;
}
body .form .contents .calendar-container .checkTxt div:nth-of-type(2), body .form .contents .user .checkTxt div:nth-of-type(2), body .form .contents .enqe .checkTxt div:nth-of-type(2), body .form .contents .check .checkTxt div:nth-of-type(2) {
  width: 245px;
  height: 48px;
  border-radius: 6px;
  background: #fff;
  border: 2px solid #3AB996;
  -webkit-box-shadow: 0px 6px 12px rgba(204, 204, 204, 0.25);
          box-shadow: 0px 6px 12px rgba(204, 204, 204, 0.25);
  margin: 30px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  /* to hide the checkbox itself */
  /* unchecked icon */
  /* space between checkbox and label */
  /* checked icon */
  /* allow space for check mark */
}
body .form .contents .calendar-container .checkTxt div:nth-of-type(2) label, body .form .contents .user .checkTxt div:nth-of-type(2) label, body .form .contents .enqe .checkTxt div:nth-of-type(2) label, body .form .contents .check .checkTxt div:nth-of-type(2) label {
  display: block;
  width: auto;
  margin: 0;
  font-size: 15px;
}
body .form .contents .calendar-container .checkTxt div:nth-of-type(2) input[type=checkbox], body .form .contents .user .checkTxt div:nth-of-type(2) input[type=checkbox], body .form .contents .enqe .checkTxt div:nth-of-type(2) input[type=checkbox], body .form .contents .check .checkTxt div:nth-of-type(2) input[type=checkbox] {
  display: none;
}
body .form .contents .calendar-container .checkTxt div:nth-of-type(2) input[type=checkbox] + label:before, body .form .contents .user .checkTxt div:nth-of-type(2) input[type=checkbox] + label:before, body .form .contents .enqe .checkTxt div:nth-of-type(2) input[type=checkbox] + label:before, body .form .contents .check .checkTxt div:nth-of-type(2) input[type=checkbox] + label:before {
  display: inline-block;
}
body .form .contents .calendar-container .checkTxt div:nth-of-type(2) input[type=checkbox] + label:before, body .form .contents .user .checkTxt div:nth-of-type(2) input[type=checkbox] + label:before, body .form .contents .enqe .checkTxt div:nth-of-type(2) input[type=checkbox] + label:before, body .form .contents .check .checkTxt div:nth-of-type(2) input[type=checkbox] + label:before {
  display: block;
  float: left;
  margin: 0 10px 0 0;
  width: 18px;
  height: 18px;
  content: "";
  background: url(/assets/img/check_not.svg) center center no-repeat;
  background-size: contain;
}
body .form .contents .calendar-container .checkTxt div:nth-of-type(2) input[type=checkbox] + label:before, body .form .contents .user .checkTxt div:nth-of-type(2) input[type=checkbox] + label:before, body .form .contents .enqe .checkTxt div:nth-of-type(2) input[type=checkbox] + label:before, body .form .contents .check .checkTxt div:nth-of-type(2) input[type=checkbox] + label:before {
  letter-spacing: 10px;
}
body .form .contents .calendar-container .checkTxt div:nth-of-type(2) input[type=checkbox]:checked + label:before, body .form .contents .user .checkTxt div:nth-of-type(2) input[type=checkbox]:checked + label:before, body .form .contents .enqe .checkTxt div:nth-of-type(2) input[type=checkbox]:checked + label:before, body .form .contents .check .checkTxt div:nth-of-type(2) input[type=checkbox]:checked + label:before {
  display: block;
  float: left;
  margin: 0 10px 0 0;
  width: 18px;
  height: 18px;
  content: "";
  background: url(/assets/img/check.svg) center center no-repeat;
  background-size: contain;
}
body .form .contents .calendar-container .checkTxt div:nth-of-type(2) input[type=checkbox]:checked + label:before, body .form .contents .user .checkTxt div:nth-of-type(2) input[type=checkbox]:checked + label:before, body .form .contents .enqe .checkTxt div:nth-of-type(2) input[type=checkbox]:checked + label:before, body .form .contents .check .checkTxt div:nth-of-type(2) input[type=checkbox]:checked + label:before {
  letter-spacing: 5px;
}
body .form .contents .calendar-container .calendar-text, body .form .contents .user .calendar-text, body .form .contents .enqe .calendar-text, body .form .contents .check .calendar-text {
  -webkit-box-shadow: inset 0 0.0625em 0.125em rgba(10, 10, 10, 0.05);
          box-shadow: inset 0 0.0625em 0.125em rgba(10, 10, 10, 0.05);
  max-width: 100%;
  width: 100%;
  padding-bottom: calc(1em - 1px);
  padding-left: calc(1.25em - 1px);
  padding-right: calc(1.25em - 1px);
  padding-top: calc(1em - 1px);
  background-color: #fff;
  border: none;
  border-radius: 0 0 6px 6px;
  color: #a7a7a7;
}
body .form .contents .calendar-container .calendar-text span, body .form .contents .user .calendar-text span, body .form .contents .enqe .calendar-text span, body .form .contents .check .calendar-text span {
  color: #363636;
  font-weight: bold;
}
body .form .contents .user.request .request-wrap {
  border-radius: 6px;
  border: 2px solid #479acb;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
}
body .form .contents .user.request .request-wrap .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body .form .contents .user.request .request-wrap .row b {
  color: #479acb;
  line-height: 1.25;
}
body .form .contents .user.request .request-wrap .row b::before {
  display: none;
}
body .form .contents .user.request .request-wrap p {
  margin: 15px 0 0;
  font-size: 14px;
}
body .form .contents .user.request .request-wrap .record.name-first div {
  width: 100%;
}
body .form .contents .user.join > div {
  margin: 15px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
body .form .contents .user.join > div > div label {
  line-height: 1;
  font-size: 18px;
}
body .form .contents .user.join > div > div input[type=radio] {
  position: absolute;
  opacity: 0;
}
body .form .contents .user.join > div > div input[type=radio] + .label:before {
  content: "";
  background: #fff;
  border-radius: 100%;
  border: 1px solid #bfbfbf;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: -0.2em;
  margin-right: 0.5em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
body .form .contents .user.join > div > div input[type=radio]:checked + .label:before {
  background-color: #479acb;
  -webkit-box-shadow: inset 0 0 0 4px #fff;
          box-shadow: inset 0 0 0 4px #fff;
}
body .form .contents .user.join > div > div input[type=radio]:focus + .label:before {
  outline: none;
  border-color: #479acb;
}
body .form .contents .user.join > div > div input[type=radio]:disabled + .label {
  color: #bfbfbf;
}
body .form .contents .user.join > div > div input[type=radio]:disabled + .label:before {
  -webkit-box-shadow: inset 0 0 0 4px #eee;
          box-shadow: inset 0 0 0 4px #eee;
  border-color: #bfbfbf;
  background: #eee;
}
body .form .contents .user.join > div > div input[type=radio] + .label:empty:before {
  margin-right: 0;
}
body .form .contents .advance .record {
  padding: 15px;
  background-color: #fff;
  border-radius: 6px;
}
body .form .contents .advance .record label:nth-of-type(1) {
  font-weight: bold;
  margin: 0 0 5px;
}
body .form .contents .advance .record.child {
  display: none;
  margin-top: -30px;
  background-color: #fff;
  border-radius: 6px;
}
body .form .contents .advance .record.child > .record {
  padding: 0 0 0 15px;
  background-color: none;
  border-radius: 0;
}
body .form .contents .advance.user .advance-wrap {
  background-color: #fff;
  border-radius: 6px;
  padding: 15px;
}
body .form .contents .advance.user .advance-wrap .advance-more {
  border-radius: 30px;
  border: 1px solid #cfcfcf;
  -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.16);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0;
  margin: 15px 0 0;
  text-align: center;
  position: relative;
  display: block;
}
body .form .contents .advance.user .advance-wrap .advance-more img {
  position: absolute;
  left: 17px;
  top: 19px;
}
body .form .contents .advance.user .advance-wrap p {
  padding: 0;
  height: 3.75rem;
  overflow: hidden;
}
body .form .contents .complete {
  text-align: center;
  font-weight: bold;
  line-height: 1.75;
  width: 100%;
  margin: 0;
  height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body .form .contents .complete p {
  position: relative;
  left: 5px;
}
body .form .contents .btns {
  padding: 30px 15px 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body .form .contents .btns button {
  background-color: #479acb;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  padding: 0 20px;
  width: auto;
  height: 48px;
  border-radius: 24px;
  border: none;
  background: #479ac8;
  -webkit-box-shadow: 0px 10px 12px #ccc;
          box-shadow: 0px 10px 12px #ccc;
}
body .form .contents .btns button.prev {
  background-color: #a7a7a7;
}
body .form .contents .btns button.next {
  float: right;
}
body .form .contents .btns.first {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body .form .contents.confirm .user .input, body .form .contents.confirm .enqe .input {
  background-color: #ddd;
}
body .form.wrap.confirm .input, body .form.wrap.confirm .select select, body .form.wrap.confirm .textarea {
  background-color: #ddd;
}
body .form.notfound {
  max-width: 100% !important;
  margin: auto !important;
  overflow: hidden;
}
body .form.notfound > div {
  height: 100vh;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body #form-header {
  background-color: #fff;
  padding: 10px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body #form-header.link-only {
  /* ロゴなし・任意リンク設定ありの場合は「link-only」クラスをheaderに付与 */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body #form-header a {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
}
body #form-header a:hover {
  opacity: 0.6;
}
body #form-header a.header-logo img {
  display: block;
  height: 20px;
}
body #form-header a.header-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #479acb;
  font-size: 12px;
}
body #form-header a.header-link img {
  display: block;
  margin: 0 0 0 5px;
  height: 12px;
}
body #form-footer {
  background-color: #3AB996;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  bottom: 0px;
  width: 100%;
}
body #form-footer p {
  width: 100%;
  margin: 0 0 10px;
  font-size: 11px;
}
body #form-footer a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
}
body #form-footer a:hover {
  opacity: 0.6;
}
body #form-footer a img {
  display: block;
  height: 30px;
}
body #form-footer a img.ic-link {
  height: 15px;
  margin: 0 0 0 10px;
}
body #form-footer small {
  font-size: 11px;
}
@media only screen and (min-width: 1025px) {
  body {
    background: rgb(255, 255, 255);
    background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), color-stop(50%, rgb(238, 238, 238)), to(rgb(255, 255, 255)));
    background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(238, 238, 238) 50%, rgb(255, 255, 255) 100%);
  }
  body .form {
    max-width: 580px;
    margin: 0 auto;
  }
  body .form.complete {
    height: 100vh;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body .form.complete .header {
    width: 100%;
    height: 350px;
  }
  body .form.complete .contents {
    width: 100%;
    height: 50vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  body .form.complete .contents .complete {
    height: auto;
  }
  body .form.notfound > div img {
    width: 300px;
  }
  body .form .contents .advance.user .advance-wrap {
    background-color: #fff;
    border-radius: 6px;
    padding: 15px;
  }
  body .form .contents .advance.user .advance-wrap .advance-more {
    width: 200px;
    margin: 15px auto 0;
  }
  body .form .contents .advance.user .advance-wrap p {
    height: 2.5rem;
  }
  body #form-header {
    padding: 15px;
  }
  body #form-header a:hover {
    text-decoration: underline;
  }
}