/* ====================================================== *
 *  audio conferencing common
 * ====================================================== */
.sectioning .sectioning_layout-inner a.link {
  color: #004386;
  text-decoration: underline;
}

.sectioning .sectioning_layout-inner .TitleH1 h1 {
  margin: 70px auto 100px;
}

.sectioning .sectioning_layout-inner .audio_heading02 {
  font-weight: bold;
  font-size: 24px;
  border-bottom: 3px solid #004386;
  margin-bottom: 15px !important;
  padding-bottom: 10px;
}

.sectioning .sectioning_layout-inner .audio_heading03 {
  color: #0a63c9;
  font-weight: bold;
  font-size: 20px;
}

.sectioning .sectioning_layout-inner .Accordion .accordion_header {
  position: relative;
  margin: 0;
  color: #004386;
  font-size: 18px;
  font-weight: bold;
  padding: 0;
  cursor: pointer;
}

.sectioning .sectioning_layout-inner .Accordion .accordion_header::after {
  content: none;
}

.sectioning .sectioning_layout-inner .Accordion .accordion_header.active::after {
  content: none;
}

.contents_area {
  margin: 0 auto 80px;
}

.audio_w {
  width: 840px;
}

@media screen and (max-width: 768px) {
  .audio_w {
    width: 100%;
  }
}

.resourceArea {
  position: relative;
  width: 1260px;
  margin: 0 auto;
}

.resourceArea .related_resources_title-text {
  color: #fff;
}

@media screen and (max-width: 1259px) {
  .resourceArea {
    width: 100%;
  }
  .resourceArea .column_component.colnum-2 > .cc-colnum {
    width: 100%;
  }
}