@media screen and (max-width: 768px) {
  input[type=text], input[type=search], input[type=tel], input[type=url], input[type=email], input[type=password], input[type=datetime], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime-local], input[type=number], textarea {
  padding: 5px;
  }
}

.titletxt {font-size: 25px;  font-family: "Noto Sans JP", sans-serif;font-weight: bold;}

.fm-enqueteout {
  max-width: 1300px;
}
.fm-enquete .fm-question, .fm-enquete .fm-answer {
  padding: 20px !important;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .fm-enquete .fm-question {
    padding: 10px !important;
    vertical-align: middle;
  }
  .fm-enquete .fm-answer {
    padding: 10px !important;
    vertical-align: middle;
  }
}
.fm-answer select {
/*  padding: 20px;*/
}
button, input[type=submit] {
  cursor: pointer;
  padding: 10px;
}
select {
  border: 1px solid #000000;
  box-shadow: none !important;
}
textarea{margin:0;}
/*フォーム要素*/
.course {
  font-size: 110%;
  font-weight: bold;
  padding: 8px 0;
  display: block;
}
.fm-enquete {
  max-width: 1000px;
  margin: 0 auto;
}
.fm-enquete .fm-question {
  width: 300px;
}
.fm-enquete .fm-answer {
  width: 650px;
}
.fm-question .requiredicon {
  background-color: #ff2b01;
  color: #ffffff;
  padding: 0 10px;
  margin-left: 10px;
  font-size: 13px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .fm-enquete .fm-question {
    width: 100%;
    font-size: 18px;
  }
  .fm-enquete .fm-answer {
    width: 100%;
    font-size: 18px;
  }
  .fm-question .requiredicon {
    background-color: #ff2b01;
    color: #ffffff;
    padding: 0 10px;
    margin-left: 10px;
    font-size: 13px;
    display: inline;
    vertical-align: middle;
  }
}
.fm-privacy {
  max-width: 1000px;
  margin: 10px auto;
  padding: 20px;
  border: 1px solid #999999;
}

@media screen and (max-width: 768px) {
  .fm-privacy {
    padding: 1em 20px 0;
  }
}

#wcf5start,#rewind_wcf5confirm,#confirm { display: block; width: 90%; margin: 15px 5%;}
#wcf5start:focus, #rewind_wcf5confirm:focus, #confirm:focus { outline: none; }
#rewind_wcf5confirm,#wcf5start {margin-bottom:300px;}

@media print, all and (min-width: 768px) {
#wcf5start,#rewind_wcf5confirm,#confirm { display: block; max-width: 445px; opacity: 1; transition: opacity 0.5s ease; margin:15px auto;}
#wcf5start:hover,#rewind_wcf5confirm:hover,#confirm:hover { opacity: 0.5; }
#rewind_wcf5confirm,#wcf5start {margin-bottom:200px;}

}

.fm-enquete .fm-question .textq {
  font-weight: bold;
  display: inline;
}
#searchAddr_c_q4 {
  border: solid 1px #000000;
  padding: 25px 15px;
  margin-left: 50px;
}
@media screen and (max-width: 768px) {
  #searchAddr_c_q4 {
    display: block;
    margin: 0 auto;
    border: solid 1px #000000;
    padding: 30px 60px;
    margin-top:20px;
  }
}
#j-koho-footer {
  font-family: "Noto Sans JP", sans-serif;
}
#j-koho-footer .footer-nav-homes, #j-koho-footer .footer-nav-homes a {
  background: #c4c4c4 !important;
  color: #000000 !important;
}
#j-koho-footer .footer-nav-fudousan, #j-koho-footer .footer-nav-fudousan a {
  background: #e8e8e8 !important;
  color: #000000 !important;
}
#j-koho-footer.footer-area {
  background: #0e0838 !important;
  position: absolute;
  bottom: 0;
  left: 0;
}
#j-koho-footer .footer-main {
  background: #0e0838 !important;
}
#j-koho-footer .footer-nav-homes .link-list li:not(:first-child), #j-koho-footer .footer-nav-fudousan .link-list li:not(:first-child), #j-koho-footer .footer-main .link-list li:not(:first-child) {
  border-left: #000000 solid 1px !important;
}
@media screen and (min-width: 769px) {
  #floationg_Message {
    top: 100px;
  }
}

/*フォーム入力ステータス*/

.form-status {
  font-size  : 15px;
  line-height: 1.2;
  overflow   : hidden;
  display    : -webkit-flex;
  display    : flex;
  list-style : none;
  margin     : 20px auto;
  max-width: 1000px;
}

.form-status li {
  padding         : 8px 20px 9px;
  height          : 36px;
  vertical-align  : middle;
  position        : relative;
  -webkit-flex    : 1;
  flex            : 1;
  text-align      : center;
  background-color: #ededed;
}

.form-status li:first-of-type {
  padding-left: 15px;
}

.form-status li::before {
  content     : '';
  width       : 0;
  height      : 0;
  border-style: solid;
  border-width: 19px 0 19px 14px;
  border-color: transparent transparent transparent #ededed;
  left        : calc(100% - 1px);
  top         : -1px;
  position    : absolute;
  z-index     : 2;
}

.form-status li::after {
  content     : '';
  width       : 0;
  height      : 0;
  border-style: solid;
  border-width: 19px 0 19px 14px;
  border-color: transparent transparent transparent #FFF;
  left        : 100%;
  top         : -1px;
  position    : absolute;
  z-index     : 1;
}

.form-status li:first-of-type::after {
  border-color: transparent transparent transparent #000037;
  z-index     : 1;
}

.form-status li:last-of-type::after,
.form-status li:last-of-type::before {
  display: none;
}

.form-status li.current {
  background-color: #000037;
  color           : #FFF;
}

.form-status li.current::before {
  display: none;
}
.form-status li.current::after {
  border-color: transparent transparent transparent #000037;
}

.form-status li span {
  background-color: #000037;
  border-radius   : 50%;
  font-size       : 12px;
  color           : #FFF;
  width           : 1.6em;
  height          : 1.6em;
  margin-right    : 5px;
  display         : inline-flex;
  justify-content : center;
  align-items     : center;
  font-weight     : bold;
}

.form-status li.current span {
  background-color: #FFF;
  color           : #000037;
}
@media screen and (max-width:767px) {
  .form-status {
    width: 100%;
  }

  .form-status li:last-of-type {
    padding-left: 15px;
  }

  .form-status li:first-of-type {
    padding-left: 10px;
  }
}
@media screen and (max-width:767px) {
  .form-status {
    float     : inherit;
    font-size : 12px;
    margin-top: 20px;
    min-width : inherit;
  }

  .form-status li {
    padding: 11px 0 9px 20px;
  }

  .form-status li span {
    display: none;
  }
}