@charset "utf-8";

* {
  box-sizing: border-box;
}

header * {
  box-sizing: content-box;
}

input[type="checkbox"]:checked+label {
  background: transparent;
}

html {
  overflow: overlay;
}

header.buy-form {
  position: static;
}

main.form {
  padding: 0 20px;
  margin: 0;
}

.bg-input-form {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #C0E1E8;
}

@media screen and (min-width: 601px) {
  body {
    overflow-x: hidden;
  }

  main.form {
    margin: 0 auto;
    width: auto;
    padding: 0;
  }
}

body.modalBody {
  overflow: overlay !important;
}

body.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}

main.main .complete_wrapper {
  padding: 40px 20px 60px;
}

@media screen and (min-width: 601px) {
  main.main .complete_wrapper {
    padding: 100px 30px;
  }
}

/*コピーライト*/
.copyright {
  padding: 15px 0;
}

.copyright p {
  color: #707070;
  font-size: 1rem;
  text-align: center;
}

/*エラーテキスト*/
.error-txt {
  display: none;
  position: relative;
}

.error-txt.mt6 {
  margin-top: 6px;
}

.error-txt p {
  color: #FFF;
  font-size: 1.3rem;
  line-height: 1.2;
  background-color: #BB0000;
  padding: 4px 7px;
  display: inline-block;
}

@media screen and (min-width: 601px) {
  .nav_catch-wrapper {
    margin-left: auto;
    display: flex;
    align-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 600px) {
  header.buy-form .header-nav-catch {
    display: inline-block;
    vertical-align: middle;
    background: #017F9D;
    padding: 0 5px;
    width: auto;
    margin-left: 15px;
  }

  header.buy-form .header-nav-catch p {
    color: #FFF;
    font-weight: bold;
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 601px) {
  header.buy-form .header-nav-catch.buy {
    display: inline-block;
    vertical-align: middle;
    background: #017F9D;
    padding: 0 5px;
    width: auto;
    margin-right: 20px;
  }

  header.buy-form .header-nav-catch.buy p {
    color: #FFF;
    font-weight: bold;
    font-size: 1.6rem;
  }
}

.header .satisfaction {
  width: 225px;
  height: auto;
  display: inline-block;
  margin-left: auto;
}

@media screen and (max-width: 600px) {
  .header .satisfaction {
    width: 130px;
  }
}

/*モーダルデザイン*/
.modal-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: none;
}

.modal-overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}

.modal-wrapper .modal-inner {
  position: absolute;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 95%;
  max-width: 600px;
  height: calc(100% - 80px);
  border-radius: 5px;
  display: none;
}

@media screen and (max-width: 600px) {
  .modal-wrapper .modal-inner {
    background: #fff;
    width: 100%;
    height: 100%;
    border-radius: 0;
    display: none;
  }
}

.modal-wrapper .modal-inner.is-show {
  display: block;
}

.modal-wrapper .modal-inner ul {
  margin: 0;
  padding: 0;
  color: #333;
  background-color: #FFF;
  box-sizing: border-box;
}

.modal-wrapper .modal-inner ul.check-box-list {
  display: none;
}

.modal-wrapper .modal-inner ul.check-box-list.is-show {
  display: block;
}

.modal-wrapper .modal-inner ul li img {
  height: auto;
  vertical-align: middle;
  margin-right: 5px;
  max-width: 40px;
}

.modal-wrapper .modal-inner ul li::after {
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-top: 1px solid #888;
  border-right: 1px solid #888;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal-wrapper .modal-inner ul li.data-list::after,
.modal-wrapper .modal-inner ul.pref-inner li::after,
.modal-wrapper .modal-inner ul.check-box-list li::after,
.modal-wrapper .modal-inner ul.select-station-list li::after,
.modal-wrapper .modal-inner.select ul li::after,
.modal-wrapper .modal-inner .station-list-inner .station-list li::after {
  display: none;
}

.modal-wrapper .modal-inner .modal-header {
  justify-content: flex-end;
  padding: 10px;
  display: flex;
  background-color: #017F9D;
  border-radius: 5px 5px 0 0;
  min-height: 60px;
  align-items: center;
}

@media screen and (max-width: 600px) {
  .modal-wrapper .modal-inner .modal-header {
    border-radius: 0;
  }
}

.modal-wrapper .modal-inner.select .modal-header {
  min-height: 45px;
}

.modal-wrapper .modal-inner .modal-title {
  font-size: 1.8rem;
  color: #FFF;
  font-weight: 800;
  padding-bottom: 2px;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 10px;
  z-index: 10;
}

.modal-wrapper .modal-inner.select .modal-title {
  top: 14px;
}

.modal-wrapper .modal-inner .modal-title p {
  font-size: 1.8rem;
  color: #FFF;
  font-weight: 800;
  text-align: center;
  line-height: 1.1;
}

.modal-wrapper .modal-inner .modal-title p span {
  font-size: 1.4rem;
}

.modal-wrapper .button-back {
  font-size: 1.2rem;
  color: #FFF;
  padding: 0 4px 3px;
  border: solid 1px #FFF;
  border-radius: 3px;
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 10;
  cursor: pointer;
}

.close-btn {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  z-index: 110;
  background-color: #FFF;
  border-radius: 3px;
  padding: 0 10px;
  height: 30px;
}

.close-btn p {
  padding-right: 10px;
  color: #017F9D;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: .01em;
}

.close-btn span::before,
.close-btn span::after {
  display: block;
  content: "";
  position: absolute;
  top: calc(50% + 1px);
  right: 12px;
  width: 1px;
  height: 10px;
  margin: -8% 0 0 -42%;
  background: #017F9D;
}

.close-btn span::before {
  transform: rotate(-45deg);
}

.close-btn span::after {
  transform: rotate(45deg);
}

.modal-wrapper .modal-inner .modal-list {
  height: calc(100% - 57px);
  border: solid 2px #017F9D;
  border-top: none;
  box-sizing: border-box;
  border-radius: 0 0 5px 5px;
  display: none;
}

.modal-wrapper .modal-inner.select .modal-list {
  height: calc(100% - 50px);
  border-radius: 0 0 5px 5px;
}

.modal-wrapper .modal-inner .modal-list.city,
.modal-wrapper .modal-inner .modal-list.station {
  height: calc(100% - 60px);
  background-color: #FFf;
}

@media screen and (max-width: 600px) {
  .modal-wrapper .modal-inner .modal-list {
    height: calc(100% - 45px);
    border: none;
    border-radius: 0;
  }
}

.modal-inner .modal-list.station-input {
  display: none;
}

.modal-wrapper .modal-inner .modal-list.is-show {
  display: block;
}

.modal-list .txt-inner {
  background-color: #EEEEEE;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px 10px 3px;
}

.modal-list .txt-inner p {
  color: #696969;
  font-weight: 700;
  font-size: 1.6rem;
}

.modal-list .txt-inner p span {
  padding-right: 18px;
  position: relative;
}

.modal-list .txt-inner p span::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 1px;
  height: 100%;
  background-color: #696969;
  background-size: 1px 100%;
  right: 10px;
  top: 0;
}

