/* ************************************** */
/* webcast.html styles                    */
/* block_id = '#search_help_webcast-Main' */
/* ************************************** */
#search_help_webcast-Main .whereami {
  position: fixed;
  top: 122px;
  left: 3rem;
  background: #fff;
  width: 840px;
  padding-top: 38px;
  padding-bottom: 10px;
  padding-left: 5px;
  border: 0;
  border-radius: 0%;
  border-bottom: 1px solid #dedede;
  box-shadow: none;
  z-index: 0;
  opacity: 0.9;
}

#search_help_webcast-Main .whereami h1 {
  font-size: 14px;
  padding: 5px 0;
  color: #333;
}

#search_help_webcast-Main .whereami h2 {
  font-size: 13px;
  color: #333;
}

#search_help_webcast-Main .whereami span.mainMenu {
  color: var(--logoRed);
}

#search_help_webcast-Main .whereami span.selected {
  color: var(--logoRed);
}

#search_help_webcast-Main .whereami span.selected:hover {
  background: none;
}

#search_help_webcast-Main section {
  margin-top: 6rem;
  padding: 2.5rem 1.5rem;
}

#search_help_webcast-Main section h1 {
  border-bottom: 1px solid #333;
  padding-left: 1rem;
  margin-bottom: 1rem;
}

#search_help_webcast-Main .webcast_block .preface_container {
  display: flex;
  align-items: flex-start;
  margin-bottom: 3rem;
}

#search_help_webcast-Main .webcast_block .preface_container .content {
  width: 500px;
  margin-left: 10px;
  margin-right: 20px;
}

#search_help_webcast-Main .webcast_block .preface_container .contents {
  margin-left: 20px;
  padding: 0.8rem 2rem 0.8rem 0;
  border: 1px solid #ababab;
  border-radius: 5px;
  background: var(--tabSelectedBgColor);
}

#search_help_webcast-Main .webcast_block .preface_container .contents:hover {
  opacity: 0.88;
  transition: 0.3s;
}

#search_help_webcast-Main .webcast_block .preface_container .contents li {
  padding-left: 20px;
  line-height: 2;
}

#search_help_webcast-Main .webcast_block .preface_container .contents li a:hover {
  background: linear-gradient(transparent 80%, #e8cece 0%);
}

#search_help_webcast-Main .webcast_block .preface_container .contents li::before {
  content: '⚫︎ ';
}

#search_help_webcast-Main .webcast_block h2 {
  font-size: 1.6rem;
  padding-left: 1rem;
  border-bottom: 1px solid #333;
  margin-left: 30px;
  display: inline-block;
  width: 430px;
}

#search_help_webcast-Main .webcast_block .video_container {
  display: flex;
  margin-left: 3rem;
  margin-bottom: 3rem;
}

#search_help_webcast-Main .webcast_block .video_container .content {
  margin: 10px 40px 5px 0;
  margin-left: 1rem;
  width: 480px;
  margin-right: 4rem;
}

#search_help_webcast-Main .webcast_block .video_container .content p {
  font-size: 12px;
}

#search_help_webcast-Main .webcast_block .video_container .image {
  margin-top: 14px;
  width: 350px;
}

#search_help_webcast-Main .webcast_block .video_container .image:hover {
  opacity: 0.7;
  transition: opacity 0.5s;
}
