@charset "UTF-8";
/*==========================================
変数 inc.scss
===========================================*/
/*==========================================
@mixin inc.scss
===========================================*/
/*==========================================
 FORM LIST
===========================================*/
.formlist-head {
  background-image: url(../img/formlist/head_bg.jpg);
  margin: 20px auto 100px;
}
@media screen and (max-width: 768px) {
  .formlist-head {
    margin: 10px auto 100px;
  }
}
.formlist-head::before {
  display: none;
}

.form_list {
  background: #ededed;
  padding: 100px 0;
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .form_list {
    padding: 50px 0;
    margin-bottom: 80px;
  }
}
.form_list_flex {
  display: flex;
  flex-wrap: wrap;
}
.form_list_item {
  flex-basis: 44%;
}
.form_list_item:nth-child(2n) {
  margin-left: 12%;
}
.form_list_item:not(:nth-last-child(-n+2)) {
  margin-bottom: 120px;
}
@media screen and (max-width: 960px) {
  .form_list_item {
    flex-basis: 49%;
  }
  .form_list_item:nth-child(2n) {
    margin-left: 2%;
  }
  .form_list_item:not(:nth-last-child(-n+2)) {
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 480px) {
  .form_list_item {
    flex-basis: 100%;
    margin-bottom: 8vw;
  }
  .form_list_item:nth-child(2n) {
    margin-left: 0;
  }
  .form_list_item:not(:nth-last-child(-n+2)) {
    margin-bottom: 8vw;
  }
}
.form_list_white {
  background: #fff;
  text-align: center;
  padding: 30px 4px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.form_list_ttl {
  color: rgb(31, 44, 92);
  font-weight: normal;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
.form_list_ttl .main {
  font-size: 3.8rem;
  letter-spacing: 0.1em;
  display: block;
}
@media screen and (max-width: 960px) {
  .form_list_ttl .main {
    font-size: 3.8vw;
  }
}
@media screen and (max-width: 480px) {
  .form_list_ttl .main {
    font-size: 8vw;
  }
}
.form_list_ttl .main.main02 {
  font-size: 3.1rem;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .form_list_ttl .main.main02 {
    font-size: 3vw;
  }
}
@media screen and (max-width: 480px) {
  .form_list_ttl .main.main02 {
    font-size: 6.5vw;
  }
}
.form_list_ttl .main.main03 {
  font-size: 2.8rem;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .form_list_ttl .main.main03 {
    font-size: 2.6vw;
  }
}
@media screen and (max-width: 480px) {
  .form_list_ttl .main.main03 {
    font-size: 5.5vw;
  }
}
.form_list_ttl .main .br {
  display: inline-block;
}
.form_list_ttl .sub {
  font-size: 2rem;
  display: block;
}
@media screen and (max-width: 960px) {
  .form_list_ttl .sub {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .form_list_ttl .sub {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .form_list_ttl .sub {
    font-size: 1.6rem;
  }
}
.form_list_ttl::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 140px;
  height: 8px;
  background: rgb(31, 44, 92);
}
.form_list_time {
  margin-bottom: 10px;
}
@media screen and (max-width: 960px) {
  .form_list_time {
    font-size: 2.6vw;
  }
}
@media screen and (max-width: 480px) {
  .form_list_time {
    font-size: 1.6rem;
  }
}
.form_list_tel {
  font-family: ヒラギノ明朝 Pro;
  margin-bottom: 5px;
}
.form_list_tel a {
  font-size: 4.5rem;
  color: rgb(31, 44, 92);
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  .form_list_tel a {
    font-size: 4.5vw;
  }
}
@media screen and (max-width: 480px) {
  .form_list_tel a {
    font-size: 8vw;
  }
}
.form_list_tel i {
  padding-right: 0.2em;
}
.form_list_com {
  font-size: 2.2rem;
  color: rgb(31, 44, 92);
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  .form_list_com {
    font-size: 1.3rem;
  }
}
.form_list_blue a {
  color: #fff;
  background: rgb(31, 44, 92);
  padding: 24px 0;
  border: solid 2px rgb(31, 44, 92);
  display: block;
}
.form_list_blue a:hover {
  color: rgb(31, 44, 92);
  background: #fff;
}
.form_list_blue i {
  flex-basis: 80px;
  text-align: center;
  font-size: 4.5rem;
}
@media screen and (max-width: 480px) {
  .form_list_blue i {
    font-size: 3.2rem;
  }
}
.form_list_blue_inr {
  width: 100%;
  max-width: 340px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.form_list_lead {
  flex-basis: calc(100% - 80px);
  padding-right: 8px;
}
@media screen and (max-width: 768px) {
  .form_list_lead {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 480px) {
  .form_list_lead {
    font-size: 1.6rem;
  }
}
.form_list_lead .span {
  display: inline-block;
}

.form_lead {
  color: #1f2c5c;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
  text-align: center;
}
.form_lead.center {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .form_lead br {
    display: none;
  }
}
.form_lead a:hover {
  opacity: 0.7;
}
.form_lead .yellow {
  color: rgb(174, 136, 0);
}

/*==========================================
 フォーム共通
===========================================*/
.form_head {
  margin-top: 140px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .form_head {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.form_head .form_ttl {
  color: rgb(31, 44, 92);
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .form_head .form_ttl {
    margin-bottom: 40px;
  }
}
.form_head .form_ttl_en {
  font-size: 5rem;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .form_head .form_ttl_en {
    font-size: 4rem;
    letter-spacing: 0.1em;
  }
}
.form_head .form_ttl_ja {
  font-size: 2.2rem;
  letter-spacing: 0.5em;
}
@media screen and (max-width: 768px) {
  .form_head .form_ttl_ja {
    font-size: 2rem;
    letter-spacing: 0.2em;
  }
}
.form_head .form_lead {
  color: #1f2c5c;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
  text-align: center;
}
.form_head .form_lead.center {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .form_head .form_lead br {
    display: none;
  }
}
.form_head .form_lead a:hover {
  opacity: 0.7;
}
.form_head .form_lead .yellow {
  color: rgb(174, 136, 0);
}
.form_head .form_con {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  margin-top: 120px;
  width: 100%;
  max-width: 890px;
  margin: 0 auto;
  padding: 20px;
  background: rgb(31, 44, 92);
  position: relative;
}
.form_head .form_con::before {
  content: "";
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  border: solid 1px #fff;
  position: absolute;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .form_head .form_con {
    padding: 30px 20px;
  }
}
.form_head .form_con_inr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .form_head .form_con_inr {
    display: block;
  }
}
.form_head .form_con_l {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  padding-bottom: 20px;
  position: relative;
}
.form_head .form_con_l::before, .form_head .form_con_l::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom: solid 1px #fff;
  margin: auto;
  height: 0;
  transition: 0.3s;
}
.form_head .form_con_l::before {
  width: 50px;
  left: 0;
}
.form_head .form_con_l::after {
  transform: rotate(45deg);
  width: 12px;
  transform-origin: right;
  left: 38px;
}
@media screen and (max-width: 768px) {
  .form_head .form_con_l {
    font-size: 1.6rem;
    text-align: center;
  }
  .form_head .form_con_l::before, .form_head .form_con_l::after {
    display: none;
  }
}
.form_head .form_con_r {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .form_head .form_con_r {
    text-align: center;
  }
}
.form_head .form_con_tel {
  font-size: 4.8rem;
  letter-spacing: 0.05em;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .form_head .form_con_tel {
    font-size: 9vw;
  }
}
.form_head .form_con_tel i {
  font-size: 4rem;
  padding-right: 0.2em;
}
@media screen and (max-width: 480px) {
  .form_head .form_con_tel i {
    font-size: 8vw;
  }
}
.form_head .form_con_time {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .form_head .form_con_time {
    text-align: center;
  }
}
.form_head .form_con_time .span {
  display: inline-block;
}
.form_head .form_pre {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .form_head .form_pre {
    margin-top: 0;
  }
}
.form_head .form_pre_head {
  color: #fff;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  padding: 20px 2.5%;
  background: rgb(174, 136, 0);
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .form_head .form_pre_head {
    font-size: 2rem;
    padding: 16px 2.5%;
  }
}
.form_head .form_pre_head .span {
  display: inline-block;
}
.form_head .form_pre_body {
  border: solid 2px rgb(174, 136, 0);
  padding: 60px 4%;
}
@media screen and (max-width: 768px) {
  .form_head .form_pre_body {
    padding: 30px 4%;
  }
}
.form_head .form_pre_list {
  color: #7f7f7f;
  letter-spacing: 0.1em;
  line-height: 2.4;
  width: 100%;
  max-width: 890px;
  margin: 0 auto;
  padding-left: 1.5em;
  list-style: disc;
}
@media screen and (max-width: 768px) {
  .form_head .form_pre_list {
    line-height: 2;
  }
}
.form_head .form_pre_item.ttl {
  list-style: none;
  margin-left: -1.2em;
  font-weight: bold;
  margin-top: 1em;
}
.form_head .form_pre_item.ttl:first-child {
  margin-top: 0;
}

.form_privacy {
  padding-top: 20px;
  letter-spacing: 0.1em;
  text-align: center;
  color: rgb(31, 44, 92);
}
@media screen and (max-width: 768px) {
  .form_privacy {
    text-align: left;
  }
}
.form_privacy a:hover {
  opacity: 0.7;
}
.form_privacy a .span {
  color: rgb(174, 136, 0);
}

/*==========================================
 FORM STYLE
===========================================*/
input[type=text],
input[type=tel],
input[type=email],
input[type=number],
input[type=submit],
input[type=file],
textarea,
select {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

/*===プレースホルダー===*/
::-webkit-input-placeholder {
  color: #909090;
  line-height: 2;
}

::-moz-placeholder {
  color: #909090;
  opacity: 1;
  line-height: 2;
}

/* IE */
:-ms-input-placeholder {
  color: #909090;
  opacity: 1;
  line-height: 2;
}

/* Edge */
::-ms-input-placeholder {
  color: #909090;
  opacity: 1;
  line-height: 2;
}

::placeholder {
  color: #909090;
  opacity: 1;
  line-height: 2;
}

@media screen and (max-width: 480px) {
  ::-webkit-input-placeholder {
    font-size: 14px;
  }
  ::-moz-placeholder {
    font-size: 14px;
  }
  :-ms-input-placeholder {
    font-size: 14px;
  }
  ::-ms-input-placeholder {
    font-size: 14px;
  }
  ::placeholder {
    font-size: 14px;
  }
}
#form .form-block-wrap {
  width: 100%;
  letter-spacing: 0.2em;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

#form .form-block {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 0 2%;
}

/*-----同意-----*/
#form .form-block .exit_form_ck {
  text-align: center;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  #form .form-block .exit_form_ck {
    font-size: 1.5rem;
  }
}
#form .form-block .exit_form_ck .wpcf7-list-item-label::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -40%);
}
#form .form-block .form-item {
  padding: 30px 4%;
}

#form .form-block .form-item:last-child {
  border-bottom: none;
}

#form .form-block .form-item-inr {
  display: flex;
}

