@charset "UTF-8";

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | https://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif
}

.pika-single:after,
.pika-single:before {
  content: " ";
  display: table
}

.pika-single:after {
  clear: both
}

.pika-single {
  *zoom: 1
}

.pika-single.is-hidden {
  display: none
}

.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, .5)
}

.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px
}

.pika-title {
  position: relative;
  text-align: center
}

.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  background-color: #fff
}

.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0
}

.pika-next,
.pika-prev {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: .5;
  *position: absolute;
  *top: 0
}

.pika-next:hover,
.pika-prev:hover {
  opacity: 1
}

.is-rtl .pika-next,
.pika-prev {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  *left: 0
}

.is-rtl .pika-prev,
.pika-next {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  *right: 0
}

.pika-next.is-disabled,
.pika-prev.is-disabled {
  cursor: default;
  opacity: .2
}

.pika-select {
  display: inline-block;
  *display: inline
}

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0
}

.pika-table td,
.pika-table th {
  width: 14.285714285714286%;
  padding: 0
}

.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: 700;
  text-align: center
}

.pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5
}

.pika-week {
  font-size: 11px;
  color: #999
}

.is-today .pika-button {
  color: #3af;
  font-weight: 700
}

.has-event .pika-button,
.is-selected .pika-button {
  color: #fff;
  font-weight: 700;
  background: #3af;
  box-shadow: inset 0 1px 3px #178fe5;
  border-radius: 3px
}

.has-event .pika-button {
  background: #005da9;
  box-shadow: inset 0 1px 3px #0076c9
}

.is-disabled .pika-button,
.is-inrange .pika-button {
  background: #d5e9f7
}

.is-startrange .pika-button {
  color: #fff;
  background: #6cb31d;
  box-shadow: none;
  border-radius: 3px
}

.is-endrange .pika-button {
  color: #fff;
  background: #3af;
  box-shadow: none;
  border-radius: 3px
}

.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: .3
}

.is-outside-current-month .pika-button {
  color: #999;
  opacity: .3
}

.is-selection-disabled {
  pointer-events: none;
  cursor: default
}

.pika-button:hover,
.pika-row.pick-whole-week:hover .pika-button {
  color: #fff;
  background: #ff8000;
  box-shadow: none;
  border-radius: 3px
}

.pika-table abbr {
  border-bottom: none;
  cursor: help
}

:placeholder-shown {
  color: #888 !important;
  font-weight: lighter
}

::-webkit-input-placeholder {
  color: #888 !important;
  font-weight: lighter
}

::-moz-placeholder {
  color: #888 !important;
  font-weight: lighter
}

:-ms-input-placeholder {
  color: #888 !important;
  font-weight: lighter
}

.form {
  font-size: 14px;
  line-height: 1.7142857143
}

.form a {
  color: #73d4e6;
  text-decoration: none
}

.form a:hover {
  text-decoration: underline
}

.form-step {
  display: flex;
  justify-content: space-between;
  margin: 40px auto 30px;
  padding: 0 32px
}

.form-step__item {
  align-items: center;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='17.749'%3E%3Cpath d='M0 7.55S5.328-1.289 15.5.164s19.293 9.324 28.011 9.324 10.979-.969 12.432-2.422c0 0 1.419 7.178-9.928 10.091-8.961 2.3-17.8-2.826-17.8-2.826s-8.775-4.821-14.29-6.66C9.565 6.216 2.906 6.094 0 7.55z' fill='rgba(204,204,204,0.2)'/%3E%3C/svg%3E");
  background-position: 50% 18px;
  background-repeat: no-repeat;
  color: #ccc;
  display: flex;
  flex-direction: column;
  font-size: 13px;
  justify-content: center;
  width: calc(33.33333% - 4px);
  padding: 16px 8px 12px;
  text-align: center
}

.form-step__item:first-child {
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  margin-left: 0
}

.form-step__item:last-child {
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
  margin-right: 0
}

.form-step__item>span {
  display: block;
  font-size: 11px;
  margin-bottom: 3px
}

.step__item--current {
  background-color: #9dd6e1;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='17.749'%3E%3Cpath d='M0 7.55S5.328-1.289 15.5.164s19.293 9.324 28.011 9.324 10.979-.969 12.432-2.422c0 0 1.419 7.178-9.928 10.091-8.961 2.3-17.8-2.826-17.8-2.826s-8.775-4.821-14.29-6.66C9.565 6.216 2.906 6.094 0 7.55z' fill='rgba(255,255,255,0.2)'/%3E%3C/svg%3E");
  color: #fff
}

