@charset "UTF-8";
@media screen and (max-device-width: 500px) {
  /* line 4, ../scss/_register_form.scss */
  body {
    background: #fff !important;
  }
}

/* line 9, ../scss/_register_form.scss */

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  /*background: #f6f3f1;*/
  background: #fff;
}

/* line 16, ../scss/_register_form.scss */

.register-form {
  background-color: #f6f3f1;
  padding: 20px 0 0;
}

@media screen and (max-width: 640px) {
  /* line 16, ../scss/_register_form.scss */
  .register-form {
    padding-top: 0px;
  }
}

/* line 24, ../scss/_register_form.scss */

.illust-img {
  background: url("../img/content/BackgroundImage_pc.png");
  background-size: cover;
  background-position-x: left;
}

@media screen and (max-width: 640px) {
  /* line 24, ../scss/_register_form.scss */
  .illust-img {
    background: url("");
    background-position: center top;
    background-repeat: no-repeat;
  }
}

@media screen and (max-width: 640px) {
  /* line 34, ../scss/_register_form.scss */
  .content__main_sp_bg {
    background: url("../img/content/BackgroundImage_pc.png");
    background-size: 100% 95%;
    background-position: center top;
    background-repeat: no-repeat;
  }
}

@media screen and (min-device-width: 501px) {
  /* line 44, ../scss/_register_form.scss */
  .register-form {
    width: 100%;
    background-repeat: no-repeat;
  }
  /* line 48, ../scss/_register_form.scss */
  .renovation-img {
    background-color: #e8f6ff;
    background-image: url(../images/form-bg-il.png), url(../images/form-bg-il-renovation.png);
    background-position: center bottom, calc(50% - 18px) 50px;
    background-repeat: repeat-x, no-repeat;
  }
  /* line 55, ../scss/_register_form.scss */
  .campaign-bnr {
    display: inline-block;
    position: absolute;
    margin: 20px auto 0;
    right: calc(50vw - 450px);
  }
  /*.powderroom-img{
    background-image: url(../images/top-bg-powderroom.png);
    background-size: cover;
    background-position: center bottom;
  }

  .bath-img{
    background-image: url(../images/top-bg-bath.png);
    background-size: cover;
    background-position: center bottom;
  }

  .kitchen-img{
    background-image: url(../images/top-bg-kitchen.png);
    background-size: cover;
    background-position: center bottom;
  }

  .toilet-img{
    background-image: url(../images/top-bg-toilet.png);
    background-size: cover;
    background-position: center bottom;
  }*/
  /* line 86, ../scss/_register_form.scss */
  .register-form .input-wrap .image-wrap:hover {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
}

/* line 92, ../scss/_register_form.scss */

.register-form .terms {
  width: 600px;
  margin: 20px auto 0;
  text-align: center;
  line-height: 1.5;
  font-size: 11px;
}

/* line 100, ../scss/_register_form.scss */

.register-form .terms a {
  text-decoration: underline;
  color: #0076ca;
}

/* line 105, ../scss/_register_form.scss */

.register-form .input-wrap .image-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  border: 1px solid #F19F00;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  transition: all 0.3s;
  cursor: pointer;
}

/* line 117, ../scss/_register_form.scss */

.register-form .input-wrap .image-wrap>div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* line 125, ../scss/_register_form.scss */

.register-form .input-wrap .normal {
  visibility: visible;
}

/* line 129, ../scss/_register_form.scss */

.register-form .input-wrap .invert, .register-form .input-wrap input[type="radio"]:checked+label .normal {
  visibility: hidden;
}

/* line 134, ../scss/_register_form.scss */

.register-form .input-wrap input[type="radio"] {
  display: none;
}

/* line 138, ../scss/_register_form.scss */

.register-form .input-wrap input[type="radio"]:checked+label {
  background-color: #553819;
  border: 1px solid #553819;
}

/* line 143, ../scss/_register_form.scss */

.register-form .input-wrap input[type="radio"]:checked+label .invert {
  visibility: visible;
}

/* line 147, ../scss/_register_form.scss */

.register-form .input-wrap input[type="radio"]:checked+label p {
  color: #fff;
}

/* line 151, ../scss/_register_form.scss */

.register-form .input-wrap input[type="email"], .register-form .input-wrap input[type="tel"], .register-form .input-wrap input[type="number"], .register-form .input-wrap input[type="text"] {
  width: 100%;
  font-size: 14px;
  padding: 8px 10px;
  background-color: #fff;
  border: 1px solid #dadada;
  box-sizing: border-box;
}

/* line 163, ../scss/_register_form.scss */

.register-form .input-wrap input[type="email"]:focus, .register-form .input-wrap input[type="tel"]:focus, .register-form .input-wrap input[type="number"]:focus, .register-form .input-wrap input[type="text"]:focus {
  outline: 0;
  border: 1px solid #e7d5b9;
  background-color: #fff5e6;
}

/* line 172, ../scss/_register_form.scss */

.register-form .input-wrap input[type="email"]::-webkit-input-placeholder, .register-form .input-wrap input[type="tel"]::-webkit-input-placeholder, .register-form .input-wrap input[type="number"]::-webkit-input-placeholder, .register-form .input-wrap input[type="text"]::-webkit-input-placeholder, .register-form .input-wrap select option {
  color: #dadada;
}

/* line 180, ../scss/_register_form.scss */

.register-form .input-wrap input[type="email"]:-ms-input-placeholder, .register-form .input-wrap input[type="tel"]:-ms-input-placeholder, .register-form .input-wrap input[type="number"]:-ms-input-placeholder, .register-form .input-wrap input[type="text"]:-ms-input-placeholder, .register-form .input-wrap select option {
  color: #dadada;
}

/* line 188, ../scss/_register_form.scss */

.register-form .input-wrap input[type="email"]::placeholder, .register-form .input-wrap input[type="tel"]::placeholder, .register-form .input-wrap input[type="number"]::placeholder, .register-form .input-wrap input[type="text"]::placeholder, .register-form .input-wrap select option {
  color: #dadada;
}

/* line 196, ../scss/_register_form.scss */

