@charset "UTF-8";

form button:hover{ cursor: pointer; cursor: hand; opacity: 0.8; }

/*確認画面と完了画面を非表示*/
.confirm_area,
.thanks_area {
    display: none;
}

/*デフォルトのサンクスメッセージを非表示*/
.wpcf7-response-output{
    display: none;
}

/* 未入力があった際のエラーメッセージ */
#error-message {
    display: none;
    text-align: center;
    color: #dc3232;
}

/* セレクトボックスのデフォルトスタイルを初期化 */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  cursor: pointer;
  background: #fff url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E) no-repeat right 5px top 55%;
  background-size: 16px 16px;
  border-radius: 4px;
  width: 34%;
}

/* ========================================
  @media screen and (min-width: 768px),print
======================================== */
@media screen and (min-width: 768px), print {

/* form -------------------------------------*/
.form-Box {
  line-height: 1.6;
  padding: 70px 0px 130px;
}

.form-Box .form-box-inner {
  background: #fff;
  padding: 73px 0px 75px;
  width: min(95%,1200px);
  margin-inline: auto;
  border: 1px solid #1C1C1C;
}

.l-inner.form {
	background: #fff;
	margin-inline: auto;
	padding: 92px 0px 80px;
	width: min(95%, 1000px);
}

.form-box {
	margin-inline: auto;
	width: min(95%, 1050px);
}

.formttl_en {
	margin-bottom: 30px;
	text-align: center;
  font-size: 24px;
  line-height: 1.6;
}

.formttl_ja {
	margin-bottom: 3.5rem;
	text-align: center;
	font-size: 24px;
	line-height: 1.6;
}

.form-Box .list {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2;
	margin-bottom: 34px;
	margin-inline: auto;
	width: 640px;
}

.form-Box .error {
  margin-bottom: 16px;
}

.form-Box .attention-color {
  color: #f00;
}

.form-Box .form-list li {
  padding-left: 16px;
  text-indent: -16px;
  margin-bottom: 3px;
}

.form-Box table {
  margin-bottom: 50px;
  width: 100%;
  border-collapse: collapse;
}

.form-Box tr {
}

.form-Box th {
  text-align: left;
  width: 21.4%;
  padding: 31px 27px 26px;
  vertical-align: middle;
}

.form-Box th {
  font-size: 18px;
  line-height: 1.6666;
  background: #F0F0F0;
  border: 3px solid #FFFFFF;
  font-weight: 700;
  letter-spacing: 0.1rem;
}

.form-Box td {
  text-align: left;
  width: 41.1%;
  padding: 22px 40px 15px;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.6;
  background: #F0F0F0;
  border: 3px solid #FFFFFF;
}

.form-Box td.add-td {
  padding: 32px 40px 32px;
}

.form-Box td img {
  max-width: 100%;
  height: auto;
}

.form-Box td.add-td .input_area{
  display: grid;
  grid-template-columns: repeat(1,minmax(0, 1fr));
  gap: 8px 0;
}

.form-Box td.add-td02 .input_area{
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
}

.form-Box .from-btn-01 {
  text-align: center;
}

.form-Box .from-btn-02 {
  margin-top: 24px;
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: flex;
  justify-content: space-between;
}

.form-Box .button {
  border: 0;
  padding: 0;
  margin: 0;
  text-align: center;
}

.form-Box .button:hover {
  cursor: pointer;
  opacity: 0.8;
}

.form-Box input[type="text"],
.form-Box input[type="email"],
.form-Box input[type="tel"],
.form-Box input[type="date"],
.form-Box input[type="checkbox"],
.form-Box input[type="datetime-local"],
.form-Box select,
.form-Box textarea {
  font-size: 16px;
  padding: 1.5% 3%;
  box-sizing: border-box;
  border: 1px solid #ACACAC;
  font-family: inherit;
}

.form-Box .wpcf7-list-item-label {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.01em;
}

.form-Box textarea {
  width: 100%;
  height: 166px;
  font-family: inherit;
}

.form-Box select {
  width: 53.8%;
}

input#address01 {
  margin-bottom: 8px;
}

.form-Box 

/* ボタン*/
#confirm_area,
#send_area {
    text-align: center;
}

#form #confirm_area p,
#form #send_area p,
#form #back_area p {
    display: inline-block;
    position: relative;
}

