.onlineform-title-fz-18{
  font-size: 18px;
  text-align: center;
  padding: 10px 18px;
  font-weight: bold;
  color: #fff;
  position: relative;
  cursor: pointer;
  line-height: 1.3em;
}
@media screen and (max-width: 767px) {
  .umusic .onlineform-title-fz-18 {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .onlineform-link-4 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .onlineform-link-4 a {
    border-left: 1px solid #fff;
    display: block;
    background: transparent linear-gradient(0deg, #147bd1 0%, #4da9d6 100%, #56b7e6 100%);
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    height: 100%;
    padding: 5px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .onlineform-link-4 a span {
    position: relative;
    display: inline-block;
    line-height: 1.2;
    min-height: calc(3em + 20px);
    padding-top: 22px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .onlineform-link-4 a span:before {
    content: "";
    width: 15px;
    height: 17px;
    background: url(/images/icon/icon_music_w.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
  }
}


/* ========================================================================
     Component: follow-area
 ========================================================================== */
.follow-area {
  background: #fff;
  border-radius: 4px;
  height: 0;
  opacity: 0;
  position: fixed;
  bottom: 40px;
  left: 50px;
  z-index: 10;
  transition: 0.3s;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 767px) {
  .follow-area {
    display: none !important;
  }
}
.follow-area.fixed.active {
  height: auto;
  opacity: 1;
}
.follow-area.none {
  display: none !important;
}
.follow-area-inner {
  padding: 30px;
  text-align: center;
  position: relative;
}
.follow-area-title {
  display: flex;
  align-items: center;
    justify-content: flex-start;
  margin-bottom: 10px;
}
.follow-area-title span {
  display: inline-block;
  font-size: 13px;
  color: #fff;
  line-height: 1;
  background: transparent linear-gradient(121deg, #35adeb 0%, #323e85 100%) 0% 0%;
  border-radius: 4px;
  padding: 4px 8px;
  margin-right: 8px;
}
.follow-area-title span:first-child {
  background: transparent linear-gradient(121deg, #35adeb 0%, #323e85 100%) 0% 0%;
}
.follow-area-title span:nth-child(2) {
  background: transparent linear-gradient(303deg, #6744c8 0%, #323e85 100%) 0% 0%;
}
.follow-area-title span:nth-child(3) {
  background: transparent linear-gradient(112deg, #6744c8 0%, #f65878 100%) 0% 0%;
}
.follow-area-image {
  margin-top: 16px;
}
.follow-area-toggle {
  width: 30px;
  height: 30px;
  background: #000;
  border-radius: 50%;
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 2;
  cursor: pointer;
}
.follow-area-toggle:before,
.follow-area-toggle:after {
  content: "";
  background: #fff;
  width: 2px;
  height: 14px;
  border-radius: 4px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.follow-area-toggle:before {
  transform: rotate(45deg);
}
.follow-area-toggle:after {
  transform: rotate(-45deg);
}
.follow-area .js-anchor {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.follow-area .js-anchor:hover + .follow-area-inner .txtlink:after {
  right: -0.5em;
}