@charset "UTF-8";
/** form **/
.form .title-section-sub {
  margin-bottom: 30px;
}

.form .g-contents {
  font-size: 14px;
  font-size: 0.875rem;
}

.form-title {
  margin: 0 0 1em;
  padding-bottom: 0.6em;
  border-bottom: 1px solid #a3a3a3;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.66;
}

.form-notes {
  margin: 0 0 55px;
}

.form-container {
  margin: 40px 0 0;
}

.form-container .title-local {
  margin-bottom: 40px;
  font-size: 21.008px;
  font-size: 1.313rem;
  font-weight: normal;
}

.form-container .title-local .icon {
  font-size: 1em;
  position: relative;
  top: -1.2px;
}

.form-step {
  padding: 0;
  list-style: none;
  margin: 0 0 50px;
}

.form-step:after {
  content: " ";
  display: table;
  clear: both;
}

.form-step li {
  float: left;
  width: calc(100% / 3.01 - 18px);
  position: relative;
  padding: 0.54em 0 0.645em;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  background: #aaa;
  color: #fff;
  text-align: center;
  line-height: 1;
}

.form-step li:not(:last-child) {
  margin-right: 27px;
}

.form-step li:not(:last-child):after {
  content: "";
  display: block;
  height: 13px;
  width: 10px;
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: 9px;
  background: url(../images/form/step-arrow.png) no-repeat center right;
  -webkit-background-size: auto 100%;
          background-size: auto 100%;
}

.form-step li.-current {
  background: #00495b;
}

.form-step li.-current:after {
  background-position: center left;
}

.form-step li .en {
  display: block;
  margin-bottom: 4px;
  font-size: 1.1em;
}

.form-style {
  position: relative;
  /** selectbox **/
  /** radio **/
  /** checkbox **/
  /** error **/
  /** confirmation **/
  /** complete **/
}

.form-tbl {
  width: 100%;
  margin: 0;
}

.form-tbl th, .form-tbl td {
  padding: 0 0 30px;
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}

.form-tbl th {
  width: 203px;
}

.form-tbl td {
  font-size: 14px;
  font-size: 0.875rem;
}

.form-tbl td p {
  margin: 0;
}

.form-tbl td small {
  font-size: 10px;
}

.form-def {
  border-top: 1px solid #f1f1f1;
  padding-top: 30px;
  margin: 0 0 40px;
}

.form-def dd {
  margin: 0.65em 0 0;
}

.form-def .list {
  padding: 0;
  list-style: none;
  margin: 0;
}

.form-def .list li:not(:last-child) {
  margin-bottom: 1em;
}