.register-form .input-wrap select {
  background: #fff url("../img/content/icon_dropdown.png") no-repeat right 15px center;
  background-size: 19px;
  cursor: pointer;
  width: 100%;
  padding: 5px 20px;
  border: 1px solid #666666;
  border-radius: 4px;
  color: inherit;
  font-family: inherit;
  font-size: 1.25rem;
  outline: none;
  letter-spacing: 0.1em;
  background-color: #fff;
  -webkit-appearance: none;
}

@media screen and (max-width: 640px) {
  /* line 196, ../scss/_register_form.scss */
  .register-form .input-wrap select {
    font-size: 1rem;
  }
}

/* line 216, ../scss/_register_form.scss */

.register-form .input-wrap select:focus {
  outline: 0;
  border: 1px solid #e7d5b9;
  background-color: #fff5e6;
}

/* line 222, ../scss/_register_form.scss */

.register-form .input-wrap2 label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 231, ../scss/_register_form.scss */

.register-form .input-wrap2 label>div {
  height: 17px;
  width: 18px;
  border: 1px solid #a7d8f1;
  border-radius: 3px;
  background-color: #ebf8ff;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* line 249, ../scss/_register_form.scss */

.register-form .input-wrap2 label>div img {
  width: 15px;
  opacity: 0;
}

/* line 254, ../scss/_register_form.scss */

.register-form .input-wrap2 input[type="checkbox"], .register-form .input-wrap2 input[type="radio"] {
  display: none;
}

/* line 259, ../scss/_register_form.scss */

.register-form .input-wrap2 input[type="checkbox"]:checked+label>div img, .register-form .input-wrap2 input[type="radio"]:checked+label>div img {
  opacity: 1;
}

/* line 264, ../scss/_register_form.scss */

.register-form .input-error input[type="email"], .register-form .input-error input[type="tel"], .register-form .input-error input[type="number"], .register-form .input-error input[type="text"], .register-form .input-error label>div, .register-form .input-error select {
  border: 1px solid #ff4500;
  background-color: #fff1f1;
  transition: all 0.3s linear;
}

/* line 275, ../scss/_register_form.scss */

.register-form .form-wrap {
  border-radius: 16px;
}

@media screen and (min-device-width: 501px) {
  /* line 280, ../scss/_register_form.scss */
  .register-form .form-wrap {
    width: 460px;
  }
}

/* line 285, ../scss/_register_form.scss */

.register-form .steps-container {
  width: 100%;
  overflow: hidden;
}

/* line 290, ../scss/_register_form.scss */

.register-form .swiper-slide {
  background-color: #fff;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 296, ../scss/_register_form.scss */

.register-form .slide-content {
  height: 200px;
}

@media screen and (max-width: 640px) {
  /* line 296, ../scss/_register_form.scss */
  .register-form .slide-content {
    height: auto;
  }
}

/* line 303, ../scss/_register_form.scss */

.register-form .slide-content-long {
  height: auto;
}

@media screen and (min-device-width: 768px) {
  /* line 308, ../scss/_register_form.scss */
  .register-form .catch {
    position: relative;
    display: flex;
    justify-content: center;
    margin-bottom: 1em;
  }
}

@media screen and (min-device-width: 501px) {
  /* line 317, ../scss/_register_form.scss */
  .register-form .catch {
    position: relative;
    display: flex;
    justify-content: center;
    margin-bottom: 1em;
  }
}

/* line 325, ../scss/_register_form.scss */

.register-form .slide-navi, .register-form .slide-navi-last {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #f4f4f4;
}

/* line 336, ../scss/_register_form.scss */

.register-form .slide-navi-last>div, .register-form .slide-navi>div {
  width: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 347, ../scss/_register_form.scss */

.register-form .slide-navi-last>div {
  width: 56%;
}

/* line 351, ../scss/_register_form.scss */

.register-form .slide-navi-last>div:first-child, .register-form .slide-navi-last>div:last-child {
  width: 22%;
}

/* line 356, ../scss/_register_form.scss */

.register-form .slide-navi-last .free-txt {
  background: #f36810;
  padding: 4px;
  border-radius: 4px;
  margin-right: 1%;
  font-size: 22px;
}

/* line 364, ../scss/_register_form.scss */

.register-form .slide-navi-last .up {
  font-size: 26px;
  font-feature-settings: initial;
}

/* line 369, ../scss/_register_form.scss */

.register-form .slide-navi-last .down {
  font-size: 21px;
}

/*.register-form .slide-navi-last>div {
  width: 100%;
}

.register-form .slide-navi-last>div:first-child, .register-form .slide-navi-last>div:last-child {
  width: 22%;
}

.register-form .slide-navi-last .free-txt {
  background: #f36810;
  padding: 4px;
  border-radius: 4px;
  margin-right: 1%;
  font-size: 20px;
}

.register-form .slide-navi-last .last-btn-pc {
  padding: 14px 12px !important;
  font-size: 20px !important;
  line-height: 115%;
}

.register-form .slide-navi-last .up {
  font-size: 20px;
  font-feature-settings: initial;
}

.register-form .slide-navi-last .down {
  font-size: 20px;
}*/

/* line 404, ../scss/_register_form.scss */

.register-form .step-next-btn {
  position: relative;
  /*background: #6ddd54;
  background: -moz-linear-gradient(top, #6ddd54 0%, #6ddd54 51%, #4dc443 53%, #4dc443 100%);
  background: -webkit-linear-gradient(top, #6ddd54 0%,#6ddd54 51%,#4dc443 53%,#4dc443 100%);
  background: linear-gradient(to bottom, #6ddd54 0%,#6ddd54 51%,#4dc443 53%,#4dc443 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4dc443', endColorstr='#5ece4e',GradientType=0 );*/
  width: 100%;
  border: none;
  border-radius: 6px;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  padding: 12px 0;
  margin: -4px 6px 0;
  /*box-shadow: 0 5px 0 0 #31b526;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, .3);*/
  cursor: pointer;
  transition: all 0.3s;
}

/* line 426, ../scss/_register_form.scss */

.register-form .step-next-btn .next-arrow {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -7px;
  line-height: 0;
}

/* line 434, ../scss/_register_form.scss */

.register-form .step-prev-btn {
  font-size: 16px;
  color: #0076ca;
  line-height: 1;
  padding: 10px 10px 10px 30px;
  margin-left: 10px;
  position: relative;
  cursor: pointer;
}

/* line 444, ../scss/_register_form.scss */

.register-form .step-prev-btn .prev-arrow {
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -7px;
}

/* line 451, ../scss/_register_form.scss */

.register-form h3 {
  font-weight: 700;
  color: #333;
  text-align: center;
  line-height: 1;
  letter-spacing: 2px;
}

@media screen and (min-device-width: 501px) {
  /* line 460, ../scss/_register_form.scss */
  .register-form .step-next-btn:hover {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  /* line 465, ../scss/_register_form.scss */
  .register-form .step-prev-btn .under:hover {
    border-bottom: 1px solid #4ba7d4;
  }
  /* line 469, ../scss/_register_form.scss */
  .register-form h3 {
    font-size: 18px;
    padding-top: 40px;
  }
}

/* line 475, ../scss/_register_form.scss */

.register-form .content-title {
  position: relative;
}

/* line 479, ../scss/_register_form.scss */

.register-form .content-title p {
  text-align: center;
  color: #ff4500;
  margin-bottom: 20px;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 1.3;
}

/* line 488, ../scss/_register_form.scss */

.register-form .step-error {
  position: absolute;
  left: 0;
  top: 14px;
  width: 100%;
  opacity: 0;
  text-align: center;
  font-size: 14px;
  color: #ff4500;
  line-height: 1;
  box-sizing: border-box;
  transition: opacity 0.3s linear;
}

/* line 502, ../scss/_register_form.scss */

.register-form .show-error {
  opacity: 1;
}

/* line 506, ../scss/_register_form.scss */

.register-form .content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

/* line 516, ../scss/_register_form.scss */

.register-form .house-plan {
  padding: 0 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 8px;
}

/* line 530, ../scss/_register_form.scss */

.register-form .house-plan>div {
  margin-left: 20px;
}

/* line 534, ../scss/_register_form.scss */

.register-form .address-box {
  margin: 0 55px;
  width: calc(100% - 130px);
  display: flex;
  flex-direction: column;
  align-items: start;
}

@media screen and (max-width: 640px) {
  /* line 534, ../scss/_register_form.scss */
  .register-form .address-box {
    margin: 0 12px;
    width: calc(100% - 24px);
  }
}

/* line 546, ../scss/_register_form.scss */

.register-form .address-box .label, .register-form .address-box .label2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /*width: 140px;*/
  font-size: 15px;
  font-weight: 700;
  color: #333;
  padding-right: 30px;
  box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  /* line 546, ../scss/_register_form.scss */
  .register-form .address-box .label, .register-form .address-box .label2 {
    justify-content: start;
  }
}

/* line 569, ../scss/_register_form.scss */

.register-form .address-box .reference-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 575, ../scss/_register_form.scss */

.register-form .reference {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 10px;
  font-size: 14px;
  color: #444444;
}

/* line 588, ../scss/_register_form.scss */

.register-form .agree {
  margin-top: 14px;
  font-size: 14px;
  color: #444444;
}

@media screen and (max-width: 640px) {
  /* line 588, ../scss/_register_form.scss */
  .register-form .agree {
    margin-bottom: 15px;
  }
}

/* line 595, ../scss/_register_form.scss */

.register-form .agree a {
  color: #444444;
  text-decoration: underline;
}

/* line 600, ../scss/_register_form.scss */

.register-form .agree input[type="checkbox"] {
  display: none;
}

/* line 603, ../scss/_register_form.scss */

.register-form .agree input[type="checkbox"]+.checkbox-icon:before {
  position: relative;
  vertical-align: -9px;
  margin-right: 5px;
}

/* line 609, ../scss/_register_form.scss */

.register-form .agree .checkbox-icon {
  display: flex;
}

/* line 612, ../scss/_register_form.scss */

.register-form .agree input[type="checkbox"]+label:before {
  content: url("../img/form/icon_checkbox_default.png");
  display: inline-block;
  width: 30px;
  height: 30px;
}

/* line 619, ../scss/_register_form.scss */

.register-form .agree .checkbox-icon:hover::before {
  content: url("../img/form/icon_checkbox_default.png");
}

/* line 623, ../scss/_register_form.scss */

.register-form .agree input[type="checkbox"]:checked+label:before {
  content: url("../img/form/icon_checkbox_checked.png");
}

/* line 628, ../scss/_register_form.scss */

.register-form .address2 {
  margin-left: 120px;
  margin-top: -5px;
}

/* line 633, ../scss/_register_form.scss */

.register-form .contact-type {
  padding-left: 145px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -10px 0 10px;
}

/* line 641, ../scss/_register_form.scss */

.register-form .contact-type>div {
  margin-right: 20px;
}

/* line 645, ../scss/_register_form.scss */

.register-form .address-diff {
  display: none;
  margin-bottom: 35px;
}

@media screen and (min-device-width: 501px) {
  /* line 651, ../scss/_register_form.scss */
  .register-form .address-diff h3 {
    padding: 30px 0;
  }
  /* line 655, ../scss/_register_form.scss */
  .register-form .sp {
    display: none !important;
  }
}

/* line 660, ../scss/_register_form.scss */

.register-form .sep-two {
  padding: 45px 30px 30px;
}

/* line 664, ../scss/_register_form.scss */

.register-form .sep-three {
  padding: 10px 26px;
}

/* line 668, ../scss/_register_form.scss */

.register-form .sep-three-pt {
  padding-top: 5px;
}

/* line 672, ../scss/_register_form.scss */

.register-form .invisible-slide {
  visibility: hidden;
  opacity: 0 !important;
}

/* line 677, ../scss/_register_form.scss */

.register-form .height-up {
  height: 520px;
}

@media screen and (min-device-width: 501px) {
  /* line 682, ../scss/_register_form.scss */
  .secure-text-area {
    font-size: 12px;
    line-height: 1.3;
    text-align: center;
    color: #553819;
    font-weight: bold;
  }
  /*.register-form .email-box {
    display: none;
  }*/
}

/* line 695, ../scss/_register_form.scss */

.email-hidden {
  visibility: hidden;
}

/* line 699, ../scss/_register_form.scss */

.thanks-title {
  color: #553819 !important;
}

/* line 703, ../scss/_register_form.scss */

.step-hand-navi {
  position: relative;
}

/*　transrate hand-navi　*/

@keyframes hand-down {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(6px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes hand-left {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(6px);
  }
  100% {
    transform: translateX(0);
  }
}

/*　opacity　*/

/* line 737, ../scss/_register_form.scss */

.register-form .opacity-0 {
  opacity: 0 !important;
}

/*　hand-navi　*/

/* line 742, ../scss/_register_form.scss */

.register-form .step-hand-navi {
  position: relative;
}

/* line 746, ../scss/_register_form.scss */

.register-form .hand-navi-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0 35px;
  display: flex;
  justify-content: space-around;
  z-index: 1;
  opacity: 1;
  transition: opacity 0.3s;
  box-sizing: border-box;
}

/* line 760, ../scss/_register_form.scss */

.register-form .hand-navi-wrap>div {
  width: 9%;
  animation: hand-down 0.5s infinite;
}

/* line 765, ../scss/_register_form.scss */

.register-form .hand-navi-wrap img {
  width: 100%;
  transform: rotateX(180deg);
}

/*　next-btn-hand-navi　*/

/* line 771, ../scss/_register_form.scss */

.register-form .next-btn-hand-navi {
  opacity: 1;
  transition: opacity 0.3s;
}

/* line 776, ../scss/_register_form.scss */

.register-form .next-btn-hand-navi>div {
  width: 23%;
  animation: hand-left 0.5s infinite;
}

/* line 781, ../scss/_register_form.scss */

.register-form .next-btn-hand-navi img {
  width: 100%;
  transform: rotateZ(-90deg);
}

/* line 786, ../scss/_register_form.scss */

.register-form .slide-navi-last .next-btn-hand-navi img {
  width: 150%;
}

/*　terms　*/

/* line 791, ../scss/_register_form.scss */

.invisible-slide {
  visibility: hidden;
  opacity: 0 !important;
}

/* line 796, ../scss/_register_form.scss */

.register-form .terms {
  width: 700px;
  margin: 20px auto 0;
  text-align: center;
  line-height: 1.5;
  font-size: 11px;
}

/* line 804, ../scss/_register_form.scss */

.register-form .terms_txt {
  margin: 70px auto 0;
  text-align: center;
  line-height: 1.5;
  font-size: 11px;
}

/*　company-logo-slider　*/

/* line 2, ../scss/_loopslider.scss */

#loopslider, #loopslider_2 {
  margin: 5px auto 0;
  padding: 9px 0;
  width: 100%;
  height: 100px;
  text-align: left;
  overflow: hidden;
  background-color: white;
  position: relative;
}

/* line 12, ../scss/_loopslider.scss */

#loopslider ul, #loopslider_2 ul {
  margin: 0 0 0;
  width: 100%;
  height: 100px;
  float: left;
  display: inline-block;
  overflow: hidden;
  padding: 0;
}

/* line 20, ../scss/_loopslider.scss */

#loopslider ul li, #loopslider_2 ul li {
  width: auto;
  height: 120px;
  padding: 0;
  float: left;
  display: inline-block;
  overflow: hidden;
  text-align: center;
}

