@charset "UTF-8";
ol.formStep-01 {
  position: relative;
  display: table;
  table-layout: fixed;
  box-sizing: border-box;
  margin-bottom: 23px;
  padding: 0 10px;
  width: 100%;
  height: 56px;
}

ol.formStep-01>li {
  display: table-cell;
  position: relative;
  padding: 6px 10px 5px 30px;
  width: 33.333333%;
  vertical-align: top;
  text-align: center;
}

ol.formStep-01>li>.inner {
  display: block;
}

ol.formStep-01:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 4px;
  background: #F5F5F5;
}

ol.formStep-01>li:before {
  position: absolute;
  left: 50%;
  bottom: -5px;
  content: '';
  margin-left: -7px;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  background: #F5F5F5;
}

ol.formStep-01>li.current:before {
  bottom: -8px;
  width: 18px;
  height: 18px;
  margin-left: -9px;
  background: #004DA0;
}

ol.formStep-01>li>.inner {
  display: block;
}

@media screen and (min-width: 640px),
print {
  ol.formStep-01>li {
    display: table-cell;
    position: relative;
    padding: 6px 10px 5px 30px;
    background: #F5F5F5;
    vertical-align: middle;
  }

  ol.formStep-01>li:first-child {
    padding-left: 10px;
  }

  ol.formStep-01>li.current {
    background: #004DA0;
    color: #fff;
  }

  ol.formStep-01:before {
    display: none
  }

  ol.formStep-01>li:before {
    display: none
  }

  ol.formStep-01 li:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 28px 0 28px 21px;
    border-color: transparent transparent transparent #F5F5F5;
    content: "";
    position: absolute;
    top: 0;
    right: -21px;
    z-index: 2;
  }

  ol.formStep-01 li.current:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 28px 0 28px 21px;
    border-color: transparent transparent transparent #004DA0;
    content: "";
    position: absolute;
    top: 0;
    right: -21px;
    z-index: 2;
  }

  ol.formStep-01>li .num {
    margin-right: 15px;
    font-weight: bold;
  }

  ol.formStep-01>li .num {
    margin-right: 15px;
    font-weight: bold;
  }
}

.form_table {
  width: 100%;
}

.form_table tr {
  display: table;
  width: 100%;
}

.form_table tbody th {
  font-weight: bold;
  color: #004DA0;
  text-align: left;
  background: #FFFFFF;
}

.form_table th,
.form_table td {
  background: #fff;
  /* padding: 13px 20px 10px; */
  padding: 16px 20px 13px;
  border: 1px solid #bbb;
  display: block;
}


.align-top {
  vertical-align: top !important;
}

@media screen and (min-width: 640px),
print {
  .w-30 {
    width: 30% !important;
  }

  .w-70 {
    width: 70% !important;
  }

  .form_table tr {
    display: table-row;
  }

  .form_table th,
  .form_table td {
    display: table-cell;
  }
}

.required {
  display: table;
  width: 100%;
}

.required span.txt {
  display: table-cell;
  vertical-align: top;
  width: 100%;

}

.required span.icon {
  white-space: nowrap;
  font-size: 66%;
}

.required span.icon .icon-01 {
  font-style: normal;
  padding: 2px 8px;
  background: #004DA0;
  line-height: 1;
  color: #fff;
}

.form_table td>*:first-child {
  margin-top: 0;
}

.example-01 {
  font-size: 80%;
  display: block;
  margin-bottom: .5em;
}

input.text-01 {
  line-height: 1.7em;
  margin-bottom: 10px;
}

input.text-01.w20 {
  width: 20%;
}

input.text-01,
textarea.textarea-02 {
  border-radius: 2px;
  box-sizing: border-box;
  border-top: 1px solid #abadb3;
  border-right: 1px solid #dbdfe6;
  border-bottom: 1px solid #e3e9ef;
  border-left: 1px solid #e2e3ea;
  padding: 3px 5px 2px;
  background: #F2F6FA;
}

.textarea-02 {
  width: 100%;
}

.form_table select {
  width: 10em;
  border: 1px solid #767676;
}

.errorList {
  margin-bottom: 4px;
  padding-left: 24px;
  background: url(/inquiry/img/error-01.png) left 3px no-repeat;
  color: #35327C;
}

.error {
  background-color:#E5EDF5 !important;
}

.sub_note {
  margin-block: 1.5em;
}

.mod-hdg-l3-02 {
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.28;
  margin: 48px 0 30px;
  background: #FFFFFF;
  position: relative;
  padding: .35em 1em .35em 1.5em;
  font-weight: bold;
}

.mod-hdg-l3-02::before {
  position: absolute;
  top: .5em;
  left: .5em;
  content: '';
  width: 6px;
  height: -webkit-calc(100% - 1em);
  height: calc(100% - 1em);
  background-color: #004DA0;
}

@media screen and (min-width: 640px),
print {
  .mod-hdg-l3-02 {
    font-size: 1.8rem;
    margin: 56px 0 28px;
  }
}

.mb-20 {
  margin-bottom: 20px !important;
}

.align-center {
  text-align: center !important;
}

html input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

.formBtn-01 {
  text-align: center;
  margin-bottom: 3em;
}

.formBtn-01 input[type=submit],
.formBtn-01 input[type=reset] {
  -webkit-appearance: none;
  border-radius: 0;
  border: 0 none;
  background: #0a2d61;
  padding: 5px 18px;
  font-weight: bold;
  font-size: 114.28571%;
  color: #fff;
}

.inq_btn_area {
  margin-block: 1em;
}

.inq_complete,
.inq_back {
  display: inline-block;
}

.inq_complete input {
  -webkit-appearance: none;
  border-radius: 0;
  border: 0 none;
  background: #0a2d61;
  border: 2px solid #0a2d61;
  padding: 5px 18px;
  font-weight: bold;
  font-size: 114.28571%;
  color: #fff;
}

.inq_back input {
  -webkit-appearance: none;
  border-radius: 0;
  border: 0 none;
  background: #fff;
  border: 2px solid #0a2d61;
  padding: 5px 18px;
  font-weight: bold;
  font-size: 114.28571%;
  color: #0a2d61;
}

/*250519*/
#corp {width: 250px;}
#email {width: 250px;}
#email_conf {width: 250px;}