::-ms-reveal {
    display: none;
}

.login-pf body {
    background: #F1F6FC;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

#nc-wrapper{
    display:flex;
    flex-flow: column;
    min-height: 100vh;
    position: relative;
    box-sizing: border-box;
    padding-bottom: 300px;
}

.nc-login-pf-page {
    margin-top: 60px;
    padding-bottom: 60px;
}

.login-pf-page.nc-login-pf-page{
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
}

#kc-page-title, .pf-c-button{
    font-weight: bold;
}

.checkbox label{
    font-weight: bold;
}

.btn-group-lg>.btn, .btn-lg {
    font-size: 14px;
    line-height: 1.3333333;
    border-radius: 25px;
    padding: 15px 30px;
}

.nc-button-reload {
    width: 100%;
}

/* 再送ボタン */
.nc-resendBtn_context {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 360px;
}

#resendBtn {
    padding: 10px 30px;
    display: block;
    border-radius: 25px;
    background-color: #f4f8f8;
    border: 3px solid var(--pf-c-button--m-primary--BackgroundColor);
    color: var(--pf-c-button--m-primary--BackgroundColor);
    margin-left: auto;
    margin-right: auto;
}

#resendBtn:disabled {
    border: 3px solid #c0c8ce;
    background-color: #c0c8ce;
    color: #fff;
    pointer-events: none;
    cursor: default;
}

/* 認証ボタン */
.nc-button-doAuth {
    width: 100%;
}