#form #confirm_area p::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 13px;
  background: url(../../../assets/images/common/contact-arr.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}

#form #back_area p::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 13px;
  background: url(../../../assets/images/common/contact-arr-red.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}

#form #send_area p::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 13px;
  background: url(../../../assets/images/common/contact-arr.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}

#form #send_area p::after {
  top: 35%;
}

#form .confirm_button, #form #back_button, input[type="submit"] {
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 539px;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 500;
  padding: 20px 0;
  margin-bottom: 30px;
  font-family: inherit;
  color: #141414;
  position: relative;
  top: 0;
  transition: 0.2s ease-in-out;
  margin: 0 auto;
  display: block;
  border-radius: 40px;
  text-align: center;
}

#form .confirm_button {
  background: #FF1515;
  color: #FFFFFF;
}

input[type="submit"] {
  background: #FF1515;
  color: #FFFFFF;
}

#form #back_button {
  border: 1px solid #FF1515;
  background-color: #FFFFFF;
}

/* プライバシーポリシー */
.priv-text .priv-ttl {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}

.priv-text {
  padding: 20px;
  overflow-y: scroll;
  height: 250px;
  border: #B3B3B3 solid 1px;
  margin-bottom: 30px;
  background: #fff;
  text-align: left;
}

.priv-text p {
  margin-bottom: 20px;
  font-size: 13px;
  padding-bottom: 20px;
  border-bottom: #ccc solid 1px;
  line-height: 1.6;
}

.priv {
  text-align: center;
  margin-bottom: 30px;
}

.priv-text .tt {
  margin-bottom: 10px;
  font-size: 20px;
  color: #333;
  font-weight: bold;
}

.privtext {
  text-align: center;
  margin-bottom: 60px;
}

/*必須ボタン*/
.required {
  position: relative;
}

.required::after{
  content: "必須";
  color: #fff;
  background: #FF1515;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.1em;
  padding: 0px 16px;
  position: absolute;
  top: 50%;
  right: 52px;
  transform: translateY(-50%);
}

}

@media screen and (min-width:768px) and (max-width:1240px) {
  .required::after {
    font-size: 1.29vw;
    right: 2.194vw;
  }
  .form-Box th {
    font-size: 1.452vw;
    padding: 2.5vw 2.177vw 2.097vw;
    width: 30%;
  }
  .form-Box td,
  .form-Box td.add-td {
    padding: 1.774vw 3.226vw 1.21vw;
  }
}


/* ========================================
  @media screen and (max-width: 767px)
======================================== */
@media screen and (max-width: 767px) {
/* form -------------------------------------*/
.form-Box {
  padding: 13vw 0vw 43vw;
  line-height: 1.6;
  width: 100%;
  background: #fff;
}

.form-Box .form-box-inner {
  width: min(95%,83.6vw);
  margin-inline: auto;
  border: 0.2vw solid #1C1C1C;
  background: #FFFFFF;
  padding: 9vw 4.1vw 9.67vw;
}

.form-Box .form-list {
  font-size: 3.2vw;
  margin-bottom: 10vw;
}

.form-Box .error {
  margin-bottom: 3.6vw;
}

.form-Box .attention-color {
  color: #f00;
}

.formttl_ja {
	margin-bottom: 5.729vw;
	text-align: center;
	font-size: 4.831vw;
	line-height: 1.9;
	font-weight: 400;
}

.form-Box .list {
	font-size: 2.657vw;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.6;
	margin-bottom: -0.333vw;
	padding-bottom: 5.246vw;
	border-bottom: 0.2vw solid #E6E6E6;
}

.form-Box .form-list li {
  padding-left: 3.6vw;
  text-indent: -3.6vw;
  margin-bottom: 0.4vw;
}

.form-Box table {
  margin-bottom: 7vw;
  font-size: 3.4vw;
  line-height: 1.6;
  width: 100%;
  margin-inline: auto;
}

.form-Box tr {
}

.form-Box th, .form-Box td {
  display: block;
  /* width: 100%; */
  table-layout: fixed;
}

.form-Box th {
  padding: 4.2vw 5vw;
  text-align: left;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-bottom: 3.4vw;
  background: #F0F0F0;
  font-weight: 700;
}

.form-Box td {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: left;
}

.form-Box td.add-td .wpcf7-checkbox {
  display: grid;
  grid-template-columns: repeat(1,minmax(0, 1fr));
  gap: 1.4vw 0;
  margin-bottom: 4vw;
}

.form-Box td.add-td02 .input_area{
  display: grid;
  grid-template-columns: 20% minmax(0, 1fr);
  gap: 3.865vw;
}

input#your_date {
  width: 63vw;
}

