@charset "utf-8";

.login-text,
.login-label-tex {
    font-size: 1.1rem;
}

.login-label-text {
    margin-top: 1rem;
}

.email-block {
    padding: 0.5rem;
    background-color: #f5f5f5;
}

.register {
    margin-top: 0.2rem;
    padding: 1rem 4rem;
    border: 1px solid #c0c0c0;
}

.terms,
.privacy,
.questions {
    margin: 2rem 1rem;
}

.terms_headlig,
.privacy_headlig,
.quesion_headlig {
    font-size: 1.5rem;
}

.laws {
    font-size: 1.2rem;
}

.head_logo {
    width: 30%;
}

.footer {
    position: absolute;
    width: 100%;
    height: 30px;
}

body>.container {
    padding: 60px 15px 0;
}

.container .text-muted {
    margin: 20px 0;
}

.footer>.container {
    padding-right: 15px;
    padding-left: 15px;
}

.text-line {
    display: flex;
    align-items: center;
    margin: 0.5rem 0;
}

.text-line:before,
.text-line:after {
    content: "";
    flex-grow: 1;
    height: 1px;
    background: #d3d3d3;
    margin: 2rem 1rem;
}

.col-form-label {
    white-space: nowrap;
}

/* FAQの設定 */
#isstyle {
    display: none;
}

p.question,
dt.faq_q {
    margin: 1.2rem 0px 0;
    font-weight: bold;
    border-bottom: 2px solid #30306B;
    cursor: pointer;
}

dt.faq_q {
    display: flex;
    align-items: center;
    padding-bottom: 0.6rem;
}

.qa_q.faq_q_rule {
    margin: 0 5px auto;
}

dd.optionalInput {
    display: none;
}

.qa_q,
.qa_a {
    text-align: center;
    vertical-align: middle;
    margin: 5px auto;
    width: 25px;
}

.qa_q_title,
.qa_a_text {
    margin-left: 5px;
}

p.faq_arrow {
    display: block;
    margin: 0 1rem 0 auto;
    width: max-content;
    float: right;
    color: #30306B;
}

p.faq_arrow.active {
    transform: rotate(180deg);
}

div.answer {
    margin: 1rem 5px 0;
}

.answer a {
    font-weight: bold;
}

.answer ol {
    margin-bottom: 0;
}

img.changes_mail_icon,
img.changes_pw_icon,
img.changes_secret_icon {
    margin-right: 0.5rem;
    padding-bottom: 4%;
    max-width: 19px;
}

img.changes_mail_icon,
img.changes_secret_icon {
    width: 16%;
}

img.changes_pw_icon {
    width: 13%;
}

img.bakusai {
    width: 16%;
    position: relative;
    bottom: 10%;
}

.not_setting {
    font-size: 0.8rem;
    color: #ff1d0b;
}

.card.question_card {
    margin-top: 1vh;
}

/* form-nav */
.progressbar {
    display: flex;
    flex-wrap: wrap;
  }
  .progressbar .item {
    width: 33%;
    text-align: center;
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    line-height: 1;
    background: #F5F5F5;
    color: #999999;
    margin-bottom: 20px;
  }
  .progressbar .item:not(:last-child)::before,
  .progressbar .item:not(:last-child)::after{
      position: absolute;
      z-index: 2;
      top: 0;
      bottom: 0;
      left: 100%;
      content: '';
      border: 24px solid transparent;
      border-left: 20px solid #F5F5F5;
      margin: auto;
  }
  .progressbar .item.verify::before,
    .progressbar .item.verify::after{
    border: none;
  }
  .progressbar .item:not(:last-child)::before {
      margin-left: 1px;
      border-left-color: #FFF;
  }
  @media screen and (max-width: 767px) {
  .progressbar .item {
      font-size: 11px;
      line-height: 1.4;
      padding: 10px 0;
  }
  .progressbar .item:not(:last-child)::before,
  .progressbar .item:not(:last-child)::after {
      border-width: 25px;
      border-left-width: 12px;
  }
  }
  /* active */
  .progressbar .item.active {
      z-index: 1;
      background: #4883B4;
      color: #FFF;
  }
  .progressbar .item.active:not(:last-child)::after {
      border-left-color: #4883B4;
  }
  .progressbar .item.active:not(:last-child)::before {
      border-left: none;
  }
/* formnav end */

@media (max-width: 576px) {
    .navbar-log {
        width: 80%;
    }
    .card-body {
        margin-top: 0 !important;
    }
    .login-label-text {
        display: none;
    }
    .email-block {
        padding: 0;
        background-color: #ffffff;
    }
    .not_have_account,
    .regist_text {
        font-size: 0.8rem;
    }
    img.bakusai {
        width: 10%;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .navbar-log {
        max-width: 130px;
    }
    .head_logo {
        width: 100%;
    }
    .text-line {
        display: none;
    }
    .register {
        padding: 1rem 3rem;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .text-line {
        display: none;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .text-line {
        display: none;
    }
}