@media screen and (max-width: 768px) {
  #form .form-block .form-item {
    padding: 10px 2%;
  }
  #form .form-block .form-item-inr {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  #form .form-block-wrap {
    margin: 40px auto;
  }
}
/*=== サブタイトル ===*/
.form-subttl-wrap {
  margin: 60px 0;
}

.form-subttl {
  font-size: 3rem;
  letter-spacing: 0.4em;
  position: relative;
  padding-bottom: 20px;
  text-align: center;
}

.form-subttl::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-bottom: solid 8px #ae8800;
  width: 140px;
}

.form-subttl-lead {
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 18px;
}

@media screen and (max-width: 768px) {
  .form-subttl-wrap {
    margin: 30px 0;
  }
  .form-subttl {
    font-size: 2.6rem;
    padding-bottom: 16px;
  }
  .form-subttl-lead {
    text-align: left;
  }
}
/*=== ご住所 ===*/
#form .add-form-block p:not(:last-child) {
  margin-bottom: 15px;
}

#form .form-item-address .form_control_wrap:not(:last-child) {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  #form .add-form-block p span {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  #form .add-form-block p span {
    display: block;
    margin-top: 5px;
  }
  #form .form-item-address .form_control_wrap:not(:last-child) {
    margin-bottom: 5px;
  }
}
#form .form-item-ttl {
  font-size: 1.6rem;
  margin: 12px 4% 0 0;
  flex-basis: 280px;
  position: relative;
}