input#your_date02 {
  width: 63vw;
}

input#your_time {
  width: 63vw;
}

input#your_time02 {
  width: 63vw;
}

.form-Box .from-btn-02 {
  margin-top: 10vw;
}

.timeset-ttl {
  position: relative;
  top: 3vw;
}

p.subtxt {
  margin-bottom: 2vw;
}

.form-Box input[type="text"],
.form-Box input[type="email"],
.form-Box input[type="tel"],
.form-Box input[type="date"],
.form-Box input[type="datetime-local"],
.form-Box textarea {
  width: 74vw;
  margin-bottom: 5vw;
  font-size: 16px;
  padding: 2.5vw 3vw;
  box-sizing: border-box;
  border: 0.2vw solid #ACACAC;
  font-family: inherit;
}

.form-Box select {
  width: 86vw;
  margin-bottom: 4vw;
  font-size: 16px;
  padding: 3vw 2vw 3vw;
  box-sizing: border-box;
  border: 0.2vw solid #D3D3D3;
  font-family: inherit;
  background: #EFEDEE url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E) no-repeat right 5px top 55%;
}

.form-Box textarea {
  height: 38.7vw;
  font-family: inherit;
  margin-bottom: 0;
}

.form-Box select {
  width: 100%;
  border-radius: 0.6vw;
  border: 0.2vw solid #D3D3D3;
}

/* ボタン*/
#confirm_area,
#send_area {
    text-align: center;
}

#form #confirm_area p,
#form #send_area p,
#form #back_area p {
    display: inline-block;
    position: relative;
}

#form #confirm_area p::after {
  content: "";
  display: inline-block;
  width: 2.623vw;
  height: 2.348vw;
  background: url(../../../assets/images/common/contact-arr.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 3.5vw;
  top: 42%;
}

#form #back_area p::after {
  content: "";
  display: inline-block;
  width: 2.623vw;
  height: 2.348vw;
  background: url(../../../assets/images/common/contact-arr-red.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 3.5vw;
  top: 42%;
}

#form #send_area p::after {
  content: "";
  display: inline-block;
  width: 2.623vw;
  height: 2.348vw;
  background: url(../../../assets/images/common/contact-arr.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 3.5vw;
  top: 42%;
}

#form #send_area p::after {
  top: 33%;
}

#form .confirm_button, #form #back_button, input[type="submit"] {
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 74vw;
  font-size: 3.865vw;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #2A2A2F;
  padding: 3.4vw 0;
  font-family: inherit;
  position: relative;
  top: 0;
  transition: 0.2s ease-in-out;
  display: block;
  margin-inline: auto;
  border-radius: 10vw;
}

#form .confirm_button {
  background: #FF1515;
  color: #FFFFFF;
}

input[type="submit"]  {
  background: #FF1515;
  color: #FFFFFF;
}

#form #back_button {
  border: 0.2vw solid #FF1515;
  background-color: #FFFFFF;
}

/* プライバシーポリシー */
.priv-text {
  padding: 3vw;
  height: 40vw;
  margin-bottom: 5vw;
  overflow-y: scroll;
  border: #B3B3B3 solid 1px;
  background: #fff;
}

.priv-text p {
  margin-bottom: 4vw;
  padding-bottom: 4vw;
  border-bottom: 0.2vw solid #ccc;
  line-height: 1.6;
  text-align: left;
}

.priv {
  margin-bottom: 5vw;
}

.priv-text .tt {
  margin-bottom: 3vw;
  font-size: 4.8vw;
}

.privtext {
  margin-bottom: 18vw;
  font-size: 3.382vw;
  line-height: 1.6;
  text-align: center;
}

/*必須ボタン*/
.required p {
  position: relative;
  display: block;
}

.required p::after{
  content: "必須";
  color: #fff;
  background: #FF1515;
  font-size: 3.382vw;
  line-height: 1.6;
  letter-spacing: 0.1em;
  padding: 0.5vw 3.66vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0vw;
  white-space: nowrap;
}
}