@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 {
  border-radius: 10px;
  border: 1px solid #B3B3B3;
  background: #FFF;
  width: min(95%, 1600px);
  margin-inline: auto;
  margin-top: 137px;
  margin-bottom: 240px;
}


.form-Box .form-box-inner {
  padding: 120px 0;
}

.l-inner.form {
	background: #fff;
	margin-inline: auto;
	padding: 92px 0px 80px;
	width: min(95%, 1000px);
}

.form-box {
	margin-inline: auto;
	width: min(95%, 1200px);
}

.formttl_en {
  text-align: center;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.06667; 
  margin-bottom: 32px;
}

.formttl_ja {
  color: #C93800;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.75; /* 175% */
  margin-bottom: 15px;
}

.form-Box .desc {
  text-align: center;
  font-size: clamp(0.938rem, 0.896rem + 0.09vw, 1rem);
  font-weight: 500;
  line-height: 1.875; /* 187.5% */
  margin-bottom: 65px;
}

.form-Box .error {
  margin-bottom: 16px;
}

.form-Box .attention-color {
  color: #f00;
}

.form-Box table {
  margin-bottom: 50px;
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #B3B3B3;
}

.form-Box tr {
  border-bottom: 1px solid #B3B3B3;
}

.form-Box th {
  text-align: left;
  width: 15.5%;
  padding: 38px 0 38px 64px;
  vertical-align: middle;
}

.form-Box th {
  font-size: 16px;
  line-height: 1.875;
  font-weight: 500;
}

.form-Box td {
  text-align: left;
  width: 40%;
  padding: 20px 33px;
  vertical-align: middle;
  font-size: 16px;
  line-height: 1.875;
  font-weight: 500;
}

.form-Box td.add-td {
  /* padding: 32px 22px 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="datetime-local"],
.form-Box select,
.form-Box textarea {
  font-size: 16px;
  line-height: 1.875;
  padding: 2% 3% 2%;
  box-sizing: border-box;
  border: 1px solid #B3B3B3;
  font-family: inherit;
  font-weight: 500;
}

.form-Box textarea {
  width: 100%;
  min-height: 120px;
  font-family: inherit;
}

.form-Box select {
  width: 53.8%;
}

input#address01 {
  margin-bottom: 8px;
}

input[type="radio" i] {
  width: 20px;
  height: 20px;
  margin: 0 8px 0 0;
  position: relative;
  top: 5px;
}

.wpcf7-list-item {
  margin: 0!important;
}

.wpcf7-radio {
  display: flex;
  gap: 41px;
}
 

/* ボタン*/
#confirm_area,
#send_area {
    text-align: center;
}

#form #confirm_area p,
#form #send_area p {
    display: inline-block;
    position: relative;
}

#form #confirm_area p::after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  background: url(../../../assets/images/common/contact-arr.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 42px;
  top: 43%;
}

#form #send_area p::after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  background: url(../../../assets/images/common/contact-arr.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 42px;
  top: 43%;
}

#form #send_area p::after {
  top: 31%;
}

#form .confirm_button, #form #back_button, input[type="submit"] {
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 640px;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0;
  font-weight: 500;
  padding: 25px 0;
  margin-bottom: 30px;
  font-family: inherit;
  color: inherit;
  position: relative;
  top: 0;
  transition: 0.2s ease-in-out;
  margin: 0 auto;
  display: block;
}

#form .confirm_button {
  border-radius: 200px;
  background: #666464;
  color: #FFF;
}

input[type="submit"] {
  border-radius: 200px;
  background: #1A1A1A;
  color: #FFF;
}

#form #back_button {
  background: transparent;
  padding: 8px 0 0;
}

/* プライバシーポリシー */
.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;
}

.priv-text p {
  margin-bottom: 20px;
  font-size: 13px;
  padding-bottom: 20px;
  border-bottom: #ccc solid 1px;
}

.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: 78px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875; /* 187.5% */
  margin-bottom: 40px;
}

input[type="checkbox" i] {
  width: 20px;
  height: 20px;
  border: 1px solid #B3B3B3;
  background: #FFF;
  margin: 0 5px 0 0!important;
  position: relative;
  top: 3px;
  left: -7px;
}

/*必須ボタン*/
.required {
  position: relative;
}

.required::after{
  content: "必須";
  color: #fff;
  background: #B44F1C;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  border-radius: 3px;
  padding: 2px 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -8px;
}

}

/* ========================================
@media screen and (min-width:768px) and (max-width:1100px)
======================================== */
@media screen and (min-width:768px) and (max-width:1100px) {
  .form-Box th {
    width: 27.5%;
    padding: 3.455vw 0 3.455vw 3.818vw;
}  
}