@media screen and (max-width: 768px) {
  #form .form-item-ttl {
    margin: 0 0 10px 0;
  }
}
#form .form_flex_item {
  flex-basis: calc(96% - 280px);
}
#form .form_flex_item .cat_ttl {
  margin: 30px auto;
}

#form .required,
#form .option {
  font-size: 1.6rem;
  padding: 1px 0.75em 0;
  margin-left: 1em;
  font-weight: normal;
  letter-spacing: 0.05em;
}

#form .required {
  background: #1f2c5c;
  color: #fff;
  position: absolute;
  top: -1.5px;
  right: 0;
}

#form .option {
  background: #fff;
  border: 1px solid #737373;
  color: #737373;
}

#form .form_control {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  display: block;
  width: 100%;
  padding: 0.6rem 1.5rem;
  font-size: 1.6rem;
  line-height: 2;
  color: #000;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #999;
  min-height: 47px;
  box-shadow: 0 0 0px 0 #1e99d7;
}

#form .form_control:focus {
  box-shadow: 0 0 6px 0px #1e99d7;
  outline: 0;
}

/*IE*/
@media all and (-ms-high-contrast: none) {
  #form .form_control {
    font-family: "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    line-height: 1.25;
    padding: 1.2rem 1.5rem;
  }
}
/*=== TEXTAREA ===*/
#form textarea.form_control {
  height: 340px;
  line-height: 1.5;
  resize: vertical;
}
@media screen and (max-width: 576px) {
  #form textarea.form_control {
    height: 200px;
  }
}

/*=== CHECKBOX ===*/
#form .wpcf7-checkbox.wpcf7-form-control .wpcf7-list-item label input {
  display: none;
}

#form .wpcf7-checkbox.wpcf7-form-control .wpcf7-list-item label .wpcf7-list-item-label {
  padding: 0 0 0 30px;
  display: inline-block;
  position: relative;
}

#form .wpcf7-checkbox .wpcf7-list-item-label:before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  border: solid 1px #dbdbdf;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}

#form .wpcf7-checkbox input[type=checkbox] {
  display: none;
}

#form .wpcf7-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f00c";
  vertical-align: middle;
  font-size: 2rem;
  color: #000;
}

#form .wpcf7-checkbox label {
  position: relative;
  cursor: pointer;
}

#form .wpcf7-checkbox .wpcf7-list-item-label {
  padding-left: 2em;
  display: block;
}

#form .wpcf7-checkbox .wpcf7-list-item {
  position: relative;
  margin: 0 8% 10px 0;
}

#form .wpcf7-checkbox .wpcf7-list-item.last {
  margin: 0 0 10px 0;
}

@media screen and (min-width: 768px) {
  #form .wpcf7-checkbox.wpcf7-form-control .wpcf7-list-item label:hover {
    cursor: pointer;
  }
}
@media screen and (max-width: 480px) {
  #form .wpcf7-checkbox.wpcf7-form-control .wpcf7-list-item label .wpcf7-list-item-label {
    padding: 0 0 0 30px;
    letter-spacing: 0;
  }
}
/*=== CHECKBOX（解約理由） ===*/
#form .form-item-cancell .form_flex_item {
  margin-top: 12px;
}

