@charset "UTF-8";
/*コモンパーツ ここから*/
html {
  font-size: 15px;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI',  "Noto Sans JP", 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  font-size: 15px;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0 0 0.5rem;
}

a {
  color: #005389;
  -webkit-transition: all .3s;
  transition: all .3s;
}

li {
  list-style: circle;
}

.main-title {
  background-color: #0076bf;
  padding: 40px 0;
}

.main-title h1 {
  font-size: 28px;
  color: #FFF;
  font-weight: normal;
  letter-spacing: 3px;
}

h1.message_emphasis {
  color: #005389;
}

@media (min-width: 768px) {
  .container {
    max-width: 900px;
    width: auto;
  }
  main.form_common > .container {
    padding: 40px 80px;
  }
}

@media (max-width: 767px) and (min-width: 481px) {
  .container {
    max-width: 100%;
  }
  main.form_common > .container {
    padding: 40px 20px;
  }
}

.header_underline {
  border-bottom: solid 2px #ccc;
  position: relative;
  padding: 0 0 5px 5px;
  font-size: 20px;
  font-weight: bold;
  color: #005389;
  margin-top: 40px;
  margin-bottom: 20px;
}

.header_underline:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px #005389;
  bottom: -2px;
  left: 0px;
  width: 13%;
  max-width: 125px;
  min-width: 90px;
}

@media (min-width: 768px) {
  .block_notice {
    margin: 2rem 0px 3rem;
  }
}

@media (max-width: 767px) {
  .block_notice {
    margin: 1rem 0px 2rem;
  }
}

.block_btn {
  margin: 20px 0;
  text-align: center;
}

.form-control {
  border-radius: 0;
}

label.require::after {
  background-color: #e60011;
  color: #fff;
  content: "必須";
  display: inline-block;
  font-size: 0.7rem;
  line-height: 1;
  margin-left: 0.5rem;
  padding: 1px 0.6rem 2px;
  vertical-align: middle;
}

.btn {
  cursor: pointer;
  padding-left: 2.5rem;
  padding-right: 1.5rem;
  position: relative;
}

/*ボタン左部分の矢印マーク実装(input type="button"では無効なので注意)*/
.btn::before {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  content: "";
  display: block;
  height: 10px;
  left: 1rem;
  position: absolute;
  width: 10px;
  transform: rotate(45deg);
  top: calc(50% - 6px);
}

.btn-group .btn {
  padding-right: 1rem;
  padding-left: 1rem;
}

.btn-group .btn::before {
  display: none;
}

.btn-help {
  background: #17a1f7;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  line-height: 2rem;
  height: 2rem;
  margin-left: 0.5rem;
  text-align: center;
  width: 2rem;
}

.btn-help::before {
  content: "?";
}

.btn-help:hover {
  opacity: 0.5;
}

.back-btn {
  margin-right: 1rem;
}
.back-btn::before {
  transform: rotate(-135deg);
}

@media (max-width: 720px) {
  .main-title h1 {
    font-size: 21px;
  }
  .header_underline {
    font-size: 18px;
  }
}

/*コモンパーツ ここまで*/
/*ヘッダ領域*/
.global_header h1 {
  color: #777;
  font-size: 12px;
  font-weight: bold;
}

@media (min-width: 992px) {
  .global_header {
    margin: 0 auto;
    max-width: 1140px;
    padding-top: 35px;
    padding-bottom: 25px;
  }
}

@media (min-width: 721px) {
  .global_header .logo,
  .global_header .logo a {
    float: left;
  }
  .global_header .logo img {
    width: 188px;
    height: auto;
  }
  .global_header h1 a p.japanese {
    margin-top: 8px;
    margin-left: 15px;
  }
}

@media (max-width: 991px) {
  .global_header .logo {
    height: 50px;
    padding: 14px 0 0 10px;
    width: 300px;
  }
  h1 a p.japanese {
    display: none;
  }
}

@media (max-width: 720px) {
  .global_header .logo {
    height: 50px;
    padding: 14px 0 0 10px;
    width: 300px;
  }
  .global_header .logo img {
    max-width: 155px;
  }
  .global_header h1 a p.japanese {
    display: none;
  }
}

/*メイン領域*/
main .block_scroll_box {
  border: 1px solid #ccc;
  overflow-y: scroll;
  overflow-x: hide;
}

.breadcrumb_flow_states ul {
  display: flex;
  padding: 0;
}

.breadcrumb_flow_states ul li {
  align-items: center;
  background: #fff;
  border: 2px solid #3d8bcd;
  border-radius: 0.15rem;
  color: #3d8bcd;
  display: flex;
  font-size: 0.8rem;
  font-weight: bold;
  flex: 1 0 auto;
  justify-content: center;
  line-height: 0.9rem;
  padding: 0.6rem 0 0.6rem 1.4rem;
  position: relative;
  text-align: center;
}

.breadcrumb_flow_states ul li:last-child {
  background: transparent;
  border: 2px dotted #3d8bcd;
  color: #3d8bcd;
  padding-right: 1.0rem;
}

.breadcrumb_flow_states ul li span {
  position: relative;
  z-index: 200;
}

.breadcrumb_flow_states ul li.active {
  background: #3d8bcd;
  color: #fff;
}

