.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.checks01 label {
  display: block;
  margin-bottom: 8px;
}
span.wpcf7-list-item {
  display: block;
  margin-bottom: 8px;
}
.checks01 input[type="checkbox"] {
  margin-right: 10px;
}

/* 各チェック項目を角丸ボックスに */
.checks01 span.wpcf7-list-item {
  display: flex;
  align-items: center;
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 12px;
  padding: 17px 16px 8px 16px;
  margin: 0 0 16px 0;
}

/* チェックボックス本体 */
.checks01 input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  min-width: 24px;
  border: 2px solid #0073aa;
  border-radius: 6px;
  margin-right: 12px;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease;
}

/* チェックされた状態 */
.checks01 input[type="checkbox"]:checked {
  background-color: #0073aa;
  border-color: #0073aa;
}

/* チェックマークを中央表示 */
.checks01 input[type="checkbox"]:checked::after {
  content: "✔";
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

input[type="radio"] {
  width: 20px;
  height: 20px;
  accent-color: #0073aa; /* 色変更（オプション） */
  vertical-align: middle;
  margin-right: 8px;
}


input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
	border-radius: 10px !important;
}
select{padding: 0 20px;}
input::placeholder,
textarea::placeholder {
  color: #CCC;
}
.required{color: red;}

/**横並び*****************/


/* ラベル（文章）の配置調整 */
.checks01 label {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 1.5;
  flex: 1;
  word-break: break-word;
}
@media screen and (max-width: 480px) {
	.checks01 label {font-size: 14px;}
}
/*ボタン*/
input.step-button {
  display: inline-block;
  background-color: #1b7260; /* グリーン */
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 12px 32px;
  border: none;
  border-radius: 9999px; /* 楕円形に */
  cursor: pointer;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  appearance: none;
  -webkit-appearance: none;
}

input.step-button:hover {
  background-color: #165b4c; /* hover時濃いめ */
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
}
.nav-buttons {
  text-align: center;
}

/* 前へ戻るボタン（グレースタイル） */
input.previous {
  display: inline-block;
  background-color: #333; /* グレー */
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 12px 32px;
  border: none;
  border-radius: 9999px;
  cursor: pointer;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

input.previous:hover {
  background-color: #999999;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
}

.nav-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  max-width: 400px;
  margin: 0 auto;
  padding: 20px 0;
  flex-wrap: wrap;
}

/* ボタン共通 */
.step-button,
.previous {
  background-color: #137c65;
  color: #fff;
  font-weight: bold;
  padding: 12px 32px;
  border: none;
  border-radius: 9999px;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

/* 前へ戻るボタンは黒に */
.previous {background-color: #000;}
.step-button:hover {background-color: #0c5f4c;}
.previous:hover {background-color: #333;}

/* スマホ調整 */
@media screen and (max-width: 480px) {
  .nav-buttons {flex-direction: row;}
	.nav-buttons{max-width: 300px;}

  .step-button,
  .previous {
    width: 100%;
    text-align: center;
    font-size: 16px;
    padding: 10px 0;
  }
}
/**カラム*********/
/* 2カラム用の共通スタイル */
.form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; /* カラム間の余白 */
  margin-bottom: 20px;
}

.form-field {
  flex: 1 1 calc(50% - 10px); /* 2列に分ける（間のgapを考慮） */
  box-sizing: border-box;
}

/* スマホでは1列にする */
@media screen and (max-width: 768px) {
  .form-field {flex: 1 1 100%;}
}

/**Spinner********/
.wpcf7-spinner{display: none;}

/**table*******/
table{
  border-collapse: collapse;
  width: 100%;
}
.tb01 th,
.tb01 td{
  padding: 10px;
  border: solid 1px #ccc;
  text-align:center;
  box-sizing:border-box;
}
.tb01 th {
  background: #666;
  color: #fff;
  width: 40%;
  
}
.tb01 p{margin: 0; padding: 0; text-align: left;}

@media screen and (max-width: 640px) {
  .tb01 .head{display:none;}
  .tb01 {width: 100%;}
  .tb01 th, .tb01 td {
    display: block;
    width: 100%;
    border-bottom:none;
  }
  .tb01 td{font-size: 12px;}
  .tb01 td:first-child{
    background: #666;
    color:#fff;
    font-weight:bold;
  }
  .tb01 tr:last-child{border-bottom: solid 1px #ccc;  }
}/* End custom CSS */