@charset "UTF-8";
/* 予約確認画面 CSS Document */
/* ご予約内容確認 */
.confirm-list {
  padding: 0 10px 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #B2B2B2;
  word-wrap: break-word;
}
.confirm-title {
  box-sizing: border-box;
  padding: 0 10px 0 0;
  width: 25%;
  color: #7B6937;
  font-size: 0.8rem;
  font-weight: bold;
  line-height: 120%;
}
.input-result {
  width: 75%;
  word-wrap: break-word;
}
.confirm-list-long .confirm-title {
  padding-bottom: 5px;
}
.confirm-list-long .confirm-title,
.confirm-list-long .input-result {
  width: 100%;
}
.input-result .course-price {
  padding-bottom: 5px;
}
.confirm-list-long .confirm-title,
.confirm-list-long .input-result {
  width: 100%;
}
.input-result .course-price {
  padding: 10px 0;
  margin-bottom: 10px;
  border-bottom: dotted 1px #B2B2B2;
}
.input-result .course-price:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
/* ご予約内容確認画面での各種戻るボタンのmargin-bottomを削除 */
.confirm-list .back-btn {
  margin: 0 auto;
  border: solid 1px #E25454;
  color: #E25454;
}

/* PC・タブレット設定 */
@media screen
and (min-width:768px){
  /* ご希望条件表示 */
  .conditions div {
    font-size: 0.9rem;
  }
  .conditions div:nth-child(odd) {
    padding-right: 20px;
  }
}