#form .form-item-cancell .wpcf7-checkbox {
  margin-bottom: 8px;
  display: block;
}

#form .form-item-cancell .wpcf7-checkbox .wpcf7-list-item {
  position: relative;
  margin: 0 0 10px 0;
  width: 100%;
  max-width: 130px;
  font-size: 1.3rem;
}

#form .form-item-cancell .cancell_lead {
  margin-bottom: 10px;
}

/*=== CHECKBOX（立会い希望時間） ===*/
#form .form-item-witnesstime .wpcf7-checkbox .wpcf7-list-item {
  position: relative;
  margin: 0 0 10px 0;
  max-width: 215px;
  width: 100%;
}

/*=== SLECT ===*/
#form .select-wrap {
  position: relative;
  display: block;
}

#form .select-wrap::after {
  display: block;
  content: " ";
  position: absolute;
  top: 26px;
  right: 10px;
  width: 9px;
  height: 8px;
  margin-top: -7px;
  background: url(../../img/common/arw-select.svg) 0 0 no-repeat; /* 背景画像の指定 */
  background-size: cover;
  pointer-events: none;
}

/*=== 注意事項に同意 ===*/
#form .wpcf7-acceptance {
  display: block;
  text-align: center;
  font-size: 2.4rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  letter-spacing: 0.05em;
}

#form .wpcf7-acceptance .br {
  display: inline-block;
}

#form .wpcf7-acceptance .wpcf7-list-item {
  position: relative;
  margin: 0;
  padding-left: 2em;
}

#form .wpcf7-acceptance .wpcf7-list-item label {
  cursor: pointer;
}

#form .wpcf7-acceptance .wpcf7-list-item-label::before,
#form .wpcf7-acceptance .wpcf7-list-item-label::after {
  content: "";
}

#form .wpcf7-acceptance .wpcf7-list-item-label:before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  border: solid 1px #dbdbdf;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

#form .wpcf7-acceptance input[type=checkbox] {
  display: none;
}

#form .wpcf7-form-control-wrap.precautions input[type=checkbox]:checked + .wpcf7-list-item-label:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f00c";
  vertical-align: middle;
  font-size: 2rem;
  color: #000;
}

@media screen and (max-width: 768px) {
  #form .wpcf7-acceptance {
    font-size: 2rem;
  }
}
@media screen and (max-width: 480px) {
  #form .wpcf7-acceptance {
    text-align: left;
  }
}
/*=== ご住所 ===*/
#form .form_control.zipcode {
  max-width: 220px;
  display: inline-block;
  margin: 0 2%;
}

.zip_note {
  display: inline-block;
  margin-top: 8px;
}

@media screen and (max-width: 480px) {
  #form .required,
  #form .option {
    font-size: 1.3rem;
    padding: 1px 6px 0;
  }
  #form .form-item-ttl {
    margin-bottom: 5px;
  }
}
/*=== 日時 ===*/
.form_control_wrap01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
}

.form_control_wrap02 {
  flex-basis: 75%;
}

.shop_time_txt {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .form_control_wrap01 {
    display: block;
  }
  .form_control_wrap02 {
    margin-bottom: 10px;
  }
}
/*=== 参加日時 ===*/
#form .calendar-wrap {
  display: flex;
  justify-content: space-between;
}

#form .calendar-wrap.mb {
  margin-bottom: 16px;
}

#form .calendar-wrap-item {
  width: 48%;
}

#form .calendar-ttl {
  font-weight: 500;
  margin-bottom: 4px;
}

@media screen and (max-width: 480px) {
  #form .calendar-wrap {
    display: block;
  }
  #form .calendar-wrap-item {
    width: 100%;
    margin-bottom: 8px;
  }
}
/*=== 参加人数 ===*/
.people_num-wrap {
  display: flex;
}

.people_num-wrap p {
  display: flex;
  align-items: center;
}

.people_num-wrap p span {
  margin-right: 1em;
}

.people_num-wrap p .form_control {
  max-width: 145px;
}

@media screen and (max-width: 480px) {
  .people_num-wrap,
  .people_num-wrap p {
    display: block;
  }
  .people_num-wrap p .form_control {
    max-width: none;
  }
  .people_num-wrap p span {
    font-size: 1.4rem;
    margin-right: 0;
  }
}
/*=== 年収内訳 ===*/
#form .form-item-money .form_control_wrap:not(:last-child) {
  margin-bottom: 20px;
  white-space: nowrap;
}

#form .form-item-money .form_control {
  max-width: 220px;
  display: inline-block;
  margin: 0 2%;
}
@media screen and (max-width: 480px) {
  #form .form-item-money .form_control {
    max-width: 120px;
  }
}

#form .form-item-money .subttl {
  width: 120px;
  display: inline-block;
}

.form-item-money hr {
  margin-bottom: 20px;
  border: dashed 1px #ccc;
}

/*=== 総年収 ===*/
#form .wpcf7-form-control.money01 {
  max-width: 300px;
  display: inline-block;
  margin: 0 2% 0 0;
}

#form .wpcf7-form-control.money02 {
  max-width: 110px;
  display: inline-block;
  margin: 0 2% 0 0;
}

