@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  height: 100%;
  font-size: 62.5%;
}
@media screen and (max-width: 900px) {
  html {
    min-width: inherit;
    min-width: auto;
  }
}

a {
  display: inline-block;
  color: inherit;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  outline: none;
  text-decoration: none;
}
a:visited {
  color: inherit;
}
a:active {
  color: inherit;
}
a:hover {
  opacity: 0.7;
  color: inherit;
}
a:focus {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
}

body {
  height: 100%;
  line-height: 1.7;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  background: #06042D;
  letter-spacing: 0;
  -webkit-text-size-adjust: 100%;
  -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
  animation: fadeIn 1.5s ease 0s 1 normal;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
@media screen and (max-width: 900px) {
  body {
    font-size: 13px;
    font-size: 1.3rem;
  }
}



/* 以下フォーム用 */
.wrapper {
  width: 960px;
  max-width: 90%;
  margin: auto;
}

.sub_title {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 50px;
  letter-spacing: 0.15rem;
}
@media screen and (max-width: 900px) {
  .sub_title {
    font-size: 2.2rem;
    text-align: center;
  }
}

.form_top_bar {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #06042D
}

@media screen and (min-width: 960px) {
  .header_logo {
    width: 240px;
    display: block;
  }
}

.header_nav {
  display: flex;
  justify-content: space-between;
  
}

@media screen and (min-width: 960px) {
  .header_nav {
    align-items: center;
  }
}

@media screen and (max-width: 900px) {
  .header_nav {
    flex-direction: column-reverse
  }
}

.footer {
  padding: 0 0 20px;
  font-size: 1.1rem;
  color: #7D7D7D;
  line-height: 1.4rem;
}
.footer p {
  margin-bottom: 20px;
  letter-spacing: 0.2rem;
}
.footer img {
  width: 232px;
  margin-bottom: 20px;
}
.footer .copy-box {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.footer small {
  width: 100%;
  display: block;
  margin-top: 25px;
}

.form_progressbar {
  position: relative;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.form_progressbar li {
  position: relative;
  list-style-type: none;
  text-align: center;
  text-transform: uppercase;
  width: 33.333%;
  color: #999999;
  font-weight: bold;  
  font-size: 1.8rem;
  white-space: nowrap;
}

@media screen and (max-width: 900px) {
  .form_progressbar li {
    font-size: 1.4rem;
  }
}

.form_progressbar li:before {
  display: block;
  width: 24px;
  height: 24px;
  margin: 7px auto 20px auto;
  content: '';
  text-align: center;
  border-radius: 50%;
  background-color: #F5F5F5;
  -shadow: 0px 0px 10px #0076FF, 0px 0px 10px #0076FF;
}

.form_progressbar li:after {
  position: absolute;
  z-index: -1;
  top: 18px;
  left: -50%;
  width: 100%;
  height: 2px;
  content: '';
  text-shadow: 0px 0px 10px #0076FF, 0px 0px 10px #0076FF;
  background-color: #F5F5F5;
}

.form_progressbar li:first-child:after {
  left: 50%;
}

.form_progressbar li.active {
  color: #ffffff;
  text-shadow: 0px 0px 10px #0076FF, 0px 0px 10px #0076FF;
}

.form_progressbar li.complete {
  color: #999999;
}

.form_progressbar li.complete:before {
  background-color: #00B1FF;
  box-shadow: rgb(0, 177, 255) 0px 0px 15px 0px, rgb(0, 177, 255) 0px 0px 15px 0px inset;
}

.form_progressbar li.active:before {
  background-color: #ffffff;
  border: 1px solid #00B1FF;
  box-shadow: rgb(0, 177, 255) 0px 0px 15px 0px, rgb(0, 177, 255) 0px 0px 15px 0px inset;
}

.form_progressbar li.active:after,
.form_progressbar li.complete:after {
  background-color: #00B1FF;
  text-shadow: 0px 0px 10px #0076FF, 0px 0px 10px #0076FF;
  box-shadow: rgb(0, 177, 255) 0px 0px 15px 0px, rgb(0, 177, 255) 0px 0px 15px 0px inset;
}

.caution_box {
  /* max-width: 470px; */
  width: 100%;
  margin: 2% 0;
  border: 2px solid #00B1FF;
  background: rgba(6, 4, 45, 0.6);
  -webkit-box-shadow: rgb(0, 177, 255) 0px 0px 15px 0, rgb(0, 177, 255) 0px 0px 15px 0 inset;
          box-shadow: rgb(0, 177, 255) 0px 0px 15px 0, rgb(0, 177, 255) 0px 0px 15px 0 inset;
  padding: 30px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ja-body .caution_box .title {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.3rem;
}

.en-body .caution_box .title {
  font-size: 2.2rem;
  font-weight: 700;
}

@media screen and (max-width: 900px) {
  .ja-body .caution_box .title {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 900px) {
  .en-body .caution_box .title {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 700px) {
  .ja-body .caution_box .title {
    font-size: 1.7rem;
  }

  .en-body .caution_box .title {
    font-size: 1.7rem;
  }
}

.caution_sec {
  margin-top: 15px;
}

.caution_box .title::after {
  content: "";
  max-width: 413px;
  width: 100%;
  display: block;
  /* position: relative; */
  height: 3px;
  border-width: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, #fff), to(transparent));
  background-image: linear-gradient(90deg, transparent 0%, #fff 10%, transparent 100%);
  margin: 10px 0px;

}

.caution_box .title:not(:first-child) {
  margin-top: 15px;
}

.main .form_sec {
  position: relative;
  padding: 50px 0 50px;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .main .form_sec {
    padding-bottom: 150px;
  }
}
.main .form_sec:before, .main .form_sec:after {
  content: "";
  width: 746px;
  height: 239px;
  background: url(../../../../images/bullbear/high_low/sec4_bg.png) no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
}
.main .form_sec:before {
  right: -60px;
  top: 70px;
}
@media screen and (max-width: 900px) {
  .main .form_sec:before {
    right: -480px;
  }
}
.main .form_sec:after {
  left: -320px;
  bottom: 50px;
}
@media screen and (max-width: 900px) {
  .main .form_sec:after {
    left: -480px;
  }
}
.main .form_sec .wrapper {
  position: relative;
  z-index: 1;
}

.form_box {
  margin-top: 10px;
  border: 1px solid #59A3C4;
  background: #1C1A3E;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  display: block;
}

.form_box .row .form-control {
  height: 45px;
  margin-top: 7px;
}

/* 日付のwidth用 */
.birth_flex {
  display: flex;
  gap: 6px 10px;
}

.birth_select {
  width: 100%;
  /* flex: 1; */
}

@media screen and (max-width: 900px) {
  .birth_flex {
    flex-wrap: wrap;
  }
}



/* 日付のwidth用 */
@media screen and (max-width: 900px) {
  .form-inline select.form-control {
    width: 100%;
  }
}

@media screen and (min-width: 960px) {
  .sub-title .sma {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  .sub-title .sma {
    display: block;
  }
}

@media screen and (min-width: 960px) {
  .form_progressbar li .sma {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  .form_progressbar li .sma {
    display: block;
  }
}

.row:not(:first-of-type) {
  margin-top: 25px;
}

.form_link {
  display: inline-block;
  margin-bottom: 0.5em;
  color: rgb(193, 39, 45);
}

.form_button_box {
  margin-top: 40px;
}

.form_button {
  /* background-color: #70e3fa; */
  background-image: radial-gradient(circle, rgba(48, 97, 96, 1), rgba(57, 210, 248, 1));
  font-size: 2.3rem;
  font-weight: 700;
  color: #fff;
  padding: 9px 20px;
  border-color: #70e3fa;
  box-shadow: 0px 0px 5px 3px #73eaff;
  border-radius: 9px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.form_button:hover {
  -webkit-filter: drop-shadow(0px 0px 10px #c0fcff);
  filter: drop-shadow(0px 0px 10px #c0fcff);
  text-shadow: 0px 0px 10px #ffffff;
}

.form_lang_box {
  width: 155px;
  height: 40px;
  padding: 5px 40px 5px 10px;
  border: 1px solid #fff;
  margin-left: auto;
  position: relative;
}

@media screen and (max-width: 960px) {
  .form_lang_box {
    border: 0;
    padding: 0;
    width: 50px;
    text-align: right;
  }
}

.form_lang_box::after {
  content: "";
  width: 10px;
  height: 5px;
  background: url(../../../../images/bullbear/high_low/arrow_icon.png) no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 900px) {
  .form_lang_box::after {
    display: none;
  }
}

.form_lang_box img {
  position: relative;
  top: 5px;
  display: inline-block;
  width: 18px;
  font-size: 0;
  margin-right: 10px;
}

@media screen and (max-width: 900px) {
  .form_lang_box img {
    top: 0px;
    margin: 0 0;
  }
}

.form_lang_box .current {
  display: inline-block;
  pointer-events: none;
}

.form_lang_box a {
  display: none;
}

.form_lang_box a.is_show {
  display: block;
  position: absolute;
  left: 0;
  top: 40px;
  background: #fff;
  color: #000;
  padding: 8px 10px;
  width: 100%;
}

@media screen and (max-width: 900px) {
  .form_lang_box a.is_show {
    text-align: center;
    width: 90px;
    right: 10px;
    left: auto;
    top: 30px;
    z-index: 5;
    padding: 5px;
  }
}

@media screen and (max-width: 900px) {
  .form_lang_box .current {
    display: none;
    /* pointer-events: none; */
  }
}

@media screen and (min-width: 960px) {
  .form_lang_warapper {
    padding: 10px;
  }
}

.red {
  color: red;
}

.black {
  color: black;
}

.input_error {
  background-color: rgb(242,221,220) !important;
  border-color: #dc3545 !important;
  border: 3px solid;
}

.complete_sec {
  margin-top: 15px;
  margin-bottom: 50px;
}

.label_margin_left {
  margin-left: 7px;
}

@media screen and (max-width: 960px) {
  .label_margin_left {
    margin-left: 5px;
  }
}

/* 送信前のモーダル */
.caution_modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  height: 500px;
  background-color: #dfdddd;
  border-radius: 5px;
  z-index: 11;
  padding: 10px;
}

/* LP用で使用していたfadeを消す */
.fade {
  opacity: initial;
  visibility: initial;
  -webkit-transform: initial;
          transform: initial;
  -webkit-transition: initial;
  transition: initial;

}

.caution_modal_title {
  color: red;
  font-size: 2.8rem;
  font-weight: 700;
}

@media screen and (max-width: 700px) {
  .caution_modal_title {
    font-size: 2.6rem;
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}


.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
}

.modal-body {
  padding: 12px;
}

@media screen and (max-width: 700px) {
  .modal-body {
    font-size: 1.25rem;
  } 
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 2rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 2rem);
  content: "";
}

.modal_button {
  padding: 10px 20px;
  width: 130px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;;
}

.modal-footer {
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 960px) {
  .modal-body {
    padding: 20px;
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
}

@media screen and (min-width: 768px) {
  .modal-dialog {
      width: 517px;
      margin: 30px auto;
  }

}

.captcha_wrrapper {
  display: flex;
  align-items: center;
}

.regenerate_button { 
  cursor: pointer;
  margin-left: 0.5em;
}

.iti { 
  width: 100%; 
  margin-top: 7px;
}

.iti__country-name { 
  color: #000000 
}