.modal-list p.small-txt {
  font-size: 1.1rem;
  color: #8B8B8B;
  text-align: right;
  margin: 5px 10px 0;
}

.modal-list.station-input .input-inner {
  background-color: #EEEEEE;
  padding: 6px 20px 12px;
  height: 95px;
}

.staition-input-wrapper {
  display: flex;
  margin-top: 5px;
}

.staition-input-wrapper .back-btn {
  background-color: #EBEBEB;
  border: solid 2px #656565;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 80px;
  margin-left: 10px;
  cursor: pointer;
}

.staition-input-wrapper .back-btn p {
  font-size: 1.2rem;
  color: #333;
}

.staition-input-box {
  box-sizing: border-box;
  padding: 0 10px 0 10px;
  background: #FFF;
  border: solid 2px #017F9D;
  cursor: auto;
  text-transform: none;
  user-select: none;
  appearance: none;
  width: calc(100% - 90px);
  font-size: 1.7rem;
  font-weight: 700;
  height: 40px;
  display: flex;
  align-items: center;
}

.staition-input-box input {
  font-size: 1.7rem;
  caret-color: #017F9D;
  width: 100%;
}

.modal-list.station-input .input-inner .title {
  color: #333;
  font-size: 1.6rem;
}

.modal-wrapper .modal-inner ul li.totch {
  background-color: #ECF6F8;
  color: #017F9D;
}

.modal-wrapper .modal-inner.select ul li.selected {
  background-color: #ECF6F8;
  color: #017F9D;
  padding: 12px 25px 12px 35px;
}

.modal-wrapper .modal-inner.select ul li p {
  font-size: 1.6rem;
}

.modal-wrapper .modal-inner ul li.selected p {
  color: #017F9D;
}

.modal-wrapper .modal-inner ul li.data-list.selected li.selected {
  background-color: #ECF6F8;
  color: #017F9D;
  padding: 10px 25px 10px 35px;
}

.modal-wrapper .modal-inner ul li.selected::before {
  position: absolute;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 7px;
  top: calc(50% - 6px);
  left: 20px;
  border-color: transparent transparent transparent #ffffff;
  background-color: transparent;
}

.modal-wrapper .modal-inner ul li.data-list::before {
  display: none;
}

.modal-wrapper .modal-inner ul li.data-list.selected li.selected::before {
  position: absolute;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 7px;
  top: calc(50% - 6px);
  left: 20px;
  border-color: transparent transparent transparent #ffffff;
  background-color: transparent;
}

.modal-wrapper .modal-inner ul li {
  display: block;
  position: relative;
  padding: 12px 25px 12px 15px;
  cursor: pointer;
  box-sizing: border-box;
  border-bottom: 1px solid #DDD;
}

.modal-wrapper .modal-inner .pref-list-inner {
  height: calc(100% - 92px);
  overflow-y: auto;
}

.modal-wrapper .modal-inner .select-list-inner {
  height: 100%;
  overflow-y: auto;
  border-radius: 0 0 5px 5px;
}

.modal-wrapper .modal-inner .select-list-inner p {
  color: #333;
  font-size: 1.6rem;
}

.modal-wrapper .modal-inner ul.pref-inner li {
  padding: 0;
}

.modal-wrapper .modal-inner ul li.data-list {
  padding: 0;
  border-bottom: none;
}

@media screen and (max-width: 600px) {
  .modal-wrapper .modal-inner ul li.data-list {
    padding: 0;
  }
}

.modal-wrapper .modal-inner ul li.data-list li {
  margin: 0;
  padding: 0;
  position: relative;
}

.modal-wrapper .modal-inner ul li .check-box {
  padding: 10px 35px 10px 60px;
  position: relative;
}

@media screen and (min-width: 601px) {
  .modal-wrapper .modal-inner ul li .check-box {
    padding: 8px 35px 8px 60px;
  }
}