/*=== 希望自己資金 ===*/
#form .form-item-note .form_control_wrap:not(:last-child) {
  margin-bottom: 20px;
}

#form .form-item-note .form_control {
  max-width: 220px;
  display: inline-block;
  margin: 0 2%;
}
@media screen and (max-width: 480px) {
  #form .form-item-note .form_control {
    max-width: 120px;
  }
}

@media screen and (max-width: 768px) {
  #form .form-item-note .subttl {
    width: 120px;
    display: inline-block !important;
  }
}
.form-item-note hr {
  margin-bottom: 20px;
  border: dashed 1px #ccc;
}

/*=== ドロップダウン ===*/
#form .select::before,
#form .select03::before {
  content: "";
  /*position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0,-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 7px 0 7px;
  border-color: #999 transparent transparent transparent;
  pointer-events: none;*/
}

#form .wpcf7-select {
  max-width: 700px;
  display: inline-block;
  position: relative;
}

.wpcf7-select-arrow {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 7px 0 7px;
  border-color: #999 transparent transparent transparent;
  pointer-events: none;
  z-index: 1;
}

/*=== 110px ===*/
#form .form-item-sml .wpcf7-form-control {
  max-width: 110px;
  display: inline-block;
  margin: 0 2% 0 0;
}

/*=== 入力フォーム下テキスト注釈文 ===*/
#form .form_note {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  margin-top: 10px;
}

/*=== 入力フォーム下テキスト注釈文（メールアドレス） ===*/
#form .email_lead {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  margin-top: 10px;
  max-width: 37em;
}

/*=== 画像添付 ===*/
#form .form-item-file .file_note {
  padding-bottom: 20px;
}

#form .form-item-file .file_note .span {
  display: inline-block;
}

#form .form-item-file .form_flex_item:not(:last-child) {
  padding-bottom: 16px;
}

/*=== 生年月日 ===*/
#form .form-item-birth .form_control_wrap {
  display: inline-block;
  max-width: 160px;
  width: 100%;
}
#form .form-item-birth .form_control_wrap .year03 input {
  max-width: inherit;
  width: 100%;
}

#form .form-item-birth .wpcf7-form-control {
  max-width: 110px;
  display: inline-block;
  margin: 0 8% 0 0;
}

@media screen and (max-width: 960px) {
  #form .form-item-birth .wpcf7-form-control {
    max-width: 80px;
  }
  #form .form-item-birth .wpcf7-form-control.wpcf7-select {
    max-width: 80px;
  }
  #form .form-item-birth .form_control_wrap {
    max-width: 110px;
  }
}
@media screen and (max-width: 768px) {
  #form .form-item-birth .form_control_wrap:first-child,
  #form .form-item-birth .form_control_wrap:not(:first-child) {
    width: 100%;
  }
  #form .form-item-birth .form_control_wrap {
    max-width: 100px;
  }
  #form .form-item-birth .wpcf7-form-control,
  #form .form-item-birth .wpcf7-form-control.wpcf7-select {
    max-width: calc(100% - 40px);
    margin: 0 10px 0 0;
    padding: 0.6rem 0%;
  }
  #form .form-item-birth .form_control_wrap:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  #form .form-item-birth .form_control_wrap:not(:last-child) {
    margin-bottom: 5px;
  }
}
/*=== 駐車場 ===*/
#form .form-item-parking .form_control_wrap {
  display: inline-block;
  max-width: 300px;
  width: 100%;
}

#form .form-item-parking .wpcf7-number {
  max-width: 110px;
  display: inline-block;
  margin: 0 2%;
}

/*#form .form-item-witness .form_control_wrap:first-child {
  max-width: 100%;
}*/
#form .form-item-witness .form_control_wrap:last-of-type {
  max-width: 100%;
}
#form .form-item-witness .form_control_wrap:last-of-type .wpcf7-form-control {
  display: block;
  width: 100%;
  max-width: inherit;
}

#form .form-item-witness .form_control_wrap:first-child .wpcf7-form-control {
  width: 100%;
  max-width: 100%;
  margin: 0;
  max-width: 150px;
  margin-bottom: 20px;
}

#form .form-item-bank .wpcf7-form-control-wrap {
  display: inline-block;
  width: calc(100% - 120px);
  margin-bottom: 20px;
}

#form .form-item-bank .form_bank_head {
  display: inline-block;
  width: 120px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  #form .form-item-bank .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
  }
  #form .form-item-witness .form_control_wrap:first-child {
    margin-bottom: 0;
  }
  #form .form-item-witness .form_control_wrap:last-of-type {
    /* margin-top: 40px;*/
  }
  #form .form-item-bank .form_bank_head {
    display: block;
    margin-bottom: 10px;
  }
}
/*=== 特典書籍 ===*/
#form .form-item-book .wpcf7-radio .wpcf7-list-item {
  margin: 0 0 10px 0;
}

/*=== ※ ===*/
.asterisk-txt {
  font-size: 1.4rem;
}

/*=== ERROR MESSAGE ===*/
#form span.wpcf7-not-valid-tip {
  font-size: 1.4rem;
  margin: 8px 0 0 0;
}

#form .form_control.wpcf7-not-valid {
  background: #ffd9df;
  border-color: #d06476;
}

