@charset "UTF-8";
/* =======================================
						 ▼▼▼▼ ALL ▼▼▼▼
	 ======================================= */
* {
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  color: #2d2d2d;
  font-size: 14px;
  font-family: 'Noto Sans CJK JP','Yu Gothic UI','Hiragino Sans','Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
  font-weight: 500;
  line-height: 1;
  position: relative;
  overflow-wrap: break-word;
  word-wrap: break-word;
  background: #e8e8e8;
}

p {
  font-family: 'Yu Gothic UI','Hiragino Sans','Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
}

input:focus, select:focus, button:focus {
  outline: 0;
}

@media screen and (max-width: 391px) {
  header {
    width: 100%;
  }
  header .header-top {
    padding: 2vw 0;
    background-color: #fff;
  }
  header .header-top h1 img {
    display: block;
    width: 50%;
    margin: 0 auto;
  }
  .header-main {
    width: 100%;
    background: url(img/main-bg.png) no-repeat center center;
    height: 108vw;
    position: relative;
  }
  .header-main .woman {
    width: 72vw;
    position: absolute;
    bottom: 0;
    left: -3vw;
  }
  .header-main .main-visual-heading {
    width: 87vw;
    margin: 0 auto;
    padding: 4vw 0;
    display: block;
  }
  .header-main .main-visual-heading img {
    display: block;
    width: 100%;
  }
  .header-main .target-wrapper {
    display: block;
    margin-left: auto;
    margin-right: 3vw;
    width: 66vw;
  }
  .header-main .target-wrapper img {
    display: block;
    width: 100%;
    margin-bottom: 1.5vw;
  }
  .header-main .campaign-wrapper {
    width: 35vw;
    margin-left: auto;
    margin-right: 3vw;
    margin-top: 7vw;
  }
  .header-main .campaign-wrapper img {
    width: 100%;
  }
}

.wrap {
  width: 100%;
  /*	min-height: calc(100vh - 240px);*/
  overflow: hidden;
}

.wrap h2 {
  text-align: center;
  font-size: 1.5rem;
  margin: 30px 0;
}

.wrap .thanksmessage {
  text-align: center;
  margin: 20px 0;
}

.wrap > div.user_block {
  max-width: 500px;
  margin: 20px auto;
  line-height: 1.2;
  overflow: hidden;
}

.wrap > div.slide_block {
  width: 400%;
  position: relative;
  left: -200%;
  margin: 0 auto;
  height: 100vw;
}

.says p {
  margin: 0;
  padding: 0;
}

.step_block {
  background: #fff;
  color: #E96092;
  padding: 1vw 2vw;
  -webkit-box-shadow: 0.3vw 0.3vw 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0.3vw 0.3vw 3px rgba(0, 0, 0, 0.2);
  border-radius: 1vw;
  width: 90vw;
  margin: 3vw auto;
}

.step_block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.step_block ul li {
  display: block;
  padding: 5px 0 0;
}

.step_block ul li.kantan {
  font-size: 0.5rem;
  text-align: center;
  border: solid 1px #fff;
  border-radius: 8px;
  padding: 0;
}

.step_block ul li span {
  padding: 6px;
}

.step_block ul li.kantan span {
  display: block;
  font-size: 0.8rem;
  padding: 0;
}

.step_block ul li.current span {
  border-radius: 10px;
  background: #fff;
  color: #21B0DF;
}

.user_block {
  background: #fff;
  border-radius: 1vw;
  width: 90vw;
  margin: 0 auto;
  -webkit-box-shadow: 0.3vw 0.3vw 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0.3vw 0.3vw 3px rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 75%;
}

.user_block .question {
  color: #2976d6;
  text-align: center;
  font-size: 20px;
  padding: 3vw 0 0;
  font-weight: bold;
}

.user_block .question span {
  color: #E96092;
  font-size: 1.5rem;
}