/* line 28, ../scss/_loopslider.scss */

#loopslider ul li img, #loopslider_2 ul li img {
  width: auto;
  height: 95px;
  display: inline-block;
  object-fit: cover;
}

/* line 35, ../scss/_loopslider.scss */

#loopslider ul::after, #loopslider_2 ul::after {
  content: "";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}

@media screen and (min-width: 641px) {
  /* line 47, ../scss/_loopslider.scss */
  #loopslider_2 {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  /* line 53, ../scss/_loopslider.scss */
  #loopslider {
    display: none;
  }
  /* line 57, ../scss/_loopslider.scss */
  #loopslider_2 {
    margin: 0 auto;
    height: 150px;
    padding: 0;
  }
  /* line 61, ../scss/_loopslider.scss */
  #loopslider_2 ul {
    height: 150px;
  }
  /* line 63, ../scss/_loopslider.scss */
  #loopslider_2 ul li {
    height: 150px;
    width: auto;
    display: flex;
    align-items: center;
  }
  /* line 68, ../scss/_loopslider.scss */
  #loopslider_2 ul li img {
    display: block;
    margin: auto;
    height: 110px;
    object-fit: cover;
  }
}

/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: March 10, 2017
 */

/* line 15, ../scss/_swiper.scss */

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

/* line 15, ../scss/_swiper.scss */

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