#form .checkbox.wpcf7-not-valid {
  display: block;
  border: 1px solid #d06476;
  background: #ffd9df;
  padding: 10px 0;
}

#form div.wpcf7-validation-errors,
#form div.wpcf7-mail-sent-ok {
  max-width: 710px;
  width: 100%;
  margin: 1em auto 0;
  font-size: 1.4rem;
  padding: 10px 1em;
}

#form div.wpcf7-validation-errors {
  border: 1px solid #000;
  background: #ddd;
  text-align: center;
}

#form div.wpcf7-mail-sent-ok {
  border: 1px solid #000;
  background: #ddd;
  text-align: center;
}

div.screen-reader-response ul {
  display: none;
}

/*=== 送信ボタン ===*/
#form .btn_submit_wrap {
  padding: 0 4%;
  margin-top: 90px;
}

#form .btn_submit_inr {
  max-width: 580px;
  margin: 0 auto;
  display: block;
  position: relative;
}

#form .btn_submit_inr::after, #form .btn_submit_inr::before {
  display: none;
}

#form .btn_submit_inr::after, #form .btn_submit_inr::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 6%;
  border-bottom: solid 1px #fff;
  height: 0;
  transition: 0.3s;
  margin: auto;
  z-index: 20;
  pointer-events: none;
}

#form .btn_submit_inr::before {
  width: 22px;
}

#form .btn_submit_inr::after {
  transform: rotate(45deg);
  width: 6px;
  transform-origin: right;
}

#form .btn_submit_inr:hover::after,
#form .btn_submit_inr:hover::before {
  border-bottom: solid 1px #3E3E3E;
}

#form .btn_submit {
  font-size: 1.8rem;
  display: block;
  width: 100%;
  text-align: center;
  padding: 26.5px 2%;
  background: #1f2c5c;
  border: solid 1px #1f2c5c;
  color: #fff;
  letter-spacing: 0.1em;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
  z-index: 10;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, sans-serif;
}

#form .btn_submit:hover {
  opacity: 0.7;
}

#form .btn_submit::after {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 0.3em;
}

#form .ajax-loader {
  display: none;
}

@media screen and (max-width: 480px) {
  #form .btn_submit_wrap {
    margin-top: 40px;
  }
  #form .btn_submit {
    font-size: 1.8rem;
  }
}
/*=== 追加分チェックボックス ===*/
#form .individual {
  font-weight: bold;
  text-align: center;
  display: block;
}

#form .individual label, #form .individual input {
  cursor: pointer;
  cursor: hand;
}

#form .document {
  font-weight: bold;
  text-align: center;
  display: block;
}

#form .document label, #form .document input {
  cursor: pointer;
  cursor: hand;
}

.time01_txt {
  margin: 0 0 4px 0;
}

@media screen and (min-width: 768px) {
  .time01_txt {
    margin: 0 2% 0 4.9%;
  }
}
.form_control_wrap03 {
  flex-basis: 14%;
}

/*=== ありがとうございます。メッセージは送信されました。 ===*/
.screen-reader-response {
  text-align: center;
}

/*=== ラジオボタン ===*/
.wpcf7-radio {
  padding: 7px 0;
  display: block;
}

.wpcf7-radio label {
  cursor: pointer;
}

.wpcf7-radio .wpcf7-list-item {
  position: relative;
  margin: 0 8% 10px 0;
}

.wpcf7-radio .wpcf7-list-item-label {
  padding-left: 2em;
  display: block;
}

.wpcf7-radio input[type=radio] {
  display: none;
}

.wpcf7-radio input[type=radio] + .wpcf7-list-item-label::before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: solid 1px #999;
  position: absolute;
  left: 0;
  display: block;
  top: 50%;
  transform: translate(0, -50%);
}

.wpcf7-radio .wpcf7-list-item input[type=radio] + .wpcf7-list-item-label::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #fff;
  position: absolute;
  left: 7px;
  display: block;
  top: 50%;
  transform: translate(-1px, -50%);
  transition: 0.3s;
}

.wpcf7-radio .wpcf7-list-item input[type=radio]:checked + .wpcf7-list-item-label::after {
  background: #1f2c5c;
}

.wpcf7-radio_note {
  margin: 8px 0;
  display: block;
}

/*=== 見出し下要約文 ===*/
.form_lear {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05rem;
  line-height: 1.6;
  text-align: center;
  margin: 0 2.5% 60px;
}

@media screen and (max-width: 768px) {
  .form_lear {
    text-align: left;
    margin: 0 2.5% 40px;
  }
}
/*=== TEL ===*/
.form-tel {
  max-width: 680px;
  width: 95%;
  margin: 0 auto 80px;
  border: 1px solid #ccc;
  padding: 30px 2.5%;
  text-align: center;
  font-size: 1.8rem;
}

.form-tel a {
  display: block;
  width: 100%;
  margin: 40px auto;
}

.form-tel-no {
  font-size: 3.6rem;
  font-weight: bold;
}

.form-tel-no i {
  margin-right: 0.25em;
}