/* ========================================
  @media screen and (max-width: 767px)
======================================== */
@media screen and (max-width: 767px) {
/* form -------------------------------------*/
.form-Box {
  padding: 11vw 0vw 38.65vw;
  line-height: 1.6;
  width: 100%;
  background: #fff;
}

.form-Box .form-box-inner {
  width: min(95%,89.37vw);
  margin-inline: auto;
}

.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_en {
  text-align: center;
  font-size:7.246vw;
  font-weight: 900;
  line-height: 1.06667; /* 106.667% */
  margin-bottom: 9.66vw;
}

.formttl_ja {
  color: #C93800;
  text-align: center;
  font-size:3.865vw;
  font-weight: 600;
  line-height: 1.875; /* 187.5% */
  margin-bottom: 3.86vw;
}

.form-Box .desc {
  font-size:3.14vw;
  font-weight: 400;
  line-height: 1.69231; /* 169.231% */
  margin-bottom: 9.16vw;
}

.form-Box table {
  margin-bottom: 10vw;
  font-size: 3.4vw;
  line-height: 1.6;
  width: 100%;
  border-top: 0.2vw solid #B3B3B3;
}

.form-Box tr {
}

.form-Box th, .form-Box td {
  display: block;
  width: 100%;
  table-layout: fixed;
}

.form-Box th {
  padding: 5.9vw 0 5.5vw 5.9vw;
  text-align: left;
  font-size: 3.382vw;
  line-height: 1.85714;
  letter-spacing: 0;
  border-bottom: 0.2vw solid #B3B3B3;
  font-weight: 500;
}

.form-Box td {
  font-size: 16px;
  line-height: 1.85714;
  letter-spacing: 0;
  border-bottom: 0.2vw solid #B3B3B3;
  padding: 5.5vw 5.9vw 5vw;
}
.form-Box td.radio {
  padding: 5.5vw 0 5vw 5.9vw;
}

.form-Box td .input_area p {
  text-align: center;
}

.form-Box td.add-td .wpcf7-checkbox {
  display: grid;
  grid-template-columns: repeat(1,minmax(0, 1fr));
  gap: 1.932vw 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: 80vw;
  font-size: 16px;
  line-height: 1.6;
  padding: 3vw 2vw 3vw;
  box-sizing: border-box;
  border: 0.2vw solid #D3D3D3;
  font-family: inherit;
  background: #EFEDEE;
}

.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 {
  min-height: 22vw;
  font-family: inherit;
}

.form-Box select {
  width: 80vw;
  border-radius: 0.6vw;
  border: 0.2vw solid #D3D3D3;
}

input[type="radio" i] {
  width: 3.14vw;
  height: 3.14vw;
  margin: 0 0.14vw 0 0;
}

.wpcf7-list-item {
  margin: 0!important;
}

.wpcf7-radio {
  display: flex;
  gap: 5.80vw;
}
 

/* ボタン*/
#confirm_area,
#send_area {
    text-align: center;
}

#form #confirm_area p,
#form #send_area p {
    display: inline-block;
    position: relative;
}

#form #confirm_area p::after {
  content: "";
  display: inline-block;
  width: 2.42vw;
  height: 2.42vw;
  background: url(../../../assets/images/common/contact-arr.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 5.1vw;
  top: 43%;
}

#form #send_area p::after {
  content: "";
  display: inline-block;
  width: 2.42vw;
  height: 2.42vw;
  background: url(../../../assets/images/common/contact-arr.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 4.5vw;
}

#form #send_area p::after {
  top: 29%;
}

#form .confirm_button, #form #back_button, input[type="submit"] {
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 72.46vw;
  font-size: 3.382vw;
  line-height: 1.57143;
  letter-spacing: 0;
  padding: 4.59vw 0;
  font-family: inherit;
  position: relative;
  top: 0;
  transition: 0.2s ease-in-out;
  display: block;
  margin-inline: auto;
}

#form .confirm_button {
  border-radius: 48.31vw;
  background: #666464;
  color: #FFF;
}

input[type="submit"]  {
  border-radius: 48.31vw;
  background: #1A1A1A;
  color: #FFF;
}

#form #back_button {
  background: transparent;
  padding: 0;
  margin-top: -2.5vw;
}

/* プライバシーポリシー */
.priv-text {
  padding: 3vw;
  height: 76.81vw;
  margin-bottom: 9.66vw;
  overflow-y: scroll;
  border: #B3B3B3 solid 1px;
  background: #fff;
}

.priv-text p {
  margin-bottom: 4vw;
  padding-bottom: 4vw;
  border-bottom: 0.2vw solid #ccc;
}

.priv {
  margin-bottom: 5vw;
}

.priv-text .tt {
  margin-bottom: 3vw;
  font-size: 4.8vw;
}

.privtext {
  margin-bottom: 18vw;
}

/*必須ボタン*/
.required p {
  position: relative;
  display: block;
}

.required p::after{
  content: "必須";
  color: #fff;
  background: #B44F1C;
  font-size: 2.899vw;
  line-height: 1.6;
  letter-spacing: 0.1em;
  border-radius: 0.725vw;
  padding: 1vw 3.966vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  white-space: nowrap;
}
}