/* line 15, ../scss/_swiper.scss */

.swiper-container-vertical>.swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

/* line 15, ../scss/_swiper.scss */

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 15, ../scss/_swiper.scss */

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 15, ../scss/_swiper.scss */

.swiper-container-multirow>.swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 15, ../scss/_swiper.scss */

.swiper-container-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

/* line 15, ../scss/_swiper.scss */

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

/* line 15, ../scss/_swiper.scss */

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

/* line 15, ../scss/_swiper.scss */

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}

/* line 15, ../scss/_swiper.scss */

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* line 15, ../scss/_swiper.scss */

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

/* line 15, ../scss/_swiper.scss */

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

/* line 15, ../scss/_swiper.scss */

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

/* line 15, ../scss/_swiper.scss */

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

/* line 15, ../scss/_swiper.scss */

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

/* line 15, ../scss/_swiper.scss */

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

/* line 15, ../scss/_swiper.scss */

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* line 15, ../scss/_swiper.scss */

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

/* line 15, ../scss/_swiper.scss */

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

/* line 15, ../scss/_swiper.scss */

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* line 15, ../scss/_swiper.scss */

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

/* line 15, ../scss/_swiper.scss */

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* line 15, ../scss/_swiper.scss */

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* line 15, ../scss/_swiper.scss */

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}

/* line 15, ../scss/_swiper.scss */

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

/* line 15, ../scss/_swiper.scss */

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

/* line 15, ../scss/_swiper.scss */

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

/* line 15, ../scss/_swiper.scss */

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

/* line 15, ../scss/_swiper.scss */

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

/* line 15, ../scss/_swiper.scss */

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

/* line 15, ../scss/_swiper.scss */

.swiper-container-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate(0, -50%);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

/* line 15, ../scss/_swiper.scss */

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