.modal-wrapper .modal-inner ul li .check-box::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: solid 1px #BBBBBB;
  background-color: #FFF;
  background-size: 20px 20px;
  left: 25px;
  top: calc(50% - 12px);
}

.check-box-list input[type="checkbox"]:checked+label div.check-box {
  background-color: #ECF6F8;
  border: none;
}

.check-box-list input[type="checkbox"]:checked+label div.check-box p {
  color: #017F9D;
}

.check-box-list input[type="checkbox"]:checked+label .check-box::after {
  content: '';
  position: absolute;
  display: inline-block;
  width: 12px;
  height: 8px;
  border-left: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  transform: rotate(-45deg);
  left: 29px;
  top: calc(50% - 8px);
}

.modal-wrapper .modal-inner ul li .check-box p {
  font-size: 1.7rem;
}

@media screen and (min-width: 601px) {
  .modal-wrapper .modal-inner ul li .check-box p {
    font-size: 1.6rem;
  }
}

.modal-wrapper .modal-inner ul.pref-inner>li>p {
  margin: 0 0 -1px 0;
  padding: 10px 25px 10px 25px;
  position: relative;
  font-size: 1.7rem;
}

.modal-wrapper .modal-inner ul.pref-inner>li p.is-active {
  background-color: #F2F2F2;
}

.modal-wrapper .modal-inner ul.pref-inner>li>p::after {
  border-right: solid 1px #BBBBBB;
  border-top: solid 1px #BBBBBB;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 25px;
  top: 38%;
  transform: rotate(135deg);
  transition: transform .3s ease-in-out, top .3s ease-in-out;
  width: 8px;
}

.modal-wrapper .modal-inner ul.pref-inner>li>p.is-active::after {
  top: 45%;
  transform: rotate(-45deg);
}

.modal-wrapper .modal-inner ul li.data-list li:last-of-type {
  border-bottom: none;
}

@media screen and (max-width: 600px) {
  .modal-wrapper .modal-inner ul li:last-of-type {
    border-bottom: 1px solid #DDD;
  }

  .modal-wrapper .modal-inner ul.check-box-list li:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
  }
}

.modal-wrapper .modal-inner .data-list .list-name {
  font-size: 1.6rem;
  font-weight: 800;
  background-color: #BBBBBB;
  color: #FFF;
  padding: 5px 25px;
}

.modal-wrapper .modal-inner .station-list-inner {
  height: calc(100% - 96px);
  overflow-y: scroll;
  border-radius: 0 0 5px 5px;
  background-color: #FFF;
}

@media screen and (max-width: 600px) {
  .modal-wrapper .modal-inner .station-list-inner {
    border-radius: 0;
    height: calc(100% - 110px);
  }

  .modal-wrapper .modal-inner .station-list-inner .station-list {
    margin: 0;
    width: 100%;
    border: none;
  }
}

.modal-wrapper .modal-inner .station-list-inner .none-txt {
  font-size: 1.4rem;
  color: #333;
  text-align: center;
  padding: 15px 10px 18px;
  border-bottom: solid 1px #E9E9E9;
  line-height: 1.5;
  display: none;
}

.modal-wrapper .modal-inner .station-list-inner .none-txt.is-show {
  display: block;
}

.modal-wrapper .station-list-inner .station-list {
  display: none;
  border: none;
  background-color: #ffffff;
  box-sizing: border-box;
  padding-bottom: 0;
}

.modal-wrapper .station-list-inner .station-list.is-active {
  display: block;
}

.modal-wrapper .modal-inner .station-list-inner .station-list li {
  transition: .2s linear;
  height: 42px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #DDD;
  margin: 0;
}

@media screen and (max-width: 600px) {
  .modal-wrapper .modal-inner .station-list-inner .station-list li:last-of-type {
    border-bottom: 1px solid #DDD;
  }
}

@media screen and (min-width: 601px) {
  .modal-wrapper .station-list-inner .station-list li:hover {
    background-color: #ECF6F8;
  }
}

.modal-wrapper .station-list-inner .station-list li p {
  color: #333;
  display: block;
  font-size: 1.6rem;
  line-height: 1.5;
  cursor: pointer;
}

.modal-wrapper .station-list-inner .station-list li p span {
  color: #AEAEAE;
  font-size: 1.2rem;
  padding-left: 5px;
}

.modal-wrapper .modal-inner ul li {
  font-size: 1.7rem;
}

.modal-wrapper .modal-inner .add-station-inner {
  height: calc(100% - 92px);
}

.modal-wrapper .modal-inner ul.select-station-list {
  margin-top: 20px;
  display: none;
}

.modal-wrapper .modal-inner ul.select-station-list.is-show {
  display: block;
}

