/* form */
textarea{
  font-family: inherit;
}
.entry_content{
  max-width: 900px;
  width: 88%;
  margin: 0px auto;
}
.formTable dl {
  width: 100%;
  letter-spacing: -1.0rem;
  font-size: 180%;
  margin-bottom: 16px;

  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.formTable dl dt {
  width:35%;
  height: auto;
  text-align:left;
  font-weight: bold;
  display: inline-block;
  letter-spacing: 0.0rem;
  vertical-align: top;
  box-sizing: border-box;
  font-size: 15px;
  color: #4c4c4c;
}
dl.formtextarea dt {
  line-height: 1.4;
  padding-top: 12px;
}
.contact_confirm dl.formtextarea dd {
  padding-top: 12px;
}
.formTable dl.text_area dt {
  line-height: 1.8;
  padding-top: 10px;
}

.formTable dl dd {
  display: inline-block;
  letter-spacing: 0.0rem;
  vertical-align: top;
  width: 65%;
  box-sizing: border-box;
  height: auto;
}
dl.formtextarea dd {
  line-height: 1.4;
}
dd.form_check {
  padding-top: 14px;
  line-height: 0px!important;
}
.contact_comfirm dd.form_check {
  padding-top: 0px;
  line-height: 74px!important;
}
.form_section_one {
  margin-bottom: 16px;
}
p.explain {
  font-weight: bold;
  font-size: 2.2rem!important;
  margin-bottom: 0px;
  color: #E60000;
  border: none;
  padding-bottom: 10px;
}
#ui-datepicker-div {
  font-size: 300%;
}
.privacy {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.privacy p {
  font-weight: bold;
  padding-bottom: 0px;
  margin-bottom: 0px;
  border: none;
}
.contact_pp_inner {
  width: 100%;
  margin-bottom: 16px;
}
.required {
}
.required:after {
  content: "必 須";
  background-color: #ff4b36;
  color: #FFF;
  padding: 0px 6px 0px;
  margin-left: 10px;
  font-size: 70%;
  border-radius: 2px;
  display: inline-block;
  height: auto;
  box-sizing: border-box;
  line-height: 1.4;
}
.ninni:after {
  content: "任意";
  background-color: #CCC;
  color: #333;
  padding: 6px;
  margin-left: 10px;
  font-size: 1.4rem;
}
.form_btn_wrapper {
  margin-top: 0px;
  display: flex;
  align-items: center;
  justify-content: center
}
.form_btn_wrapper input {
  padding: 8px 20px;
  font-weight: bold;
  color: #fff;
  border-style: none;
  cursor: pointer;
  -webkit-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
  -moz-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
  -ms-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
  box-sizing: border-box;
}
.formTable input.btn_formgo {
  border-radius: 9999px;
  font-size: 24px;
  height: 72px;
  width: 100%;
  background: linear-gradient(to bottom, #7ca4f1, #5186EC);
  border: 2px solid #d3e1fa;

}
.formTable input.btn_formback {
  background-color: #CCC;
  border-radius: 9999px;
  font-size: 28px;
  height: 84px;
  width: 62%;
}
/* form */
input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select {
  padding-left: 10px;
  margin-left: 10px;
}
input {
  margin-left: 10px;
  border: 1px solid #b4b4b4;
}
label {
  margin-left: 10px;
}
textarea {
  margin-left: 10px;
}
#formWrap {
  width:100%;
  margin:0 auto;
  line-height:120%;
  font-size: 1.0rem;
}
#formWrap img {
  width: 100%;
  height: auto;
}
.form_check input {
  width: 5%!important;
}
.form_check p{
  vertical-align: middle;
  display: inline-block;
}

