.clb {
  color: #333 !important;
}
.clr {
  color: #f00 !important;
}
.fwn {
  font-weight: normal;
}
.error,
.error2 {
  color: #f00;
}
.error_type1,
.error_type2 {
  display: block;
  text-align: left;
}
.btn_tp4 {
  color: #0681cc;
  font-weight: bold;
  border: 1px solid #ccc;
  background-color: #fff;
}
.btn_logout {
  background-color: #e00;
  color: #fff;
  border-radius: 4px;
  font-size: 15px;
  line-height: 2em;
  width: 100px;
  float: right;
  margin-right: 5px;
}
.btn_tp4::before {
  width: 6px;
  height: 6px;
  border-top: solid 2px #0682cc;
  border-left: solid 2px #0682cc;
  vertical-align: middle;
  left: 10px;
  top: 50%;
  margin-top: -3px;
  position: absolute;
}
.caution {
  background-color: #f6f6f6;
  font-weight: bold;
}
.attention {
  background-color: #f6f6f6;
  color: #ff0000;
  text-align: left;
  font-weight: bold;
}
.menu_commentary li {
  font-weight: bold;
}
.form_navi_list .active,
.form_navi_list2 .active {
  background-color: #007bff;
}
.form_navi_list .active::after,
.form_navi_list2 .active::after {
  border-color: transparent transparent transparent #007bff;
}
.form_navi_list li,
.form_navi_list2 li {
  background-color: #ccc;
  float: left;
  position: relative;
}
.form_navi_list li:last-child,
.form_navi_list2 li:last-child {
  margin-right: 0;
}
.form_navi_list li p,
.form_navi_list2 li p {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  text-align: center;
}
.form_navi_list li::after,
.form_navi_list2 li::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #ccc;
  position: absolute;
  top: 0;
}
.form_tub_switch_box {
  background-color: #51a8db;
  color: #fff;
  position: relative;
}
.switch_box_ttl {
  background-color: #0682cc;
  float: left;
  text-align: left;
}
.switch_box_ttl b {
  display: inline-block;
  background-color: #fff;
  color: #0682cc;
}
.switch_box_ttl b.error {
  color: #ff0000;
}
.switch_box_right::after {
  content: '';
  display: block;
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.open {
  /*    &+.form_tub_content {
      display: block;
  } */
}
.open .switch_box_right::after {
  /*        -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg); */

  -webkit-transform: rotate(-495deg);
  transform: rotate(-495deg);
}
.form_tub_content {
  display: none;
}
.formtab_switch {
  position: relative;
}
/* .formtab_switch li {
  display: inline-block;
  border: solid 1px #fff;
} */
/* .formtab_switch li .formtab_switch_push {
  display: inline-block;
  background-color: #ccc;
  color: #fff;
  cursor: pointer;
}
.formtab_switch .select .formtab_switch_push {
  background-color: #0ab6cc;
} */
/* .formtab_switch input {
  display: none;
}
.formtab_switch input:checked + .formtab_switch_push {
  background-color: #0ab6cc;
} */

.formtab_switch {
  display: flex;
  justify-content: center;
}

.formtab_switch li {
  display: inline-block;
  margin: 13px 16px 0;
}
.formtab_switch li .formtab_switch_push {
  display: inline-block;
  background-color: #4895c3;
  color: #fff;
  cursor: pointer;
  box-sizing: border-box;
  padding: 8px 22px 8px 36px;
  font-weight: bold;
  border-radius: 5px;
  border: solid 1px rgba(255, 255, 255, 0.8);
  box-shadow: inset 0px 0px 3px 0px #8f8f8f;
}
.formtab_switch .select .formtab_switch_push {
  background-color: #0ab6cc;
}

.formtab_switch input[type='radio'] {
  display: none;
}

.formtab_switch input[type='radio'] + .formtab_switch_push,
.formtab_switch .formtab_switch_push {
  position: relative;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.formtab_switch input[type='radio'] + .formtab_switch_push::before,
.formtab_switch .formtab_switch_push::before {
  display: block;
  position: absolute;
  top: 7px;
  left: 7px;
  width: 14px;
  height: 14px;
  border: solid 2px rgba(255, 255, 255, 0.8);
  border-radius: 3px;
  background: #3b7fa7;
  content: '';
  cursor: pointer;
}

.formtab_switch input[type='radio'] + .formtab_switch_push::after,
.formtab_switch .formtab_switch_push::after {
  content: '';
}

.formtab_switch input[type='radio']:checked + .formtab_switch_push,
.formtab_switch > .select .formtab_switch_push {
  background: #f9ab3f;
  color: #fff;
  box-shadow: 0px 0px 3px 0px #ffffff;
}

.formtab_switch > .switch_no input[type='radio']:checked + .formtab_switch_push,
.formtab_switch > .select .formtab_switch_push[data-sw='no'] {
  background: #2f617f;
}

.formtab_switch input[type='radio']:checked + .formtab_switch_push::before,
.formtab_switch > .select .formtab_switch_push::before {
  border: solid 2px rgba(255, 255, 255, 0.8);
  background: #dc8d1f;
}

.formtab_switch > .switch_no input[type='radio']:checked + .formtab_switch_push::before,
.formtab_switch > .select .formtab_switch_push[data-sw='no']::before {
  background: #193647;
}

.formtab_switch input[type='radio']:checked + .formtab_switch_push::after,
.formtab_switch > .select .formtab_switch_push::after {
  display: block;
  position: absolute;
  top: 0;
  left: 16px;
  width: 5px;
  height: 17px;
  border-right: solid 3px #fff;
  border-bottom: solid 3px #fff;
  content: '';
  z-index: 10;
  transform: rotate(45deg);
}

/* add 20251002 */
.pulldown {
  padding: 0 0 0 20px;
  border-bottom: none;
  background: #0682cc;
}

.pulldown:last-of-type {
  border-bottom: solid 20px #0682cc;
}

.pulldown dd {
  display: none;
  border-bottom: solid 1px #51a8db;
  background: #f6f6f6;
}

.pulldown dd > .form_select_list {
  padding: 20px;
}

.pulldown dd > .form_select_list li {
  width: 50%;
}

.pulldown dt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  float: none;
  width: calc(100% - 26px);
  padding: 10px 10px 10px 16px;
  margin: 0;
  border-bottom: solid 1px #51a8db;
  background: #eaf7ff;
  color: #0681cc;
  font-size: 14px;
  font-weight: 700;
  list-style: 1;
}

.formtab_switch.pulldown_switch_js li {
  margin: 0 0 0 10px;
}

.formtab_switch.pulldown_switch_js > li.switch_ok .formtab_switch_push,
.formtab_switch.pulldown_switch_js > li.switch_no .formtab_switch_push {
  border: solid 1px rgba(6, 130, 204, 0.8);
  background: none;
  color: #0682cc;
  box-shadow: none;
  padding: 8px 24px 8px 13px;
}

.formtab_switch.pulldown_switch_js > li.switch_ok .formtab_switch_push:before,
.formtab_switch.pulldown_switch_js > li.switch_no .formtab_switch_push,
.formtab_switch.pulldown_switch_js > .select .formtab_switch_push[data-sw='no']::before,
.formtab_switch.pulldown_switch_js .formtab_switch_push::before {
  content: none;
}

.formtab_switch.pulldown_switch_js > li.switch_ok .formtab_switch_push:after,
.formtab_switch.pulldown_switch_js > li.switch_no .formtab_switch_push:after {
  display: block;
  position: absolute;
  right: 10px;
  left: auto;
  width: 5px;
  height: 5px;
  border-right: solid 3px #0681cc;
  border-bottom: solid 3px #0681cc;
  content: '';
  z-index: 10;
}

.formtab_switch.pulldown_switch_js > li.switch_ok .formtab_switch_push:after {
  top: 12px;
  transform: rotate(45deg);
}

.formtab_switch.pulldown_switch_js > li.switch_no .formtab_switch_push:after {
  top: 15px;
  transform: rotate(-135deg);
}

.formtab_switch.pulldown_switch_js > li.select .formtab_switch_push {
  border: solid 1px rgba(6, 130, 204, 0);
  color: #000;
  opacity: 0.7;
  pointer-events: none;
}

.formtab_switch.pulldown_switch_js > li.select.switch_ok .formtab_switch_push:after,
.formtab_switch.pulldown_switch_js > li.select.switch_no .formtab_switch_push:after {
  border-right: solid 3px #000;
  border-bottom: solid 3px #000;
}

.form_set {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.form_set label {
  width: 206px;
  padding-left: 20px;
  color: #0681cc;
  text-align: left;
} /* -- 20251002 */

.form_tub_cont {
  background-color: #f6f6f6;
}
.form_tub_cont:last-child {
  border-bottom: none;
}
.form_tub_cont dt {
  float: left;
  color: #0681cc;
  text-align: left;
}
.form_select_list {
  overflow: hidden;
}
.form_select_list li {
  text-align: left;
  float: left;
}
.form_select_list li input {
  vertical-align: middle;
}
.form_select_list li input[type='checkbox'] {
  margin-right: 5px;
}
.form_wrap:first-of-type .switch_box_right::after {
  display: none;
}
.formparts01 {
  overflow: hidden;
}
.formparts01 > dt {
  float: left;
  background-color: #0682cc;
  color: #fff;
  text-align: center;
}
.formparts01 > dd {
  margin-top: 6px;
}
.formparts01 > dd input[type='checkbox'] {
  float: left;
  margin-bottom: 18px;
}
.formparts01 input {
  vertical-align: middle;
  margin-right: 4px;
}
.formparts01:nth-of-type(3) > dd {
  background-color: #f6f6f6;
}
.formparts01_sub {
  overflow: hidden;
  border-bottom: 1px solid #ccc;
}
.formparts01_sub:last-child {
  border: none;
}
.formparts01_sub dt,
.formparts01_sub dd {
  float: left;
}
.formparts01_sub dt {
  color: #0682cc;
}
.formparts01_sub dd {
  box-sizing: border-box;
}
.gray_box2 {
  background-color: #f6f6f6;
}
.gray_box2 dd {
  background-color: #fff;
  box-sizing: border-box;
}
.ex_list {
  color: #0681cc;
}
input.btn {
  border: none;
  font-weight: bold;
  cursor: pointer;
}
.form_list01 dt {
  background-color: #0682cc;
  color: #fff;
}
.form_list01 dt b {
  display: block;
  background-color: #fff;
  color: #0682cc;
  font-weight: bold;
}
.form_list01 input,
.form_list01 select {
  box-sizing: border-box;
  padding: 0;
}
.form_list01 input[type='text'],
.form_list01 select {
  border: 1px solid #ccc;
}
.form_bottom select {
  display: block;
}
.form_bottom .plb {
  background-color: #f6f6f6;
}
.form_bottom label {
  display: block;
  text-align: center;
}
.form_bottom input {
  vertical-align: middle;
  margin-right: 4px;
}
.window {
  border: solid 1px #ccc;
  background-color: #fff;
  padding: 5px;
  box-sizing: border-box;
  overflow: auto;
  line-height: 1.5;
}
.win_ttl01 {
  font-weight: bold;
}
.win_ttl02 {
  font-weight: bold;
  margin-bottom: 10px;
}
.win_ttl03 {
  margin-top: 14px;
}
.form_conf .btn_tp2::before {
  display: none;
}
.form_conf .form_wrap {
  background-color: #fff;
}
.form_conf .year {
  background-color: #b2b2b2;
  color: #fff;
  padding: 0 6px;
  border-radius: 4px;
  margin-left: 10px;
}
.form_comp_text {
  line-height: 1.5;
}
.form_comp_text dt {
  color: #0682cc;
}
.form_comp_text dt span {
  color: #fff;
  background-color: #0682cc;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}
.form_comp_text li {
  text-indent: -1em;
  margin-left: 1em;
}
@media screen and (max-width: 768px) {
  .sp_fsize12 {
    font-size: 12px !important;
  }
  .error {
    line-height: 2;
  }
  .error2 {
    padding-left: 10px;
  }
  .error_type1 {
    margin: 10px;
  }
  .error_type2 {
    margin: 10px;
  }
  .btn_logout {
    margin-top: 22px;
  }
  .btn_tp4 {
    font-size: 15px;
    width: 300px;
    border-radius: 2px;
    line-height: 2.5em;
    margin-bottom: 20px;
  }
  .dot_border_sp .btn_tp4 {
    width: 270px;
  }
  .dot_border_sp .btn_tp2 {
    width: 270px;
  }
  .btn_tp4::before {
    margin-right: 5px;
  }
  .caution {
    padding: 10px 0;
  }
  .caution b {
    font-size: 12px;
  }
  .attention {
    padding: 10px 0;
  }
  .attention b {
    font-size: 12px;
  }
  #form1 {
    margin-top: 30px;
  }
  .form_tub_switch_box {
    margin-bottom: 20px;
  }
  .form_tub_content {
    margin-top: -20px;
  }
  .form_navi_list,
  .form_navi_list2 {
    margin: 0 5px;
  }
  .form_navi_list li,
  .form_navi_list2 li {
    margin-right: 6.4%;
    width: 19%;
  }
  .form_navi_list li p,
  .form_navi_list2 li p {
    height: 30px;
    font-size: 8px;
    width: 64px;
    margin: 0 auto;
    letter-spacing: -1px;
    padding: 0;
  }
  .form_navi_list li::after,
  .form_navi_list2 li::after {
    right: -15px;
    border-width: 15px 0 15px 15px;
  }
  .form_tub_switch_box {
    height: 50px;
  }
  .switch_box_ttl {
    width: 110px;
    height: 50px;
    line-height: 50px;
    padding-left: 10px;
  }
  .switch_box_ttl b {
    height: 1.2em;
    line-height: 1.2em;
    padding: 2px 4px 0;
    margin-left: 5px;
  }
  .switch_box_right::after {
    width: 6px;
    height: 6px;
    right: 10px;
    margin-top: -3px;
  }
  /* .formtab_switch li {
    margin: 7px 6px 0;
  }
  .formtab_switch li .formtab_switch_push {
    padding: 1px 7px;
  } */

  .formtab_switch {
    justify-content: flex-start;
    padding-left: 1em;
  }

  .formtab_switch li {
    margin: 10px 8px 0;
  }
  .formtab_switch li .formtab_switch_push {
    padding: 4px 10px 4px 25px;
    font-size: 14px;
  }

  .formtab_switch input[type='radio'] + .formtab_switch_push::before,
  .formtab_switch .formtab_switch_push::before {
    display: block;
    position: absolute;
    top: 7px;
    left: 5px;
    width: 9px;
    height: 9px;
  }

  .formtab_switch input[type='radio']:checked + .formtab_switch_push::after,
  .formtab_switch > .select .formtab_switch_push::after {
    top: 4px;
    left: 11px;
    width: 4px;
    height: 9px;
  }

  /* add 20251002 */
  .pulldown {
    padding: 0 0 0 10px;
    border-bottom: none;
    background: #0682cc;
  }

  .pulldown:last-of-type {
    border-bottom: solid 10px #0682cc;
  }

  .pulldown dd {
    display: none;
    border-bottom: solid 1px #51a8db;
    background: #f6f6f6;
  }

  .pulldown dd > .form_select_list {
    padding: 10px;
  }

  .pulldown dt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    float: none;
    width: calc(100% - 26px);
    padding: 15px 10px 12px 16px;
    margin: 0;
    border-bottom: solid 1px #51a8db;
    background: #eaf7ff;
    text-align: left;
  }

  .pulldown:first-of-type dt {
    border-top-left-radius: 4px;
  }

  .pulldown:last-of-type dt {
    border-bottom-left-radius: 4px;
  }

  .formtab_switch.pulldown_switch_js li {
    margin: 0 0 0 5px;
  }

  .formtab_switch.pulldown_switch_js > li.switch_ok .formtab_switch_push,
  .formtab_switch.pulldown_switch_js > li.switch_no .formtab_switch_push {
    border: solid 1px rgba(6, 130, 204, 0.8);
    background: none;
    color: #0682cc;
    box-shadow: none;
    padding: 8px 21px 8px 8px;
    font-size: 11px;
    white-space: nowrap;
  }

  .formtab_switch.pulldown_switch_js > li.switch_ok .formtab_switch_push:before,
  .formtab_switch.pulldown_switch_js > li.switch_no .formtab_switch_push,
  .formtab_switch.pulldown_switch_js > .select .formtab_switch_push[data-sw='no']::before,
  .formtab_switch.pulldown_switch_js .formtab_switch_push::before {
    content: none;
  }

  .formtab_switch.pulldown_switch_js > li.switch_ok .formtab_switch_push:after,
  .formtab_switch.pulldown_switch_js > li.switch_no .formtab_switch_push:after {
    display: block;
    position: absolute;
    right: 10px;
    left: auto;
    width: 5px;
    height: 5px;
    border-right: solid 3px #0681cc;
    border-bottom: solid 3px #0681cc;
    content: '';
    z-index: 10;
  }

  .formtab_switch.pulldown_switch_js > li.switch_ok .formtab_switch_push:after {
    top: 10px;
    transform: rotate(45deg);
  }

  .formtab_switch.pulldown_switch_js > li.switch_no .formtab_switch_push:after {
    top: 13px;
    transform: rotate(-135deg);
  }

  .formtab_switch.pulldown_switch_js > li.select .formtab_switch_push {
    border: solid 1px rgba(6, 130, 204, 0);
    color: #000;
    opacity: 0.7;
    pointer-events: none;
  }

  .formtab_switch.pulldown_switch_js > li.select.switch_ok .formtab_switch_push:after,
  .formtab_switch.pulldown_switch_js > li.select.switch_no .formtab_switch_push:after {
    border-right: solid 3px #000;
    border-bottom: solid 3px #000;
  }

  .form_set {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .form_set label {
    width: 100%;
    margin-bottom: 10px;
    padding-left: 0;
    color: #0681cc;
    text-align: left;
  }/* -- 20251002 */

  .form_tub_cont {
    border-bottom: solid 1px #ccc;
    padding-top: 20px;
    padding-bottom: 10px;
    box-sizing: border-box;
  }
  .form_tub_cont dt {
    width: 100%;
    margin-bottom: 10px;
    padding-left: 10px;
    float: none;
    box-sizing: border-box;
  }
  .form_tub_cont dd {
    width: 100%;
    padding-left: 10px;
    box-sizing: border-box;
  }
  .form_select_list li {
    min-width: 100%;
    margin-bottom: 3px;
  }
  .form_select_list li label {
    display: block;
    width: 100%;
    padding: 8px 5px;
    box-sizing: border-box;
  }
  /* .form_select_list li.spn2 {
    width: 64%;
  } */
  .form_select_list_tp02 li {
    width: 44%;
  }
  .formparts01 {
    text-align: left;
    padding: 0 14px;
    margin-bottom: 10px;
  }
  .formparts01 > dt {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 3px;
    float: none;
  }
  .formparts01 > dt p {
    height: auto;
    padding: 3px;
    vertical-align: middle;
  }
  .formparts01 > dd {
    margin-top: 6px;
  }
  .formparts01 > dd input[type='checkbox'] {
    margin-top: 2px;
    margin-bottom: 18px;
  }
  .formparts01:nth-of-type(2) dd {
    margin-top: 15px;
  }
  .formparts01:nth-of-type(2) dd label {
    margin-right: 14px;
  }
  .formparts01:nth-of-type(3) > dt p {
    height: auto;
  }
  .formparts01:nth-of-type(3) > dd {
    margin-top: 0;
    min-height: auto;
    margin-left: 0;
    border-radius: 3px;
  }
  .formparts01:nth-of-type(3) > dd input {
    margin-bottom: 0;
  }
  .formparts01_sub {
    min-height: 36px;
    padding: 0 10px 10px;
  }
  .formparts01_sub dt,
  .formparts01_sub dd {
    padding-top: 10px;
  }
  .formparts01_sub dt {
    width: 100%;
  }
  .formparts01_sub dd {
    padding-left: 6px;
    min-width: 100%;
  }
  .form_text01 {
    padding: 18px 16px 15px;
    line-height: 1.5;
  }
  #form1 .ttl04 {
    font-size: 15px;
    font-weight: normal;
    margin-top: 35px;
  }
  .gray_box2 {
    margin-top: 5px;
    padding: 16px 0 10px 0;
    border-radius: 4px;
  }
  .gray_box2 dd {
    min-height: 62px;
    padding: 10px;
    margin: 0 0 0 0;
  }
  .ex_list {
    line-height: 1.5em;
  }
  .ex_list_out dd {
    margin-left: 0;
  }
  .form_list01 {
    margin-top: 30px;
  }
  .form_list01 dt {
    border-radius: 4px;
    margin-bottom: 10px;
    margin-top: 19px;
    position: relative;
    padding: 3px 15px;
  }
  .form_list01 dt b {
    display: inline-block;
    font-size: 11px;
    margin-top: -7px;
    margin-left: 10px;
    height: 14px;
    padding: 0 5px;
  }
  .form_list01 input,
  .form_list01 select {
    line-height: 30px;
    height: 30px;
    border-radius: 2px;
  }
  .form_list01 input[type='text'],
  .form_list01 select {
    padding: 0 10px;
  }

  .form_list01 input[type='text'] + br + span {
    display: inline-block;
    padding: 5px 10px 0 0;
    box-sizing: border-box;
  }
  .form_list01 select {
    height: 30px;
    width: 64px;
    margin-right: 4px;
  }
  .form_list01 select + .formtext {
    width: auto;
  }
  .form_list01 .select1 {
    width: 75px;
    margin: 0 4px 0 10px;
  }
  .form_list01 input[type='radio'] {
    margin-left: 10px;
    margin-right: 8px;
    vertical-align: middle;
  }
  .form_list01 .label_radio {
    display: inline-block;
    padding-top: 4px;
    margin-right: 30px;
  }
  .form_list01 .long b {
    left: 100px;
  }
  .form_list01 .radio_set {
    margin-bottom: -10px;
  }
  .form_list01 .radio_set label {
    display: inline-block;
    width: 100%;
  }
  .formtext {
    display: inline-block;
    padding: 0 5px;
    font-size: 12px;
  }
  .inputTx1 {
    width: 95px;
    text-align: left;
    margin-right: 4px;
  }
  .inputTx2 {
    width: 100px;
  }
  .inputTx3 {
    width: 96%;
  }
  .form_list01 .inputTx4 {
    width: 93%;
    margin: 10px auto;
    display: block;
  }
  select.inputTx1 {
    width: auto;
  }
  .form_list01_pd {
    padding-left: 10px;
  }
  .formtext.tac {
    padding: 0;
  }
  .form_list01_pd.tel .inputTx2 {
    width: 76px;
  }
  .form_bottom {
    margin-top: 30px;
  }
  .form_bottom select {
    margin-top: 18px;
    width: 93%;
    height: 30px;
    margin: 18px auto 0;
    font-size: 11px;
  }
  .form_bottom .plb {
    margin-top: 20px;
    padding: 20px 0 10px;
  }
  .form_bottom .tac {
    text-align: center;
    line-height: 1.5;
    font-size: 9px;
  }
  .form_bottom label {
    padding: 10px 0 14px;
  }
  .form_bottom .form_text02 {
    font-size: 15px;
  }
  .window {
    margin: 12px 12px 10px;
    height: 140px;
    font-size: 8px;
  }
  .form_conf .form_list01 dd {
    margin-left: 10px;
    padding-top: 5px;
  }
  .ttl_form_comp1 {
    font-size: 22px;
    margin: 4px 0 8px;
  }
  .ttl_form_comp1 + p {
    line-height: 1.5;
  }
  .ttl_form_comp1 + p small {
    font-size: 10px;
    display: block;
  }
  .form_comp_text {
    padding: 0 8px 20px;
  }
  .form_comp_text dt {
    font-size: 12px;
    margin-bottom: 4px;
    margin-top: 20px;
  }
  .form_comp_text dt span {
    width: 15px;
    height: 15px;
    line-height: 15px;
    border-radius: 2px;
  }
  .form_comp_text ol {
    margin: 20px 0;
  }
  .form_comp_text mark {
    background-color: #0682cc;
    color: #fff;
    border-radius: 2px;
    padding: 0 2px;
  }
  .form_comp_text mark a {
    color: #fff;
  }
  .btn_tp1_form_comp {
    width: 100%;
  }
  .form_select_list input[type='radio'] {
    margin-right: 4px;
  }
  .space {
    display: inline-block;
    height: 18px;
  }
  .space.pc_disp {
    display: none;
  }
  .form_select_list_tp01 {
    padding-left: 4px;
  }
  .formlist .w720 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .form_navi_list {
    margin: 0 5px;
  }
  .form_navi_list li {
    margin-right: 6.4%;
    width: 19%;
  }
  .form_navi_list li::after {
    right: -15px;
    border-width: 15px 0 15px 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .pc_fsize12 {
    font-size: 12px !important;
  }
  .error_type1 {
    margin: 0 10px 10px 230px;
  }
  .error_type2 {
    margin: 10px 10px 10px 246px;
  }
  .btn_logout {
    margin-top: 33px;
  }
  .btn_tp4 {
    font-size: 16px;
    width: 300px;
    border-radius: 3px;
    line-height: 2.5em;
    margin-bottom: 30px;
  }
  .btn_tp4::before {
    margin-right: 5px;
  }
  .caution {
    padding: 25px 0;
  }
  .caution b {
    font-size: 14px;
    display: inline-block;
  }
  .caution b.under {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 13px 0px;
    font-size: 10px;
    display: inline-block;
    border-bottom: 1px solid;
  }
  .attention {
    padding: 25px 0;
  }
  .attention b {
    font-size: 14px;
    display: inline-block;
  }
  #form1 {
    margin-top: 44px;
  }
  #form1 .ttl04 {
    font-size: 27px;
    font-weight: normal;
    margin-top: 45px;
  }
  .form_navi_list {
    margin: 0 0 0 66px;
  }
  .form_navi_list li {
    margin-right: 5.9%;
    width: 17.8%;
  }
  .form_navi_list li p {
    height: 56px;
    font-size: 16px;
    width: 170px;
    letter-spacing: -1px;
    margin: 0 auto;
  }
  .form_navi_list li::after {
    right: -30px;
    border-width: 28px 0 28px 30px;
  }
  .form_navi_list2 {
    margin: 0 0 0 66px;
  }
  .form_navi_list2 li {
    margin-right: 5.9%;
    width: 25.8%;
  }
  .form_navi_list2 li p {
    height: 56px;
    font-size: 16px;
    width: 170px;
    letter-spacing: -1px;
    margin: 0 auto;
  }
  .form_navi_list2 li::after {
    right: -30px;
    border-width: 28px 0 28px 30px;
  }
  #form1 {
    padding: 0 10px;
  }
  .form_tub_switch_box {
    /*  margin-bottom: 40px; */
  }
  /*   .form_tub_content {
      margin-top: -40px;
  } */

  .form_tub_switch_box {
    height: 60px;
  }
  .switch_box_ttl {
    width: 206px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    padding-left: 20px;
  }
  .switch_box_ttl b {
    height: 1.4em;
    line-height: 1.4em;
    font-size: 14px;
    font-weight: bold;
    padding: 0 17px;
    margin-left: 15px;
  }
  .switch_box_right::after {
    width: 12px;
    height: 12px;
    right: 16px;
    margin-top: -10px;
  }
  .open .switch_box_right::after {
    margin-top: -5px;
  }
  /* .formtab_switch li {
    margin: 16px 16px 0;
  } */
  /* .formtab_switch li .formtab_switch_push {
    padding: 5px 22px;
    font-weight: bold;
    border: solid 1px #fff;
  } */

  .pulldown:first-of-type dt {
    border-top-left-radius: 4px;
  }

  .pulldown:last-of-type dt {
    border-bottom-left-radius: 4px;
  }

  .form_tub_cont {
    border-bottom: solid 1px #ccc;
    padding-top: 20px;
    padding-bottom: 7px;
  }
  .form_tub_cont dt {
    width: 206px;
    margin-right: 45px;
    padding-left: 20px;
  }
  .form_tub_cont label {
    padding-left: 5px;
  }
  .form_select_list li {
    box-sizing: border-box;
    padding-right: 4px;
    width: 16.5%;
    margin-bottom: 16px;
    font-size: 12px;
  }
  .form_select_list li.spn2 {
    width: 33%;
  }
  .formparts01 {
    text-align: left;
    padding: 0 14px;
    margin-bottom: 20px;
    margin-left: 40px;
  }
  .formparts01 input {
    margin-right: 8px;
  }
  .formparts01 label {
    font-size: 16px;
  }
  .formparts01 > dt {
    border-radius: 4px;
    margin-right: 25px;
  }
  .formparts01 > dt p {
    height: 42px;
    width: 169px;
    font-size: 16px;
    font-weight: bold;
    padding-top: 12px;
    box-sizing: border-box;
  }
  .formparts01 > dd {
    margin-top: 10px;
  }
  .formparts01:nth-of-type(2) dd {
    margin-top: 10px;
  }
  .formparts01:nth-of-type(2) dd label {
    margin-right: 44px;
  }
  .formparts01:nth-of-type(3) > dt p {
    min-height: 126px;
  }
  .formparts01:nth-of-type(3) > dd {
    margin-top: 0;
    min-height: 126px;
    margin-left: 174px;
    padding-right: 20px;
    border-radius: 4px;
  }
  .formparts01_sub {
    height: 63px;
  }
  .formparts01_sub dt,
  .formparts01_sub dd {
    padding-top: 20px;
  }
  .formparts01_sub dt {
    margin-right: 10px;
    font-weight: bold;
    font-size: 16px;
    margin-left: 15px;
    margin-right: 50px;
  }
  .formparts01_sub dd {
    margin-right: 46px;
  }
  .form_text01 {
    padding: 28px 125px 27px;
    line-height: 1.5;
  }
  input[type='checkbox'] {
    position: relative;
    top: 4px;
  }
  .gray_box2 {
    margin-top: 40px;
    padding: 30px 0 10px 0;
    border-radius: 4px;
  }
  .gray_box2 dt p {
    height: 124px;
  }
  .gray_box2 dd {
    min-height: 124px;
    padding: 10px;
    margin: 0 46px 0 0;
  }
  .ex_list {
    font-size: 16px;
    line-height: 1.5em;
    overflow: hidden;
  }
  .ex_list_out.formparts01 dd {
    margin-left: 174px;
  }
  .gray_box2 {
    margin-top: 40px;
    padding: 30px 0 10px 0;
    border-radius: 4px;
  }
  .gray_box2 dt p {
    height: 124px;
  }
  .gray_box2 dd {
    min-height: 124px;
    padding: 10px;
    margin: 0 46px 0 0;
  }
  .ex_list {
    font-size: 16px;
    line-height: 1.5em;
  }
  .form_wrap {
    border-bottom: solid 2px #fff;
    background-color: #f6f6f6;
    margin: 0 10px;
    box-sizing: border-box;
    padding: 42px 0px 10px 56px;
  }
  /*
        .form_wrap:first-child {
            padding-bottom: 20px !important;
            margin-bottom: 20px;
        }
        #form1 .form_wrap:first-child {
            padding-bottom: 20px !important;
            margin-bottom: 20px;
            border-bottom: dashed #000000 1px;
            background-color: #FFFFFF;
        }
*/

  .form_wrap:first-of-type {
    padding-bottom: 20px !important;
    margin-bottom: 20px;
  }
  #form1 .form_wrap:first-of-type {
    padding-bottom: 20px !important;
    margin-bottom: 20px;
    border-bottom: dashed #000000 1px;
    background-color: #ffffff;
  }
  .er_246 {
    margin-left: 246px;
  }
  .form_wrap span.small {
    font-size: 10px;
    font-weight: normal;
  }
  #form1 .form_wrap {
    padding: 0;
  }
  .form_list01 {
    font-size: 16px;
  }
  .form_list01 dt {
    float: left;
    font-size: 16px;
    line-height: 42px;
    width: 31.5%;
    min-width: 202px;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 0 0 0 16px;
    position: relative;
    clear: both;
  }
  .form_list01 dt b {
    position: absolute;
    top: 50%;
    right: 10px;
    padding: 0 15px;
    margin-top: -10px;
    line-height: 1.4em;
  }
  .form_list01 dd {
    width: 68%;
    box-sizing: border-box;
    line-height: 42px;
    float: left;
    padding-left: 10px;
    font-weight: bold;
    margin-bottom: 30px;
  }
  .form_list01 input,
  .form_list01 select {
    line-height: 38px;
    border-radius: 4px;
  }
  .form_list01 input[type='text'],
  .form_list01 select {
    padding: 0 10px;
    font-size: 16px;
    height: 38px;
  }
  .form_list01 select {
    height: 38px;
    padding: 0;
  }
  .form_list01 .select1 {
    width: 28%;
  }
  .form_list01 .inputTx1 {
    width: 25%;
  }
  .form_list01 .inputTx2 {
    width: 60px;
  }
  .form_list01 .inputTx3 {
    width: 83%;
  }
  .form_list01 .inputTx4 {
    width: 460px;
    margin: 10px 0;
  }
  .form_list01 .form_list01_pd {
    padding-left: 66px;
  }
  .form_list01 input[type='radio'] {
    margin-left: 5%;
    margin-right: 5px;
  }
  .form_list01 p.error,
  .form_list01 p.error2 {
    color: #ff0000;
  }
  .form_list01 p.error2 {
    padding-left: 66px;
  }
  .form_bottom p.error {
    color: #ff0000;
    font-weight: bold;
  }
  .formtext {
    margin-right: 10px;
    display: inline-block;
    width: 46px;
    text-align: right;
    box-sizing: border-box;
  }
  .formtext.tal {
    padding-left: 12px;
  }
  .formtext.tac {
    margin: 0;
  }
  .formtext.min {
    width: 9%;
  }
  .form_bottom {
    text-align: center;
    margin-top: 40px;
  }
  .form_bottom select {
    width: 460px;
    margin: 0 auto;
    height: 40px;
    font-size: 16px;
    padding: 0 20px;
  }
  .form_bottom .plb {
    margin-top: 44px;
    margin: 44px 5px 0;
    padding: 32px 0 0;
  }
  .form_bottom label {
    font-size: 16px;
    font-weight: bold;
    padding: 38px 0;
  }
  .form_bottom label input {
    vertical-align: top;
  }
  .form_text02 {
    font-size: 26px;
    margin: 20px 0 26px;
  }
  .window {
    width: 87%;
    margin: 30px auto 0;
    height: 125px;
    text-align: left;
    padding: 5px 10px;
  }
  .form_conf .btn_tp2 {
    margin-bottom: 40px;
  }
  .form_conf .form_wrap {
    border: solid 1px #ccc;
    border-radius: 4px;
  }
  .form_comp_text_outer {
    border-radius: 4px;
  }
  .form_comp_text {
    font-weight: bold;
    padding: 15px 100px 20px;
  }
  .form_comp_text .caption {
    padding-left: 1.7em;
  }
  .form_comp_text dt {
    font-size: 16px;
    margin-bottom: 12px;
    margin-top: 10px;
  }
  .form_comp_text dt span {
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 3px;
    margin-right: 10px;
  }
  .form_comp_text ol {
    margin: 20px 0;
  }
  .form_comp_text mark {
    background-color: #fff;
    color: #0682cc;
    text-decoration: underline;
  }
  .form_comp_text mark a {
    color: #0682cc;
    text-decoration: underline;
  }
  .ttl_form_comp1 {
    font-size: 30px;
    margin: 15px 0 30px;
  }
  .ttl_form_comp1 + p {
    line-height: 1.5;
    font-weight: bold;
  }
  .ttl_form_comp1 + p small {
    font-weight: normal;
    font-size: 12px;
    display: block;
  }
  .form_comp_bt_tx {
    font-size: 16px;
    font-weight: bold;
    margin: 40px 0 50px;
  }
  .btn_tp1_form_comp {
    font-size: 16px;
  }
  .btn_tp1_form_comp::after {
    position: static;
    display: inline-block;
    margin-left: 8px;
  }
  .form_select_list input[type='radio'] {
    margin-right: 8px;
  }
  .form_select_list input[type='checkbox'] {
    position: static;
    margin-right: 8px;
  }
  .formlist .w720 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.formlist {
  border: 1px solid #0682cc;
}
.formlist dt {
  padding: 10px;
}
.formlist dd {
  padding: 20px;
}
.formlist dt {
  background-color: #0682cc;
  color: #fff;
  font-weight: normal;
}
.formlist input,
.formlist textarea {
  padding: 2px 10px;
  border-radius: 4px;
  border: solid 1px #aaa;
}
.formlist input[type='text'] {
  line-height: 2em;
  height: 2em;
  vertical-align: middle;
}
.formlist input[type='checkbox'] {
  position: relative;
  top: 2px;
  border: solid 0px #aaa;
}
.formlist input[type='radio'] {
  position: relative;
  top: 2px;
  border: solid 0px #aaa;
}
.formlist textarea {
  height: 120px;
  padding: 10px;
}
.fw_900 {
  font-weight: 900;
}