.modal-wrapper .modal-inner ul.select-station-list li {
  padding: 10px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal-wrapper .modal-inner ul.select-station-list li:first-of-type {
  border-top: 1px solid #DDD;
}

.modal-wrapper .modal-inner ul.select-station-list .station-inner p {
  line-height: 1.3;
  font-size: 1.6rem;
  font-weight: 800;
  text-align: left;
}

.modal-wrapper .modal-inner ul.select-station-list .station-inner p.small-txt {
  color: #696969;
  font-size: 1.2rem;
  font-weight: 200;
  margin: 0 0 5px;
  line-height: 1;
}

.modal-wrapper .modal-inner ul.select-station-list li .btn-inner {
  display: flex;
}

.modal-wrapper .modal-inner ul.select-station-list li .btn-inner .small-btn {
  cursor: pointer;
  width: 45px;
  height: 35px;
  border-radius: 3px;
  box-shadow: 0px -2px 2px 2px rgba(0, 0, 0, .2) inset;
  background-color: #ffffff;
  border: solid 1px #6D6D6D;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .2s linear;
}

.modal-wrapper .modal-inner ul.select-station-list li .btn-inner .small-btn.delete {
  background-color: #EBEBEB;
}

.modal-wrapper .modal-inner ul.select-station-list li .btn-inner .small-btn:not(:first-of-type) {
  margin-left: 10px;
}

.modal-wrapper .modal-inner ul.select-station-list li .btn-inner .small-btn p {
  padding-bottom: 2px;
}

.modal-list.station .decide-btn {
  display: none;
}

.modal-list.station .decide-btn.is-show {
  display: flex;
}

@media screen and (min-width: 601px) {
  .main.form div.section {
    width: 900px;
    margin: 0 auto 50px;
  }
}

.main.form .section:not(:first-of-type) {
  margin-top: 30px;
}

.main.form .section:not(:last-of-type) {
  margin-bottom: 30px;
}

.first-section {
  padding-top: 10px;
}

@media screen and (min-width: 601px) {
  .first-section {
    padding-top: 15px;
  }
}

/*トークデザイン*/
.talk-inner {
  margin: 0 0 20px 0;
}

.talk-inner .icon {
  border-radius: 50vh;
  width: 56px;
  height: auto;
}

.talk-inner .icon img {
  box-sizing: border-box;
  width: 56px;
  border-radius: 50vh;
  border: solid 1px #9f9f9f;
  vertical-align: bottom;
}

.talk-inner .comment {
  margin-left: 20px;
  background: #FFF;
  padding: 8px 10px 8px;
  border-radius: 10px;
  margin-top: 5px;
  position: relative;
  align-items: center;
  display: none;
  flex-wrap: wrap;
}

.talk-inner .comment.is-show {
  display: flex;
}

@media screen and (min-width: 601px) {
  .talk-inner .comment {
    padding: 8px 14px 8px;
  }
}

@media screen and (max-width: 600px) {
  .talk-inner .comment.width-100 {
    width: calc(100% - 56px);
  }

  .talk-inner .comment.width-100 .comment-inner>div {
    width: 100%;
  }
}

.talk-inner .comment .comment-inner {
  display: flex;
  align-items: center;
  height: 100%;
}

.talk-inner .comment p {
  font-size: 1.6rem;
  line-height: 1.4;
}

@media screen and (min-width: 601px) {
  .talk-inner .comment p {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}

.talk-inner .comment p.small-txt {
  display: block;
  font-size: 1.2rem;
  width: 100%;
}

@media screen and (max-width: 600px) {
  .talk-inner .comment p.small-txt {
    font-size: 1.1rem;
    font-weight: 400;
  }
}

.talk-inner .comment p span {
  font-weight: 800;
  color: #BB0000;
}

.talk-inner .comment p span.line {
  font-weight: 500;
  color: #333;
  text-decoration: underline;
}

.talk-inner .comment p a {
  text-decoration: underline;
  font-weight: 800;
  text-underline-offset: 0.2em;
}

@media screen and (min-width: 601px) {
  .talk-inner .comment {
    max-width: 600px;
  }
}

.talk-inner {
  display: flex;
}

.talk-inner .comment.hide {
  display: none;
}

.talk-inner .comment::before {
  content: "";
  position: absolute;
  display: inline-block;
  background: url("/form/img/img_comment_bg_white02.png");
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  left: -15px;
  top: 3px;
  z-index: 1;
}

.talk-inner .comment .city-txt-inner div,
.talk-inner .comment .station-txt-inner div {
  display: flex;
  flex-wrap: wrap;
}

.talk-inner .comment .city-txt-inner div p,
.talk-inner .comment .station-txt-inner div p {
  position: relative;
}

.talk-inner .comment .city-txt-inner div p:not(:last-of-type),
.talk-inner .comment .station-txt-inner div p:not(:last-of-type) {
  margin-right: 18px;
}

.talk-inner .comment .city-txt-inner div p:not(:last-of-type)::before,
.talk-inner .comment .station-txt-inner div p:not(:last-of-type)::before {
  content: "、";
  position: absolute;
  display: inline-block;
  right: -11px;
  bottom: 0;
  color: #333;
}

.talk-inner .loader-inner {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}

.talk-inner .loader,
.talk-inner .loader:before,
.talk-inner .loader:after {
  border-radius: 50%;
  width: 0.6rem;
  height: 0.6rem;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.3s infinite ease-in-out;
  animation: load7 1.3s infinite ease-in-out;
}

.talk-inner .loader {
  color: #333;
  font-size: 0.5rem;
  margin: 0 13px;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.12s;
  animation-delay: -0.12s;
  top: -7px;
}

@media screen and (max-width: 600px) {
  .talk-inner .loader {
    top: -17px;
  }
}

.talk-inner .loader:before,
.talk-inner .loader:after {
  content: '';
  position: absolute;
  top: 0;
}

.talk-inner .loader:before {
  left: -13px;
  -webkit-animation-delay: -0.25s;
  animation-delay: -0.25s;
}

.talk-inner .loader:after {
  left: 13px;
}

@-webkit-keyframes load7 {

  0%,
  80%,
  100% {
    box-shadow: 0 1.8em 0 -1.8em;
  }

  40% {
    box-shadow: 0 1.8em 0 0;
  }
}

@keyframes load7 {

  0%,
  80%,
  100% {
    box-shadow: 0 1.8em 0 -1.8em;
  }

  40% {
    box-shadow: 0 1.8em 0 0;
  }
}

.question-bg-inner {
  padding: 10px;
  background: #017F9D;
  border-radius: 6px;
}

.question-bg-inner.pt-4 {
  padding-top: 4px
}

@media screen and (min-width: 601px) {
  .question-wrapper {
    width: 470px;
    margin: 0 auto;
  }

  .question-bg-inner {
    width: 470px;
    margin: 0 auto;
  }
}

.question-wrapper .col2-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

@media screen and (max-width: 600px) {
  .question-wrapper .col2-box {
    display: block;
  }
}

.question-wrapper .select-btn {
  height: 50px;
  padding: 0 38px 2px 10px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  white-space: nowrap;
  background: #FFF;
  border: solid 2px #9f9f9f;
  border-radius: 6px;
  cursor: pointer;
  text-transform: none;
  user-select: none;
  appearance: none;
}

.question-wrapper .select-btn input {
  display: none;
}

.question-wrapper .select-btn p {
  width: 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  font-weight: 800;
  font-size: 1.7rem;
  white-space: nowrap;
  overflow-x: hidden;
}

.question-wrapper .select-btn.error p,
.question-wrapper .select-btn:disabled p {
  color: #707070;
  font-weight: 400;
}

.question-wrapper .col2-box .select-btn-inner:nth-of-type(2n) {
  margin-left: 10px;
}

.question-wrapper .col2-box .input-title {
  width: 100%;
}

.address-wrapper .input-title {
  margin-top: 7px;
}

.question-step {
  position: relative;
}

.question-wrapper-01.address-wrapper .question-step:first-of-type .input-title {
  margin-top: 0;
}

.question-wrapper .col2-box .select-btn-inner {
  box-sizing: border-box;
  width: calc((100% - 30px)/2);
  position: relative;
}

@media screen and (max-width: 600px) {
  .question-wrapper .col2-box .select-btn-inner {
    width: 100%;
  }
}

.question-wrapper .budget-inner .col2-box::before {
  content: "~";
  position: absolute;
  display: inline-block;
  color: #FFF;
  font-size: 2.6rem;
  text-align: center;
  top: calc(50% - 5px);
  left: 0;
  right: 0;
}

.question-wrapper .col2-box.budget-inner .select-btn-inner {
  width: calc((100% - 30px)/2);
}

.question-wrapper .col2-box .select-btn-inner:nth-of-type(2n) {
  margin-left: 30px;
}

@media screen and (max-width: 600px) {
  .question-wrapper .budget-inner .col2-box::before {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    right: calc(50% - 13px);
    top: calc(50% + 7px);
  }

  .question-wrapper .col2-box.budget-inner .select-btn-inner {
    width: 100%;
  }

  .question-wrapper .col2-box .select-btn-inner:nth-of-type(2n) {
    margin: 5px 0 0;
  }
}

/*メールアドレスドメイン入力デザイン*/
.domain-list-inner {
  position: relative;
}

.domain-list-inner {
  position: relative;
}

.domain-list-inner .domain-list {
  position: absolute;
  display: none;
  max-width: 330px;
  box-shadow: 0 0 6px rgb(0 0 0 / .8);
  background-color: #ffffff;
  z-index: 10;
}

.domain-list-inner .domain-list.is-active {
  display: flex;
  flex-wrap: wrap;
}

.domain-list-inner .domain-list li {
  transition: .2s linear;
  width: calc((100% - 1px) / 2);
  border-top: solid 1px #949494;
}

.domain-list-inner .domain-list li:nth-of-type(2n) {
  width: calc((100% - 1px) / 2 + 1px);
  border-left: solid 1px #949494;
}

.domain-list-inner .domain-list li:nth-of-type(-n+2) {
  border-top: none;
}

@media screen and (min-width: 601px) {
  .domain-list-inner .domain-list li:hover {
    background-color: #F1F1F1;
  }
}

.domain-list-inner .domain-list li p {
  color: #707070;
  display: block;
  font-size: 1.4rem;
  padding: 8px 9px;
  line-height: 1.5;
  cursor: pointer;
}

@media screen and (min-width: 601px) {
  .domain-list-inner .domain-list li p {
    font-size: 1.3rem;
    padding: 9px 10px;
  }
}

.question-wrapper .col2-box .select-btn-inner:nth-of-type(n + 3) {
  margin-top: 7px;
}

.question-wrapper .select-btn.input-uncompleted {
  background: #f5d7bd;
  border: solid 2px #d96b08;
  padding: 0 28px 2px 10px;
}

.question-wrapper .select-btn.input-uncompleted .select-txt {
  font-weight: 400;
  color: #707070;
}

.question-wrapper .select-btn.error {
  background: #E9D0D0;
  border: solid 2px #BB0000;
  font-weight: 400;
  padding: 0 28px 2px 10px;
}

.question-wrapper .select-btn.unselected {
  background: #FFF;
  border: solid 2px #9f9f9f;
  font-weight: 400;
  padding: 0 28px 2px 10px;
}

.question-wrapper .select-btn select,
.question-wrapper .select-btn .select-txt {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.01em;
  color: #000;
  font-weight: 900;
  padding: 0 28px 0 10px;
  margin: 0 -28px 0 -10px;
  height: 45px;
  width: calc(100% + 38px);
}

.question-wrapper .select-btn.error select,
.question-wrapper .select-btn.error .select-txt {
  color: #707070;
  font-weight: 400;
}

.question-wrapper .select-btn.unselected .select-txt {
  color: #707070;
  font-weight: 400;
}

.question-wrapper .select-btn:disabled {
  background: #a9a9a9;
  border: solid 2px #878787;
  font-weight: 400;
}

.question-wrapper .information {
  height: 45px;
  white-space: nowrap;
}

.question-wrapper .information,
.question-wrapper .information-txt {
  box-sizing: border-box;
  padding: 0 34px 3px 10px;
  background: #FFF;
  border: solid 2px #9f9f9f;
  border-radius: 6px;
  cursor: auto;
  text-transform: none;
  user-select: none;
  appearance: none;
  width: 100%;
  font-size: 1.7rem;
  font-weight: 700;
}

.question-wrapper .station-txt {
  padding: 0 14px 3px 10px;
}

@media screen and (min-width: 601px) {
  .question-wrapper .information {
    padding: 2px 34px 0 10px;
  }

  .question-wrapper .station-txt {
    padding: 0 14px 3px 10px;
  }
}

.question-wrapper .information-txt {
  padding: 5px 10px;
  resize: none;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333;
  font-weight: 400;
  font-size: 1.6rem;
  outline: none;
}

.question-wrapper .information-txt.error {
  background: #E9D0D0;
  border: solid 2px #BB0000;
}

.question-wrapper .information-txt.input-uncompleted,
.question-wrapper .information.input-uncompleted {
  background: #f5d7bd;
  border: solid 2px #d96b08;
}

.question-wrapper .information.error {
  background: #E9D0D0;
  border: solid 2px #BB0000;
  font-weight: 400;
  padding: 0 10px 3px;
}

@media screen and (min-width: 601px) {
  .question-wrapper .information.error {
    padding: 2px 10px 0;
  }
}

.question-wrapper .information.error::placeholder {
  color: #707070;
  font-weight: 400;
  font-family: 'Noto Sans JP', sans-serif;
}

.question-wrapper .col2-text-box .question-step {
  width: calc((100% - 10px)/2);
  align-items: center;
  box-sizing: border-box;
}

.question-wrapper .col2-inner {
  display: flex;
  flex-wrap: wrap;
}

.question-wrapper .col2-inner .question-step {
  width: calc((100% - 10px)/2);
  box-sizing: border-box;
}

.question-wrapper .col2-inner .question-step:nth-of-type(2n) {
  margin-left: 10px;
}

.question-wrapper .col2-inner .question-step.input-title-wrapper:nth-of-type(-n + 2) {
  margin-top: 0;
}

.form .question-wrapper .only-box>.information-box {
  width: 100%;
  padding: 0;
  background: transparent;
  border: none;
}

.question-step .select-btn,
.question-wrapper .information-box {
  position: relative;
}

.question-step .select-btn:not(.input-uncompleted)::before,
.question-wrapper .information-box:not(.error)::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: #FF7E00;
  background-size: 18px 18px;
  border-radius: 50vh;
  right: 10px;
  top: calc(50% - 9px);
}

.question-step .select-btn:not(.input-uncompleted)::after,
.question-wrapper .information-box:not(.error)::after {
  content: '';
  position: absolute;
  display: inline-block;
  width: 8px;
  height: 4px;
  border-left: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  transform: rotate(-45deg);
  right: 14px;
  top: calc(50% - 5px);
}

.question-step .select-btn.error::before,
.question-wrapper .select-btn:disabled::before,
.question-wrapper .select-btn.unselected::before {
  content: "";
  position: absolute;
  display: inline-block;
  background-color: transparent;
  border-radius: 0;
  width: 3px;
  height: 3px;
  border: 1.5px solid;
  right: 10px;
  top: calc(50% + 1px);
  border-color: transparent transparent #707070 #707070;
  transform: rotate(-45deg);
}

.question-step .select-btn.error::after,
.question-wrapper .select-btn:disabled::after,
.question-wrapper .select-btn.unselected::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 3px;
  height: 3px;
  border: 1.5px solid;
  right: 10px;
  top: calc(50% - 8px);
  border-color: #707070 #707070 transparent transparent;
  transform: rotate(-45deg);
}

