
/* ===== モーダル ===== */
body.modal-open{
  overflow:hidden; /* 背面スクロール禁止 */
}

.modal{
  display:none;
}

.modal.is-open{
  display:block;
}

.modal__backdrop{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,0.6);
  z-index:9998;
}
.modal__panel * {
  box-sizing: border-box;
}
.modal__panel{
  position:fixed;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  width:calc(100% - 38px);
//  max-width:360px;
  background:#fff;
  border-radius:10px;
  box-shadow:0 12px 30px rgba(0,0,0,.25);
  z-index:9999;
  padding:18px 16px 16px;
}

.modal__close{
  position:absolute;
  right:10px;
  top:10px;
  width:34px;
  height:34px;
  border:none;
  background:#fff;
  border-radius:6px;
  font-size:20px;
  line-height:34px;
  cursor:pointer;
}

.modal__title{
  margin:0 0 6px;
  text-align:center;
  font-size:26px;
  font-weight:900;
}

.modal__subtitle{
  text-align:center;
  font-weight:600;
  font-size:13px;
  margin-top:15px;
  margin-bottom:15px;
}

.modal__input{
  width:100%;
  border:2px solid #cfcfcf;
  border-radius:8px;
  padding:12px 12px!important;
  font-size:14px;
  margin-top:10px;
  margin-bottom:10px;
}

.modal__submit{
  width:100%;
  background:var(--blue);
  color:#fff!important;
  border:none;
  border-radius:22px;
  font-size:16px;
//  font-weight:900;
  margin-top:15px!important;
  margin-bottom:15px!important;
  padding:12px 10px;
  cursor:pointer;
  text-align:center;
}

.modal__help{
  margin-top:12px;
  font-size:11px;
  line-height:1.6;
  color:#333;
}

.modal__help a{
  color:var(--blue);
  text-decoration:none;
//  font-weight:700;
  display:inline;
}

.modal__info{
  margin-top:12px;
  background:#f1f7ff;
  border-radius:10px;
  padding:12px 10px;
  text-align:center;
}

.modal__infoLink{
  display:block;
  color:var(--blue);
  text-decoration:none;
  font-weight:600;
}

.modal__infoSmall{
  display:inline-block;
  color:var(--blue);
  text-decoration:none;
  font-size:12px;
//  font-weight:700;
}
/* 法人モーダル：上部リンク */
.modal__toplink{
  text-align:center;
  margin:0 0 10px;
}
.modal__toplink a{
  color:var(--blue);
  text-decoration:none;
//  font-weight:900;
  font-size:12px;
}

@media screen and (min-width: 641px) {
  .page{
    max-width:100%;
  }
  .info-card__cta{
    width:330px;
  }
  .login-buttons {
    display: grid;
    gap: 10px;
    margin: 0 0 12px;
    justify-content: center;
  }
  .login-buttons .btn-primary{
    width: 640px;
    line-height: 1.5;
    font-size: 24px;
    font-weight: bold;
  }
  .modal__panel {
    width:660px;
  }
  .modal__submit{
    width:330px;
    margin-right: auto;
    margin-left: auto;
    display: block;
  }
  .dcpgLinkStrSpbr{
    display:none;
  }
}

.modal__close {
    display: block;
    cursor: pointer;
    transition: .5s;
    color: #036eb7;
    position: absolute;
    top: 15px;
    right: 15px;
    background-image: url(/_shared/images/icon/ic_close.png)!important;
    background-repeat: no-repeat!important;
    text-indent: -100vw;
    overflow: hidden;
    background-size: 20px 20px!important;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -moz-appearance: none;
    appearance: none;
}
#login_modal_common {
font-family: 'Noto Sans JP';
}
#login_modal_common section h1 {
    text-align: center;
    margin-bottom: 0px;
    font-size: 30px!important;
    font-weight: 700;
    line-height: 1.3;
    color: #000!important;
    border-bottom:none;
    margin: 0;
    padding:0px;
    background:#fff;
}

#login_modal_common h2 {
    margin-top: 0px;
    font-size: 24px;
    margin-bottom: 26px;
    padding-bottom: 0;
    text-align: center;
    border-left:none;
    border-bottom: none;
    color: #000;
    font-weight: bold;
    padding: 0 10px;
}
@media screen and (max-width:640px) {
    #login_modal_common h2 {
        font-size:1.3rem;
        margin-bottom: 12px;
    }
}

#login_modal_common .formWrap{
border: 1px solid #ccc;
    border-radius: 7px;
    padding: 25px 20px 25px 20px;
    margin-top: 20px 20px;
}
#login_modal_common .secForm dl.form dt {
    width: 180px;
    font-weight: 700;
}






#login_modal_common .secForm .readS {
  font-size: 14px;
  margin-top: 40px
}
@media screen and (min-width:641px) {
  #login_modal_common .secForm .readS {
    margin:20px 20px;
  }
  #login_modal_common .secForm .reminder {
    margin: 20px 20px;
    font-size:14px;
  }
}
@media screen and (max-width:640px) {
  #login_modal_common .secForm .readS {
    font-size: 0.9rem;
    margin: 4vw 4vw;
  }
  #login_modal_common .secForm .readS strong {
    font-weight: 700
  }
  #login_modal_common .secForm .reminder {
    margin-top: 10px
  }
  #login_modal_common .secForm .reminder {
    margin: 4vw 4vw;
  }
}

#login_modal_common .secForm .formWrap {
  border: 1px solid #ccc;
  border-radius: 7px;
  padding: 25px 20px 25px 20px;
  margin-top: 10px
}
@media screen and (min-width: 980px) {
  #login_modal_common .secForm .formWrap {
    margin:20px 20px;
  }
}
@media screen and (max-width:979px) {
  #login_modal_common .secForm .formWrap {
    padding: 40px 60px
  }
  #login_modal_common .secForm .formWrap {
    padding: 2vw 5.33333vw 4vw 5.33333vw;
    margin: 0px 20px;
  }
}


