@charset "utf-8";
/************************************************************************************************************************************
	全ページ共通
************************************************************************************************************************************/
/** .form_table *****************************************************************/
table.form_table {
  width: 100%;
  margin: 0 auto 0;
}

table.form_table tbody th,
table.form_table tbody td {
  font-family:
    "メイリオ", Meiryo, "Meiryo UI", "小塚ゴシック Pr6N", "Kozuka Gothic Pr6N",
    "小塚ゴシック Pr 6N", "Kozuka Gothic Pr 6N", "小塚ゴシック Pr6 N",
    "Kozuka Gothic Pr6 N", "小塚ゴシック Pr 6 N", "Kozuka Gothic Pr 6 N",
    "小塚ゴシック Pro L", "Kozuka Gothic Pro Light", "游ゴシック", "Yu Gothic",
    "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  vertical-align: middle;
  padding: 8px 17px;
}

table.form_table tbody th {
  position: relative;
  color: #593f2e;
  font-size: 13px;
  font-weight: 600;
  text-align: left;
  white-space: nowrap;
  width: 260px;
  padding: 16px 9px;
  background-color: #e6d9b7;
  border: solid 1px #b3a69a;
}

table.form_table tbody td {
  color: #000;
  font-size: 13px;
  letter-spacing: 0px;
  line-height: 1.7;
  text-align: left;
  padding: 8px 5px;
  border: solid 1px #b3a69a;
}

table.form_table tbody td p:not(:last-child) {
  margin-bottom: 5px;
}

table.form_table tbody tr th.pad_none {
  padding: 0 18px;
}

table.form_table tbody th span {
  position: absolute;
  display: block;
  right: 8px;
  top: 0;
  bottom: 0;
  color: #fff;
  font-size: 10px;
  text-align: center;
  line-height: 21px;
  width: 32px;
  height: 21px;
  margin: auto 0;
  border-radius: 2px;
}
table.form_table tbody th span.req {
  background-color: #e05e63;
}
table.form_table tbody th span.any {
  background-color: #63acfd;
}

@media screen and (max-width: 767px) {
  table.form_table:not(.break_none),
  table.form_table:not(.break_none) thead,
  table.form_table:not(.break_none) thead tr,
  table.form_table:not(.break_none) thead tr th,
  table.form_table:not(.break_none) tbody,
  table.form_table:not(.break_none) tbody tr,
  table.form_table:not(.break_none) tbody tr th,
  table.form_table:not(.break_none) tbody tr td {
    display: block;
  }
  table.form_table:not(.break_none) tbody {
    border-top: solid 1px #b3a69a;
  }
  table.form_table:not(.break_none) tbody th {
    box-sizing: border-box;
    font-size: 14px;
    text-align: left;
    width: 100%;
    padding: 1em 9px 1em;
    border-top: none;
    border-bottom: none;
  }
  table.form_table:not(.break_none) tbody td {
    box-sizing: border-box;
    font-size: 14px;
    width: 100%;
    padding: 1em 1em 1em;
    border-bottom: solid 1px #b3a69a;
  }
}