.section06 .question-wrapper .question-step.col2-box {
  margin: 0;
}

.question-wrapper .question-step.input-title-wrapper:not(:first-of-type) {
  margin-top: 7px;
}

.question-wrapper .col2-text-box {
  margin-top: 7px;
}

.question-wrapper .col2-text-box .question-step:nth-of-type(2n) {
  margin-left: 10px;
  margin-top: 0;
}

.question-wrapper .input-title {
  font-size: 1.5rem;
  color: #333;
}

.question-bg-inner .input-title {
  color: #FFF;
}

.question-wrapper .input-title-col2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.question-wrapper .input-title-col2 p {
  color: #333;
}

.question-bg-inner .input-title-col2 p {
  color: #FFF;
}

.question-wrapper .input-title-col2 p.small {
  line-height: 1.8;
}

.button-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.button-box label {
  box-sizing: border-box;
  display: flex;
  width: calc((100% - 10px)/2);
  align-items: center;
  height: 55px;
  justify-content: center;
  border-radius: 6px;
  cursor: pointer;
}

.col3-box .button-box label {
  border: solid 1px #6D6D6D;
  box-sizing: border-box;
  display: flex;
  width: calc((100% - 20px)/3);
  align-items: center;
  height: 50px;
  justify-content: center;
  border-radius: 6px;
  cursor: pointer;
}