/* line 15, ../scss/_swiper.scss */

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

/* line 15, ../scss/_swiper.scss */

.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

/* line 15, ../scss/_swiper.scss */

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}

/* line 15, ../scss/_swiper.scss */

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}

/* line 15, ../scss/_swiper.scss */

.swiper-container-horizontal>.swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

/* line 15, ../scss/_swiper.scss */

.swiper-container-vertical>.swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

/* line 15, ../scss/_swiper.scss */

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

/* line 15, ../scss/_swiper.scss */

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

/* line 15, ../scss/_swiper.scss */

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

/* line 15, ../scss/_swiper.scss */

.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

/* line 15, ../scss/_swiper.scss */

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/* line 15, ../scss/_swiper.scss */

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

/* line 15, ../scss/_swiper.scss */

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}

/* line 15, ../scss/_swiper.scss */

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}

/* line 15, ../scss/_swiper.scss */

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

/* line 15, ../scss/_swiper.scss */

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}

/* line 15, ../scss/_swiper.scss */

.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px;
}

/* line 15, ../scss/_swiper.scss */

.swiper-container-cube, .swiper-container-flip {
  overflow: visible;
}

/* line 15, ../scss/_swiper.scss */

.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

/* line 15, ../scss/_swiper.scss */

.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

/* line 15, ../scss/_swiper.scss */

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* line 15, ../scss/_swiper.scss */

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 15, ../scss/_swiper.scss */

.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

/* line 15, ../scss/_swiper.scss */

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

/* line 15, ../scss/_swiper.scss */

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next+.swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

/* line 15, ../scss/_swiper.scss */

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

/* line 15, ../scss/_swiper.scss */

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

/* line 15, ../scss/_swiper.scss */

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

/* line 15, ../scss/_swiper.scss */

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

/* line 15, ../scss/_swiper.scss */

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* line 15, ../scss/_swiper.scss */

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}

/* line 15, ../scss/_swiper.scss */

.swiper-zoom-container>canvas, .swiper-zoom-container>img, .swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* line 15, ../scss/_swiper.scss */

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

/* line 15, ../scss/_swiper.scss */

.swiper-container-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

/* line 15, ../scss/_swiper.scss */

.swiper-container-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

/* line 15, ../scss/_swiper.scss */

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

/* line 15, ../scss/_swiper.scss */

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

/* line 15, ../scss/_swiper.scss */

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

/* line 15, ../scss/_swiper.scss */

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

/* line 15, ../scss/_swiper.scss */

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

/* line 7, ../scss/style.scss */

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 640px) {
  /* line 7, ../scss/style.scss */
  body {
    width: 100vw;
    overflow-x: hidden;
    position: relative;
  }
}

/* line 16, ../scss/style.scss */

#header {
  background: #fff;
}

/* line 18, ../scss/style.scss */

#header .inner {
  padding: 0 80px;
  display: block;
  align-items: center;
  max-width: 1220px;
}

@media screen and (max-width: 640px) {
  /* line 18, ../scss/style.scss */
  #header .inner {
    padding: 0 10px;
  }
}

/* line 27, ../scss/style.scss */

#header h1 {
  font-size: 13px;
  font-weight: normal;
  line-height: 1.9;
  margin-left: 26px;
  padding-top: 4px;
  color: #333;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* line 37, ../scss/style.scss */

#header .img {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

/* line 42, ../scss/style.scss */

#header .img .header_logos {
  display: flex;
}

@media screen and (max-width: 640px) {
  /* line 42, ../scss/style.scss */
  #header .img .header_logos {
    margin-left: 12px;
  }
}

/* line 51, ../scss/style.scss */

#header .img .header_logo {
  width: auto;
  height: 43px;
  margin-right: 14px;
}

@media screen and (max-width: 640px) {
  /* line 51, ../scss/style.scss */
  #header .img .header_logo {
    height: 30px;
  }
}

/* line 59, ../scss/style.scss */

#header .img .medal {
  width: 68px;
  height: auto;
}

@media screen and (max-width: 640px) {
  /* line 59, ../scss/style.scss */
  #header .img .medal {
    width: 43px;
  }
}

/* line 69, ../scss/style.scss */

.site-users, .site-users2 {
  position: unset;
  margin: 0 auto;
  font-size: 16px;
  color: #ff4500;
  text-align: center;
}

/* line 78, ../scss/style.scss */

.site-users .big {
  font-size: 18px;
  font-weight: 700;
}

/* line 83, ../scss/style.scss */

.site-users .small {
  font-size: 12px;
}

/* line 87, ../scss/style.scss */

.register-form {
  position: relative;
}

/* line 89, ../scss/style.scss */

.register-form::before, .register-form::after {
  display: block;
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  bottom: 60px;
}

@media screen and (max-width: 640px) {
  /* line 89, ../scss/style.scss */
  .register-form::before, .register-form::after {
    display: none;
  }
}

/* line 101, ../scss/style.scss */

.register-form::before {
  background: url(../img/content/Couple1.png) no-repeat;
  background-size: cover;
  left: 0;
}

/* line 106, ../scss/style.scss */

.register-form::after {
  background: url(../img/content/Couple2.png) no-repeat;
  background-size: cover;
  right: 0;
}

@media screen and (max-width: 640px) {
  /* line 101, ../scss/style.scss sp表示*/
  .register-form::before {
    background: url(../img/content/Couple1.png) no-repeat;
    background-size: cover;
    left: 0;
    z-index: 100;
  }
  /* line 106, ../scss/style.scss */
  .register-form::after {
    background: url(../img/content/Couple2.png) no-repeat;
    background-size: cover;
    right: 0;
    z-index: 100;
  }
}

/* line 112, ../scss/style.scss */

.content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 116, ../scss/style.scss */

.content__header {
  margin-bottom: 10px;
  text-align: center;
}

/* line 119, ../scss/style.scss */

.content__header img {
  width: 80%;
}

@media screen and (max-width: 640px) {
  /* line 119, ../scss/style.scss */
  .content__header img {
    width: 230px;
  }
}

@media screen and (max-width: 640px) {
  /* line 125, ../scss/style.scss */
  .content__header_pc {
    display: none;
  }
}

/* line 131, ../scss/style.scss */

