.free-trial-form.free-trial-pc {
  width: 390px;
  background: #fff;
  position: fixed;
  top: 80px;
  right: 0;
  z-index: 13;
  height: 100%;
}

.free-trial-form.free-trial-pc .free-trial-form-header {
  margin: 20px 0 12px;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 36px;
  color: #333;
}

/*.free-trial-form.free-trial-pc .free-trial-form-header>i {
  width: 140px;
  height: 8px;
  content: '';
  display: block;
  background: #fddc3e;
  margin: 0 auto 18px
}*/
.free-trial-form.free-trial-pc .iframe-wrapper {
  width: 100%;
  height: calc(100% - 174px);
  overflow: hidden;
  position: relative;
}

.free-trial-form.free-trial-pc .iframe-wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}

.free-trial-form.free-trial-sp {
  width: 100%;
  z-index: 1000;
  background-color: #fff;
  text-align: center;
}

.free-trial-form.free-trial-sp .free-trial-form-header {
  margin: 45px 0 12px;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: #333;
}

.free-trial-form.free-trial-sp .free-trial-form-header > i {
  width: 140px;
  height: 8px;
  content: "";
  display: block;
  background: #fddc3e;
  margin: 0 auto 18px;
}

.free-trial-form.free-trial-sp label {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  background: #fff;
  z-index: 9999;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  transition: opacity 0.2s ease-out, all 0.2s ease-out;
  height: 80px;
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.1);
}

.free-trial-form.free-trial-sp label .button {
  background: #16bfb7;
  margin: 14px auto;
  box-sizing: border-box;
  width: 300px;
  border-radius: 4px;
  text-align: center;
  line-height: 52px;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  color: #fff;
}

.free-trial-form.free-trial-sp label .button a {
  display: block;
  font-size: 14px;
  color: #fff;
}

.free-trial-form.free-trial-sp label .button > .cr.cr-close {
  display: none;
}

.free-trial-form.free-trial-sp input {
  display: none;
}

.free-trial-form.free-trial-sp .accshow {
  height: 100%;
  padding: 0;
  overflow: hidden;
  opacity: 1;
  transition: 0.8s;
}

.free-trial-form.free-trial-sp .accshow iframe {
  width: 100%;
  height: 920px;
}

.free-trial-form.free-trial-sp .cssacc:checked + .accshow {
  background: #fff;
  opacity: 1;
}

@media screen and (max-width: 969px) {
  .free-trial-pc {
    display: none !important;
  }
}
.free-trial-sp {
  display: none !important;
}

@media screen and (max-width: 969px) {
  .free-trial-sp {
    display: block !important;
  }
}