.button-box label.big-btn {
  height: 82px;
}

.button-box.radio-box label.big-btn {
  height: 82px;
}

.button-box label.error {
  border: solid 1px #BB0000;
}

.button-box label div {
  position: relative;
  background-color: #C2C2C2;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0 0 2px;
}

.select-area-inner .select-area-btn {
  border: solid 1px #6D6D6D;
  box-sizing: border-box;
  display: flex;
  width: 100%;
  align-items: center;
  height: 55px;
  justify-content: center;
  border-radius: 6px;
  cursor: pointer;
}

.select-area-inner .select-area-btn:nth-of-type(2n) {
  margin-left: 10px;
}

.select-area-inner .select-area-btn div {
  position: relative;
  background-color: #FFF;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0 0 2px;
}

.select-area-inner .select-area-btn.selected div {
  background-color: #FFF;
}

.select-area-inner div.big-btn {
  height: 82px;
}

.select-area-inner div.big-btn div {
  flex-flow: column;
}

.select-area-inner div img {
  width: 40px;
  margin: 0 auto 5px;
}

.select-area-inner div p {
  line-height: 1.1;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.03em;
}

.select-area-inner .select-area-btn.error {
  border: solid 1px #BB0000;
}

.select-area-inner .select-area-btn.error div {
  background-color: #E9D0D0;
}