.content__main {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 10;
}

/* line 136, ../scss/style.scss */

.content__main__imgwrap {
  margin-right: 40px;
}

@media screen and (min-width: 641px) {
  /* line 139, ../scss/style.scss */
  .content__main__imgwrap .img__num {
    z-index: 100;
    display: none;
  }
}

@media screen and (max-width: 640px) {
  /* line 136, ../scss/style.scss */
  .content__main__imgwrap {
    margin-right: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  /* line 151, ../scss/style.scss */
  .content__main__imgwrap .img__book {
    width: 35%;
  }
  /* line 154, ../scss/style.scss */
  .content__main__imgwrap .img__num {
    width: 100%;
    z-index: 100;
  }
}

/* line 160, ../scss/style.scss */

.content__main .form__header {
  padding: 0;
  background-color: #FE4F60;
  color: white;
  text-align: center;
}

/* line 165, ../scss/style.scss */

.content__main .form__header p {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
}

/* line 169, ../scss/style.scss */

.content__main .form__header p span {
  font-size: 24px;
}

/* line 173, ../scss/style.scss */

.content__main .form__header-pc {
  background-color: transparent;
}

/* line 175, ../scss/style.scss */

.content__main .form__header-pc img {
  width: 390px;
}

@media screen and (max-width: 640px) {
  /* line 173, ../scss/style.scss */
  .content__main .form__header-pc {
    display: none;
  }
}

/* line 184, ../scss/style.scss */

.content__main .form-wrap {
  background-color: white;
}

@media screen and (max-width: 640px) {
  /* line 184, ../scss/style.scss */
  .content__main .form-wrap {
    width: 100vw;
  }
}

/* line 192, ../scss/style.scss */

.content__main .form-wrap .form__header {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #FE4F60;
  color: white;
  text-align: center;
}

/* line 198, ../scss/style.scss */

.content__main .form-wrap .form__header p {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
}

/* line 202, ../scss/style.scss */

.content__main .form-wrap .form__header p span {
  font-size: 24px;
}

/* line 206, ../scss/style.scss */

.content__main .form-wrap .form__header-pc {
  background-color: transparent;
}

/* line 208, ../scss/style.scss */

.content__main .form-wrap .form__header-pc img {
  width: 390px;
}

@media screen and (max-width: 640px) {
  /* line 206, ../scss/style.scss */
  .content__main .form-wrap .form__header-pc {
    display: none;
  }
}

@media screen and (min-width: 641px) {
  /* line 215, ../scss/style.scss */
  .content__main .form-wrap .form__header-sp {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  /* line 192, ../scss/style.scss */
  .content__main .form-wrap .form__header {
    margin-bottom: 35px;
    position: relative;
  }
  /* line 223, ../scss/style.scss */
  .content__main .form-wrap .form__header p {
    font-size: 14px;
  }
  /* line 226, ../scss/style.scss */
  .content__main .form-wrap .form__header::after {
    content: "▼";
    display: inline-block;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(-10px) scaleX(2);
    color: #FE4F60;
    z-index: 10;
    font-size: 30px;
  }
}

/* line 239, ../scss/style.scss */

.content__main .form-wrap .form-step {
  height: 69px;
  display: flex;
  justify-content: space-between;
  margin-left: 110px;
  margin-right: 110px;
  position: relative;
}

/* line 246, ../scss/style.scss */

.content__main .form-wrap .form-step::before {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #F1AD28;
}

/* line 258, ../scss/style.scss */

.content__main .form-wrap .form-step>div {
  margin: auto 0;
  background-color: white;
  color: #F1AD28;
  position: relative;
  width: 29px;
  height: 29px;
  border: 1px solid #F1AD28;
  border-radius: 50%;
  font-size: 20px;
  font-weight: bold;
}

/* line 269, ../scss/style.scss */

.content__main .form-wrap .form-step>div.step-selected {
  background-color: #F1AD28;
  color: white;
}

/* line 273, ../scss/style.scss */

.content__main .form-wrap .form-step>div span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 640px) {
  /* line 239, ../scss/style.scss */
  .content__main .form-wrap .form-step {
    display: none;
  }
}

/* line 284, ../scss/style.scss */

.content__main .form-wrap .form__protect {
  height: 40px;
  color: #444444;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 640px) {
  /* line 284, ../scss/style.scss */
  .content__main .form-wrap .form__protect {
    font-size: 12px;
  }
}

/* line 294, ../scss/style.scss */

.content__main .form-wrap .form__protect img {
  margin-right: 5px;
}

/* line 310, ../scss/style.scss */

.content__main .form-wrap .swiper-slide .content-title h3 {
  margin-bottom: 0;
  display: block;
}

/* line 317, ../scss/style.scss */

.content__main .form-wrap .swiper-slide .required {
  display: inline-block;
  background-color: white;
  color: #cb2629;
  border: 1px solid #cb2629;
  border-radius: 3px;
  padding: 4px 8px;
  margin-right: 8px;
  font-size: 14px;
}

/* line 327, ../scss/style.scss */

.content__main .form-wrap .swiper-slide .slide-navi, .content__main .form-wrap .swiper-slide .slide-navi-last {
  justify-content: center;
  background-color: white;
}

/* line 333, ../scss/style.scss */

.content__main .form-wrap .swiper-slide .slide-navi-last .last-btn {
  width: 370px;
}

/* line 337, ../scss/style.scss */

.content__main .form-wrap .swiper-slide .step-next-btn {
  position: relative;
  background: #F1AD28;
  width: 100%;
  border-radius: 10px;
  color: #fff;
  font-size: 24px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
}

/* line 347, ../scss/style.scss */

.content__main .form-wrap .swiper-slide .step-next-btn::after {
  position: absolute;
  top: 50%;
  right: 7px;
  transform: translateY(-50%);
  content: "▶";
  display: inline-block;
}

/* line 356, ../scss/style.scss */

.content__main .form-wrap .swiper-slide .step-last-btn {
  position: relative;
  background: #F1AD28;
  border: 1px white solid;
  width: 100%;
  height: 54px;
  border-radius: 30px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  cursor: pointer;
  transition: all 0.3s;
}

/* line 372, ../scss/style.scss */

.content__main .form-wrap .swiper-slide .step-last-btn::before {
  position: absolute;
  top: 50%;
  left: 17px;
  transform: translateY(-75%);
  content: url("../img/content/icon_book.png");
  display: inline-block;
}

/* line 384, ../scss/style.scss */

.content__main .form-wrap .content-box.sep-two {
  display: flex;
  align-items: center;
}

/* line 387, ../scss/style.scss */

.content__main .form-wrap .content-box.sep-two .house-kind_else label span {
  margin-left: 0;
}

@media screen and (max-width: 640px) {
  /* line 390, ../scss/style.scss */
  .content__main .form-wrap .content-box.sep-two_pc {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  /* line 397, ../scss/style.scss */
  .content__main .form-wrap .content-box.sep-two_sp {
    padding: 45px 15px 0;
  }
  /* line 400, ../scss/style.scss */
  .content__main .form-wrap .content-box.sep-two_sp .house-kind_else label span {
    margin-left: 0;
  }
}

@media screen and (min-width: 641px) {
  /* line 397, ../scss/style.scss */
  .content__main .form-wrap .content-box.sep-two_sp {
    display: none;
  }
}

/* line 409, ../scss/style.scss */

.content__main .form-wrap .content-box .house-kind {
  width: 180px;
  height: 74px;
}

/* line 412, ../scss/style.scss */

.content__main .form-wrap .content-box .house-kind .image-wrap {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 418, ../scss/style.scss */

.content__main .form-wrap .content-box .house-kind .image-wrap>span {
  color: white;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-left: 13px;
}

@media screen and (max-width: 640px) {
  /* line 409, ../scss/style.scss */
  .content__main .form-wrap .content-box .house-kind {
    width: 60%;
    height: 80px;
  }
  /* line 430, ../scss/style.scss */
  .content__main .form-wrap .content-box .house-kind .image-wrap>span {
    font-size: 24px;
    margin-left: 13px;
  }
}

/* line 438, ../scss/style.scss */

.content__main .form-wrap .content-box .house-kind_true .image-wrap {
  background-color: #F19F00;
}

/* line 443, ../scss/style.scss */

.content__main .form-wrap .content-box .house-kind_else {
  width: 180px;
  height: 74px;
}

/* line 447, ../scss/style.scss */

.content__main .form-wrap .content-box .house-kind_else .image-wrap>span {
  color: #F19F00;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 640px) {
  /* line 443, ../scss/style.scss */
  .content__main .form-wrap .content-box .house-kind_else {
    width: 35%;
    height: 80px;
  }
  /* line 458, ../scss/style.scss */
  .content__main .form-wrap .content-box .house-kind_else .image-wrap>span {
    font-size: 16px;
  }
}

/* line 466, ../scss/style.scss */

.content__main .form-wrap .input-wrap {
  margin-bottom: 17px;
}

/* line 468, ../scss/style.scss */

.content__main .form-wrap .input-wrap .label, .content__main .form-wrap .input-wrap .label2 {
  margin-bottom: 6px;
  font-size: 16px;
  padding-right: 0;
  width: 100%;
  text-align: center;
}

/* line 476, ../scss/style.scss */

.content__main .form-wrap .input-wrap .field {
  width: 100%;
}

/* line 478, ../scss/style.scss */

.content__main .form-wrap .input-wrap .field input {
  cursor: pointer;
  width: 100%;
  padding: 5px 20px;
  border: 1px solid #666666;
  border-radius: 4px;
  color: inherit;
  font-family: inherit;
  font-size: 1.25rem;
  outline: none;
  letter-spacing: 0.1em;
  background-color: #fff;
  -webkit-appearance: none;
}

@media screen and (max-width: 640px) {
  /* line 478, ../scss/style.scss */
  .content__main .form-wrap .input-wrap .field input {
    font-size: 1rem;
  }
}

/* line 496, ../scss/style.scss */

.content__main .form-wrap .input-wrap .error, .content__main .form-wrap .input-wrap .error-fix {
  display: none;
  color: red;
}

/* line 502, ../scss/style.scss */

.content__main .form-wrap .input-wrap.input-error .error {
  display: block;
}

/* line 507, ../scss/style.scss */

.content__main .form-wrap .input-wrap.input-error_fix .error-fix {
  display: block;
}

@media screen and (max-width: 640px) {
  /* line 131, ../scss/style.scss */
  .content__main {
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (max-width: 640px) {
  /* line 519, ../scss/style.scss */
  .content__main_pc .img__book, .content__main_pc .img__num {
    display: none;
  }
}

@media screen and (min-width: 641px) {
  /* line 525, ../scss/style.scss */
  .content__main_sp {
    display: none;
  }
}

/* line 531, ../scss/style.scss */

.content__footer {
  text-align: center;
  width: 100%;
  height: 88px;
  position: relative;
  z-index: 5;
  background: linear-gradient(180deg, transparent 0%, transparent 30%, #F19F00 30%, #F19F00 100%);
}

/* line 538, ../scss/style.scss */

.content__footer img {
  width: 40%;
}

@media screen and (max-width: 640px) {
  /* line 531, ../scss/style.scss */
  .content__footer {
    display: none;
  }
}

/* line 546, ../scss/style.scss */

.content__footer .form-wrap {
  background-color: white;
}

@media screen and (max-width: 640px) {
  /* line 548, ../scss/style.scss */
  .content__footer .form-wrap.pc {
    display: none;
  }
}

/* line 556, ../scss/style.scss */

.content__footer .form-wrap .form__header {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #F1AD28;
  color: white;
  text-align: center;
}

/* line 562, ../scss/style.scss */

.content__footer .form-wrap .form__header p {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
}

/* line 566, ../scss/style.scss */

.content__footer .form-wrap .form__header p span {
  font-size: 24px;
}

/* line 571, ../scss/style.scss */

.content__footer .form-wrap .form-step {
  height: 69px;
  display: flex;
  justify-content: space-between;
  margin-left: 110px;
  margin-right: 110px;
  position: relative;
}

/* line 578, ../scss/style.scss */

.content__footer .form-wrap .form-step::before {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #F1AD28;
}

/* line 590, ../scss/style.scss */

.content__footer .form-wrap .form-step>div {
  margin: auto 0;
  background-color: white;
  color: #F1AD28;
  position: relative;
  width: 29px;
  height: 29px;
  border: 1px solid #F1AD28;
  border-radius: 50%;
  font-size: 20px;
  font-weight: bold;
}

/* line 601, ../scss/style.scss */

.content__footer .form-wrap .form-step>div.step-selected {
  background-color: #F1AD28;
  color: white;
}

/* line 605, ../scss/style.scss */

.content__footer .form-wrap .form-step>div span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 613, ../scss/style.scss */

.content__footer .form-wrap .form__protect {
  height: 40px;
  background-color: #0f278b;
  color: white;
  font-weight: bold;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 626, ../scss/style.scss */

.content__footer .form-wrap .swiper-slide .required {
  background-color: #cb2629;
  color: white;
  padding: 4px 8px;
  margin-right: 8px;
  font-size: 14px;
}

/* line 633, ../scss/style.scss */

.content__footer .form-wrap .swiper-slide .slide-navi, .content__footer .form-wrap .swiper-slide .slide-navi-last {
  justify-content: center;
  background-color: white;
}

/* line 639, ../scss/style.scss */

.content__footer .form-wrap .swiper-slide .slide-navi-last .last-btn {
  width: 370px;
}

/* line 643, ../scss/style.scss */

.content__footer .form-wrap .swiper-slide .step-next-btn {
  position: relative;
  background: #F1AD28;
  border: 1px white solid;
  width: 100%;
  border-radius: 6px;
  color: #fff;
  font-size: 24px;
  text-align: center;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: all 0.3s;
}

/* line 655, ../scss/style.scss */

.content__footer .form-wrap .swiper-slide .step-next-btn::after {
  position: absolute;
  top: 50%;
  right: 7px;
  transform: translateY(-50%);
  content: "▶";
  display: inline-block;
}

/* line 664, ../scss/style.scss */

.content__footer .form-wrap .swiper-slide .step-last-btn {
  position: relative;
  background: #F1AD28;
  border: 1px white solid;
  width: 100%;
  height: 54px;
  border-radius: 30px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: all 0.3s;
}

/* line 681, ../scss/style.scss */

.content__footer .form-wrap .swiper-slide .step-last-btn::before {
  position: absolute;
  top: 50%;
  left: 17px;
  transform: translateY(-75%);
  content: url("../img/content/icon_book.png");
  display: inline-block;
}

/* line 693, ../scss/style.scss */

.content__footer .form-wrap .content-box.sep-two {
  display: flex;
  align-items: center;
}

/* line 697, ../scss/style.scss */

.content__footer .form-wrap .content-box .house-kind {
  width: 220px;
  height: 120px;
}

/* line 701, ../scss/style.scss */

.content__footer .form-wrap .content-box .house-kind .image-wrap {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 706, ../scss/style.scss */

.content__footer .form-wrap .content-box .house-kind .image-wrap>span {
  color: #F1AD28;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-left: 13px;
}

/* line 715, ../scss/style.scss */

.content__footer .form-wrap .content-box .house-kind_else {
  width: 180px;
  height: 100px;
}

/* line 719, ../scss/style.scss */

.content__footer .form-wrap .content-box .house-kind_else .image-wrap>span {
  color: #444444;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

/* line 729, ../scss/style.scss */

.content__footer .form-wrap .input-wrap {
  margin-bottom: 17px;
}

/* line 731, ../scss/style.scss */

.content__footer .form-wrap .input-wrap .label, .content__footer .form-wrap .input-wrap .label2 {
  margin-bottom: 6px;
  font-size: 16px;
}

/* line 736, ../scss/style.scss */

.content__footer .form-wrap .input-wrap .field {
  width: 100%;
}

/* line 738, ../scss/style.scss */

.content__footer .form-wrap .input-wrap .field input {
  cursor: pointer;
  width: 100%;
  padding: 5px 20px;
  border: 2px solid #004328;
  border-radius: 4px;
  color: inherit;
  font-family: inherit;
  font-size: 1.25rem;
  outline: none;
  letter-spacing: 0.1em;
  background-color: #fff;
  -webkit-appearance: none;
}

/* line 758, ../scss/style.scss */

.footer {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 15px;
}

@media screen and (max-width: 640px) {
  /* line 765, ../scss/style.scss */
  .footer__logo {
    width: 130px;
  }
}

/* line 770, ../scss/style.scss */

.footer__txt {
  width: 400px;
  font-size: 12px;
}

@media screen and (max-width: 640px) {
  /* line 770, ../scss/style.scss */
  .footer__txt {
    width: 310px;
    font-size: 8px;
  }
}

@media screen and (max-width: 640px) {
  /* line 758, ../scss/style.scss */
  .footer {
    margin-top: 20px;
    margin-bottom: 15px;
  }
}

@media screen and (min-device-width: 501px) {
  /* line 785, ../scss/style.scss */
  html, body {
    height: 100%;
  }
  /* line 790, ../scss/style.scss */
  .register-form {
    /*min-height: 550px;
margin-bottom: -5px;*/
    min-height: 570px;
    padding-top: 10px;
  }
  /* line 797, ../scss/style.scss */
  .sp-head {
    display: none !important;
  }
  /* line 801, ../scss/style.scss */
  .kakaku-notice-area {
    text-align: center;
    margin: 8px 0 0;
    padding-bottom: 10px;
  }
  /* line 807, ../scss/style.scss */
  .kakaku-notice-area img {
    width: 60%;
  }
}

/* line 812, ../scss/style.scss */

.message_modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}

/* line 821, ../scss/style.scss */

.message_modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}

/* line 828, ../scss/style.scss */

.message_modal__content {
  background: #fff;
  left: 50%;
  padding: 20px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  border-radius: 10px;
  text-align: right;
  font-family: Hiragino Kaku Gothic Pro;
}

/* line 841, ../scss/style.scss */

.message_modal__content>p {
  text-align: left;
}

/* メインビジュアル 2人の写真 */

@media screen and (max-width: 640px) {
  .content__main__couple {
    position: relative;
    position: absolute;
    top: 64%;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .content__main__couple .img__couple1 {
    width: 26%;
    height: 26%;
  }
  .content__main__couple .img__couple2 {
    width: 26%;
    height: 26%
  }
}