.form-group {
  background: #fff;
  border-radius: 32px;
  margin: 0 auto 30px;
  padding: 16px 0 24px
}

.form-group__ttl {
  margin-top: 16px;
  margin-right: 32px;
  margin-left: 32px;
  padding-bottom: 0;
  text-align: left
}

.form-group__ttl:after {
  display: block;
  content: "";
  width: 100%;
  height: 10px;
  margin: 10px auto 0;
  background: url(/img/heading_line.png) 0 0 repeat-x
}

.form-group--privacy {
  margin-top: 30px;
  margin-bottom: 40px
}

.form-group--privacy .input-body {
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px
}

.form-group--privacy .input-label {
  margin-top: 0
}

.form-group--confirm {
  margin-bottom: 40px;
  padding-top: 30px;
  padding-bottom: 20px
}

.form-group--confirm .input-body {
  margin-top: 20px
}

.form-footer {
  margin-bottom: 30px
}

.form-footer .input-group {
  padding: 0 16px
}

.form-footer .input-body {
  justify-content: space-between
}

.form-footer .input-body button {
  margin: 0 8px
}

.form-plan-ttl {
  margin-top: 32px;
  margin-bottom: 16px;
  font-weight: 700
}

.form-plan-list {
  margin-top: 16px;
  list-style-position: inside
}

.form-plan-list li {
  position: relative;
  margin-bottom: 16px;
  padding-left: 12px
}

.form-plan-list li:before {
  position: absolute;
  top: 11px;
  left: 0;
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: #555
}

.form-plan-list li>ul {
  margin-top: 16px
}

.input-group {
  margin: 0 auto;
  padding: 0 32px
}

.input-group+.input-group,
.input-group+.input-group-wrap,
.input-group-wrap+.input-group,
.input-group-wrap+.input-group-wrap {
  margin-top: 20px
}

.input-group-wrap {
  margin: 0 auto;
  padding: 20px 0;
  background: rgba(236, 246, 248, .5)
}

.input-group-wrap .input-body select {
  background-color: #fff;
  border: 1px solid #daf4f8
}

.input-title {
  color: #555;
  font-size: 16px;
  justify-content: flex-start;
  letter-spacing: .075em;
  line-height: 1.7142857143;
  margin-bottom: 6px
}

.input-label,
.input-title {
  display: flex;
  font-weight: 100
}

.input-label {
  align-items: center;
  background: #aaa;
  border-radius: 8px;
  color: #fff;
  font-size: 12px;
  justify-content: center;
  margin-right: 12px;
  margin-top: 15px;
  min-width: 42px;
  padding: 6px
}

.input-label--required {
  background: #f6bdb8
}

.input-body {
  align-items: flex-start;
  color: #555;
  display: flex;
  font-size: 13px;
  font-weight: 100;
  justify-content: flex-start;
  letter-spacing: .075em;
  line-height: 1.7142857143
}

.input-body>dl {
  display: flex;
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 1px solid #daf4f8
}

.input-body>dl dt {
  width: 30%;
  font-size: 13px;
  color: #888
}

.input-body>dl dd,
.input-body>dl dt {
  font-weight: 400;
  letter-spacing: .08em;
  text-align: left;
  word-break: break-all
}

.input-body>dl dd {
  width: 70%;
  padding-left: 10px;
  font-size: 15px;
  color: #555
}

.input-body__ttl {
  margin-top: 16px;
  margin-bottom: 24px
}

.input-body input[type=date],
.input-body input[type=email],
.input-body input[type=password],
.input-body input[type=text],
.input-body select,
.input-body textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  align-items: center;
  border: 1px solid #daf4f8;
  border-radius: 8px;
  color: #888;
  display: flex;
  font-weight: 100;
  justify-content: center;
  letter-spacing: .0625em;
  line-height: 1.6666666667;
  padding: 20px 15px;
  width: 100%;
  font-size: 16px
}

.input-body input[type=date]:-webkit-autofill,
.input-body input[type=email]:-webkit-autofill,
.input-body input[type=password]:-webkit-autofill,
.input-body input[type=text]:-webkit-autofill,
.input-body select:-webkit-autofill,
.input-body textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
  color: #888 !important
}

.input-body input[type=date]:focus,
.input-body input[type=email]:focus,
.input-body input[type=password]:focus,
.input-body input[type=text]:focus,
.input-body select:focus,
.input-body select.--selected,
.input-body textarea:focus,
.input-body textarea.--selected {
  background-color: #fff;
  color: #000;
}