/** form input text
*********************/
.form_table input[type="text"],
.form_table input[type="email"],
.form_table input[type="password"],
.form_table input[type="url"],
.form_table input[type="telephone"],
.form_table input[type="number"],
.form_table input[type="datetime"] {
  box-sizing: border-box;
  font-size: 14px;
  font-family:
    "メイリオ", Meiryo, "Meiryo UI", "小塚ゴシック Pr6N", "Kozuka Gothic Pr6N",
    "小塚ゴシック Pr 6N", "Kozuka Gothic Pr 6N", "小塚ゴシック Pr6 N",
    "Kozuka Gothic Pr6 N", "小塚ゴシック Pr 6 N", "Kozuka Gothic Pr 6 N",
    "小塚ゴシック Pro L", "Kozuka Gothic Pro Light", "游ゴシック", "Yu Gothic",
    "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  max-width: 100%;
  width: 100%;
  padding: 0.25em 0.5em;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
  border-radius: 2px;
  -webkit-appearance: none;
  box-shadow: none;

  margin: 3px 5px 3px 0;
  padding: 2px;
  background: #fff;
  background: -moz-linear-gradient(top, #fff, #eee);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    to(#eee)
  );
  border: 1px solid #aaa;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.form_table input.s1[type="text"],
.form_table input.s1[type="email"],
.form_table input.s1[type="password"],
.form_table input.s1[type="url"],
.form_table input.s1[type="telephone"],
.form_table input.s1[type="number"],
.form_table input.s1[type="datetime"] {
  width: 252px;
}
.form_table input.s2[type="text"],
.form_table input.s2[type="email"],
.form_table input.s2[type="password"],
.form_table input.s2[type="url"],
.form_table input.s2[type="telephone"],
.form_table input.s2[type="number"],
.form_table input.s2[type="datetime"] {
  width: 192px;
}
.form_table input.s3[type="text"],
.form_table input.s3[type="email"],
.form_table input.s3[type="password"],
.form_table input.s3[type="url"],
.form_table input.s3[type="telephone"],
.form_table input.s3[type="number"],
.form_table input.s3[type="datetime"] {
  width: 48px;
}
.form_table input.s4[type="text"],
.form_table input.s4[type="email"],
.form_table input.s4[type="password"],
.form_table input.s4[type="url"],
.form_table input.s4[type="telephone"],
.form_table input.s4[type="number"],
.form_table input.s4[type="datetime"] {
  width: 36px;
}

.form_table textarea {
  /*	resize: none;*/
  resize: vertical;
  box-sizing: border-box;
  font-size: 14px;
  font-family:
    "メイリオ", Meiryo, "Meiryo UI", "小塚ゴシック Pr6N", "Kozuka Gothic Pr6N",
    "小塚ゴシック Pr 6N", "Kozuka Gothic Pr 6N", "小塚ゴシック Pr6 N",
    "Kozuka Gothic Pr6 N", "小塚ゴシック Pr 6 N", "Kozuka Gothic Pr 6 N",
    "小塚ゴシック Pro L", "Kozuka Gothic Pro Light", "游ゴシック", "Yu Gothic",
    "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: 100%;
  width: 263px;
  padding: 0.25em 0.5em;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
  border-radius: 2px;
  -webkit-appearance: none;
  box-shadow: none;

  margin: 3px 5px 3px 0;
  padding: 2px;
  background: #fff;
  background: -moz-linear-gradient(top, #fff, #eee);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    to(#eee)
  );
  border: 1px solid #aaa;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

@media screen and (max-width: 767px) {
  .form_table input[type="text"],
  .form_table input[type="email"],
  .form_table input[type="password"],
  .form_table input[type="url"],
  .form_table input[type="telephone"],
  .form_table input[type="number"],
  .form_table input[type="datetime"] {
    max-width: none;
  }
  .form_table textarea {
    max-width: none;
    width: 100%;
  }

  .form_table input.s1[type="text"],
  .form_table input.s1[type="email"],
  .form_table input.s1[type="password"],
  .form_table input.s1[type="url"],
  .form_table input.s1[type="telephone"],
  .form_table input.s1[type="number"],
  .form_table input.s1[type="datetime"] {
    width: 100%;
  }
  .form_table input.s2[type="text"],
  .form_table input.s2[type="email"],
  .form_table input.s2[type="password"],
  .form_table input.s2[type="url"],
  .form_table input.s2[type="telephone"],
  .form_table input.s2[type="number"],
  .form_table input.s2[type="datetime"] {
    width: 100%;
  }
}

/** .checkbox *****************************************************************/
input.checkbox[type="checkbox"] {
  -webkit-appearance: none;
  box-sizing: border-box;
  position: relative;
  vertical-align: middle;

  box-sizing: border-box;
  position: relative;
  vertical-align: inherit;
  width: 12px;
  height: 12px;
  margin-right: 4px;
  background: none;
  background-color: #fff;
  border: solid 1px #a0a0a0;
  border-radius: 0;

  border: 1px solid #aaa;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  box-shadow: none;
}
input.checkbox[type="checkbox"]:checked {
  background-color: #539cf7;
  box-shadow: none;
}
input.checkbox[type="checkbox"]:checked:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 4px;
  height: 4px;
  margin: auto;
  background-color: #fff;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  box-shadow: none;
}

@media screen and (max-width: 767px) {
  input.checkbox[type="checkbox"] {
  }
  input.checkbox[type="checkbox"]:checked {
  }
}

/** .radio *****************************************************************/
input.radio[type="radio"] {
  -webkit-appearance: none;
  box-sizing: border-box;
  position: relative;
  vertical-align: middle;

  box-sizing: border-box;
  position: relative;
  vertical-align: inherit;
  width: 14px;
  height: 14px;
  margin-right: 4px;
  background: none;
  background-color: #fff;
  border: solid 1px #a0a0a0;
  border-radius: 0;

  background: #fff;
  border: 1px solid #aaa;
  box-shadow:
    2px 2px 0 #efefef,
    2px -2px 0 #efefef,
    -2px -2px 0 #efefef,
    -2px 2px 0 #efefef,
    1px 1px 1px #ccc inset;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  box-shadow: none;
}
input.radio[type="radio"]:checked {
  background-color: #539cf7;
  box-shadow: none;
}
input.radio[type="radio"]:checked:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 4px;
  height: 4px;
  margin: auto;
  background-color: #fff;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  box-shadow: none;
}