.user_block .btn {
  padding: 3vw 4vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.user_block .btn .question {
  width: 100%;
}

.user_block .btn button {
  border-radius: 1vw;
  background: #fee934;
  font-weight: bold;
  padding: 6vw 0;
  text-align: center;
  display: block;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 19px;
  color: #2976d6;
  margin-bottom: 2vw;
  -webkit-box-shadow: 0.3vw 0.3vw 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0.3vw 0.3vw 3px rgba(0, 0, 0, 0.2);
}

.user_block .btn button img {
  max-width: 100%;
}

.user_block .btn button.btn2 {
  width: 48%;
}

.user_block .btn button.btn3,
.user_block .btn button.btn5,
.user_block .btn button.btn6,
.user_block .btn button.btn7,
.user_block .btn button.btn8,
.user_block .btn button.btn9,
.user_block .btn button.btn20 {
  width: 31%;
}

.user_block .btn button.btn4 {
  width: 48%;
}

.user_block .btn select {
  padding: 5px 10px;
  font-size: 1.5rem;
  width: 100%;
}

.user_block .textinput {
  color: #ffffff;
  font-size: 2rem;
  padding: 5px;
}

.user_block .textinput form {
  width: 100%;
}

.user_block .textinput input {
  color: #000000;
  width: 100%;
  padding: 5px 2px;
  font-size: 1.2rem;
  margin: 10px 0;
  border-radius: 5px;
}

.user_block .textinput button {
  width: 80%;
  margin: 10px auto;
  background: #ff5730;
  color: #ffffff;
  font-size: 1.5rem;
  border: solid 5px #ffffff;
  border-radius: 20px;
}

.user_block .chatting {
  width: 100%;
  text-align: right;
}

.user_block .says {
  display: inline-block;
  position: relative;
  margin: 5px 12px 0 0;
  padding: 17px 13px;
  border-radius: 12px;
  background: #98fb60;
}

.user_block .says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 14px;
  right: -24px;
  border: 12px solid transparent;
  border-left: 12px solid #98fb60;
}

.user_block .says span {
  position: absolute;
  left: -30px;
  bottom: 0;
  font-size: 0.7rem;
}

.user_block .backbtn {
  display: inline-block;
  margin: 10px;
  padding: 20px 10px;
  background: #ffffff;
  color: #2976d6;
  border-radius: 5px;
  font-size: 19px;
}

section {
  clear: both;
  display: inline-block;
  margin: 0;
  width: 100%;
}

.modal_over {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(0, 0, 0, 0.8)), color-stop(90%, rgba(0, 0, 0, 0.4)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 60%, rgba(0, 0, 0, 0.4) 90%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: none;
}

.submit {
  display: block;
  width: 50%;
  border-radius: 5px;
  padding: 10px 20px;
  margin: 10px auto;
  text-align: center;
  color: #ffffff;
  background: #21B0DF;
  font-size: 20px;
}

.back_view {
  z-index: 2;
  position: absolute;
  width: 318px;
  top: calc( 50vh - 50px);
  left: calc( 50vw - 159px);
  background: url(../img/back_view.png) #ffffff;
  background-repeat: no-repeat;
  background-position: 100% 50%;
  display: none;
}

.back_view .val {
  padding: 30px 20px;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.5;
}

.back_view button {
  display: block;
  margin: 50px auto 10px;
  padding: 10px 30px;
  border-radius: 5px;
  background: #21B0DF;
  color: #ffffff;
}

.policy h1 {
  font-size: 2rem;
  margin: 0 0 20px;
}

.policy h2 {
  font-size: 1.5rem;
  margin: 0 0 20px;
}

.policy p {
  margin: 1rem 0;
  line-height: 1.3;
}

footer {
  text-align: center;
  margin: 30px 0;
}

footer ul {
  margin: 30px 0;
}

footer ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer ul li a {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0 0 10px;
}

.sp_block {
  display: block;
}

.pc_block {
  display: none;
}

.sp_inline {
  display: inline;
}

.pc_inline {
  display: none;
}

/* ==========▲▲▲▲ ALL ▲▲▲▲=============*/
@media only screen and (min-width: 800px) {
  .wrap {
    width: 800px;
    margin: 0 auto;
  }
  footer ul li a {
    width: 100%;
  }
  .sp_block {
    display: none;
  }
  .pc_block {
    display: block;
  }
  .sp_inline {
    display: none;
  }
  .pc_inline {
    display: inline;
  }
}
/*# sourceMappingURL=style.css.map */