@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: 94px 0px 96px;
  text-align: left;
}

.form-Box .form-box-inner {
  background: #fff;
  padding: 96px 0px 120px;
  width: min(95%,1600px);
  margin-inline: auto;
  position: relative;
}

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

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

.formttl_en {
  font-size: 20px;
  letter-spacing: 0;
  text-align: center;
  color: #3b8461;
}

.formttl_ja {
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 0.05em;
  line-height: 2.25;
  text-align: center;
  margin-bottom: 27px;
}

.form-Box .list {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.7142857;
  width: min(95%, 647px);
  margin-inline: auto;
  margin-bottom: 38px;
}

.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: 60px;
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #DCDCDC;
}

.form-Box tr {
  border-bottom: 1px solid #D1D1D1;
}

.form-Box th {
  text-align: left;
  width: 17.4%;
  padding: 30px 59px;
  vertical-align: top;
}

.form-Box th {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 500;
}

.form-Box td {
  text-align: left;
  width: 33%;
  padding: 16px 22px;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.6;
}
.form-Box .remarks {
  padding: 16px 22px 10px;
}

.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: 14px;
  line-height: 1.6;
  padding: 2% 3% 2%;
  box-sizing: border-box;
  border: 1px solid #DCDCDC;
  font-family: inherit;
  letter-spacing: 0.05em;
  width: 410px;
}

.form-Box textarea {
  width: 94.3%;
  height: 250px;
  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 {
    display: inline-block;
    position: relative;
}

#form #confirm_area p::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  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 {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  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, input[type="submit"] {
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 560px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: 500;
  padding: 24px 0;
  margin-bottom: 30px;
  font-family: inherit;
  color: #FFFFFF;
  position: relative;
  top: 0;
  transition: 0.2s ease-in-out;
  margin: 0 auto;
  display: block;
  border-radius: 200px;
}

#form .confirm_button {
  background: #3A4F44;
  cursor: pointer;
}

input[type="submit"] {
  background-color: #3B8461;
  cursor: pointer;
}

#form #back_area p {
  text-align: center;
  width: 152px;
  text-align: center;
  margin-inline: auto;
  border-bottom: 1px solid #1D1D1F;
  padding-bottom: 6px;
}

#form #back_button {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  display: inline-block;
  -webkit-appearance: none;
	background-color: transparent;
	background-image: none;
	border: none;
	border-radius: 0;
	color: inherit;
	cursor: pointer;
	display: inline-block;
	margin: 0;
	padding: 0;
	text-decoration: none;
  font-family: "Zen Maru Gothic", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

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

.priv-text {
  padding: 20px;
  overflow-y: scroll;
  height: 240px;
  border: #B3B3B3 solid 1px;
  margin-bottom: 40px;
  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: 59px;
}

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

.required::after{
  content: "必須";
  color: #fff;
  background: #3B8461;
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  border-radius: 5px;
  padding: 3px 16px;
  position: absolute;
  top: 27px;
  right: -1px;
}

}

/* ========================================
@media screen and (min-width:768px) and (max-width:1000px)
======================================== */
@media screen and (min-width:768px) and (max-width:1000px) {
  .form-Box th {
    padding: 3vw 0 3vw 5.9vw;
    width: 33%;
  }
}


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

.form-Box .form-box-inner {
  width: 89.37vw;
  margin-inline: auto;
  text-align: left;
}

.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 {
  font-size:2.898vw;
  letter-spacing: 0;
  text-align: center;
  color: #3b8461;
  margin-bottom: 1vw;
}

.formttl_ja {
	margin-bottom: 7.729vw;
	text-align: center;
	font-size:4.348vw;
	line-height: 1;
	font-weight: 500;
	letter-spacing: 0.05em;
}

.form-Box .list {
  font-size:3.382vw;
  letter-spacing: 0.05em;
  line-height: 1.7142857;
  margin-bottom: 9.2vw;
}

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

.form-Box table {
  margin-bottom: 14vw;
  font-size: 3.4vw;
  line-height: 1.6;
  width: 100%;
  border-top: 0.2vw solid #DCDCDC;
}

.form-Box tr {
}

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

.form-Box th {
  padding: 4.6vw 3vw 2vw;
  text-align: left;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-bottom: 2.6vw;
  font-weight: 500;
}

.form-Box td {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  border-bottom: 0.2vw solid #E6E6E6;
  padding: 0 3vw 2vw;
}

.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;
  font-size: 14px;
}

.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: 82.13vw;
  margin-bottom: 3vw;
  font-size: 16px;
  line-height: 1.6;
  padding: 4.4vw 4.5vw;
  box-sizing: border-box;
  border: 0.2vw solid #DCDCDC;
  font-family: inherit;
  margin-inline: auto;
  letter-spacing: 0.05em;
}

.form-Box select {
  width: 86vw;
  margin-bottom: 4vw;
  font-size: 14px;
  padding: 3vw 2vw 3vw;
  box-sizing: border-box;
  border: 0.2vw solid #D3D3D3;
  font-family: inherit;
  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%;
}

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

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

/* ボタン*/
#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: 7.25vw;
  height: 7.25vw;
  background: url(../../../assets/images/common/contact-arr.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 2.5vw;
  top: 50%;
  transform: translateY(-50%);
}

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

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

#form .confirm_button, input[type="submit"] {
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 82.13vw;
  font-size: 3.382vw;
  line-height: 2.285714;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  padding: 2.2vw 0;
  font-family: inherit;
  position: relative;
  top: 0;
  transition: 0.2s ease-in-out;
  display: block;
  margin-inline: auto;
  border-radius: 48.31vw;
}

#form .confirm_button {
  background: #3A4F44;
  cursor: pointer;
}

input[type="submit"]  {
  background-color: #3B8461;
  cursor: pointer;
}

#form #back_area p {
  width: 32.88vw;
  text-align: center;
  margin-inline: auto;
  border-bottom: 0.2vw solid #1D1D1F;
  margin-top: -0.5vw;
  padding-bottom: 0.4vw;
}

#form #back_button {
  font-size:3.382vw;
  font-weight: 500;
  line-height: 2.285714;
  letter-spacing: 0.05em;
  display: inline-block;
  -webkit-appearance: none;
	background-color: transparent;
	background-image: none;
	border: none;
	border-radius: 0;
	color: inherit;
	cursor: pointer;
	display: inline-block;
	margin: 0;
	padding: 0;
	text-decoration: none;
  font-family: "Zen Maru Gothic", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

/* プライバシーポリシー */
#priv {
  width: 82.13vw;
  margin-inline: auto;
}
.priv-text .priv-ttl {
  font-weight: 700;
}
.priv-text {
  padding: 3vw;
  height: 57.97vw;
  margin-bottom: 9.5vw;
  overflow-y: scroll;
  border: #A4A4A4 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: 9vw;
}

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

.required p::after{
  content: "必須";
  color: #fff;
  background: #3B8461;
  font-size: 3.382vw;
  line-height: 1;
  letter-spacing: 0.1em;
  border-radius: 1.25vw;
  padding: 1.5vw 3.6vw;
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  right: -2.5vw;
  white-space: nowrap;
  font-weight: 400;
}

.wpcf7-not-valid-tip {
  text-align: left;
  padding: 0 3vw;
}
}