.optional-box.button-box label div {
  background-color: #FFF;
}

.button-box label.input-uncompleted div.check-box,
.button-box label.input-uncompleted div.radio-box {
  background-color: #FFF;
}

.button-box label div.radio-box {
  background-color: #e7e7e7;
  color: #7f7f7f;
}

.button-box label div.check-box {
  background-color: #e7e7e7;
  color: #7f7f7f;
  padding: 0 8px 2px 16px;
}

@media screen and (max-width: 600px) {
  .button-box label div.check-box {
    padding: 0 8px 2px 20px;
  }
}

.button-box label.error div {
  background-color: #E9D0D0;
}

.button-box label.big-btn div {
  flex-flow: column;
}

.button-box label div.check-box::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: solid 1px #BBBBBB;
  background-color: #FFF;
  background-size: 20px 20px;
  left: 10px;
  top: calc(50% - 12px);
}

.button-box label p {
  line-height: 1.1;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.03em;
}

.button-box label div.check-box p span {
  font-size: 1.2rem;
  letter-spacing: 0.01em;
}

input[type="checkbox"]:checked+label div.check-box,
.button-box:not(.check-box-inner) input:checked+label div {
  border: 1px solid #FF7E00;
  background-color: #FFF;
}

input[type="checkbox"]:checked+label div.check-box::before {
  background-color: #FF7E00;
  border: 1px solid #FF7E00;
}

input[type="checkbox"]:checked+label div.check-box p,
.button-box:not(.check-box-inner) input:checked+label div p,
input[type="checkbox"]:checked+label div.check-box p {
  font-weight: 800;
}

input[type="checkbox"]:checked+label div.check-box::after {
  content: '';
  position: absolute;
  display: inline-block;
  width: 12px;
  height: 8px;
  border-left: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  transform: rotate(-45deg);
  left: 14px;
  top: calc(50% - 8px);
}

.button-box label img {
  width: 36px;
  margin: 0 auto 5px;
}

.button-box.radio-box label img {
  width: 40px;
  margin: -2px auto 2px;
}

.button-box label {
  margin-top: 10px;
}

.button-box label:nth-of-type(1),
.button-box label:nth-of-type(2) {
  margin-top: 0;
}

.button-box label:nth-of-type(2n) {
  margin-left: 10px;
}

.radiobutton:checked+label {
  background-color: #FFF;
  border: solid 3px #B79E6D;
  font-weight: 800;
  color: #222;
}

.radiobutton {
  display: none;
}

.radiobox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.radiobox label {
  background-color: #C2C2C2;
  color: #6D6D6D;
  border: solid 3px #A8A8A8;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  width: calc((100% - 10px)/2);
  align-items: center;
  height: 50px;
  justify-content: center;
  font-size: 1.6rem;
  border-radius: 6px;
  font-weight: 400;
  text-align: center;
  line-height: 1.2;
  cursor: pointer;
}

.radiobox label.error {
  background: #E9D0D0;
  border: solid 2px #BB0000;
}

.radiobox label {
  margin-top: 10px;
}

.radiobox label:nth-of-type(1),
.radiobox label:nth-of-type(2),
.col3-box .button-box label:nth-of-type(3n) {
  margin-top: 0;
}

.radiobox label:nth-of-type(2n) {
  margin-left: 10px;
}

.col3-box .button-box label:nth-of-type(3n) {
  margin-left: 10px;
}

.radiobutton:checked+label {
  background-color: #FFF;
  border: solid 3px #B79E6D;
  font-weight: 800;
  color: #222;
}

.radiobutton label.desired-time06 {
  display: block;
}

.next-btn,
.decide-btn {
  margin: 20px auto 10px;
  display: block;
  cursor: pointer;
  width: auto;
  width: 100%;
  max-width: 420px;
  height: 48px;
  border-radius: 24px;
  font-size: 1.8rem;
  font-weight: 800;
  color: #FFF;
  background-color: #FF7E00;
  box-shadow: 0 4px #a35507;
  transition: .2s linear;
}

@media screen and (max-width: 600px) {
  .next-btn {
    width: 100%;
    max-width: 100%;
  }

  .decide-btn {
    width: calc(100% - 40px);
  }
}

.decide-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto 24px;
}

