/*
 *		common
 */

body {
  background-image: url(../images/bg.webp);
  background-image: url(../images/bg.jpg);
}

img {
  width: 100%;
  height: auto;
}

header {
  position: relative;
}

/*
 *		cta
 */

.cta01 {
  position: absolute;
  bottom: 0;
  background-color: transparent;
}

.cta01 a img {
  width: calc(665 / 750 * 100%);
  aspect-ratio: 665 / 177;
}

.cta-step__label p {
  font-size: 5vw;
  font-weight: 700;
}

.form-container {
  background: #ffffff;
}

.cta-step__notes {
  padding-bottom: 6%;
}
.cta-step__notes p {
  color: #333333;
  text-align: center;
  padding: 0 2%;
  font-size: max(9.5px, 2.75vw);
  letter-spacing: 0;
  line-height: 1;
}
.cta-step__notes p:first-child {
  font-weight: 700;
  padding-bottom: 2%;
}

/*
 *		text
 */

.text-content {
  padding: 0 8%;
  margin-top: 2%;
  font-size: 3.8vw;
}

/*
 *		footer
 */

footer {
  background-color: #fff;
}

.copyright {
  color: #000;
  font-size: max(9.5px, 2.75vw);
}

/*
 *		side
 */

.pc_cta {
  box-shadow: none;
}
.pc_cta .btn {
  animation-name: btn-animation;
  animation-iteration-count: infinite;
  animation-duration: 2s;
}
.pc_cta .btn img {
  width: 80%;
}

.flbtn {
  display: none;
}

/*
 *		form
 */

.form-tag {
  text-align: center;
  padding: 4% 0;
}

.form-content .table {
  width: 100%;
}

.form-content tr {
  display: flex;
  flex-direction: column;
}

.form-content .saipon-f-md {
  color: #eeeeee;
}

.form-content .label-essential {
  display: inline-block;
  margin-left: 8px;
}
.form-content .form-control {
  margin: 16px auto 24px;
  padding: 8px 24px;
  background-color: #eeeeee;
  width: 85%;
}

.form-tag .button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
}

.form-tag .button .btn {
  background-image: url(../images/button.png);
  width: calc(665 / 750 * 100%);
  aspect-ratio: 665 / 177;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}

/*
お客様の声
*/
.voice_wrap {
  background-image: url(../images/voice_bg.png);
  background-repeat: repeat-y;
  background-position: center 0px;
  width: 600px;
  padding: 35px 0px 10px;
  margin: 0px auto 70px;
  overflow: hidden;
  display: block;
}

.voice {
  background-color: #fff;
  width: 550px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  padding: 40px 20px 40px 20px;
  margin: 0px auto 40px;
  overflow: hidden;
  display: block;
}

.gazo {
  margin: 0px auto 30px;
  display: block;
}

.voice p {
  margin: 0px auto 40px;
  overflow: hidden;
  display: block;
}

.p-line {
  background: linear-gradient(transparent 60%, #faf78e 60%);
  font-weight: bold;
  color: #d80000;
}

.kome {
  font-size: 15px;
  line-height: 20px;
  text-align: right;
}

/*
 *		media 480px-980px
 */
@media screen and (min-width: 480px) {
  .cta-step__label p {
    font-size: 24px;
  }

  .zoom-table th {
    font-size: 24px;
  }
  .zoom-table td {
    font-size: 18.25px;
  }

  .cta-step__notes p,
  .copyright {
    font-size: 13px;
  }

  .text-content {
    font-size: 18.25px;
  }
}

/*
 *		media 980px-1199px
 */

@media screen and (min-width: 980px) and (max-width: 1199px) {
  .cta-step__label p {
    font-size: 2vw;
  }

  .zoom-table td {
    font-size: 1.525vw;
  }

  .cta-step__notes p,
  .copyright {
    font-size: 1.1vw;
  }

  .text-content {
    font-size: 1.525vw;
  }
}

/*
 *		media -979px
 */

@media screen and (max-width: 979px) {
  .flbtn {
    display: block;
    opacity: 0;
    pointer-events: none;
    transition: all 0.2s;
  }
}

/*
 *		media -479px
 */

@media screen and (max-width: 479px) {
  body {
    background: none;
  }
  .flbtn {
    right: 50%;
    bottom: 1em;
    transform: translateX(50%);
  }
  .flbtn a {
    width: calc(665 / 750 * 100vw);
    height: calc(177 / 750 * 100vw);
    animation: none;
  }
}
