#fvContainer {
  width: 90%;
  max-width: 700px;
  margin: 130px auto 0;
}

.title {
  width: 100%;
  display: flex;
  margin-left: -109px;
}

.number {
  font-size: 86.5px;
  line-height: 1.15;
}

.title h1 {
  font-size: 38px;
  letter-spacing: 4px;
  position: relative;
  margin-left: 22px;
}

.title h1::after {
  content: "";
  display: block;
  width: 71px;
  height: 4.5px;
  background: #000;
}

.titleText {
  margin-top: 30px;
}

.titleText p:first-of-type {
  font-size: 30px;
  font-weight: bold;
}

.titleText p:last-of-type {
  margin-top: 40px;
}





/* コンタクト */
#contactContainer {
  margin-bottom: 100px;
}
#contactContent {
  width: 90%;
  max-width: 690px;
  margin: 80px auto 0;
}
@media (max-width: 560px) {
  #contactContent {
    margin: 40px auto 0;
  }
}

.alert {
  font-size: 18px;
  color: red;
  margin-bottom: 20px;
}

label {
  font-size: 18px;
  font-family: 'Rajdhani', sans-serif;
  display: block;
  margin-bottom: 5px;
}

.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  height: 100%;
}

.formGroup {
  width: 100%;
  max-width: 331px;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  border: 1px solid #000;
  box-sizing: border-box;
  padding-left: 10px;
  margin: 0px auto 10px auto;
  text-align: left;
}

textarea.formGroup {
  width: 100%;
  max-width: 700px;
  height: 200px;
  font-size: 14px;
  padding: 5px 9px;
  border: 1px solid #000;
  box-sizing: border-box;
}

.must {
  color: red;
}

small.errorMessage {
  font-size: 16px;
  color: red;
  display: block;
  line-height: 2;
}

form > p:last-of-type {
  text-align: right;
  position: relative;
}
@media (max-width: 560px) {
  form > p:last-of-type {
    text-align: center;
  }
}

form > p:last-of-type span.ajax-loader {
  position: absolute;
  top: 30px;
}
@media (max-width: 560px) {
  form > p:last-of-type span.ajax-loader {
    margin: 0 0 0 10px;
  }
}

#btn {
  width: 200px;
  height: 50px;
  line-height: 50px;
  font-family: 'Rajdhani', sans-serif;
  letter-spacing: 1px;
  color: #fff;
  background: #000;
  margin-top: 30px;
  padding: 0;
  border: none;
  cursor: pointer;
  transition: 0.3s;
}
#btn:hover {
  opacity: 0.6;
}

span.wpcf7-spinner {
  margin-right: -48px;
}

#contactContent .wpcf7-response-output {
  font-weight: bold;
  color: red;
  border: none;
  text-align: center;
}








/* タブレット */
@media(max-width: 1024px) {
.title {
  margin-left: 0px;
}

#contactContainer {
  margin: 130px auto 0px;
}

#contactContent {
  margin: 50px auto 0;
}

#btn {
  margin: 30px 0 80px 0;
}


}





/* スマホ */
@media(max-width: 560px) {
#fvContainer {
  margin: 80px auto 0;
}

.title {
  margin-left: 0px;
}

.titleText {
  margin-top: 10px;
}

.titleText p:first-of-type {
  font-size: 20px;
}

.titleText p:last-of-type {
  margin-top: 26px;
}





/* コンタクト */
#contactContainer {
  margin: 80px auto 0px;
}

h1 {
  font-size: 50px;
}

#contactContent {
  margin: 20px auto 0;
}

#btnContainer {
  text-align: center;
}

#btn {
  width: 200px;
  margin: 20px 0 60px 0;
}

/* 完了 */
/* .complete {
  width: 200px;
  height: 50px;
}

.complete > a {
  line-height: 50px;
} */

}