/* ヘッダ */
.nc-common-header {
    padding-left: 1.5rem;
    white-space: normal;
    background-color: #FFFFFF;
    border-image: linear-gradient(90deg, #97E8A1 0%, #31B8A9 28%, #0094C3 67%, #0074C7 100%) 0 0 1 0/4px 0;
    border-style: solid;
    align-items: center;
    display: grid;
    min-height: 4.75rem;
    min-width: 0;
}

.nc-common-header_logo-img{
  display: block;
  max-width: 280px;
  width: auto;
  padding-right: 1rem;
}

.pf-c-button.pf-m-plain {
    --pf-c-button--disabled--Color: var(--pf-c-button--m-plain--disabled--Color);
    --pf-c-button--disabled--BackgroundColor: var(--pf-c-button--m-plain--disabled--BackgroundColor);
    color: var(--pf-c-button--m-plain--Color);
    --pf-c-button--m-plain--Color:
    background-color: var(--pf-c-button--m-plain--BackgroundColor);
}

/* フッタ */
/* スマホ表示 */
@media screen and (max-width: 520px) {
    footer {
        position: relative;
        bottom: 0;
        margin-top: auto;
        background: #FFFFFF;
        padding: 35px 30px 20px;
        width: 100%;
    }
}

/* PC表示（リンク横並び） */
@media screen and (min-width: 817px) {
    footer {
        position: absolute;
        bottom: 0;
        margin-top: auto;
        bottom: 0;
        background: #273345;
        padding: 35px 30px 20px;
        width: 100%;
    }
    .c-footer__nav-container {
        display: flex;
        padding-bottom: 6px;
    }
  
    .c-footer-nav_menu {
        margin :0 auto;
    }
    .c-footer-nav__list {
        display: flex;
    }
  
    .c-footer-nav__list li {
        text-align: right;
    }
}

/* PC表示（リンク縦並び） */
footer {
    border-image: linear-gradient(90deg, #97E8A1 0%, #31B8A9 28%, #0094C3 67%, #0074C7 100%) 1 0 0 0/4px 0;
    border-style: solid;
    position: absolute;
    bottom: 0;
    margin-top: auto;
    background: #FFFFFF;
    padding: 20px 30px 20px;
    width: 100%;
    font-weight: 500;
}

.c-footer-nav__link {
    position: relative;
    padding: 10px 0;
    display: block;
    color: #666666;
    font-size: var(--pf-c-form__label--FontSize);
    line-height: 1;
    text-decoration: none;
    padding: 10px;
}

.c-footer-nav__link a{
    color: inherit
}

a:hover{
    color: #fff;
}

.c-footer-nav__link a:visited{
    color: #fff;
}

.c-footer__lower {
    padding: 10px;
}

.c-footer__copyright {
    color: #999999;
    opacity: 1;
    font-size: var(--pf-c-form__label--FontSize);
    text-align: center;
    margin-bottom: -30px;
}

/* ユーザ情報エラー画面 */
.nc-contact {
    border: 1px solid #cad5d5;
    box-shadow: 0 3px 0 0 #dee9e9;
    padding: 0 5% 5% 5%;
    margin-top: 5%;
    border-radius: 15px;
}

.nc-contact_information {
    text-align: center;
    margin: 5%;
    font-family: fot-udmarugo-large-pr6n,sans-serif;
}

.nc-contact_information_Title {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 5px;
}

.nc-contact_information_Tel {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 1px;
    color: #007adb;
    margin-bottom: 5px;
}

.nc-contact_information_Time {
    color: black;
    margin-bottom: 5px;
}

/* アカウント情報入力画面 */
.nc-password-conditions {
    color: #72767b;
}

.nc-account-form-required {
    color: #fff;
    /*background-color: var(--pf-global--danger-color--200);*/
    background-color: rgb(225 88 99);
    padding: 0 5px;
    margin-left: 5px;
}

.p-postal-code {
    width: 50%;
}

.postal-search {
    margin-left: 10px;
    padding: 5px 10px;
    border-radius: 25px;
    background-color: #f4f8f8;
    border: 2px solid #06c;
    color: #06c;
}

/* 性別ラジオボタンデザイン変更 */
.nc-account-form-radio {
    padding-right: 10px;
}

.radio-label {
    display: inline-block;
    margin-right: 6px;
    margin-top: 10px;
  }

  input[type="radio"] {
    display: none;
  }

  .radio-text:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 6px;
    border-width: 1px;
    border-style: solid;
    border-radius: 50%;
    padding: 2px;
    background-clip: content-box;
  }

  input[type="radio"]:not(:checked) + .radio-text:before {
    border-color: var(--pf-global--BorderColor--200);
  }

  input[type="radio"]:checked + .radio-text:before {
    border-color: #06c;
    background-color: #06c;
  }

.nc-backToLogin {
    margin-bottom: 20px;
}

.nc-select-birthday {
    width: 70%;
}

.nc-select-birthday_year {
    width: 30%;
}

.nc-select-birthday_month {
    width: 20%;
}

.nc-select-birthday_day {
    width: 20%;
}

/* 利用規約画面 */
.nc-terms-button_accept {
    width: 100%;
}

.nc-terms-nav__link {
    display: block;
    text-decoration: underline;
}

.nc-terms-nav {
    padding-bottom: 20px;
    margin: 0px 25px;
}

#kc-terms-text {
    margin: 0px 25px;
}

#kc-terms-text li {
    padding-bottom: 10px;
}


/* 共通 */
/* 戻るリンクdiv */
.nc-backToMypage{
  position: absolute;
  top: 0;
  left: 0;
}

/* 戻るリンク */
a#backToApplication {
    font-size: 0.875rem;
}

/* 入力欄 */
input {
    font-weight: 500;
}

.pf-c-form-control {
    --pf-c-form-control--placeholder--Color: #CCC !important;
}

/* リンク下線(aタグ全体適用) */
a {
    text-decoration: underline;
}

/* 退会確認画面 */
.nc-checkbox-position{
  /* position: absolute;
  top: 0px;
  width: 100%; */
  display: block;
}

#nc-delete-account-checkBox {
    text-align: center;
    display: block;
}

.nc-delete-account-context ul{
    font-weight: normal;
    color: black;
    list-style-type: disc;
}

/* 退会完了画面 */
.nc-info-text{
  background-color:rgba(204,255,204,0.6);
  margin: 0px 30px;
  padding:10px;
}

@media screen and (min-width: 700px) {
  .card-pf{
    position: relative;
  }
  /* .nc-checkbox-position{
    position: absolute;
    top: 0px;
    left: 150px;
  } */
}
