/*

For Support Pages (with submenu)

*/

/* common */
@media screen and (max-width:767px){
  .cs-content {
    font-size: 1rem;
  }
  .column_menu .x-bar-widget-area {
    display: none;
  }
}
.section_header {
  padding: 1em 0 0 !important;
}

/* sidemenu */
.column_menu .x-bar-widget-area {
  list-style: none;
}
.h6_supmenu {
  font-size: 18px;
  position: relative;
  text-align: left;
}
.h6_supmenu span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0;
  padding-right: 5px;
  background-color: #fff;
  text-align: left;
}
.h6_supmenu::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #777;
}
.x-main .widget {
  margin-top: 0 !important;
}

/* contents */
.column_contents {
}
.h4_suptitle {
  margin: 1em 0;
  padding: 0;
}
.h5_supsubtitle {
  font-size: 1.4em;
  margin: 2em 0 0.5em 0;
  padding-bottom: 0.1em;
  border-bottom: solid 3px #777;
}
.btn_support {
  font-size: 16px !important;
  color: #fff !important;
  background: var(--idk-red) !important;
  border-color: var(--idk-red) !important;
  border-width: 2px !important;
  font-weight: bold;
  padding: 10px !important;
  margin: 15px 0;
  width: 200px;
  text-shadow: none !important;
}
.btn_support:hover {
  background: var(--idk-darkred) !important;
  border-color: var(--idk-darkred) !important;
}
.list_contact li h4 {
  font-size: 1.2em !important;
}
i.circle {
  color: #fff !important;
  background: gray !important;
}
