@charset "UTF-8";
/* line 17, sass/ef-forms.sass */
.page-id-1954 .x-header-landmark,
.page-id-1955 .x-header-landmark,
.page-id-1956 .x-header-landmark,
.page-id-1947 .x-header-landmark,
.page-id-1949 .x-header-landmark,
.page-id-1951 .x-header-landmark,
.page-id-1966 .x-header-landmark,
.page-id-1967 .x-header-landmark,
.page-id-1968 .x-header-landmark,
.page-id-1974 .x-header-landmark,
.page-id-1975 .x-header-landmark,
.page-id-1976 .x-header-landmark {
  display: none;
}

/* line 22, sass/ef-forms.sass */
#steps {
  margin: 0 auto 1em;
  max-width: 44em !important;
}

/* line 25, sass/ef-forms.sass */
.ui.steps,
.ui.steps .step:first-child,
.ui.steps .step:last-child {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

/* line 29, sass/ef-forms.sass */
.ui.steps,
.ui.steps .step,
.ui.steps .step.active::after {
  border-color: #DDD;
}

/* line 33, sass/ef-forms.sass */
.ui.steps .step {
  font-size: 10px;
}
/* line 35, sass/ef-forms.sass */
.ui.steps .step .title {
  color: black;
  font-size: 1.4em;
  font-weight: 100;
}
/* line 39, sass/ef-forms.sass */
.ui.steps .step.active {
  background: #DDD;
}
/* line 41, sass/ef-forms.sass */
.ui.steps .step.active::after {
  background: #DDD;
}
/* line 43, sass/ef-forms.sass */
.ui.steps .step.active .title {
  color: black;
}
/* line 45, sass/ef-forms.sass */
.ui.steps .step.active.past, .ui.steps .step.active.past::after {
  border-color: white;
}

/* line 53, sass/ef-forms.sass */
.ef-explanation {
  color: #555;
}

/* line 56, sass/ef-forms.sass */
.ef-container {
  margin: 0 auto;
  max-width: 44em;
}

/* line 59, sass/ef-forms.sass */
.ef-form {
  display: table;
}
@media (max-width: 24.99em) {
  /* line 59, sass/ef-forms.sass */
  .ef-form {
    display: block;
  }
}

/* line 64, sass/ef-forms.sass */
.ef-row {
  display: table-row;
}
@media (max-width: 24.99em) {
  /* line 64, sass/ef-forms.sass */
  .ef-row {
    display: block;
  }
}

/* line 69, sass/ef-forms.sass */
.ef-label,
.ef-inputs {
  display: table-cell;
  padding: 4px;
}
@media (max-width: 24.99em) {
  /* line 69, sass/ef-forms.sass */
  .ef-label,
  .ef-inputs {
    display: block;
  }
}

/* line 77, sass/ef-forms.sass */
.ef-row:last-child .ef-label,
.ef-row:last-child .ef-inputs,
.ef-row:nth-last-child(2) .ef-label,
.ef-row:nth-last-child(2) .ef-inputs {
  border: 0;
}

/* line 82, sass/ef-forms.sass */
.ef-row.error .ef-inputs > * {
  border: 2px solid #ff6666;
}

/* line 85, sass/ef-forms.sass */
.ef-label {
  background: #DDD;
  border-bottom: 1px solid white;
  padding-left: 8px;
  padding-right: 16px;
  white-space: nowrap;
}
/* line 91, sass/ef-forms.sass */
.ef-label.blank {
  background: none;
}

/* line 95, sass/ef-forms.sass */
.ef-row.captcha .ef-label {
  vertical-align: top;
}

/* line 99, sass/ef-forms.sass */
.ef-row.required .ef-label::after {
  color: red;
  content: "※必須";
  font-size: 0.85em;
  font-weight: 900;
}

/* line 105, sass/ef-forms.sass */
.ef-inputs {
  border-bottom: 1px solid #DDD;
}
/* line 108, sass/ef-forms.sass */
.ef-inputs input[type='text'] {
  margin-bottom: 0;
}
@media (max-width: 24.99em) {
  /* line 110, sass/ef-forms.sass */
  .ef-inputs input[name='name_last'],
  .ef-inputs input[name='name_last_furi'] {
    margin-bottom: 4px;
  }
}
/* line 114, sass/ef-forms.sass */
.ef-inputs select {
  margin-bottom: 0;
}
/* line 116, sass/ef-forms.sass */
.ef-inputs #zipcode {
  max-width: 8em;
}
/* line 118, sass/ef-forms.sass */
.ef-inputs input[type='button'] {
  margin-left: 4px;
}
/* line 121, sass/ef-forms.sass */
.ef-inputs .ef-input {
  display: inline-block;
  margin-bottom: 4px;
}
/* line 125, sass/ef-forms.sass */
.ef-inputs .ef-input.fixed-width .ef-input-label {
  vertical-align: middle;
  width: 3.5em;
}
/* line 128, sass/ef-forms.sass */
.ef-inputs .ef-input.fixed-width select {
  width: 5.5em;
}
/* line 130, sass/ef-forms.sass */
.ef-inputs .ef-input.fixed-width .auto-width {
  width: auto;
}
/* line 132, sass/ef-forms.sass */
.ef-inputs .ef-input .ef-input-label {
  display: inline-block;
  margin: 0 4px;
}
/* line 136, sass/ef-forms.sass */
.ef-inputs .ef-input#license select {
  max-width: 14.16em;
}
/* line 139, sass/ef-forms.sass */
.ef-inputs .ef-input#other textarea {
  max-width: 100%;
}
/* line 142, sass/ef-forms.sass */
.ef-inputs .ef-input#employed, .ef-inputs .ef-input#unemployed {
  width: 100%;
}
/* line 145, sass/ef-forms.sass */
.ef-inputs .ef-input#employed input, .ef-inputs .ef-input#unemployed input {
  width: calc(100% - 7em);
}
/* line 148, sass/ef-forms.sass */
.ef-inputs .ef-input.full {
  width: 100%;
}
/* line 151, sass/ef-forms.sass */
.ef-inputs .ef-input#sea-license .ef-input-label {
  width: auto;
}
@media (max-width: 24.99em) {
  /* line 151, sass/ef-forms.sass */
  .ef-inputs .ef-input#sea-license .ef-input-label {
    width: 100%;
  }
}
@media (max-width: 24.99em) {
  /* line 150, sass/ef-forms.sass */
  .ef-inputs .ef-input#sea-license {
    margin-bottom: 8px;
  }
}
/* line 157, sass/ef-forms.sass */
.ef-inputs .ef-input#sea-license .float {
  float: left;
  margin-right: 2px;
}
/* line 160, sass/ef-forms.sass */
.ef-inputs .ef-input#sea-license .bfc {
  float: none;
  overflow: hidden;
}
/* line 163, sass/ef-forms.sass */
.ef-inputs .ef-input#sea-license [name='sea_license_subject_1'],
.ef-inputs .ef-input#sea-license [name='sea_license_subject_2'] {
  margin-right: 0;
  width: 100%;
}
/* line 173, sass/ef-forms.sass */
.ef-inputs .ef-input#small-boat .ef-input-label {
  width: auto;
}
/* line 176, sass/ef-forms.sass */
.ef-inputs .ef-input .ef-input-label.wider {
  width: 10em;
}
@media (max-width: 24.99em) {
  /* line 176, sass/ef-forms.sass */
  .ef-inputs .ef-input .ef-input-label.wider {
    width: 100%;
  }
}
@media (max-width: 24.99em) {
  /* line 180, sass/ef-forms.sass */
  .ef-inputs .ef-input .ef-input-label.blank {
    display: none;
  }
}
/* line 184, sass/ef-forms.sass */
.ef-inputs .ef-address {
  width: 100%;
}
/* line 187, sass/ef-forms.sass */
.ef-inputs > textarea {
  margin-bottom: 0;
  max-width: 100%;
}
/* line 192, sass/ef-forms.sass */
.ef-inputs .ef-radio {
  display: inline-block;
}
/* line 194, sass/ef-forms.sass */
.ef-inputs .ef-radio input[type='radio'] {
  margin-left: 4px;
}
/* line 196, sass/ef-forms.sass */
.ef-inputs .ef-radio label {
  display: inline-block;
  margin: 0 4px;
}
/* line 200, sass/ef-forms.sass */
.ef-inputs.ef-submit {
  background: none;
}
/* line 202, sass/ef-forms.sass */
.ef-inputs.ef-submit #ef-submit,
.ef-inputs.ef-submit #ef-return {
  background: black;
  border: 1px solid black;
  border-radius: 0;
  box-shadow: none;
  color: white;
  display: inline-block;
  font-size: 16px;
  line-height: 1.8em;
  margin: 0;
  margin-top: 2em;
  padding: 0.6em 1.2em;
  position: static;
  text-shadow: none;
  vertical-align: middle;
}
/* line 13, sass/_base.sass */
.ef-inputs.ef-submit #ef-submit:hover, .ef-inputs.ef-submit #ef-submit:focus, .ef-inputs.ef-submit #ef-submit:active,
.ef-inputs.ef-submit #ef-return:hover,
.ef-inputs.ef-submit #ef-return:focus,
.ef-inputs.ef-submit #ef-return:active {
  background: white;
  color: black;
}
/* line 221, sass/ef-forms.sass */
.ef-inputs.ef-submit #ef-return {
  opacity: 0.4;
}
/* line 13, sass/_base.sass */
.ef-inputs.ef-submit #ef-return:hover, .ef-inputs.ef-submit #ef-return:focus, .ef-inputs.ef-submit #ef-return:active {
  opacity: 1;
}