.form-style .req {
  display: inline-block;
  background: #f1f1f1;
  padding: 0.4em 0.6em;
  margin-left: 0.6em;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  font-size: 10px;
  line-height: 1;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.form-style .input-text {
  display: block;
  background: #f1f1f1;
  border: none;
  outline: none;
  width: 100%;
  padding: 8px 10px;
  font-size: 14px;
  font-size: 0.875rem;
}

.form-style .input-text.error {
  background: #f9eded;
}

.form-style .input-text:placeholder-shown {
  color: #aaa;
}

.form-style .input-text::-webkit-input-placeholder {
  color: #aaa;
}

.form-style .input-text:-moz-placeholder {
  color: #aaa;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.form-style .input-text:-ms-input-placeholder {
  color: #aaa;
}

.form-style .input-text:focus::-webkit-input-placeholder {
  color: transparent;
}

.form-style .input-text:focus:-moz-placeholder {
  color: transparent;
}

.form-style textarea {
  min-height: 120px;
}

.form-style .input-select {
  display: block;
  position: relative;
  background: #f1f1f1;
  font-size: 14px;
  font-size: 0.875rem;
}

.form-style .input-select:after {
  content: "";
  display: block;
  position: absolute;
  right: 5px;
  top: 50%;
  width: 0.5em;
  height: 0.5em;
  border-right: 1px solid #aaa;
  border-top: 1px solid #aaa;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  margin-top: -0.5em;
  pointer-events: none;
}

.form-style .input-select select {
  background: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  width: 100%;
  padding: 7px 15px 7px 10px;
}

.form-style .input-select select::-ms-expand {
  display: none;
}

.form-style .input-select.error {
  background: #f9eded;
}

.form-style .input-radio, .form-style .input-check {
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
  font-size: 0.875rem;
}

.form-style .input-radio span, .form-style .input-check span {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}

.form-style .input-radio span:before, .form-style .input-check span:before, .form-style .input-radio span:after, .form-style .input-check span:after {
  content: "";
  display: block;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.form-style .input-radio span:after, .form-style .input-check span:after {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
}

.form-style .input-radio input, .form-style .input-check input {
  display: none;
}

.form-style .input-radio input:checked + span:after, .form-style .input-check input:checked + span:after {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.form-style .input-radio span:before, .form-style .input-radio span:after {
  -webkit-border-radius: 50%;
          border-radius: 50%;
}

.form-style .input-radio span:before {
  border: 1px solid #ccc;
  top: 5px;
  left: 0;
  width: 12px;
  height: 12px;
}

.form-style .input-radio span:after {
  background: #00495b;
  top: 8px;
  left: 3px;
  width: 6px;
  height: 6px;
}

.form-style .input-check span:before, .form-style .input-check span:after {
  top: 3px;
  left: 0;
  width: 14px;
  height: 14px;
}

.form-style .input-check span:before {
  border: 1px solid #ccc;
  -webkit-border-radius: 2px;
          border-radius: 2px;
}

.form-style .input-check span:after {
  background: url(../images/form/check.png) no-repeat center center;
  -webkit-background-size: contain;
          background-size: contain;
}

.form-style .field-row {
  position: relative;
}

.form-style .field-row:after {
  content: " ";
  display: table;
  clear: both;
}

.form-style .field-row .row {
  margin: 30px 0 0;
  max-width: 24em;
}

.form-style .field-row .error-text {
  margin-top: 0.35em;
}

.form-style .col {
  display: inline-block;
  vertical-align: middle;
  width: 10.3em;
  margin-right: 0.5em;
}

.form-style .col.size-small, .form-style .col.size-add {
  margin-right: 1.2em;
}

.form-style .col.-select span {
  display: inline-block;
  vertical-align: middle;
}

.form-style .col:last-child {
  margin-right: 0;
}

.form-style .col.-radio {
  width: auto;
}

.form-style .size-small {
  width: 8.6em;
}

.form-style .size-middle {
  width: 18em;
}

.form-style .size-day {
  width: 9em;
}

.form-style .size-day .input-select {
  display: inline-block;
  width: 7.5em;
}

.form-style .size-tel {
  width: 24em;
}

.form-style .about-card {
  background: #f5f2e9;
  margin-top: 30px;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 20px;
}

.form-style .about-card:after {
  content: " ";
  display: table;
  clear: both;
}

.form-style .about-card .text {
  float: left;
  width: 50%;
  line-height: 1.66;
}

.form-style .about-card .text strong {
  display: block;
}

.form-style .about-card .img {
  float: right;
  width: 50%;
  margin: -5px -20px -15px;
}

.form-style .form-button {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 30px;
}

.form-style .error-text {
  font-size: 12px;
  font-size: 0.75rem;
  color: #fe86a8;
  position: absolute;
  top: 100%;
  left: 0;
  line-height: 1;
}

.form-style .error-text.heading {
  border: 1px solid #fe86a8;
  display: inline-block;
  padding: 0.3em;
  top: auto;
  bottom: 100%;
  margin: 0 0 1.2em;
}

.form-style .form-confirmation .field-row .col, .form-style .form-confirmation .field-row .row {
  width: auto !important;
  margin: 0 !important;
}

.form-style .form-confirmation .col.-select span {
  vertical-align: baseline;
}

.form-style .button-group {
  text-align: center;
  font-size: 0;
}

.form-style .button-group .button {
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  margin: 0 15px;
}

.form-style .button-group .button.-return {
  background: #fff;
  color: #00495b;
  border-width: 1px;
  line-height: 1.125;
}

.form-style .button-group .button.-return:after {
  border-color: #00495b;
}

.form-style .button-group .button.-return:hover {
  background: #00495b;
  color: #fff;
}

.form-style .button-group .button.-return:hover:after {
  border-color: #fff;
}

.form-style.complete {
  text-align: center;
  line-height: 1.857;
}

.form-style.complete .complete-icon {
  margin: 0 auto 40px;
  max-width: 78px;
}

.form-style.complete .complete-title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.3;
}

.form-style.complete .complete-note {
  background: #eef2f3;
  padding: 0.9em 1.2em;
  margin: 3.8em 0 4.3em;
}

.form-style.complete .button {
  max-width: 330px;
}

/* -----
 * responsive
----------------------------------------------------------------------------- */
@media screen and (min-width: 944px) {
  /* PC */
}

@media screen and (min-width: 768px) and (max-width: 943px) {
  /* tablet */
}

@media screen and (max-width: 767px) {
  /* smart phone */
  /** form **/
  .form .title-section-sub {
    margin-bottom: 15px;
  }
  .form .g-contents {
    font-size: 0.75rem;
  }
  .form-title {
    font-size: 0.938rem;
  }
  .form-container {
    margin: 35px 0 0;
  }
  .form-container .title-local {
    margin-bottom: 35px;
    font-size: 0.938rem;
  }
  .form-step {
    margin: 0 0 35px;
  }
  .form-style {
    /** selectbox **/
    /** radio ・ checkbox **/
    /** error **/
    /** confirmation **/
    /** complete **/
  }
  .form-style .form-tbl th, .form-style .form-tbl td {
    display: block;
    width: 100%;
    padding: 0;
    font-size: 14px;
  }
  .form-style .form-tbl th {
    padding-bottom: 0.5em;
  }
  .form-style .form-tbl th br {
    display: none;
  }
  .form-style .form-tbl td {
    padding-bottom: 25px;
  }
  .form-style .form-def {
    padding-top: 25px;
    margin-bottom: 30px;
    font-size: 14px;
  }
  .form-style .form-def dd {
    font-size: inherit;
    margin-top: 0.5em;
  }
  .form-style .input-text {
    font-size: 16px;
    -webkit-border-radius: 0;
            border-radius: 0;
  }
  .form-style .input-select {
    font-size: 16px;
  }
  .form-style .input-radio, .form-style .input-check {
    font-size: 14px;
  }
  .form-style .input-radio span:before {
    top: 3px;
  }
  .form-style .input-radio span:after {
    top: 6px;
  }
  .form-style .input-check span:before, .form-style .input-check span:after {
    top: 3px;
  }
  .form-style .field-row .row {
    font-size: 16px;
    margin: 20px 0 0;
    max-width: 100%;
  }
  .form-style .col {
    width: 100%;
    font-size: 14px;
  }
  .form-style .col.-select {
    margin-right: 0;
  }
  .form-style .col.size-small, .form-style .col.size-add {
    margin-right: 0;
  }
  .form-style .col.size-small {
    width: 48%;
    float: left;
  }
  .form-style .col.size-small:nth-child(2n - 1) {
    margin-right: 4%;
  }
  .form-style .size-middle {
    width: 100%;
  }
  .form-style .size-day {
    width: calc(100% / 3.01 - 2px);
    float: left;
    margin: 0;
    font-size: 0;
  }
  .form-style .size-day .input-select {
    width: calc(100% - 18px);
    font-size: 16px;
    margin-right: 4px;
  }
  .form-style .size-day span {
    font-size: 14px;
    width: 14px;
  }
  .form-style .size-day:not(:first-child) {
    margin-left: 3px;
  }
  .form-style .size-post {
    max-width: 10em;
  }
  .form-style .size-add {
    display: block;
  }
  .form-style .size-add:nth-child(n + 2) {
    margin-top: 20px;
  }
  .form-style .size-tel {
    width: 100%;
  }
  .form-style .about-card {
    margin-top: 20px;
    padding: 15px 15px 5px;
  }
  .form-style .about-card .text, .form-style .about-card .img {
    float: none;
    width: 100%;
  }
  .form-style .about-card .img {
    margin: 10px 0 0;
    text-align: center;
  }
  .form-style .button-group .button {
    margin: 0 8px;
    max-width: calc(50% - 16px);
    font-size: 0.875rem;
  }
  .form-style .error-text.heading {
    margin-bottom: 0.5em;
  }
  .form-style .form-confirmation .field-row .col, .form-style .form-confirmation .field-row .row {
    font-size: 0.875rem;
  }
  .form-style.complete {
    line-height: 1.7;
  }
  .form-style.complete .complete-icon {
    margin-bottom: 25px;
    max-width: 52px;
  }
  .form-style.complete .complete-title {
    font-size: 1.125rem;
  }
  .form-style.complete .complete-note {
    text-align: left;
    margin: 2em 0;
  }
  .form-style.complete .form-button {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 414px) {
  .form-step li {
    width: calc(100% / 3 - 14px);
    padding: 1em 0 0.95em;
    font-size: 10px;
  }
  .form-step li:not(:last-child) {
    margin-right: 21px;
  }
  .form-step li:not(:last-child):after {
    margin-left: 6px;
  }
}