@media (min-width: 481px) {
  .breadcrumb_flow_states {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .breadcrumb_flow_states ul li + li {
    margin-left: 4px;
  }
  .breadcrumb_flow_states ul li:not(:nth-last-child(2)):not(:last-child) {
    border-right: none;
  }
  .breadcrumb_flow_states ul li:not(:nth-last-child(2)):not(:last-child)::before {
    background: transparent;
    border-right: 2.45px solid #3d8bcd;
    border-bottom: 2.45px solid #3d8bcd;
    border-radius: 0.3rem;
    content: "";
    display: block;
    height: 2.3rem;
    position: absolute;
    top: -0.12rem;
    transform: rotate(-45deg) skew(15deg, 15deg);
    width: 2.3rem;
    right: -1.1rem;
    z-index: 100;
  }
  .breadcrumb_flow_states ul li:not(:last-child):not(:first-child)::after {
    background: #fff;
    border-radius: 0.2rem;
    content: "";
    display: block;
    height: 2.2rem;
    position: absolute;
    top: -0.05rem;
    transform: rotate(-45deg) skew(15deg, 15deg);
    width: 2.2rem;
    left: -1.2rem;
    z-index: 1;
  }
  .breadcrumb_flow_states ul li.active:not(:nth-last-child(2)):not(:last-child)::before {
    background: #3d8bcd;
  }
}

.terms {
  font-size: 17px;
  text-align: center;
  margin: 20px;
}

.fix_aria {
  position: absolute;
  right: 0;
  bottom: 5px;
}

@media (max-width: 480px) {
  .breadcrumb_flow_states {
    margin-top: 0;
    margin-bottom: 2rem;
  }
  .breadcrumb_flow_states ul {
    margin-right: -2x;
    margin-left: -2px;
  }
  .breadcrumb_flow_states ul li {
    font-size: 0.95rem;
    line-height: 1.1;
    margin-right: 2px;
    margin-left: 2px;
    padding: 0.3rem 0.2rem;
  }
  .breadcrumb_flow_states ul li:last-child {
    padding-right: 0.2rem;
  }
  .breadcrumb_flow_states ul li:not(:nth-last-child(2)):not(:last-child)::before {
    border: 0.4rem solid transparent;
    border-left: 0.4rem solid #3d8bcd;
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    top: calc(50% - 0.4rem);
    right: -0.8rem;
    z-index: 100;
  }
  .breadcrumb_flow_states ul li:not(:first-child)::after {
    display: none;
  }
  .breadcrumb_flow_states ul li.active {
    background: #3d8bcd;
  }
  .breadcrumb_flow_states ul li.active:not(:nth-last-child(2)):not(:last-child)::before {
    border-left-color: #3d8bcd;
  }
  .breadcrumb_flow_states ul {
    flex-wrap: wrap;
  }
  .breadcrumb_flow_states ul li {
    flex: 0 0 30%;
    margin-bottom: 0.2rem;
  }
  .breadcrumb_flow_states ul {
    flex-wrap: wrap;
  }
  .breadcrumb_flow_states ul li {
    flex: 0 0 calc(33.3% - 4px);
    margin-bottom: 0.2rem;
  }
}

@media (min-width: 721px) {
  main .form-information {
    margin: 50px auto;
  }
  main .block_scroll_box {
    max-height: 300px;
    padding: 10px;
  }
}

@media (max-width: 720px) {
  main > .container {
    padding: 30px 15px;
  }
  main .form-information {
    margin: 30px auto;
  }
  main .block_scroll_box {
    max-height: 300px;
    padding: 5px;
  }
}

.indicate_card_brands {
  margin: 5px 0;
}

.indicate_card_brands img {
  max-height: 45px;
  max-width: 80px;
  margin-right: 5px;
}

/*フッター領域*/
.global_footer {
  background: #666;
  color: white;
  padding: 0;
  position: relative;
  text-align: center;
  background-color: #005389;
  margin-top: 80px !important;
}

.global_footer h2 {
  font-weight: 400;
  font-size: 15px;
}

.global_footer li {
  font-size: 12px;
}

.global_footer li ::before {
  color: #fff;
  content: "\f105";
  font-family: Font Awesome\ 5 Free;
  font-weight: 600;
  padding-right: 5px;
}

.global_footer a {
  color: white;
}

.global_footer .copyright {
  font-size: 12px;
  text-align: left;
  margin-top: 20px;
}

@media (min-width: 721px) {
  .global_footer {
    margin-top: 0px;
    padding: 50px 0;
    text-align: left;
  }
  .global_footer ul {
    margin-bottom: 50px;
    font-size: 12px;
  }
  .global_footer li {
    display: inline-block;
    margin: 0;
    padding-right: 30px;
  }
  .global_footer .footer_cta_container {
    font-size: 14px;
    text-align: center;
  }
}

@media (max-width: 720px) {
  .global_footer {
    margin-top: 0px;
    padding: 30px 0;
    text-align: left;
  }
  .global_footer h2 {
    font-weight: 400;
    font-size: 14px;
    margin-top: 20px;
    text-align: center;
  }
  .global_footer .copyright {
    font-size: 10px;
    text-align: center;
  }
  .global_footer ul {
    margin: 0px 0;
    font-size: 12px;
    text-align: left;
  }
  .global_footer li {
    display: inline-block;
    margin: 5px 0;
    padding-right: 0px;
  }
}

/*datetimepicker*/
.bootstrap-datetimepicker-widget.dropdown-menu {
  width: auto;
}

.bootstrap-datetimepicker-widget.dropdown-menu table th,
.bootstrap-datetimepicker-widget.dropdown-menu table td {
  border: none;
}

.datepicker-months table td {
  min-width: 15rem;
}

.datepicker-days table td span,
.datepicker-months table td span,
.datepicker-years table td span,
.datepicker-decades table td span {
  cursor: pointer;
  display: inline-block;
  margin: 0 0.25rem;
}

.datetimepicker-input {
  cursor: pointer;
}

.battery-monitor-logo {
  color: #005389;
}

/*# sourceMappingURL=../maps/style_common.css.map */
