/************
* trial
*************/
.trial-content {
  width: 100%;
  max-width: 1240px;
  min-width: 1000px;
  margin: 0 auto;
  padding: 30px 20px 80px;
}
@media screen and (max-width: 767px) {
  .trial-content {
    max-width: unset;
    min-width: unset;
    padding: 30px 20px;
  }
  .input-form .trial-content {
    padding: 30px 0;
  }
  ._thanks .trial-content {
    padding: 30px 20px 60px;
  }
}

.trial-top .section-img {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .trial-top .section-text {
    text-align: left;
  }
}

.trial-flow .trial-content {
  padding-top: 80px;
}
.trial-detail {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .trial-detail {
    padding: 20px 0;
  }
}
.trial-step {
  display: inline-block;
}
.trial-step_box {
  margin-bottom: 40px;
}
.trial-step_box:last-child {
  margin-bottom: 0;
}
.trial-flow .section-title_h3 {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .section-title_h3 {
    font-size: 20px;
  }
  .section-title {
    font-size: 25px;
  }
}

.trial_link .btn {
  position: relative;
  margin: 0 auto;
}
.trial_link .btn a::after {
  position: absolute;
  top: 48%;
  right: 24px;
  transform: translateY(-50%) rotate(-45deg);
  display: block;
  width: 8px;
  height: 8px;
  border-left: 2px solid var(--color-blue-04);
  border-bottom: 2px solid var(--color-blue-04);
  content: "";
}
.trial_link .btn:hover a::after {
  border-left: 2px solid var(--color-white);
  border-bottom: 2px solid var(--color-white);
}

/* input-form */
/* thanks */
/* common.css参照 */