.input-body>button {
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 8px;
  color: #888;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  height: 110px;
  justify-content: center;
  letter-spacing: .16em;
  line-height: 1.6875;
  padding: 20px 15px;
  text-indent: 16px;
  width: 100%;
  cursor: pointer
}

.input-body>button[type=submit] {
  background-color: #73d4e6;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Ccircle cx='12' cy='12' r='12' fill='%23fff'/%3E%3Cpath d='M9.647 17.303a.5.5 0 0 1 0-.707l4.6-4.6-4.6-4.593a.5.5 0 0 1 .706-.706L15.3 11.65a.5.5 0 0 1 0 .707l-4.95 4.95a.5.5 0 0 1-.707 0z' fill='%2373d4e6'/%3E%3C/svg%3E");
  background-position: 26px 50%;
  background-repeat: no-repeat;
  color: #fff
}

.input-body>button[type=submit]:hover {
  opacity: .8
}

.input-body>.button.button--alt,
.input-body>button[type=reset] {
  background-color: #ccc;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Ccircle cx='12' cy='12' r='12' fill='%23fff'/%3E%3Cpath d='M9.647 17.303a.5.5 0 0 1 0-.707l4.6-4.6-4.6-4.593a.5.5 0 0 1 .706-.706L15.3 11.65a.5.5 0 0 1 0 .707l-4.95 4.95a.5.5 0 0 1-.707 0z' fill='%23ccc'/%3E%3C/svg%3E");
  background-position: 26px 50%;
  background-repeat: no-repeat;
  color: #fff
}

.input-body>.button.button--alt:hover,
.input-body>button[type=reset]:hover {
  opacity: .8
}

.input-body>.button.button--alt[value=back],
.input-body>button[type=reset][value=back],
.input-body>button[type=submit][value=back] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cg transform='rotate(180 12 12)'%3E%3Ccircle cx='12' cy='12' r='12' fill='%23fff'/%3E%3Cpath d='M9.647 17.3a.5.5 0 010-.707l4.6-4.6-4.6-4.593a.5.5 0 01.706-.706L15.3 11.65a.5.5 0 010 .707l-4.95 4.95a.5.5 0 01-.707 0z' fill='%23ccc'/%3E%3C/g%3E%3C/svg%3E")
}

.input-body>button:disabled,
.input-body>button:disabled[type=reset],
.input-body>button:disabled[type=submit] {
  background-color: hsla(0, 0%, 80%, .2);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Ccircle cx='12' cy='12' r='12' fill='%23fff'/%3E%3Cpath d='M9.647 17.303a.5.5 0 0 1 0-.707l4.6-4.6-4.6-4.593a.5.5 0 0 1 .706-.706L15.3 11.65a.5.5 0 0 1 0 .707l-4.95 4.95a.5.5 0 0 1-.707 0z' fill='%23ccc'/%3E%3C/svg%3E");
  color: #fff
}

.input-body select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #f4fcfd;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M24 12A12 12 0 1 1 12 0a12 12 0 0 1 12 12z' fill='%2373d4e6'/%3E%3Cpath d='M6.697 9.647a.5.5 0 0 1 .707 0l4.6 4.6 4.593-4.6a.5.5 0 0 1 .706.706L12.35 15.3a.5.5 0 0 1-.707 0l-4.95-4.95a.5.5 0 0 1 0-.707z' fill='%23fff'/%3E%3C/svg%3E");
  background-position: calc(100% - 18px) 50%;
  background-repeat: no-repeat;
  height: 60px;
  padding: 0 50px 0 15px
}

.input-body select::-ms-expand {
  display: none
}

.input-body textarea {
  padding: 15px 18px;
  resize: none
}

.input-footer {
  width: 100%
}

.form-msg {
  margin-top: 15px;
  color: #888;
  font-size: 12px;
  font-weight: 100;
  letter-spacing: .0625em;
  line-height: 1.6666666667
}

.form-msg+.form-msg {
  margin-top: 0
}

.form-msg--indent {
  margin-left: 1em;
  text-indent: -1em
}

.input-error {
  margin-top: 8px;
  padding-left: 54px;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: .08em;
  color: #f23b3b
}

.input-radio-list__ttl {
  margin-top: 16px;
  margin-bottom: 24px
}

.styled-radio {
  opacity: 0;
  position: absolute
}

.styled-radio+label {
  color: #555;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 100;
  letter-spacing: .0625em;
  line-height: 1.7142857143;
  margin-bottom: 8px;
  padding: 0;
  position: relative;
  margin-left: 2em;
  text-indent: -2em
}

