.page-template-contact-php .common-contact,
.page-template-thanks-php .common-contact {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .page-template-contact-php .common-contact,
  .page-template-thanks-php .common-contact {
    margin-top: 75px;
  }
}

/* s-t */

.s-t-contact .img {
  background-image: url("https://test01server.xsrv.jp/clivia/wp-content/uploads/s-contact-back.webp");
}

@media screen and (max-width: 767px) {
  .s-t-contact .s-t-title {
    max-width: 265px;
  }
}

/* u-contact */

.u-contact {
  margin-top: 50px;
  padding: 0 15px;
}

.u-contact .wrap {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.u-contact .wrap .top-text {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .u-contact {
    margin-top: 50px;
  }
}

/* forms */

.forms {
  margin-top: 50px;
}

.forms .form-texts {
  display: flex;
  line-height: 1.5;
  border-bottom: 2px solid #c7a839;
  padding-bottom: 15px;
  align-items: center;
  margin-bottom: 20px;
  margin-top: 30px;
}

.forms .form-text {
  font-weight: bold;
}

.forms .form-text-c {
  font-weight: bold;
  background-color: #d3aa28;
  color: #fff;
  padding: 3px 5px 4px 5px;
  margin-left: 20px;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.forms .box-textarea,
.forms .box-text {
  width: 100%;
  height: 150px;
  padding: 10px;
  line-height: 1.5;
  box-sizing: border-box;
  border: 1px solid #5d5d5d;
}

.forms .box-text {
  height: 45px;
}

.forms .form-posts {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.forms .form-posts .form-post {
  margin-right: 10px;
}

.forms .form-posts .box-text {
  max-width: 200px;
}

.wpcf7 input[type="tel"] {
  max-width: 200px;
}

.forms .box-sends {
  position: relative;
  display: flex;
  margin-top: 50px;
  justify-content: center;
}

.forms .box-reset,
.forms .box-confirm,
.forms .box-back,
.forms .box-send {
  background-color: #d3aa28;
  border: 2px solid #dbc780;
  color: #fff;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 20px;
  max-width: 200px;
  width: 100%;
  padding: 10px;
  font-weight: bold;
  cursor: pointer;
}

.forms .box-reset,
.forms .box-back {
  background-color: #dbc780;
  border: 2px solid #d3aa28;
}

.wpcf7-spinner {
  position: absolute;
  top: 50px;
}

.wpcf7-form.init {
  text-align: center;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
}

/* u-thanks */

.u-thanks .wrap {
  max-width: 1150px;
}

.u-thanks .thanks-text {
  text-align: center;
  margin-bottom: 20px;
}

.u-thanks .c-button {
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  max-width: 240px;
}

@media screen and (max-width: 767px) {
}