.decide-btn:disabled {
  background: #C2C2C2;
  box-shadow: 0 4px #A8A8A8;
}

.decide-btn:disabled p {
  color: #A8A8A8;
}

.add-station-btn {
  cursor: pointer;
  width: auto;
  width: 100%;
  max-width: 315px;
  height: 48px;
  border-radius: 8px;
  background-color: #C0E1E8;
  box-shadow: 0 4px #017F9D;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto 24px;
  transition: .2s linear;
}

.change-btn {
  cursor: pointer;
  width: 315px;
  height: 48px;
  border-radius: 8px;
  background-color: #ffffff;
  border: solid 1px #6D6D6D;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px auto 5px;
  transition: .2s linear;
}

@media screen and (max-width: 600px) {
  .change-btn {
    width: 100%;
  }
}

@media screen and (min-width: 601px) {

  .next-btn:not(:disabled):hover,
  .decide-btn:not(:disabled):hover {
    box-shadow: none;
    transform: translate3d(0, 4px, 0);
  }

  .change-btn:hover {
    box-shadow: none;
    transform: translate3d(0, 2px, 0);
  }
}

.decide-btn p {
  font-size: 1.8rem;
  font-weight: 800;
  color: #FFF;
}

.change-btn p {
  font-size: 1.8rem;
  font-weight: 800;
  color: #333;
  padding-bottom: 4px;
}

.add-station-btn p {
  font-size: 1.8rem;
  font-weight: 800;
  color: #017F9D;
  position: relative;
  padding-left: 35px;
  padding-bottom: 4px;
}

.add-station-btn p::before,
.add-station-btn p::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: calc(50% - 1px);
  left: 15px;
  width: 15px;
  height: 15px;
  border-top: 1px solid #017F9D;
  transform: translateX(-50%);
  z-index: 20;
  pointer-events: none;
  transition: .2s all;
}

.add-station-btn p::after {
  top: calc(50% - 8px);
  left: 0;
  transform: rotate(90deg);
}

.next-btn:disabled,
.decide-btn:disabled {
  color: #A8A8A8;
  background: #C2C2C2;
  box-shadow: 0 4px #A8A8A8;
  pointer-events: none;
}

.next-btn>span {
  font-size: 1.4rem;
  padding: 0 0 5px 6px;
  display: inline-block;
}

.send-btn-wrapper {
  padding-top: 25px;
}

@media screen and (max-width: 600px) {
  .send-btn-wrapper {
    padding-top: 15px;
  }
}

.send-btn-inner {
  width: auto;
  margin: auto;
  text-align: center;
}

.send-btn {
  width: 100%;
  max-width: 445px;
  padding: 7px 30px 11px;
  min-height: 75px;
  border-radius: 50vh;
  background-color: #FF7E00;
  box-shadow: 0 4px #a35507;
  box-sizing: border-box;
  margin: auto;
  cursor: pointer;
  transition: .3s;
}

@media screen and (min-width: 601px) {
  .send-btn:hover {
    box-shadow: none;
    transform: translate3d(0, 4px, 0);
  }
}

.send-btn p {
  color: #FFF;
  font-weight: 800;
  font-size: 2.2rem;
  line-height: 1;
  display: inline-block;
  position: relative;
  padding-left: 50px;
}

.send-btn p::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 35px;
  height: 35px;
  background-image: url("/form/img/icon_mail_wihte.png");
  background-size: 35px 35px;
  left: -5px;
  top: calc(50% - 12px);
}

.send-btn p span {
  font-size: 1.6rem;
  padding-bottom: 9px;
  display: inline-block;
}

@keyframes fadeIn {
  0% {
    opacity: 1;
    transform: scale(0.8, 0.8);
  }

  100% {
    opacity: 1;
    transform: scale(1.0, 1.0);
  }
}

.policy-txt {
  margin-bottom: 15px;
  font-size: 1.4rem;
  line-height: 1.6;
}

@media screen and (min-width: 601px) {
  .policy-txt {
    margin-bottom: 20px;
  }
}

.policy-txt a {
  color: #3C83CC;
  text-decoration: underline;
}

.policy-txt-wrapper {
  margin: 42px auto 0;
  border: solid 1px #e5e5e5;
  box-sizing: border-box;
  background-color: #FFF;
}

@media screen and (max-width: 600px) {
  .policy-txt-wrapper {
    margin: 30px 0 0;
  }
}

.policy-txt-wrapper .Ttl-txt {
  font-size: 2rem;
  font-weight: 800;
  color: #E65D44;
  padding: 6px 10px 6px;
}

@media screen and (max-width: 600px) {
  .policy-txt-wrapper .Ttl-txt {
    font-size: 1.6rem;
    padding: 6px 10px 6px;
  }
}

.policy-txt-wrapper iframe {
  border: solid 1px #e5e5e5;
  width: 780px;
  height: 150px;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 600px) {
  .policy-txt-wrapper iframe {
    width: calc(100% - 20px);
    height: 150px;
  }
}

.policy-txt-wrapper .policy-none-btn {
  margin: 10px 0 10px;
}

@media screen and (max-width: 600px) {
  .policy-txt-wrapper .policy-none-btn {
    margin: 8px 0;
  }
}

.policy-txt-wrapper .policy-none-btn a {
  font-size: 1.2rem;
  padding-right: 10px;
  position: relative;
  cursor: pointer;
}

.policy-txt-wrapper .policy-none-btn a:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  width: 4px;
  height: 4px;
  border-top: 1px solid #CDCDCD;
  border-right: 1px solid #CDCDCD;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
