@charset "UTF-8";

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus::placeholder {
  color: transparent;
}

textarea:focus::-moz-placeholder {
  color: transparent;
}

textarea:focus::placeholder {
  color: transparent;
}

.header-fv {
  position: relative;
}
@media screen and (min-width: 768px) {
  .header-fv {
    display: flex;
    align-items: center;
    height: 750px;
    background-image: url(../../images/kv-bg_pc.jpg);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }
}

@media screen and (min-width: 768px) {
  .header-fv .inner {
    overflow: hidden;
    max-width: 100%;
    display: flex;
    width: calc(100% - 310px);
    align-items: center;
    flex-wrap: wrap;
    padding: 20px 0px 60px;
  }
}

@media screen and (min-width: 768px) {
  .head-inner {
    height: 100%;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .head-inner img {
    width: 100%;
  }
}
.head-inner a {
  width: 560px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .head-inner a {
    margin: 20px auto;
    width: 90%;
  }
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
  .header-fv .inner {
    overflow: hidden;
  }
  .header-fv .ranking {
    padding-left: 80px;
  }
}
@media screen and (min-width: 768px) {
  .ranking {
    padding-left: 130px;
  }
}

.form-panel-info {
  max-width: 100%;
  width: 500px;
  margin: 20px auto;
}

.form {
  line-height: 170%;
}
@media screen and (max-width: 767px) {
  .form {
    padding: 30px 15px;
  }
}
.form.form-head {
  /*background:url(../img/header-bg.png) repeat-x;*/
  background-size: auto 100%;
}
@media screen and (min-width: 768px) {
  .form.form-head {
    padding: 30px 0;
  }
}
.form input,
.form select,
.form textarea {
  width: 100%;
  display: block;
  /*background: #ffdfdf;*/
  border: 1px solid #999999;
  border-radius: 5px;
  padding: 10px;
  font-size: 16px;
}
.form input.ok,
.form select.ok,
.form textarea.ok {
  background: #b1e6c0;
}
.form input.ok + .after .fa-chevron-down,
.form select.ok + .after .fa-chevron-down,
.form textarea.ok + .after .fa-chevron-down {
  display: none !important;
}
.form input.ok + .after .fa-check-circle,
.form select.ok + .after .fa-check-circle,
.form textarea.ok + .after .fa-check-circle {
  display: block !important;
}
.form textarea {
  height: 50px;
  border: 1px solid #777;
  background: #ffffff;
}
.form select {
  -webkit-appearance: none; /* ベンダープレフィックス(Google Chrome、Safari用) */
  -moz-appearance: none; /* ベンダープレフィックス(Firefox用) */
  appearance: none; /* 標準のスタイルを無効にする */
}
.form ::-ms-expand {
  /* select要素のデザインを無効にする（IE用） */
  display: none;
}
.form input[type=radio] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.form input[type=radio] + label {
  cursor: pointer;
  position: relative;
  display: block;
  padding-left: 30px;
  padding-bottom: 4px;
  line-height: 160%;
}
.form input[type=radio] + label::before, .form input[type=radio] + label::after {
  position: absolute;
  top: 0;
  left: 0;
}
.form input[type=radio] + label::before {
  content: "○";
  color: #cdcdcd;
  font-size: 25px;
}
.form input[type=radio]:checked + label::after {
  content: "●";
  color: #e94c37;
  font-size: 17px;
  top: 0px;
  left: 4px;
}
.form .alert-not-residential,
.form .alert-not-residential2,
.form .alert-not-residential3 {
  display: none;
  color: #e94c37;
  font-weight: bold;
}
.form .area-limited {
  display: block;
  margin: 30px auto;
}
.form .box {
  border-radius: 10px;
  max-width: 100%;
  margin: 0 auto 0;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .form .box {
    padding: 30px;
  }
}
@media screen and (min-width: 768px) {
  .form .box {
    box-sizing: border-box;
    width: 700px;
    max-width: 100%;
    padding: 40px 100px;
  }
  .form .box.header-form {
    width: 100%;
    padding: 0px 30px;
  }
}
.form .box h3 {
  color: #353535;
  margin-top: 20px;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 18px;
  position: relative;
}
.form .box h3:before {
  content: "◾️";
  margin-right: 2px;
}
.form .box .req,
.form .box .any {
  margin-left: 5px;
  font-weight: bold;
  font-size: 13px;
  padding: 3px 6px;
  border-radius: 5px;
  font-weight: bold;
  color: #fff;
}
.form .box .any {
  background: #777777;
}
.form .box .req {
  background: #bc3f39;
}
.form .box .form-attention-box input[type=checkbox] {
  visibility: hidden;
  opacity: 0;
  height: 0;
  width: 0;
}
.form .box .form-attention-box input[type=checkbox]:checked + label:before {
  content: "⚫︎";
  color: #e94c37;
}
.form .box .form-attention-box label {
  display: flex;
  align-items: center;
  color: #353535;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  font-weight: bold;
  height: 22px;
}
.form .box .form-attention-box label:before {
  display: flex;
  align-items: center;
  justify-content: center;
  content: "";
  border-radius: 100px;
  border: 2px solid #ccc;
  height: 18px;
  width: 18px;
  position: absolute;
  left: 0;
  top: 0;
}
.form .box .form-attention-box .form-attention {
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  color: #e94c37;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .form .box .form-attention-box .form-attention {
    font-size: 16px;
    margin: 0;
  }
}
.form .box strong {
  text-align: center;
  display: block;
  margin-bottom: 10px;
}
.form .box.box1 strong {
  font-weight: normal;
}
.form .box.box2 {
  border: 3px solid #e94c37;
}
.form .box.box2 strong {
  color: #e94c37;
  margin-bottom: 5px;
}
.form .box.box2 p {
  text-align: center;
  margin-bottom: 20px;
}
.form .box.box2 select {
  margin-bottom: 20px;
}
.form .box.box3 {
  border: 3px solid #e94c37;
  padding-top: 0;
}
.form .box.box3 strong {
  background: #e94c37;
  color: #fff;
  font-size: 18px;
  padding: 10px;
  margin: 0 -20px 20px;
}
@media screen and (min-width: 768px) {
  .form .box.box3 strong {
    margin: 0 -100px 30px;
    padding: 10px;
  }
}
.form .box.box3 table {
  width: 100%;
}
.form .box.box3 table th,
.form .box.box3 table td {
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .form .box.box3 table th,
  .form .box.box3 table td {
    width: 100%;
    clear: both;
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .form .box.box3 table th {
    width: 150px;
  }
}
.form .submitbutton {
  width: 500px;
  display: block;
  background: none;
  border: none;
  margin: 30px auto 0;
  max-width: 100%;
  background: url(../img/submit.png) no-repeat;
  background-size: contain;
  height: 100px;
  background-position: 50% 50%;
  cursor: pointer;
}
.form .submitbutton:hover {
  opacity: 0.7;
}
.form input[type=text] {
  ime-mode: active;
}
.form input[type=email] {
  ime-mode: inactive;
}
.form .error_message {
  display: block;
  color: #e94c37;
}
.form .error_message[aria-hidden=true] {
  display: none;
}
.form .input-wrap {
  position: relative;
}
.form .input-wrap small {
  display: block;
  font-size: 14px;
}
.form .input-wrap .after {
  font-size: 18px;
  position: absolute;
  top: 5px;
  right: 5px;
}
.form .input-wrap .after .fa-check-circle {
  display: none !important;
}
.form .input-wrap .after i {
  position: absolute;
  right: 10px;
  top: 5px;
}
.form .input-wrap.ok {
  background: #b1e6c0;
}
.form .input-wrap.ok + .after .fa-chevron-down {
  display: none !important;
}
.form .input-wrap.ok + .after .fa-check-circle {
  display: block !important;
}
.form .input-wrap.is_error input,
.form .input-wrap.is_error select {
  background: #ffdfdf !important;
}
.form .input-wrap.is_error input + .after .fa-check-circle,
.form .input-wrap.is_error select + .after .fa-check-circle {
  display: none !important;
}
.form .input-wrap.is_error input.ok + .after .fa-check-circle,
.form .input-wrap.is_error select.ok + .after .fa-check-circle {
  display: none !important;
}
.form .error_message {
  line-height: 120%;
  font-size: 13px;
}

@media screen and (max-width: 767px) {
  .section.form#form-head-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .section.form#form-head-pc {
    position: absolute;
    z-index: 100;
    top: 20px;
    right: 30px;
    width: 350px;
  }
}
.section.form#form-head-pc .form-head-pc-inner {
  border: 1px solid #999;
  background-color: #fff;
}
.section.form#form-head-pc .title {
  padding: 10px 10px 0;
}
.section.form#form-head-pc .title img {
  display: block;
  margin: 0 auto;
}
.section.form#form-head-pc .box {
  font-size: 14px;
  padding: 0px 25px 0px;
  border-radius: 0;
}
.section.form#form-head-pc .box .input-wrap .after {
  font-size: 16px !important;
  top: 0px !important;
  right: 0px !important;
}
.section.form#form-head-pc .box .input-wrap small {
  font-size: 11px;
  letter-spacing: -0.02em;
}
.section.form#form-head-pc .box input,
.section.form#form-head-pc .box select {
  padding: 5px;
  font-size: 14px;
}
.section.form#form-head-pc .box input.submitbutton,
.section.form#form-head-pc .box select.submitbutton {
  padding-top: 0;
  margin-top: 0;
}
.section.form#form-head-pc .box h3 {
  font-size: 15px;
  margin: 5px 0;
}
.section.form#form-head-pc .box .form-attention-box {
  padding: 10px 0 0;
}
.section.form#form-head-pc .box .form-attention-box .form-attention {
  font-size: 15px;
}
.section.form#form-head-pc .submitbutton {
  margin-top: 10px;
  background-position: 50% 50%;
}

.l-header {
  height: 80px;
}
.l-header .l-inner {
  width: 1200px;
  max-width: 100% !important;
}
.l-header .l-header-logo {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}
.l-header .l-header-logo div {
  display: flex;
}
.l-header .l-header-logo div img {
  height: 60px;
  width: auto;
}

.form--area {
  padding-top: 81px;
  padding-bottom: 81px;
}
@media screen and (max-width: 767px) {
  .form--area {
    padding-top: 0px;
    padding-bottom: 0;
  }
}
.form--area .form--title {
  width: 618px;
  max-width: 90%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .form--area .form--title {
    width: 334px;
    padding-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}/*# sourceMappingURL=form.css.map */