.formTable input {
  height: 56px;
  vertical-align: middle;
  width: 100%;
  box-sizing: border-box;
  border-radius: 14px;
  font-size: 1.6rem;
  border-radius: 8px;
  margin-left: 0px;
}
.formTable select {
    height: 56px;
    width: 100%;
    border-radius: 8px;
    border: 1px solid #aaa;
    font-size: 100%;
    padding-left: 10px;
    line-height: 1.0;
    /* 矢印アイコン */
    /* 1. 灰色の下向き矢印 */
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23999999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    /* 2. デフォルトの矢印アイコンを非表示 */
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    /* 3. 矢印アイコンの位置調整 */
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: right 10px center;
    margin-left: 0px;
}
.formTable select:after {
    position: absolute;
    top: 16px;
    right: 12px;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #101010;
    pointer-events: none;
}
input[type=radio], input[type=checkbox] {
  display: none;
}
.radio, .checkbox {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  margin-right: 2px;
  padding: 18px 6px 12px 42px;
  border-radius: 8px;
  background-color: #f0f0f0;
  vertical-align: middle;
  cursor: pointer;
  font-size: 1.4rem;
}
.radio:hover, .checkbox:hover {
  background-color: #dcdcdc;
}
.radio:hover:after, .checkbox:hover:after {
  border-color: #ff4b36;
}
.radio:after, .checkbox:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -10px;
  width: 24px;
  height: 24px;
  border: 2px solid #bbb;
  border-radius: 6px;
  content: '';
}
.radio:before {
  position: absolute;
  top: 50%;
  left: 20px;
  display: block;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ff4b36;
  content: '';
  opacity: 0;
}
input[type=radio]:checked + .radio:before {
  opacity: 1;
}
.checkbox:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 21px;
  display: block;
  margin-top:-12px;
  width: 12px;
  height: 21px;
  border-right: 5px solid #ff4b36;
  border-bottom: 5px solid #ff4b36;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
}

.checkbox01-input {
  width: 5%!important;
}
.checkbox01-parts {
  vertical-align: middle;
  padding-right: 30px;
}
label {
  height: 50px;
  width: 30%;
}
textarea {
  width: 100%;
  font-size: 100%;
  border: 1px solid #b4b4b4;
  border-radius: 4px;
  line-height: 1.4;
  padding: 10px;
  box-sizing: border-box;
  margin-top: 12px;
}
.formTable textarea{
  margin-left: 0px;
  width: 100%;
  border-radius: 8px;
}
input#submit_button {
  padding: 12px 20px;
  background-color: #ff4b36;
  color: #fff;
  border-style: none;
  width: 40%;
  cursor: pointer;
  font-size: 120%;
  height: 64px;
}
input#reset_button {
  padding: 12px 20px;
  background-color: #cfcfcf;
  color: #fff;
  border-style: none;
  width: 40%;
  cursor: pointer;
  font-size: 120%;
  height: 64px;
}
span.error {
  color: #ff4b36;
  padding-left: 10px;
  font-size: 1.4rem;
  vertical-align: top;
  display: block;
  line-height: 1.4;
  padding-left: 0px;
}
/* check box */
input[type=checkbox] {
  display: none;
}
.mwform-checkbox-field {
  width: 200px;
  margin: 0px auto;
  display: block;
}
.mwform-checkbox-field-text {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 20px 0px -8px 0;
  padding: 20px 24px 20px 80px;
  border-radius: 8px;
  background-color: #f6f7f8;
  vertical-align: middle;
  cursor: pointer;
  font-size: 16px;
  width: 200px;
}
.mwform-checkbox-field label{
  margin-left: 0px;
}
.mwform-checkbox-field-text:hover {
  background-color: #ffdbd7;
}
.mwform-checkbox-field-text:hover:after {
  border-color: #cfcfcf;
}
.mwform-checkbox-field-text:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  display: block;
  width: 22px;
  height: 22px;
  border: 2px solid #bbb;
  border-radius: 6px;
  content: '';
  margin-top: -12px;
  left: 42px;
}

.mwform-checkbox-field-text:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 48px;
  display: block;
  margin-top: -14px;
  width: 10px;
  height: 20px;
  border-right: 5px solid #ff4b36;
  border-bottom: 5px solid #ff4b36;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1;

}
input[type=checkbox]:checked + .mwform-checkbox-field-text:before {
  opacity: 1;
}
.doui_checkbox span {
  margin-top: 0px;
}
.form_check .error{ 
  color: #ff4b36!important;
  text-align: center;
  font-size: 98%;
  vertical-align: top;
  display: block;
  margin-top: 14px;
  line-height: 1.4;
}
/* radio box */
input[type=radio] {
  display: none;
}
.mwform-radio-field-text {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 20px 20px -8px 0;
  padding: 12px 12px 12px 42px;
  border-radius: 8px;
  background-color: #f6f7f8;
  vertical-align: middle;
  cursor: pointer;
}
.mwform-radio-field-text:hover {
  background-color: #fce5e5;
}
.mwform-radio-field-text:hover:after {
  border-color: #fce5e5;
}
.mwform-radio-field-text:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 2px solid #bbb;
  border-radius: 6px;
  content: '';
}
.mwform-radio-field-text:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 21px;
  display: block;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #968f84;
  border-bottom: 3px solid #968f84;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
