@charset "UTF-8";

/* #ondemand h2.ondemand-header {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 -35px;
  padding: 0;
  font-size: 1.95em;
  font-weight: 600;
  letter-spacing: 1.5px;
  line-height: 1.3;
  border-bottom: none;
}

.ondemand-header__bg {
  display: block;
  width: 100%;
  height: auto;
  user-select: none;
  pointer-events: none;
}

.ondemand-header__text {
  position: absolute;
  top: 50%;
  left: 1.25em;
  transform: translateY(-50%);
  margin: 0;
  color: #fff;
  white-space: nowrap;
}


#ondemand h2:before {
  content: none;
  position: initial;
  top: initial;
  left: initial;
  font-size: initial;
} */



#ondemand h2.ondemand-header {
  display: block;
  width: 100%;
  padding: 25px;
  font-size: 1.95em;
  font-weight: 600;
  letter-spacing: 1.5px;
  line-height: 1.3;
  background: #212121;
  color: #fff;
  text-align: center;
}


#ondemand h3 {
  position: relative;
  /* height: 54px; */
  font-size: 148%;
  font-weight: bold;
  /* color: #FFFFFF; */
  line-height: 140%;
  text-align: left;
  letter-spacing: 0.05em;
  background-color: #5e377a;
  color: #fff;
  border-radius: 5px;
  margin: 3em 0 1em;
  padding: 0.5em 26px;
  border-bottom: none !important ;
}

/* #ondemand h3::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 15px;
  height: 6px;
  background-color: #f5cf90;
  margin-top: -3px;
} */

#ondemand h4 {
  font-size: 121%;
  overflow: hidden;
  zoom: 1;
  font-size: 132%;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.05em;
  /* background: url("../img/h4_bg.jpg") no-repeat 4px 1.2em;
  background-size: 0.75em auto; */
  border-bottom: #6c4f2f dashed 1px;
  margin: 0 0 0.1em;
  padding: 0.3em 0 0.3em 0;
}

.icon--small-circle {
  font-size: 0.6em;
  color: #CD87A8;
  padding: 0 0.45em;
  vertical-align: middle;
}

#ondemand h5 {
  background-image: none;
  margin-top: 1em;
  padding-left: 1em;
  text-indent: -1em;
}

.areaInt h5 {
  margin-left: 0;
}

h5 {
  position: relative;
  font-family: Arial, Verdana, "游ゴシック", YuGothic, "Noto Sans Japanese",
    "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka,
    sans-serif;
  font-size: 112%;
  color: #212121;
  font-weight: bold;
  text-align: left;
  line-height: 130%;
  /* background: url("../img/h5_bg.jpg") no-repeat 5px center; */
  margin-top: 1.2em;
  margin-bottom: 0.75em;
  padding-left: 18px;
}

.speaker-area {
  margin-left: 1em;
  margin-right: 1em;
}

.speaker {
  display: flex;
  align-items: start;
  /* flex-wrap: wrap; */
  margin: 0.5em 0;
  padding: 0;
}

.speaker dt {
  margin: 0 !important;
  padding: 0 !important;
  /* color: #555 !important; */
  font-weight: normal !important;
  white-space: nowrap;
  line-height: 1.45;
}

.speaker dd {
  margin: 0 !important;
  padding: 0 0 0 0.5em !important;
  text-align: initial !important;
  text-justify: initial !important;
  line-height: 1.45;
}

.speaker dd .break {
  display: inline-block;
}

/* 1. デフォルト・状態 */
.btn-warning {
  background-color: #b45284;
  border-color: #b45284;
  color: #fff;
  border-radius: 0.25rem;
  box-shadow: none;
  white-space: nowrap;
  margin-left: 25px !important;
}

/* 2. ホバー時 */
.btn-warning:hover,
.btn-warning:focus {
  background-color: #C3759D;
  border-color: #C3759D;
  text-decoration: none;
  box-shadow: none;
  color: #fff !important;
}

/* 3. アクティブ時 */
.btn-warning:active,
.btn-warning.active {
  background-color: #C3759D;
  border-color: #C3759D;
  box-shadow: none;
}

/* 4. 無効化時 */
.btn-warning.disabled,
.btn-warning:disabled {
  background-color: #C3759D;
  border-color: #C3759D;
  color: #eee;
  cursor: not-allowed;
  box-shadow: none;
}

.program-area {
  margin-bottom: 35px !important;
}

.update-area {
  border-top: #B55A93 dashed 1px;
  padding-top: 1.4em;
}

.bg-dark02 {
  background-color: #6c4f2f !important;
}

.btn-dark {
  white-space: nowrap;
  margin-left: 25px !important; 
}