.styled-radio+label:before {
  background: #fff;
  border: 2px solid #9DD6E1;
  border-radius: 10px;
  content: "";
  display: inline-block;
  height: 20px;
  margin-right: 8px;
  margin-top: -3px;
  vertical-align: text-top;
  width: 20px
}

.styled-radio:checked+label:before,
.styled-radio:hover+label:before {
  background: #fff
}

.styled-radio:disabled+label {
  color: #b8b8b8;
  cursor: auto
}

.styled-radio:disabled+label:before {
  background: #ddd;
  box-shadow: none
}

.styled-radio:checked+label:after {
  background: #555;
  border-radius: 50%;
  content: "";
  height: 10px;
  left: calc(-2em + 10px);
  position: absolute;
  top: 10px;
  transform: translate(-50%, -50%);
  width: 10px
}

.styled-checkbox {
  opacity: 0;
  position: absolute
}

.styled-checkbox+label {
  color: #555;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 100;
  letter-spacing: .0625em;
  line-height: 1.7142857143;
  margin-bottom: 8px;
  padding: 0;
  position: relative;
  margin-left: 2em
}

.styled-checkbox+label:before {
  background: #fff;
  border: 2px solid #9DD6E1;
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 50%;
  left: -28px;
  transform: translateY(-50%)
}

.styled-checkbox+label:after {
  border: solid hsla(0, 0%, 80%, .2);
  border-width: 0 2px 2px 0;
  content: "";
  display: block;
  height: 11px;
  left: -22px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 8px
}

.styled-checkbox:checked+label:before,
.styled-checkbox:hover+label:before {
  background: #fff
}

.styled-checkbox:disabled+label {
  color: #b8b8b8;
  cursor: auto
}

.styled-checkbox:disabled+label:before {
  background: #ddd;
  box-shadow: none
}

.styled-checkbox:checked+label:after {
  border: solid #555;
  border-width: 0 2px 2px 0
}

.link__box__Txt {
  font-size: 14px;
  position: relative;
  padding: 2px 0 0 35px;
  margin-bottom: 20px
}

.link__box__Txt:hover {
  opacity: .8
}

.link__box__Txt a {
  color: #555;
  text-decoration: none
}

.link__box__Txt span {
  width: 24px;
  height: 24px;
  background: #9dd6e1;
  border-radius: 50%;
  color: #fff;
  transition: transform .5s ease;
  transform: rotate(0deg);
  left: 0
}

.link__box__Txt span,
.link__box__Txt span:after {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  margin: auto
}

.link__box__Txt span:after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid;
  border-right: 1px solid;
  transform: rotate(45deg);
  left: -3px;
  right: 0
}

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

  .input-body input[type=date],
  .input-body input[type=email],
  .input-body input[type=password],
  .input-body input[type=text],
  .input-body select,
  .input-body textarea {
    font-size: 14px
  }

  .input-body dl dt {
    width: 25%
  }

  .input-body dl dd {
    width: 75%
  }

  .form-group {
    padding: 50px 0
  }

  .form-group__ttl {
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    text-align: center
  }

  .form-group__ttl:after {
    content: url(/img/heading_line.png);
    width: auto;
    height: auto;
    margin: auto;
    background: none
  }

  .input-group {
    padding: 0 50px
  }

  .form-footer .input-body button {
    width: calc(50% - 16px);
    margin: 0 auto
  }

  .link__box__Txt {
    font-size: 14px;
    position: relative;
    padding: 2px 0 0 35px;
    margin-bottom: 20px
  }

  .link__box__Txt a {
    color: #555;
    text-decoration: none
  }

  .link__box__Txt span {
    width: 24px;
    height: 24px;
    background: #9dd6e1;
    border-radius: 50%;
    color: #fff;
    transition: transform .5s ease;
    transform: rotate(0deg);
    left: 0
  }

  .link__box__Txt span,
  .link__box__Txt span:after {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    margin: auto
  }

  .link__box__Txt span:after {
    content: "";
    width: 7px;
    height: 7px;
    border-top: 1px solid;
    border-right: 1px solid;
    transform: rotate(45deg);
    left: -3px;
    right: 0
  }
}

.pika-single {
  border-color: #daf4f8;
  border-radius: 8px;
  z-index: 10
}

.pika-button {
  background: #f4fcfd
}

.is-disabled .pika-button,
.is-inrange .pika-button {
  background: #fff
}

.has-event .pika-button,
.is-selected .pika-button {
  background: #9dd6e1;
  box-shadow: none
}

.pika-button:hover,
.pika-row.pick-whole-week:hover .pika-button {
  background: #9dd6e1;
  opacity: .8
}