@media screen and (max-width: 768px) {
  .form-tel {
    margin: 0 auto 40px;
  }
  .form-tel a {
    margin: 15px auto;
  }
  .form-tel-no {
    font-size: 3rem;
  }
}
/*=========================
 パスワード再発行
=========================*/
.members_login {
  border: 10px solid rgb(31, 44, 92);
  padding: 2px;
}
.members_login_inr {
  border: 10px solid rgb(31, 44, 92);
  padding: 60px 2.5% 100px;
}
.members_login_lead {
  font-size: 1.6rem;
  text-align: center;
  letter-spacing: 0.1em;
  color: rgb(31, 44, 92);
}
.members_login_input {
  text-align: center;
  margin: 100px auto 0;
}
.members_login .login_email, .members_login .email {
  display: inline-block;
  vertical-align: bottom;
}
.members_login .login_email input, .members_login .email input {
  border: 1px solid #000;
  max-width: 430px;
  width: 100%;
  padding: 0 10px;
  height: 50px;
}
.members_login .btn_submit {
  border: 1px solid #000;
  background: #fff;
  color: #1f2c5c;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 2.1rem;
  text-align: center;
  letter-spacing: 0.6em;
  max-width: 192px;
  width: 100%;
  display: inline-block;
  height: 50px;
  cursor: pointer;
  transition: 0.3s;
  margin: 0 0 0 7px;
}
.members_login .btn_submit:hover {
  background: #1f2c5c;
  color: #fff;
}
.members_login .e_msg {
  color: red;
  margin: 30px;
}

@media screen and (max-width: 768px) {
  .members_login_inr {
    padding: 50px 4% 20px;
  }
  .members_login_input {
    margin: 60px auto 0;
  }
  .members_login .login_email {
    display: block;
  }
  .members_login .btn_submit {
    display: block;
    margin: 25px auto 0;
  }
}
/*==================================
 アメニティメンバーズ専用ログインページ
==================================*/
.members_login_input02 {
  margin: 100px auto 0;
  text-align: center;
}
.members_login_input02 input {
  border: 1px solid #000;
  padding: 0 10px;
  height: 50px;
}
.members_login_input02 input:nth-of-type(1) {
  max-width: 430px;
  width: 100%;
  display: inline-block;
  vertical-align: bottom;
}
.members_login_input02 input:nth-of-type(2) {
  background: #fff;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 2.1rem;
  text-align: center;
  letter-spacing: 0.6em;
  max-width: 192px;
  width: 100%;
  margin: 0 0 0 7px;
  display: inline-block;
  transition: 0.3s;
  cursor: pointer;
  color: #1f2c5c;
  -webkit-appearance: none;
}
.members_login_input02 input:nth-of-type(2):hover {
  background: #1f2c5c;
  color: #fff;
}
.members_login_input02 input:nth-of-type(2):hover _::-webkit-full-page-media, .members_login_input02 input:nth-of-type(2):hover _:future, .members_login_input02 input:nth-of-type(2):hover :root .css_selector {
  background: #1f2c5c;
}

.members_login_btn {
  display: flex;
  justify-content: space-between;
  max-width: 840px;
  width: 100%;
  margin: 80px auto 0;
}
.members_login_btn .item {
  max-width: 390px;
  width: 48%;
}
.members_login_btn .lead {
  letter-spacing: 0.1em;
  text-align: center;
}
.members_login_btn .login_btn {
  margin: 15px auto 0;
}
.members_login_btn .login_btn a {
  display: block;
  color: #fff;
  font-size: 2.2rem;
  letter-spacing: 0.2em;
  text-align: center;
  padding: 20px 0;
}
.members_login_btn .login_btn a:hover {
  opacity: 0.7;
}
.members_login_btn .login_btn.gray a {
  background: #7f7f7f;
}
.members_login_btn .login_btn.blue a {
  background: rgb(31, 44, 92);
}

@media screen and (max-width: 768px) {
  .members_login_input02 {
    margin: 80px auto 0;
  }
  .members_login_input02 input:nth-of-type(1) {
    display: block;
    margin: 0 auto 0;
  }
  .members_login_input02 input:nth-of-type(2) {
    display: block;
    margin: 25px auto 0;
  }
  .members_login_btn {
    display: block;
  }
  .members_login_btn .item {
    max-width: none;
    width: 100%;
  }
  .members_login_btn .item:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 480px) {
  .members_login_btn .login_btn {
    margin: 10px auto 0;
  }
  .members_login_btn .login_btn a {
    font-size: 1.8rem;
  }
}
/*=========================
 アメニティメンバーズ新規登録
=========================*/
.form_members_blc {
  margin-top: 50px;
}
.form_members_head {
  display: flex;
  justify-content: space-between;
  color: #fff;
  text-align: center;
  max-width: 890px;
  width: 98%;
  margin: 0 auto;
  cursor: pointer;
  transition: 0.3s;
}
.form_members_head:hover {
  opacity: 0.7;
}
.form_members_head.open .btn::before {
  transform: rotate(180deg);
}
.form_members_head.open .btn::after {
  opacity: 0;
}
.form_members_head .form_members_l {
  width: 35%;
  background: rgb(174, 136, 0);
  margin: 0 2px 0 0;
  letter-spacing: 0.3em;
  padding: 20px 0;
}
.form_members_head .form_members_l .en {
  font-size: 3rem;
  display: block;
}
.form_members_head .form_members_l .ja {
  font-size: 2.2rem;
}
.form_members_head .form_members_r {
  width: 64.5%;
  background: rgb(31, 44, 92);
  font-size: 3rem;
  letter-spacing: 0.3em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.form_members_head .btn {
  position: absolute;
  right: 50px;
  top: 50%;
}
.form_members_head .btn::after, .form_members_head .btn::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 25px;
  height: 2px;
  background: #fff;
}
.form_members_head .btn::after { /*縦線*/
  transition: all 0.2s ease-in-out;
}
.form_members_head .btn::before { /*横線*/
  transform: rotate(90deg);
  transition: all 0.3s ease-in-out;
}
.form_members_body {
  display: none;
  background: rgb(31, 44, 92);
  margin: 10px auto 0;
  font-size: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}
