@charset "utf-8";

.payment-plan dl {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.payment-plan dt {
  margin-right: 0.5rem;
  white-space: nowrap; /*改行させない*/
}

/*変更ボタンの下の下線*/
hr {
  margin-top: 3rem;
  margin-bottom: 3rem;
  border: 0.0625rem solid #b8b8b8;
}

/*注釈*/
.annotation {
  color: #d84315;
}

/*コンファームダイアログのアイコン設定*/
.modal-confirm .modal-body::before {
  content: '　';/*半角スペースと空の場合アイコンが表示されなかったので全角スペースを入れた*/
  background-image: url(../img/exclamation.svg);
  background-size: 1.2rem;
  background-repeat: no-repeat;/*繰り返しを無効*/
  width: 1.2em;
  display: inline-block;
  margin-right: 0.5rem;
}

/* ウェブサイト版 */
@media screen and (min-width: 800px) {
  /*注釈を真ん中にした799以下は左に寄る*/
  .annotation {
    text-align: center;
  }
}