@media screen and (max-width: 767px) {
  input.radio[type="radio"] {
  }
  input.radio[type="radio"]:checked {
  }
}

/** .form_table select *****************************************************************/
.form_table select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;

  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;

  margin: 0px 5px 0px 0;
  background: #fff;
  background: -moz-linear-gradient(top, #fff, #eee);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    to(#eee)
  );

  border: 1px solid #aaa;

  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;

  font-size: 11px;
  font-family:
    "メイリオ", Meiryo, "Meiryo UI", "小塚ゴシック Pr6N", "Kozuka Gothic Pr6N",
    "小塚ゴシック Pr 6N", "Kozuka Gothic Pr 6N", "小塚ゴシック Pr6 N",
    "Kozuka Gothic Pr6 N", "小塚ゴシック Pr 6 N", "Kozuka Gothic Pr 6 N",
    "小塚ゴシック Pro L", "Kozuka Gothic Pro Light", "游ゴシック", "Yu Gothic",
    "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 19px;

  height: 23px;
  padding: 0px 13px 0px 7px;
}
.form_table select option {
  font-size: 11px;
  font-family:
    "メイリオ", Meiryo, "Meiryo UI", "小塚ゴシック Pr6N", "Kozuka Gothic Pr6N",
    "小塚ゴシック Pr 6N", "Kozuka Gothic Pr 6N", "小塚ゴシック Pr6 N",
    "Kozuka Gothic Pr6 N", "小塚ゴシック Pr 6 N", "Kozuka Gothic Pr 6 N",
    "小塚ゴシック Pro L", "Kozuka Gothic Pro Light", "游ゴシック", "Yu Gothic",
    "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1;
}

/** .form_button *****************************************************************/

.form_button_wrap {
  text-align: center;
  letter-spacing: normal;
  width: 100%;
}
.form_button_wrap .form_button {
  position: relative;
  text-decoration: none;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.form_button_wrap .form_button button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  cursor: pointer;
  padding: 0;
  background: none;
  background-color: transparent;
  border: none;
  border-radius: 0;

  overflow: hidden;
  color: transparent;
  font-size: 0px;
  text-indent: -100000px;
  width: 192px;
  height: 62px;
  background-image: url("../img/sec_05_btn_01.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media print, screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
}

#formSubmit .form_notice {
  text-align: center;
  margin-bottom: 45px;
}

table.form_table tbody td .required_message {
  color: #ff4851;
}

#formSubmit .message_area {
  text-align: center;
}
#formSubmit .message_area .error {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 10px 0;
  margin-bottom: 40px;
  border: solid 4px #ff4851;
}
#formSubmit .message_area .success {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 10px 0;
  margin-bottom: 40px;
  border: solid 4px #43e0c6;
}

@media screen and (max-width: 767px) {
	.wpcf7-form-control.wpcf7-checkbox {
		display: flex;
		flex-wrap: wrap;
		gap: 12px;
	}
	#index #section_06 .content_01 .check  {
		text-indent: 0;
	}
}