@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%;
}

::placeholder {
  color: #999999;
}

      

/* ========================================
  @media screen and (min-width: 768px),print
======================================== */
@media screen and (min-width: 768px),print {
/* form -------------------------------------*/
.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 #D1D1D1;
}

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

.form-Box th {
  text-align: left;
  width: 20%;
  padding: 43px 42px 42px 41px;
  vertical-align: top;
}

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

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

.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.6;
  padding: 2% 6% 2%;
  box-sizing: border-box;
  background: #F2F2F2;
  border-radius: 5px;
  border: 1px solid #E6E6E6;
  font-family: inherit;
  width: 70%;
}

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

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

.form-Box 

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

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

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

#form #back_area p::after,
#form #catalog-back_area p::after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 13px;
  background: url(../../../assets/images/common/contact-arr.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 51px;
  top: 45%;
  transform: scale(-1, 1);
}

#form #send_area p::after,
#form #catalog-send_area p::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 14px;
  background: url(../../../assets/images/common/contact-arr-wh.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 60px;
  top: 50%;
}

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

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

#form .confirm_button {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  background: #E6CA70;
}

input[type="submit"] {
  background:#1C1C1C;
  color: #fff;
}

#form #back_button,
#form #catalog-back_button {
  border: 1px solid#1C1C1C;
}

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

.priv-text {
  padding: 20px;
  overflow-y: scroll;
  height: 250px;
  border: 1px solid #DDDDDD;  
  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 div {
    background: #F2F2F2;      
    color: #212121;
    margin-bottom: 49px;
}

#catalog-priv div {
    background: #F2F2F2;
    color: #212121;
    margin-bottom: 49px;
}

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

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

#your-motivate {
    font-size: 17px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 500;
    padding-bottom: 18px;
    border-bottom: 1px solid #212121;
}

#your-catalog-motivate {
    font-size: 17px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 500;
    padding-bottom: 18px;
    border-bottom: 1px solid #212121;
}

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

.required::after{
  content: "必須";
  color: #fff;
  background: #C13824;
  font-size: 13px;
  line-height: 1.6;
  padding: 4px 10px;
  position: absolute;
  top: 42px;
  right: 40px;
}

input#your_date {
    margin-bottom: 16px;
}

#your_radio {
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    gap: 29px 40px;
}

.wpcf7-list-item {
  margin: 0 !important;
}

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

.privtext .wpcf7-not-valid-tip {
    position: relative;
    top: 30px;
}

}


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

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

.form-Box table {
  margin-bottom: 10vw;
  font-size: 3.4vw;
  line-height: 1.6;
  width: 100%;
  table-layout: fixed;
}

.form-Box tr {
}

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

.form-Box th {
  padding: 3vw 1vw 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;
  border-bottom: 0.2vw solid #DDDDDD;
}

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

.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: 86vw;
  border-radius: 0.6vw;
  border: 0.2vw solid #D3D3D3;
}

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

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

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

#form #send_area p::after,
#form #catalog-send_area p::after {
  content: "";
  display: inline-block;
  width: 3.623vw;
  height: 4.348vw;
  background: url(../../../assets/images/common/contact-arr-wh.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 10vw;
}

#form #back_area p::after,
#form #catalog-back_area p::after {
  content: "";
  display: inline-block;
  width: 3.623vw;
  height: 4.348vw;
  background: url(../../../assets/images/common/contact-arr.svg) no-repeat;
  background-size: contain;
  position: absolute;
  left: 10vw;
  top: 42%;
  transform: scale(-1, 1);
}

#form #send_area p::after,
#form #catalog-send_area p::after {
  top: 30%;
}

#form .confirm_button, #form #back_button, #form #catalog-back_button, input[type="submit"] {
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 82.6vw;
  font-size: 3.864vw;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #1C1C1C;
  padding: 7.5vw 0;
  font-family: inherit;
  position: relative;
  top: 0;
  transition: 0.2s ease-in-out;
  display: block;
  margin-inline: auto;
}

#form .confirm_button {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
    background: #E6CA70;
}

input[type="submit"] {
    background:#1C1C1C;
    color: #fff;
}

#form #back_button,
#form #catalog-back_button {
    border: 1px solid#1C1C1C;
    background: #fff;
}

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

.priv-text p {
  margin-bottom: 4vw;
  padding-bottom: 4vw;
  border-bottom: 0.2vw solid #ccc;
}

.priv {
  margin-bottom: 5vw;
}

#priv div {
    background: #F2F2F2;
    color: #212121;
    margin-bottom: 6.836vw;
}

#catalog-priv div {
    background: #F2F2F2;
    color: #212121;
    margin-bottom: 11.836vw;
}

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

.privtext {
  margin-bottom: 12vw;
  text-align: center;
}

#your-motivate {
    font-size: 3.623vw;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 500;
    padding-bottom: 5.348vw;
    border-bottom: 1px solid #212121;
}

#your-catalog-motivate {
    font-size: 3.623vw;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 500;
    padding-bottom: 4.348vw;
    border-bottom: 1px solid #212121;
}

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

.required p::after{
  content: "必須";
  color: #fff;
  background: #C13824;
  font-size: 2.899vw;
  line-height: 1.6;
  padding: 0.5vw 1.966vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -12vw;
  white-space: nowrap;
}

#your_radio {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1,minmax(0, 1fr));
    gap: 3.623vw 0;
    margin-bottom: 3vw;
}

.wpcf7-list-item {
  margin: 0 !important;
}

#your_radio .wpcf7-list-item-label {
    border: 0.2vw solid #DDDDDD;
    background: #F2F2F2;
    border-radius: 1.208vw;
    padding-block: 2.899vw;
    padding-inline: 4.348vw;
    font-size: 3.623vw;
    letter-spacing: 0.05em;
}

#your_radio .wpcf7-list-item-label {
  cursor: pointer;
  display: flex;
  align-items: center;
}

/* デフォルトのボタン */
#your_radio input[type="radio"] {
  opacity: 0; /* デフォルトのボタンを非表示 */
  position: absolute;
}

/* チェック前のボタン */
#your_radio .wpcf7-list-item-label::before {
  background: #fff;
  border: 1px solid #1C1C1C;
  border-radius: 100%; /* ラジオボタンっぽく丸くする */
  content: "";
  height: 5.039vw;
  margin-bottom: auto;
  margin-right: 1em;
  margin-top: auto;
  transition: background-color .5s; /* 色をじんわり変化させる */
  width: 5.039vw;
}

/* チェック後のボタン */
#your_radio input[type="radio"]:checked + .wpcf7-list-item-label::before {
  background-color: #E6CA70; /* チェック後の中心の色 */
  box-shadow: inset 0 0 0 3px #fff; /* 中心の色のスタイル */
}

.privtext .wpcf7-not-valid-tip {
    position: relative;
    top: 6vw;
}
}