.form_members_body.open {
  display: block;
}
.form_members_body .sp {
  display: none;
}
.form_members_ttlen {
  font-size: 3rem;
  letter-spacing: 0.6em;
  color: #fff;
  text-align: center;
}

@media screen and (min-width: 1141px) {
  .form_members_ttlen {
    position: absolute;
    writing-mode: vertical-rl;
    line-height: 1;
    width: 27px;
    left: calc(50% - 620px);
    transform: rotate(-180deg);
  }
  .form_members .body01 .form_members_ttlen {
    top: calc(50% - 100px);
  }
  .form_members .body02 .form_members_ttlen {
    top: calc(50% - 150px);
  }
}
@media screen and (max-width: 768px) {
  .form_members_head .form_members_l .en {
    font-size: 3.8vw;
  }
  .form_members_head .form_members_l .ja {
    font-size: 3.5vw;
  }
  .form_members_head .form_members_r {
    font-size: 4vw;
    letter-spacing: 0.2em;
  }
  .form_members_head .btn {
    right: 30px;
  }
  .form_members_head .btn::after, .form_members_head .btn::before {
    width: 20px;
  }
  .form_members_body .pc {
    display: none;
  }
  .form_members_body .sp {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .form_members_head .form_members_l {
    letter-spacing: 0.2em;
  }
  .form_members_head .btn {
    right: 20px;
  }
  .form_members_head .btn::after, .form_members_head .btn::before {
    width: 15px;
  }
}
/*=========================
 サンクスページ
=========================*/
.form_area_wrap {
  margin-bottom: 80px;
}

.page_ttl {
  text-align: left;
  margin-bottom: 60px;
}

.thanks-page_ttl_en {
  font-size: 10rem;
}

.thanks-page_ttl_ja {
  max-width: 610px;
  width: 100%;
  background: #000;
  display: block;
  margin: 30px auto 0;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 20px 2%;
  letter-spacing: 0.1em;
}

.thanks_lead {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 50px;
}

.thanks-bottom-lead {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 60px;
  letter-spacing: 0.2em;
  font-weight: bold;
}

.thanks-bottom-link {
  display: flex;
  justify-content: space-between;
}

.thanks-bottom-link li {
  width: 48%;
  border: 1px solid #000;
}

.thanks-bottom-link li a {
  display: block;
  padding: 30px 2.5% 10px;
  text-align: center;
  letter-spacing: 0.1em;
}

.thanks-bottom-link li a:hover {
  background: #ede5dc;
}

.thanks-bottom-link-subttl {
  font-size: 2.4rem;
}

.thanks-bottom-link-ttl {
  font-size: 4.8rem;
  font-weight: normal;
}

.thanks-bottom-link-more {
  font-size: 1.4rem;
  text-align: right;
  position: relative;
  padding: 0 35px 0 0;
}

.thanks-bottom-link-more::after,
.thanks-bottom-link-more::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  border-bottom: solid 1px #3e3f40;
  height: 0;
  transition: 0.3s;
  margin: auto;
}

.thanks-bottom-link-more::before {
  width: 22px;
}

.thanks-bottom-link-more::after {
  transform: rotate(45deg);
  width: 6px;
  transform-origin: right;
}

@media screen and (max-width: 1090px) {
  .thanks-bottom-link-subttl {
    font-size: 2vw;
  }
  .thanks-bottom-link-ttl {
    font-size: 4.2vw;
  }
}
@media screen and (max-width: 960px) {
  .thanks-page_ttl_en {
    font-size: 11vw;
  }
}
@media screen and (max-width: 768px) {
  .form_area_wrap {
    margin-bottom: 40px;
  }
  .thanks_lead {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
  .thanks_lead .br {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .thanks-bottom-lead {
    font-size: 1.7rem;
    margin-bottom: 30px;
    letter-spacing: 0.1em;
  }
  .thanks-bottom-link {
    display: block;
  }
  .thanks-bottom-link li {
    width: 100%;
  }
  .thanks-bottom-link li:not(:last-child) {
    margin-bottom: 25px;
  }
  .thanks-bottom-link-subttl {
    font-size: 4vw;
  }
  .thanks-bottom-link-ttl {
    font-size: 7vw;
  }
}
/*====================
追記
====================*/
strong {
  font-weight: bold;
}

#form .career .form_control {
  display: flex;
  max-width: 300px;
  border: 0;
}

a.link_ul {
  text-decoration-line: underline;
}
a.link_ul:hover {
  opacity: 0.7;
}/*# sourceMappingURL=form.css.map */