@charset "UTF-8";
/* ------------------------------------------------- *
 *  ＠FORM　　　　　　　　　　　　　　　　
 * ------------------------------------------------- */
/*　共通　*/
/* contact.html */
.contact-table {
  width: 100%;
  margin-top: 60px;
}

.contact-table table,
.contact-table th,
.contact-table td {
  border: 1px solid #707070;
  height: auto;
  text-align: left;
}

.contact-table th {
  line-height: 1.5;
  padding-left: 15px;
  color: #005500;
  vertical-align: middle;
  text-transform: uppercase;
  background: #89d14b40;
  width: calc(230 / 1120 * 100%);
  height: 50px;
}

.contact-table th span.required {
  margin-left: 5px;
  color: #f00;
  font-size: 12px;
  font-weight: normal;
}

.contact-table td {
  padding: 15px;
}

#formWrap {
  width: 100%;
  margin: 0 auto;
  /*padding: 0 10px;*/
}

input[type=text], input[type=email], input[type=tel] {
  width: 100%;
  height: 40px;
  font-size: 16px;
  border: solid 1px #D0D0D0;
  background-color: #EEF1FA;
}
input.long {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 4px;
  border: solid 1px #D0D0D0;
  background-color: #fff;
}

textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 200px;
  font-size: 16px;
  border: solid 1px #D0D0D0;
  background-color: #fff;
}

input,
textarea {
  padding: 3px 8px;
  line-height: 1.5;
}

::-webkit-input-placeholder {
  color: #bababa;
}

::-moz-placeholder {
  color: #bababa;
}

:-ms-input-placeholder {
  color: #bababa;
}

::-ms-input-placeholder {
  color: #bababa;
}

::placeholder {
  color: #bababa;
}

.error {
  padding-left: 10px;
  color: red;
}

.submit-center {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 35px auto 50px;
}

input[type=submit],
input[type=button] {
  -webkit-appearance: none;
  border-radius: 0;
  width: 250px;
  height: 70px;
  margin-right: 20px;
  line-height: 1;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  letter-spacing: 0.1em;
  border-radius: 5px;
  background-color: #f4623a;
  border: 2px solid #f4623a;
}

input[type=button] {
  background: #999;
  border: 2px solid #999;
}

/* 送信ボタン - マウスオーバー時 */
@media screen and (min-width: 768px) {
  input[type=submit]:hover {
    background-color: #fff;
    color: #f4623a;
    border: 2px solid #f4623a;
    cursor: pointer;
  }

  input[type=button]:hover {
    background-color: #fff;
    color: #999;
    border: 2px solid #999;
    cursor: pointer;
  }
}
.certify_title {
  margin: 10px auto 15px;
  text-align: center;
  font-size: 24px;
}

.certify_text {
  margin-top: -30px;
  margin-bottom: -30px;
  text-align: center;
  font-size: 18px;
}

.sec-thanks {
  margin: 0 auto;
  padding: 100px 10px 20px;
  text-align: center;
}
.sec-thanks .thanks_text {
  margin-bottom: 40px;
  font-size: 22px;
  letter-spacing: 0.075em;
  font-weight: 500;
}

.sec-thanks .thanks_text .sp-br {
	display: none;
}
.sec-thanks .thanks_link {
  margin-bottom: 50px;
  padding: 5px 3px;
  font-size: 4.266666vw;
  font-weight: 500;
  background-color: #f00;
  border-radius: 18px;
  border: 2px solid #f00;
  display: block;
  cursor: pointer;
  width: 400px;
  margin: auto;
  margin-bottom: 80px;
  padding: 10px 5px;
  font-size: 18px;
  border-radius: 22px;
}

.thanks_link span {
	display: inline;
}
.thanks_link br {
	display: none;
}
.sec-thanks .thanks_link a {
  color: #fff;
}
.sec-thanks .thanks_link:hover {
  color: #f00;
  background-color: #fff;
  border: 2px solid #f00;
}
.sec-thanks .thanks_link:hover a {
  color: #f00;
}
/*# sourceMappingURL=form.css.map */

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

	.contact-table th {
		width: 100%;
	}

	.contact-table th, 
	.contact-table td {
		margin-bottom: -1px;
	}

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

	.sec-thanks {
		padding-left: 5%;
		padding-right: 5%;
	}
	.sec-thanks .thanks_text {
		font-size: 20px;
	}
	.sec-thanks .thanks_text .sp-br {
		display: block;
	}
	.sec-thanks .thanks_link {
		width: 90%;
	}
	.sec-thanks .thanks_link span {
		display: none;
	}
	.sec-thanks .thanks_link br {
		display: block;
	}

}


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

	.sec-thanks .thanks_text {
		font-size: 18px;
	}

}