/* ----- 出版情報登録センター 利用社申請登録ページの各種操作ボタン ここから ----- */
#regist-operation-container{
    position: fixed;
    top: 69px;
    /* left: 50%; */
    left: 0;
    right: 0;
    z-index: 500;
    /* text-align:right; */
}
@media (max-width: 991px) {
    #regist-operation-container{
        position : absolute;
    }
}
/* ----- 出版情報登録センター 利用社申請登録ページの各種操作ボタン ここまで ----- */
/* ----- 出版情報登録センター 利用社申請登録ページの入力欄 ここから ----- */
#input-container{
    margin-bottom:3rem;
}
@media (max-width: 991px) {
    #input-container{
        min-width : 992px;
    }
}
/* ----- 出版情報登録センター 利用社申請登録ページの入力欄 ここまで ----- */
/* ----- パンくずリスト ----- */
#regist-operation-container .breadcrumb > li + li:before {
    content: ">";
}
#regist-operation-container .breadcrumb-item.breadcrumb_active {
    font-weight: bolder;
}

/* ----- JPRO必須項目の色 ここから ----- */
.fa-asterisk.jpro-required-color::before{
    color: #ffc107;
}
/* ----- JPRO必須項目の色 ここまで ----- */
/* バリデーションエラー */
#form_regist .error_span {
  color:#dc3545;
  font-size: 90%;
}
