@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: 100px 0px 140px;
  width: min(95%,1600px);
  margin-inline: auto;
}

.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 {
	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: 12px;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 2;
	margin-bottom: 44px;
	margin-inline: auto;
	width: 554px;
}

.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 {
  border-bottom: 2px solid #E6E6E6;
  position: relative;
}

.form-Box tr::after {
  content: "";
  position: absolute;
  background: #fff;
  width: 100%;
  height: 2px;
  bottom: -4px;
  left: 0;
}

.form-Box th {
  text-align: left;
  width: 36%;
  padding-block: 40px 37px;
  padding-inline: 80px 0;
  padding-inline: clamp(1.25rem, -1.25rem + 5.21vw, 5rem) 0;
  vertical-align: top;
}

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

.form-Box td {
  text-align: left;
  width: 58%;
  padding-block: 16px 16px;
  padding-inline: 22px;
  vertical-align: middle;
  font-size: 18px;
  line-height: 2;
  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 .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.6;
  padding: 2% 3% 2%;
  box-sizing: border-box;
  border: 1px solid #8E8E8E;
  border-radius: 3px;
  font-family: inherit;
  width: 100%;
}

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

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

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

.form-Box 

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

#form #confirm_area p,
#form #send_area p {
  position: relative;
  width: min(95%,804px);
  margin-inline: auto;
}

#form #confirm_area p::after {

}

#form #send_area p::after {
  content: "";
  position: absolute;
  background: url(../../images/tax/btn_send_btn.svg) no-repeat center center / contain;
  width: 40px;
  height: 40px;
  right: 64px;  
  top: 40px;
}

#form #send_area p::after {
}

#form .confirm_button, #form #back_button, input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

#form .confirm_button {
  background: url(../../images/tax/btn_confirm.png) no-repeat top center / cover;
  width: min(95%,804px);
  margin-inline: auto;
  box-shadow: 0px 10px 20px rgba(13, 24, 40, 0.4);
  padding-block: 36px 31px;
  border-radius: 200px;
  font-size: 32px;
  font-size: clamp(1.75rem, 1.583rem + 0.35vw, 2rem);
  line-height: 1.6;
  font-weight: 500;
  color: #FFF;
  position: relative;  
}

#form .confirm_button::before {
  content: "";
  position: absolute;
  background: url(../../images/tax/btn_confirm_human.png) no-repeat top center / auto;
  width: 157px;
  height: 140px;
  bottom: -6px;
  left: 16px;
}

#form .confirm_button::after {
  content: "";
  position: absolute;
  background: url(../../images/tax/btn_arrow.svg) no-repeat center center / contain;
  width: 40px;
  height: 40px;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}

input[type="submit"] {
  background: url(../../images/tax/btn_send.png) no-repeat top center / cover;
  width: min(95%,804px);
  margin-inline: auto;
  box-shadow: 0px 10px 20px rgba(13, 24, 40, 0.4);
  padding-block: 36px 31px;
  border-radius: 200px;
  font-size: 32px;
  line-height: 1.6;
  font-weight: 500;
  color: #FFF;
  position: relative;  
}

#form #back_button {
  font-size: 24px;
  line-height: 1.6;
  font-weight: 500;
  border-bottom: 1px solid #0D1828;
  width: 240px;
  margin-inline: auto;
  color: #0D1828;
  text-align: center;
  padding-bottom: 20px;
}

/* プライバシーポリシー */
.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;
  width: min(95%,800px);
  margin-inline: auto;
}

.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 p {
  position: relative;
  display: inline-block;
}

.required p::after{
  content: "必須";
  color: #fff;
  background: #DB4933;
  font-size: 12px;
  line-height: 1.6;
  border-radius: 3px;
  padding: 2px 6px;
  position: absolute;
  top: 1px;
  right: -64px;
}


#your_radio .wpcf7-list-item.first {
  margin: 0;
}
#your_radio .wpcf7-list-item-label {
  cursor: pointer;
  display: flex;
}
/* デフォルトのボタン */
#your_radio input[type="radio"] {
  opacity: 0; /* デフォルトのボタンを非表示 */
  position: absolute;
}
/* チェック前のボタン */
#your_radio .wpcf7-list-item-label::before {
  background: #fff;
  border: 1px solid #333;
  border-radius: 100%; /* ラジオボタンっぽく丸くする */
  content: "";
  height: 1.2em;
  margin-bottom: auto;
  margin-right: .5em;
  margin-top: auto;
  transition: background-color .5s; /* 色をじんわり変化させる */
  width: 1.2em;
}
/* チェック後のボタン */
#your_radio input[type="radio"]:checked + .wpcf7-list-item-label::before {
  background-color: #0D1828; /* チェック後の中心の色 */
  box-shadow: inset 0 0 0 3px #fff; /* 中心の色のスタイル */
}

#your_radio .wpcf7-list-item {
  margin: 0;
}


}