/* line 232, sass/ef-forms.sass */
.ef-form.ef-confirm .ef-section .ef-label {
  padding-top: 3em;
}
/* line 235, sass/ef-forms.sass */
.ef-form.ef-confirm .ef-inset .ef-label {
  padding-left: 2em;
}
/* line 237, sass/ef-forms.sass */
.ef-form.ef-confirm .ef-inputs {
  padding-left: 8px;
}

/* line 242, sass/ef-forms.sass */
#ef-backtotop {
  text-align: center;
}
/* line 244, sass/ef-forms.sass */
#ef-backtotop > div {
  -moz-transition: background, 0.3s;
  -o-transition: background, 0.3s;
  -webkit-transition: background, 0.3s;
  transition: background, 0.3s;
  background: black;
  border: 1px solid black;
  border-radius: 0;
  box-shadow: none;
  color: white;
  display: inline-block;
  font-size: 16px;
  line-height: 1.8em;
  margin: 0;
  margin-top: 2em;
  padding: 0.6em 1.2em;
  position: static;
  text-shadow: none;
  vertical-align: middle;
}
/* line 13, sass/_base.sass */
#ef-backtotop > div:hover, #ef-backtotop > div:focus, #ef-backtotop > div:active {
  background: white;
  color: black;
}
/* line 263, sass/ef-forms.sass */
#ef-backtotop > div a {
  color: inherit;
}
