.m-common-place {
  display: none;
}
.consultation-place {
  max-width: 1260px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 58px;
}

.consultation-place img {
  width: 100%;
}

.consultation-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding-top: 86px;
}

.consultation-title {
  font-weight: bold;
  font-size: 40px;
  color: #FFFFFF;
  line-height: 56px;
  text-shadow: 0px 2px 3px rgba(12, 17, 38, 0.12);
  text-align: center;
  font-style: normal;
}

.consultation-link {
  width: 205px;
  height: 52px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.63) 0%, rgba(255, 255, 255, 0.88) 100%);
  box-shadow: 0px 6px 14px 0px rgba(22, 113, 181, 0.24);
  border-radius: 26px;
  border: 1px solid #FFFFFF;
  font-weight: bold;
  font-size: 16px;
  color: #5F42F2;
  line-height: 52px;
  text-align: center;
  font-style: normal;
  display: block;
  margin: 0 auto;
  margin-top: 40px;
}
.consultation-link:hover {
    background: linear-gradient( 180deg, #FFFFFF 0%, rgba(255,255,255,0.88) 100%);
}

@media screen and (max-width: 768px) {
  .pc-common-place {
    display: none;
  }
  .m-common-place {
    display: block;
  }
  .consultation-place {
      padding: 24px;
      background: #fff;
  }

  .consultation-m {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .consultation-m-title {
      width: 276px;
      font-weight: bold;
      font-size: 32px;
      color: #FFFFFF;
      line-height: 45px;
      text-align: center;
      margin: 0 auto;
      font-style: normal;
  }

  .consultation-jump {
      width: 205px;
      height: 52px;
      background: linear-gradient( 180deg, rgba(255,255,255,0.63) 0%, rgba(255,255,255,0.88) 100%);
      box-shadow: 0px 6px 14px 0px rgba(22,113,181,0.24);
      border-radius: 26px;
      border: 1px solid #fff;
      font-weight: bold;
      font-size: 16px;
      color: #5F42F2;
      line-height: 52px;
      text-align: center;
      font-style: normal;
      display: block;
      margin: 0 auto;
      margin-top: 64px;
  }
}
