@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: #F0F0F0 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% !important;
  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 {
  position: relative;
  z-index: 10;
  margin-bottom: 119px;
}

.form-Box .form-box-inner {
  background: #fff;
  padding-block: 91px 100px;
  width: min(95%,1200px);
  margin-inline: auto;
  border: 1px solid #34B1C5;
}

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

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

.formttl_ja {
	margin-bottom: 1.5rem;
	text-align: center;
	font-size: 36px;
	line-height: 1.6;
	letter-spacing: 0.08em;
	font-weight: 400;
	color: #34B1C5;
}

.form-Box .list {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.12em;
	line-height: 1.9;
	margin-bottom: 67px;
	text-align: center;
}

.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 {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue",
  "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
  "Hiragino Kaku Gothic Pro", Verdana, Meiryo, Osaka, "ＭＳ Ｐゴシック",
  "MS PGothic", sans-serif;;
}

.form-Box th {
  text-align: left;
  width: 36%;
  padding: 24px 0px 0px 72px;
  vertical-align: top;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 700;
}

.form-Box td {
  text-align: left;
  width: 72%;
  padding: 20px 0px 9px;
  vertical-align: top;
  font-size: 18px;
  line-height: 1.6;
}

.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: 682px;
  margin-inline: 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: 18px;
  width: 100%;
  padding: 17px 24px;
  box-sizing: border-box;
  background: #F0F0F0;
  border: none;
}

.form-Box textarea {
  width: 100%;
  line-height: 1.6;
  min-height: 120px;
}

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

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

::placeholder {
  color: #C0C0C0;
}

.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: 14px;
  height: 11px;
  background: url(../../../assets/images/index/arrow_wh.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 23px;
  top: 46%;
}

#form #send_area p::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 14px;
  background: url(../../../assets/images/index/arrow.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 60px;
  top: 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: 682px;
  font-size: 28px;
  font-weight: 500;
  padding: 26px 0;
  margin-bottom: 30px;
  font-family: inherit;
  position: relative;
  top: 0;
  transition: 0.2s ease-in-out;
  margin: 0 auto;
  display: block;
  border-radius: 39px;
}

#form .confirm_button {
  background: #34b1c5;
  color: #fff;
}

input[type="submit"] {
  border: 1px solid #34b1c5;
  color: #34B1C5;
  background: #fff;
}

#form #back_button {
  border-radius: 39px;
  background: #838383;
  color: #fff;
}

/* プライバシーポリシー */
.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;
}

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

.required::after{
  content: "必須";
  color: #fff;
  background: #C64921;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  border-radius: 4px;
  padding: 0px 8px;
  position: absolute;
  top: 29px;
  left: 16px;
}

.any {
  position: relative;
}

.any::after{
  content: "任意";
  color: #fff;
  background: #7C7C7C;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  border-radius: 4px;
  padding: 0px 8px;
  position: absolute;
  top: 29px;
  left: 16px;
}

}


/* ========================================
  @media screen and (max-width: 767px)
======================================== */
@media screen and (max-width: 767px) {
/* form -------------------------------------*/
.form-Box {
  margin-bottom: 13.155vw;
  position: relative;
}

.form-Box::before {
  content: "";
  position: absolute;
  background: url(../../../assets/images/index/sp_contact_right.png) no-repeat center center / contain;
  width: 45.894vw;
  height: 57.246vw;
  top: -57.246vw;
  right: 5vw;
}

.form-Box .form-box-inner {
  width: min(95%,91.7vw);
  margin-inline: auto;
  background: #fff;
  border: 0.2vw solid #34B1C5;
  padding-block: 10vw;
}

.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: 7.246vw;
  line-height: 1.6;
  letter-spacing: 0.06em;
  color: #34B1C5;
}

.form-Box .list {
  width: min(95%,82.1vw);
  margin-inline: auto;
  font-size: 4.589vw;
  line-height: 1.8;
  font-weight: 500;
  color: #6B6B6B;
  margin-bottom: 12vw;
}

.form-Box table {
  margin-bottom: 10vw;
  font-size: 3.4vw;
  line-height: 1.6;
  width: min(95%,82.1vw);
  margin-inline: auto;
  border-collapse: collapse;
}

.form-Box tr {
}

.form-Box th, .form-Box td {
  display: block;
  width: 100%;
  margin-inline: auto;
  table-layout: fixed;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue",
  "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
  "Hiragino Kaku Gothic Pro", Verdana, Meiryo, Osaka, "ＭＳ Ｐゴシック",
  "MS PGothic", sans-serif;
}

.form-Box th {
  padding-block: 3vw 1.5vw;
  text-align: left;
  font-size: 4.831vw;
  font-weight: 700;
  color: #171717;
  padding-left: 12.391vw;
}

.form-Box td {
  font-size: 4.348vw;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

.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;
}

.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 {
  margin-bottom: 4vw;
  font-size: 16px;
  padding: 4vw 5vw 4vw;
  box-sizing: border-box;
  background: #F0F0F0;
  border: none;
  width: 100%;
}

.form-Box select {
  margin-bottom: 4vw;
  font-size: 16px;
  padding: 4vw 5vw 4vw;
  box-sizing: border-box;
  border: none;
  width: 100%;
  background: #F0F0F0 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;
  line-height: 1.6;
  font-family: inherit;
}

::placeholder {
  color: #C0C0C0;
}

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

#form #confirm_area p,
#form #send_area p {
  position: relative;
}

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

#form #send_area p::after {
  content: "";
  display: inline-block;
  width: 2.623vw;
  height: 2.348vw;
  background: url(../../../assets/images/index/arrow.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 15vw;
}

#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;
  font-size: 4.831vw;
  font-weight: 500;
  font-family: inherit;
  position: relative;
  top: 0;
  transition: 0.2s ease-in-out;
  border-radius: 9.42vw;
  width: min(95%,82.1vw);
  margin-inline: auto;
  padding-block: 5.314vw;
}

#form .confirm_button {
  background: #34B1C5;
  color: #fff;
}

input[type="submit"]  {
  color: #34B1C5;
  border: 0.2vw solid #34B1C5;
  background: #fff;
}

#form #back_area p {
  text-align: center;
}

#form #back_button {
  background-color: #838383;
  color: #fff;
}

/* プライバシーポリシー */
#priv {
  width: min(95%,82.1vw);
  margin-inline: auto;
}

.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;
}

.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: #C64822;
  font-size: 3.382vw;
  line-height: 1.4;
  letter-spacing: 0.1em;
  border-radius: 0.966vw;
  padding: 0vw 2vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -13vw;
  white-space: nowrap;
}

.any p {
  position: relative;
  display: block;
}

.any p::after{
  content: "任意";
  color: #fff;
  background: #838383;
  font-size: 3.382vw;
  line-height: 1.6;
  letter-spacing: 0.1em;
  border-radius: 0.966vw;
  padding: 0vw 2vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -13vw;
  white-space: nowrap;
}

}