.error-text {
  color: #C44D4D;
  font-weight: bold;
}

.error-msg {
  color: #C44D4D;
  margin: 1em 0 1em 0;
}

.error-link {
  border-bottom: 1px solid #C44D4D;
}

.error-link:hover {
  font-weight: bold;
}

.caseInputData__btn button.btn-disabled {
  min-width: 120px;
  opacity: .5;
}

.caseInputData__btn button.btn-registration {
  min-width: 120px;
}

.caseFooter__btn button.btn-registration {
  min-width: 120px;
}

.caseFooter__btn button.btn-disabled {
  min-width: 120px;
  opacity: .5;
}

/* 有害事象の新規追加ボタンに btn-add を追加して対応 */
.caseDataList__title .btn-add {
  margin: 0 0 0 25px;
}


/* ヘッダー固定時の背景色と同じにする */
header.header__nav {
  background: #efefef;
}

/* 一覧だけの画面用のヘッダー固定時の設定 */
.container__main.content-main.list-main {
  padding: 170px 60px 0;
}

/* 一覧だけだがタイトルありの画面用のヘッダー固定時の設定 */
.container__main.content-main.list-title {
  padding: 200px 60px 0;
}

/* リリース後、お知らせが見切れる事象が発生した件で */
/* 急遽対応時に書いたもの */
.container__main.content-main.list-announce {
  padding: 210px 60px 0;
}

@media (max-width: 1279px) {
  .container__main.content-main.list-main {
    padding: 0px 15px 0;
  }

  .container__main.content-main.list-title {
    padding: 0px 15px 0;
  }

  /* リリース後、お知らせが見切れる事象が発生した件で */
  /* 急遽対応時に書いたもの */
  .container__main.content-main.list-announce {
    padding: 0px 15px 0;
  }
}

/* 横並びから除外パターンの説明文箇所のリンクを .caseDataList__item_text にあわせる */
.caseDataList__item.caseDataList__item_text a {
  color: #469CCE;
}

/* ログイン画面の注意書き */
.login__supported_browser {
  padding: 0 0 0 30px;
  padding-bottom: 16px; /* 旧 bootstrap p{margin-bottom:1rem} 相当の下余白を復元 */
}

.login__supported_browser p {
  line-height: 2;
  padding-top: 10px;
}

/* flash メッセージで追加 */
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
  border-radius: 10px;
  padding: 10px 20px;
  margin: 0 0 20px;
}

.alert-danger {
  color: #571515;
  background-color: #edd4d4;
  border-color: #e6c3c3;
  border-radius: 10px;
  padding: 10px 20px;
  margin: 0 0 20px;
}

/* selectBox に inputText と同じCSSをあてる */
.caseDataList__item table td.inputSelect{}
.inputSelect__wrap{
  display:inline-block;
  width:100%;
}
.inputSelect__label select{
  padding:10px;
  font-size:16px;
  background-color:#fff;
  border:solid #C9C9C9 1px;
  border-radius:6px;
  width:100%;
}

/* textarea に inputText と同じCSSをあてる */
.caseDataList__item table td.inputTextArea{}
.inputTextArea__wrap{
  display:inline-block;
  width:100%;
}
.inputTextArea__label textarea{
  padding:10px;
  font-size:16px;
  background-color:#fff;
  border:solid #C9C9C9 1px;
  border-radius:6px;
  width:100%;
}
.inputTextArea__label textarea.inputTextArea__readOnly{
  background-color:#EFEFEF;
}

.copy_date {
  cursor: pointer;
  font-weight: bold;
  color: #469CCE;
}

.accordion-btn {
  cursor: pointer;
}

.drug-name-accordion-btn {
  display: flex;
  justify-content: space-between;
  width: 80%;
  padding: 10px 10px;
  font-size: 20px;
  border-bottom: #469CCE solid 2px;
}

.dose-change-accordion-btn {
  display: flex;
  justify-content: space-between;
  width: 20%;
  margin: 0 1% 10px 0;
  padding: 10px 25px;
  font-weight: bold;
  color: #fff;
  background-color: #469CCE;
  border: #469CCE solid 1px;
  border-radius: 20px;
}

.all-accordion {
  margin-left: 20px;
}

.all-accordion-sentence {
  font-weight: bold;
}

.all-accordion-btn {
  width: 50px;
  height: 50px;
  background-color: #469CCE;
  padding: 10px;
  font-weight: bold;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
}

.alert-text {
  color:#c4ae4d;
  font-weight:bold;
}

.alert-msg {
  color: #c4ae4d;
  margin: 1em 0 1em 0;
}

/* ログイン画面のロゴ */
.centerBox__login__logo {
  margin: 0 0 20px;
  overflow:hidden;
}
.login__logo {
  padding:0 25%;
}
.login__logo img {
  height:auto;
  width:100%;
  border-radius:10px;
}
@media (max-width: 1279px) {
  .login__logo {
    padding:0 40%;
  }
}

.title_drug_name {
  width: 80%;
  text-align: left;
}