input[type=radio]:checked + .mwform-radio-field-text:before {
  opacity: 1;
}
.contact_confirm .privacy {
  display: none;
}
.privacy p{
  font-size: 16px;
  line-height: 1.8;
  font-weight: normal;
  text-align: center;
  margin-bottom: 0px;
}
.contact_pp_inner {
  text-align: center;
}
.contact_pp_inner a{
  text-decoration: underline;
  font-size: 14px;
  margin-bottom: 60px;
  line-height: 1.8;
  text-align: justify;
  color: #888888;
}
.privacy .form_check{
  margin: 0px auto 16px;
  font-size: 17px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.privacy .form_check .error {
    width: 100%;
    text-align: center;
    padding-top: 5px;
}
.confirm .privacy .form_check {
  text-align: center;
}
.formTable input::placeholder{
  color: #CCC;
}
.formTable textarea::placeholder{
  color: #CCC;
}
.mwform-checkbox-field label, .mwform-radio-field label{
  display: block;
  height: auto;
  width: auto;
}

.confirm .contact_pp_inner {
  display: none;
}
/* 確認画面 */
.confirm{
  margin-top: 12px;
}
.confirm .formTable dl{
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 12px;
}
.confirm .formTable dl dt.required::after{
  content: "";
}
.confirm .formTable dl dd{
  line-height: 1.4;
  font-size: 16px;
}
.confirm .privacy{
  display: none;
}
.confirm .form_btn_wrapper{
  gap: 8px;
}
.confirm .formTable input.btn_formgo{
  width: 62%;
  background: linear-gradient(to bottom, #ff7868, #ff4b36);
  border: 2px solid #ffedeb;
}
.confirm .formTable input.btn_formback {
    background-color: #dbdbdb;
    border-radius: 9999px;
    font-size: 24px;
    height: 68px;
    width: 38%;
    box-sizing: border-box;
    filter: none;
}
/* 資料請求 */
.confirm .formheader{
  display: none;
}
@media screen and (max-width:768px){
.entry_content{
  width: 88%;
  margin: 0px auto;
}  
.formTable dl {
  flex-direction: column;
  width: 100%;
  letter-spacing: -1.0rem;
  font-size: 180%;
  margin-bottom: 20px;
}
.formTable dl dt {
  width:100%;
  text-align:left;
  display: block;
  box-sizing: border-box;
  margin-bottom: 4px;
}
  .formTable textarea{
    font-size: 1.6rem;
    margin-top: 0px;
  }
dl.formtextarea dt {
  padding-top: 0px;
  line-height: 1.4;
  margin-bottom: 8px;
}
.formTable dl.text_area dt {
  line-height: 1.8;
  padding-top: 0px;
  padding-bottom: 0px;
}
.formTable dl dd {
  display: block;
  width: 100%;
  box-sizing: border-box;
}
dl.formtextarea dd{
  line-height: 32px;
}
.formTable input{
  margin-left: 0px;
  padding-left: 10px;
}
.formTable select{
  margin-left: 0px;
}
.formTable textarea {
  margin-left: 0px;
}
.form_btn_wrapper input {
  width: 100%!important;
  padding: 0px;
}
.confirm .form_btn_wrapper input {
  margin-bottom: 12px;
}
.formtextarea .required:after {
  display: inline-block;
  margin-left: 0px;
}
input#reset_button{ 
  display: block;
  width: 88%!important;
  margin: 0px auto 12px;
}
input#submit_button{
  display: block;
  width: 88%!important;
  margin: 0px auto 12px;
}
.formTable dl dd span.error{
  padding-left: 0px;
}
  .confirm .form_btn_wrapper{
    flex-direction: column;
  }
  .confirm .form_btn_wrapper input.btn_formgo{
    order: 1;
  }
  .confirm .form_btn_wrapper input.btn_formback{
    order: 2;
  }
}

/* ===========================================================================
    フォーム送信ボタンクリック後に表示するモーダルのデザイン
=========================================================================== */
/* 送信ボタンがクリックされた後のデザイン変化 */
.is-submitting {
    opacity: 0.7;
    cursor: wait !important;
    pointer-events: none;
}

/* モーダルの背景 */
.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* モーダル本体 */
.loading-modal-box {
    background-color: #fff;
    padding: 40px 60px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    font-size: 18px;
    font-weight: bold;
    color: #333;
    text-align: center;
}

