@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

ul,
li {
  list-style: none;
  will-change: transform;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
}

.page-style-tiktok-form {
  background-color: #fff;
  color: #111;
}
.page-style-tiktok-form .inner {
  width: 80%;
  max-width: 1280px;
  margin: 0 auto;
  padding-bottom: 10%;
}
.page-style-tiktok-form .inner-top {
  margin-bottom: 2.5%;
}
.page-style-tiktok-form .inner-caution {
  margin-bottom: 2.5%;
  font-size: 14px;
  line-height: 22px;
}
.page-style-tiktok-form .inner-form {
  color: #111;
}
.page-style-tiktok-form .inner-form a {
  color: #111;
}
.page-style-tiktok-form .inner-form ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #ccc;
}
.page-style-tiktok-form .inner-form li:nth-child(1) {
  width: 25%;
}
.page-style-tiktok-form .inner-form li:nth-child(1) span {
  color: #fff;
  padding: 2px 5px;
  margin-left: 10px;
  background-color: #ff0000;
  font-size: 10px;
  border-radius: 5px;
  vertical-align: middle;
}
.page-style-tiktok-form .inner-form li:nth-child(2) {
  width: 70%;
}
.page-style-tiktok-form .inner-form li:nth-child(2) input[type=text],
.page-style-tiktok-form .inner-form li:nth-child(2) input[type=email],
.page-style-tiktok-form .inner-form li:nth-child(2) input[type=tel],
.page-style-tiktok-form .inner-form li:nth-child(2) input[type=url] {
  width: 100%;
  border: 1px solid #111;
  border-radius: 5px;
  height: 50px;
  line-height: 20px;
  font-size: 14px;
  padding: 5px;
  color: #111;
}
.page-style-tiktok-form .inner-form li:nth-child(2) select {
  width: 100%;
  height: 50px;
  padding: 5px;
  border: 1px solid #111;
  border-radius: 5px;
  line-height: 20px;
  font-size: 14px;
  color: #111;
}
.page-style-tiktok-form .inner-form li:nth-child(2) input.input-half {
  width: 45%;
  margin-right: 2.5%;
}
.page-style-tiktok-form .inner-form li:nth-child(2) textarea {
  width: 100%;
  padding: 5px;
  border: 1px solid #111;
  border-radius: 5px;
  line-height: 20px;
  font-size: 14px;
}
.page-style-tiktok-form .inner-form .privacy {
  text-align: center;
  margin: 20px 0;
}
.page-style-tiktok-form .inner-form .privacy a {
  color: #30b49f;
}
.page-style-tiktok-form .inner-form .submit {
  width: 250px;
  height: auto;
  margin: 0 auto;
}
.page-style-tiktok-form .inner-form .submit input {
  width: 100%;
  display: block;
  border: 1px solid #30b49f;
  background-color: #30b49f;
  padding: 10px 0;
  text-align: center;
  border-radius: 40px;
  color: #fff;
}
.page-style-tiktok-form .inner-form .submit input:hover {
  background-color: transparent;
  color: #30b49f;
}
.page-style-tiktok-form .inner-form .submit .wpcf7-spinner {
  display: none;
}

@media screen and (max-width: 768px) {
  /* スマホ用スタイル */
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .page-style-tiktok-form .inner {
    width: 100%;
  }
  .page-style-tiktok-form .inner-top {
    margin-bottom: 5%;
  }
  .page-style-tiktok-form .inner-caution {
    margin-bottom: 5%;
    font-size: 14px;
    line-height: 22px;
  }
  .page-style-tiktok-form .inner-form li:nth-child(1) {
    width: 100%;
  }
  .page-style-tiktok-form .inner-form li:nth-child(2) {
    width: 100%;
  }
  .page-style-tiktok-form .inner-form .submit {
    width: 100%;
  }
}