/* ========================================
  @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%,86.9vw);
  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_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: 10vw;
  font-size: 3.4vw;
  line-height: 1.6;
  width: 100%;
}

.form-Box tr {
  border-bottom: 0.2vw solid #E6E6E6;
  display: block;
  position: relative;
}

.form-Box tr::after {
  content: "";
  position: absolute;
  background: #fff;
  width: 100%;
  height: 0.2vw;
  bottom: -0.4vw;
}

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

.form-Box th {
  padding: 7vw 5vw 2vw;
  text-align: left;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-bottom: 1vw;
}

.form-Box td {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  padding-inline: 5.797vw;
}

.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 td.add-td {
  padding-inline: 4vw;
}

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 {
  margin-bottom: 4vw;
  font-size: 16px;
  line-height: 1.6;
  padding: 3vw 2vw 3vw;
  box-sizing: border-box;
  border: 0.2vw solid #8E8E8E;
  font-family: inherit;
  background: #fff;
  border-radius: 3px;
  width: 100%;
}

.form-Box select {
  width: 100%;
  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: 86vw;
  border-radius: 0.6vw;
  border: 0.2vw solid #D3D3D3;
}

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

#form #confirm_area p,
#form #send_area p {
  position: relative;
  width: min(95%,79.7vw);
  margin-inline: auto;
}

#form #confirm_area p::after {

}

#form #send_area p::after {
  content: "";
  position: absolute;
  background: url(../../images/tax/btn_send_btn.svg) no-repeat center center / contain;
  width: 5.797vw;
  height: 5.797vw;
  right: 5.246vw;  
  top: 6.6vw;
}

#form #send_area p::after {
}

#form .confirm_button, #form #back_button, input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

#form .confirm_button {
  background: url(../../images/tax/btn_confirm.png) no-repeat top center / cover;
  width: min(100%,81.6vw);
  margin-inline: auto;
  box-shadow: 0px 10px 20px rgba(13, 24, 40, 0.4);
  padding-block: 7vw;
  border-radius: 48.309vw;
  font-size: 3.865vw;
  line-height: 1.6;
  font-weight: 500;
  color: #FFF;
  position: relative;  
}

#form .confirm_button::before {
  content: "";
  position: absolute;
  background: url(../../images/tax/btn_confirm_human_sp.png) no-repeat top center / contain;
  width: 20.048vw;
  height: 17.874vw;
  bottom: -0.725vw;
  left: -1.691vw;
}

#form .confirm_button::after {
  content: "";
  position: absolute;
  background: url(../../images/tax/btn_arrow.svg) no-repeat center center / contain;
  width: 5.797vw;
  height: 5.797vw;
  right: 4.831vw;
  top: 50%;
  transform: translateY(-50%);
}

input[type="submit"] {
  background: url(../../images/tax/btn_send.png) no-repeat top center / cover;
  width: min(100%,81.6vw);
  margin-inline: auto;
  box-shadow: 0px 10px 20px rgba(13, 24, 40, 0.4);
  padding-block: 6.7vw;
  border-radius: 48.309vw;
  font-size: 3.865vw;
  line-height: 1.6;
  font-weight: 500;
  color: #FFF;
  position: relative;  
}

#form #back_button {
  font-size: 3.865vw;
  line-height: 1.6;
  font-weight: 500;
  border-bottom: 1px solid #0D1828;
  width: 57.971vw;
  margin-inline: auto;
  color: #0D1828;
  text-align: center;
  padding-bottom: 4.831vw;
}


/* プライバシーポリシー */
.priv-text {
  padding: 3vw;
  height: 40vw;
  margin-bottom: 5vw;
  overflow-y: scroll;
  border: #B3B3B3 solid 1px;
  background: #fff;
  width: min(95%,82.1vw);
  margin-inline: auto;
}

.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.8;
  letter-spacing: 0.1em;
  border-radius: 0.725vw;
  padding: 0vw 1.5vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0vw;
  white-space: nowrap;
}

#your_radio .wpcf7-list-item {
  margin: 0;
}

#your_radio .wpcf7-list-item.first {
  margin: 0;
}
#your_radio .wpcf7-list-item-label {
  cursor: pointer;
  display: flex;
  margin-bottom: 4vw;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  align-items: center;
}
/* デフォルトのボタン */
#your_radio input[type="radio"] {
  opacity: 0;
  position: absolute;
}
/* チェック前のボタン */
#your_radio .wpcf7-list-item-label::before {
  background: #fff;
  border: 1px solid #333;
  border-radius: 100%;
  content: "";
  height: 2.8vw;   
  margin-right: 1vw; 
  transition: background-color .5s;
  width: 3vw;  
}
/* チェック後のボタン */
#your_radio input[type="radio"]:checked + .wpcf7-list-item-label::before {
  background-color: #0D1828;
  box-shadow: inset 0 0 0 0.5vw #fff; 
}

#your_radio .wpcf7-list-item {
  margin: 0;
}
}