#login_modal_common .secForm dl.form dt {
  width: 180px;
  font-weight: 700;
}

@media screen and (max-width:979px) {
  #login_modal_common .secForm dl.form dt {
    width: auto;
  }
}

#login_modal_common .secForm dl.form dt.password {
  margin-top: 30px;
}
@media screen and (max-width:979px) {
  #loginModal .secForm dl.form dt.password {
    margin-top: 20px;
  }
}
@media screen and (max-width:640px) {
  #login_modal_common .secForm dl.form dt.password {
    margin-top: 4vw;
  }
}

#login_modal_common .secForm dl.form dd {
  margin: -1.8em 0 0 180px;
}

@media screen and (max-width:979px) {
  #login_modal_common .secForm dl.form dd {
    margin: 0 0 0 0;
  }
}

@media screen and (max-width:640px) {
  #login_modal_common .secForm dl.form dd {
    margin-top: 0vw;
  }
}

#login_modal_common .secForm dl.form dd .input {
  border: 1px solid #ccc;
  border-radius: 7px;
  padding: 5px 15px
}

@media screen and (max-width:640px) {
  #login_modal_common .secForm dl.form dd .input {
    padding: 2.86667vw 4vw;
  }
}

#login_modal_common .secForm dl.form dd .input input[type="input"],
#login_modal_common .secForm dl.form dd .input input[type="password"] {
  width: 100%;
}

#login_modal_common .secForm .errormsg {
  color: #fa5588;
  margin: 10px 20px;
}
#login_modal_common .secForm .errormsg:empty {
  display:none;
}
@media screen and (max-width:640px) {
  #login_modal_common .secForm .errormsg {
    margin-top: 2.33333vw;
    font-size:0.8rem;
  }
}

#login_modal_common .secForm .button {
  text-align: center;
  margin-top: 0px;
  background:none;
  display: block;
}

@media screen and (max-width:640px) {
  #login_modal_common .secForm .button {
    margin-top: 10px;
    max-width:none;
  }
}

#login_modal_common .secForm .button p {
  display: inline-block;
  font-size: 0;
  text-align:center;
}

@media screen and (max-width:640px) {
  #login_modal_common .secForm .button p {
    margin-bottom: 5.33333vw;
    display: block;
  }
}

#login_modal_common .secForm .button p input {
  cursor: pointer;
  font-size: 20px;
  font-weight: 500;
  padding: 15px 60px;
  margin: 0 10px;
  border-radius: 30px;
  transition: .5s;
}

@media screen and (max-width:640px) {
  #login_modal_common .secForm .button p input {
    width: 300px!important;
    text-align:center;
    font-size: 1.0rem;
    padding: 2.66667vw 0;
    margin: 0;
    border-radius: 5.33333vw;
  }
  #login_modal_common .js-toggle-area-login h2, #login_modal_common .js-toggle-area-glogin h2 {
      margin-bottom:3vw!important;
  }
}

#login_modal_common .secForm .button p.submit input {
  border: 1px solid #036eb7;
  background: #036eb7;
  color: #fff;
  width:200px;
}

#login_modal_common .secForm .button p.submit input:hover {
  opacity: .6;
  filter: alpha(opacity=60);
}

#login_modal_common .secFee .toggleArea {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#login_modal_common  .loginForm .js-toggle-area-login, #pageLp .loginForm .js-toggle-area-glogin {
    padding: 0px 0px;
}


@media screen and (max-width: 640px) {
    #login_modal_common .loginForm.caution {
        font-size: 1.6rem!important;
        margin: 6vw 2.66667vw;
        text-align: center;
        text-indent: 0em;
        margin-left: 0em;
        color: red;
        font-weight: bold;
    }
    #login_modal_common .before-trial, #login_modal_common .after-trial {
        display: none;
        margin: 20px 20px;
    }
}

@media screen and (max-width: 979px) {
    #login_modal_common .secFee .toggleArea .button {
        margin-top: 20px;
        margin-bottom: 4vw;
    }
}
@media screen and (min-width: 641px) {

    #login_modal_common .secFee h3 {
        text-align:left;
        border-left: none;
        padding-left: 0;
        font-size: 20px!important;
        margin-right: 1em;
        color:inherit;
    }
    #login_modal_common .before-trial, #login_modal_common .after-trial {
        display: none;
        margin:30px 30px;
    }
    #login_modal_common .before-trial, #login_modal_common .after-trial p {
        text-align:left!important;    
    }
    #login_modal_common .loginForm .toggleArea .button {
        margin: 20px 20px;
        line-height: 1.4;
    }
    #login_modal_common .loginForm .caution {
        color:red;
        font-weight:bold;
        margin: 20px 0px;
    }
}

#login_modal_common .reminder a.admin-login-button::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    margin-right: .8em;
    transform: rotate(45deg);
}
#login_modal_common section p, #login_modal_common section dl, #login_modal_common section ul.anchor {
    font-size: 16px;
    line-height: 1.8;
    text-align: justify;
}
@media screen and (max-width: 640px) {
    #login_modal_common section p, #login_modal_common section dl, #login_modal_common section ul.anchor {
        font-size: 1.05rem;
        line-height: 2.0;
    }
}


#login_modal_common input{
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -moz-appearance: none;
    appearance: none;
}

.modal__panel {
    overflow-y: auto;
    max-height: calc(100vh - 0px);
    padding: 20px 0px 5px;
    border-radius: 20px;
}