@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100;300;400;500;700&display=swap");
body {
  background: url(../img/bg.png) 0 0;
  margin: 0;
  overflow-y: scroll;
  padding: 0;
}
body.modalshow .reqtxt {
  display: none !important;
}

.chatform {
  color: #262727;
  display: none;
}
.chatform * {
  box-sizing: border-box;
  font-family: "M PLUS 1p", "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic Medium", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
  font-size: 4.53vw;
  font-weight: 500;
}
@media (min-width: 769px) {
  .chatform * {
    font-size: 20px;
  }
}
.chatform ::-webkit-scrollbar {
  width: 2vw;
}
@media (min-width: 769px) {
  .chatform ::-webkit-scrollbar {
    width: 14px;
  }
}
.chatform ::-webkit-scrollbar-track {
  background-color: #d8d8db;
}
.chatform ::-webkit-scrollbar-thumb {
  background-color: #616a6e;
}
.chatform .simplebar-track {
  background: #d8d8db;
  width: 2vw;
}
@media (min-width: 769px) {
  .chatform .simplebar-track {
    width: 14px;
  }
}
.chatform .simplebar-scrollbar {
  background: #616a6e;
  height: 2vw;
}
@media (min-width: 769px) {
  .chatform .simplebar-scrollbar {
    height: 14px;
  }
}
.chatform .simplebar-scrollbar::before {
  background: #616a6e;
}
.chatform img {
  vertical-align: bottom;
}
.chatform a {
  outline: none;
}
.chatform .head, .chatform .subhead .txt, .chatform .msg, .chatform .btn, .chatform .select-btn, .chatform [type=text], .chatform [type=tel], .chatform [type=email], .chatform textarea {
  transform: rotate(0.05deg);
}
@media (max-width: 768px) {
  .chatform .pc {
    display: none;
  }
}
@media (min-width: 769px) {
  .chatform .sp {
    display: none;
  }
}
.chatform .header {
  background-color: #fff;
}
@media (max-width: 768px) {
  .chatform .header {
    align-items: center;
    display: flex;
    height: 12vw;
    justify-content: space-between;
    padding: 0 4.66vw;
  }
}
@media (min-width: 769px) {
  .chatform .header {
    border-radius: 30px;
    left: 30px;
    padding: 30px 0;
    position: fixed;
    text-align: center;
    top: 30px;
    width: 300px;
    z-index: 1;
  }
}
@media (min-width: 769px) and (max-width: 1160px) {
  .chatform .header {
    align-items: center;
    display: flex;
    height: 90px;
    justify-content: space-between;
    border-radius: 0;
    left: initial;
    padding: 0 3%;
    position: relative;
    text-align: center;
    top: initial;
    width: 100%;
    z-index: 1;
  }
}
@media (max-width: 768px) {
  .chatform .header .logo img {
    width: 28.66vw;
  }
}
@media (min-width: 1160px) {
  .chatform .header .point {
    margin: 15px 0 0;
  }
}
.chatform .header .point img {
  margin: 0 auto;
  width: 40vw;
}
@media (min-width: 769px) {
  .chatform .header .point img {
    width: 225px;
  }
}
@media (min-width: 769px) and (max-width: 1160px) {
  .chatform .header .tb {
    display: none;
  }
}
.chatform .header .sp.tb {
  display: block;
}
@media (min-width: 1160px) {
  .chatform .header .sp.tb {
    display: none;
  }
}
.chatform .header .pc.tbnone {
  display: none;
}
@media (min-width: 1160px) {
  .chatform .header .pc.tbnone {
    display: block;
  }
}
.chatform .header [src*=h-point01-sp] {
  width: 26.66vw;
}
@media (max-width: 1160px) {
  .chatform .header .notice {
    display: none;
  }
}
.chatform .header .notice p {
  display: block;
  font-size: 10px;
  padding: 0 2em 0 3em;
  text-align: left;
}
.chatform .header .illust {
  bottom: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.chatform .content {
  margin: 5.33vw auto 5svh;
  padding: 0 0 10svh;
  position: relative;
  z-index: 10;
}
@media (min-width: 769px) {
  .chatform .content {
    margin: 50px auto 5svh;
    width: 770px;
  }
}
@media (min-width: 1161px) and (max-width: 1500px) {
  .chatform .content {
    margin: 50px 0 5svh 360px;
    width: 710px;
  }
}
.chatform .content::after {
  content: "";
  display: block;
  height: 0;
}
.chatform .content.a1::after {
  height: 150vh;
}
.chatform .content.a1.a2::after {
  height: 0;
}
.chatform .head {
  font-size: 4.26vw;
  font-weight: 700;
  line-height: 1;
  margin: 0 auto;
  max-width: 90.66vw;
  padding: 5.33vw 0 0;
  width: 100%;
}
@media (min-width: 769px) {
  .chatform .head {
    font-size: 22px;
    margin: 0 0 0 15px;
    max-width: 740px;
    padding: 30px 0 0;
  }
}
.chatform .subhead {
  font-size: 3.73vw;
  margin: 0 auto 0.66vw;
  padding: 0;
  width: 100%;
}
@media (min-width: 769px) {
  .chatform .subhead {
    font-size: 22px;
    margin: 0 auto 5px;
    padding: 0;
  }
}
.chatform .pop {
  display: flex;
  justify-content: flex-end;
  padding: 5.33vw 0 0;
}
@media (min-width: 769px) {
  .chatform .pop {
    padding: 30px 0 0;
  }
}
.chatform .pop + .pop {
  padding: 0;
}
@media (max-width: 768px) {
  .chatform .pop .img {
    margin-right: 1.33vw;
    width: 10.66vw;
  }
}
@media (min-width: 769px) {
  .chatform .pop .img {
    width: 75px;
  }
}
.chatform .pop .img img {
  width: 100%;
}
.chatform .pop .txt {
  margin-right: 9.33vw;
  max-width: 77.33vw;
  width: 100%;
}
@media (min-width: 769px) {
  .chatform .pop .txt {
    margin-right: 60px;
    max-width: 585px;
  }
}
.chatform .pop .name {
  font-size: 2.93vw;
}
@media (min-width: 769px) {
  .chatform .pop .name {
    font-size: 80%;
  }
}
.chatform .pop .msg-frame {
  background-color: #fff;
  border-radius: 4vw;
  display: inline-block;
  margin: 2.66vw 0 0 2.66vw;
  min-height: 10.66vw;
  padding: 2.66vw 4.66vw;
  position: relative;
  min-width: 26.66vw;
}
@media (min-width: 769px) {
  .chatform .pop .msg-frame {
    border-radius: 20px;
    margin: 10px 0 0 15px;
    min-height: 48px;
    padding: 15px;
    min-width: 100px;
  }
}
.chatform .pop .msg-frame::before {
  background: url(../img/pop-img.png) no-repeat 0 0/contain;
  content: "";
  display: block;
  height: 4.53vw;
  left: -2.67vw;
  position: absolute;
  top: 0.4vw;
  width: 5.2vw;
  z-index: -1;
}
@media (min-width: 769px) {
  .chatform .pop .msg-frame::before {
    height: 35px;
    left: -15px;
    top: 0;
    width: 39px;
  }
}
.chatform .pop .msg {
  margin: 0;
  padding: 0;
}
.chatform .pop .msg .msg-space {
  margin-top: -1em;
  display: inline-block;
}
.chatform .pop .msg .border {
  background: linear-gradient(transparent 70%, #ff0 0%);
  font-weight: 700;
}
.chatform .pop .msg .border * {
  font-weight: 700;
}
.chatform .pop + .pop .msg-frame::before {
  content: none;
}
@media (max-width: 768px) {
  .chatform .pop.pop-re {
    padding: 2.66vw 0 0;
  }
}
.chatform .pop.pop-re .txt {
  align-items: flex-end;
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
  text-align: left;
}
.chatform .pop.pop-re .read {
  flex-shrink: 0;
  font-size: 2.93vw;
  margin-right: 1.06vw;
}
@media (min-width: 769px) {
  .chatform .pop.pop-re .read {
    font-size: 16px;
    margin-right: 8px;
  }
}
.chatform .pop.pop-re .msg-frame {
  background-color: #1d96d5;
  color: #fff;
}
.chatform .pop.pop-re .msg-frame::before {
  background-image: url(../img/pop-img-re.png);
  left: unset;
  right: -2.67vw;
}
@media (min-width: 769px) {
  .chatform .pop.pop-re .msg-frame::before {
    right: -15px;
  }
}
.chatform .pop.pop-re .msg-frame .loading {
  text-align: left;
}
.chatform .pop.pop-re + .pop-re .txt {
  margin-top: 0;
}
@media (max-width: 768px) {
  .chatform .pop .stamp {
    height: 28.53vw;
    margin: 4vw 0 0 2.66vw;
  }
}
@media (min-width: 769px) {
  .chatform .pop .stamp {
    margin: 25px 0 10px 15px;
  }
}
.chatform .pop.on .msg {
  animation: fadeIn 0.5s ease 2s 1 forwards;
  opacity: 0;
}
.chatform .pop.error .msg {
  color: #fc0914;
}
@keyframes fadeIn {
  0% {
    height: 0;
    opacity: 0;
  }
  100% {
    height: auto;
    opacity: 1;
  }
}
@keyframes fadeOut {
  100% {
    display: none;
    height: 0;
  }
}
.chatform .attn {
  color: #f00;
  font-size: 65%;
  margin: 2.66vw 0 0 5.33vw;
}
@media (min-width: 769px) {
  .chatform .attn {
    margin: 10px 0 0 15px;
  }
}
.chatform .q-select {
  background-color: #ff914d;
  border-radius: 4vw;
  margin: 5.33vw 0 0 4.66vw;
  max-width: 90.66vw;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 769px) {
  .chatform .q-select {
    border-radius: 20px;
    margin: 30px 0 0 80px;
    max-width: 560px;
  }
}
.chatform .q-select .ttl {
  align-items: center;
  background-color: #616a6e;
  color: #fff;
  display: flex;
  height: 11.2vw;
  justify-content: center;
  position: relative;
}
@media (min-width: 769px) {
  .chatform .q-select .ttl {
    font-size: 22px;
    height: 50px;
  }
}
.chatform .q-select .ttl::after {
  border-style: solid;
  border-width: 2.13vw 2.13vw 0 2.13vw;
  border-color: #616a6e transparent transparent transparent;
  bottom: -2vw;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0);
  width: 0;
}
@media (min-width: 769px) {
  .chatform .q-select .ttl::after {
    border-width: 12px 12px 0 12px;
    bottom: -11px;
  }
}
.chatform .q-select .list .item label {
  align-items: center;
  background-color: #fff;
  border-radius: 2.66vw;
  display: flex;
  height: 12vw;
}
@media (min-width: 769px) {
  .chatform .q-select .list .item label {
    border-radius: 10px;
    height: 60px;
  }
}
.chatform .q-select[data-selecttype=ico] .list {
  display: flex;
  gap: 2.66vw;
  justify-content: center;
  padding: 4vw 0;
}
@media (min-width: 769px) {
  .chatform .q-select[data-selecttype=ico] .list {
    gap: 16px;
    padding: 20px 0;
  }
}
.chatform .q-select[data-selecttype=ico] .list .item label {
  border: 0.26vw solid #904506;
  border-radius: 2.66vw;
  box-shadow: 0 1.06vw 0 #904506;
  height: 26.26vw;
  flex-direction: column;
  justify-content: center;
  width: 26.26vw;
}
@media (min-width: 769px) {
  .chatform .q-select[data-selecttype=ico] .list .item label {
    border: 2px solid #904506;
    border-radius: 20px;
    box-shadow: 0 6px 0 #904506;
    height: 144px;
    width: 144px;
  }
}
@media (min-width: 769px) {
  .chatform .q-select[data-selecttype=ico] .list .item label:hover {
    background-color: #faf42e;
    color: #262727;
  }
}
.chatform .q-select[data-selecttype=ico] .list .item label.checked {
  background-color: #faf42e;
  color: #262727;
}
.chatform .q-select[data-selecttype=ico] .list .item label .img {
  align-items: center;
  display: flex;
  height: 12vw;
  justify-content: center;
}
@media (min-width: 769px) {
  .chatform .q-select[data-selecttype=ico] .list .item label .img {
    height: 68px;
  }
}
@media (max-width: 768px) {
  .chatform .q-select[data-selecttype=ico] .list .item label .img [src*=select-ico01] {
    width: 9.46vw;
  }
  .chatform .q-select[data-selecttype=ico] .list .item label .img [src*=select-ico02] {
    width: 12vw;
  }
  .chatform .q-select[data-selecttype=ico] .list .item label .img [src*=select-ico03] {
    width: 9.73vw;
  }
}
.chatform .q-select[data-selecttype=ico] .list .item label .txt {
  align-items: center;
  display: flex;
  font-weight: 700;
  height: 8.66vw;
  justify-content: center;
  line-height: 1;
  text-align: center;
}
@media (max-width: 768px) {
  .chatform .q-select[data-selecttype=ico] .list .item label .txt {
    font-size: 3.73vw;
  }
}
@media (min-width: 769px) {
  .chatform .q-select[data-selecttype=ico] .list .item label .txt {
    height: 50px;
  }
}
.chatform .q-select[data-selecttype=checkbox], .chatform .q-select[data-selecttype=radio] {
  padding: 3.33vw;
}
@media (min-width: 769px) {
  .chatform .q-select[data-selecttype=checkbox], .chatform .q-select[data-selecttype=radio] {
    padding: 20px;
  }
}
.chatform .q-select[data-selecttype=checkbox] .list .item + .item, .chatform .q-select[data-selecttype=radio] .list .item + .item {
  margin: 2.66vw 0 0;
}
@media (min-width: 769px) {
  .chatform .q-select[data-selecttype=checkbox] .list .item + .item, .chatform .q-select[data-selecttype=radio] .list .item + .item {
    margin: 10px 0 0;
  }
}
.chatform .q-select[data-selecttype=checkbox] .list .item label, .chatform .q-select[data-selecttype=radio] .list .item label {
  padding: 0 15px;
}
.chatform .q-select[data-selecttype=checkbox] .list .item label .img, .chatform .q-select[data-selecttype=radio] .list .item label .img {
  background-color: #fff;
  border: 2px solid #85817d;
  border-radius: 5px;
  display: block;
  height: 7.19vw;
  margin: 0 2.66vw 0 0;
  width: 7.19vw;
}
@media (min-width: 769px) {
  .chatform .q-select[data-selecttype=checkbox] .list .item label .img, .chatform .q-select[data-selecttype=radio] .list .item label .img {
    height: 34px;
    margin: 0 10px 0 0;
    width: 34px;
  }
}
.chatform .q-select[data-selecttype=checkbox] .list .item label:not(.disabled):hover, .chatform .q-select[data-selecttype=radio] .list .item label:not(.disabled):hover {
  background-color: #faf42e;
  color: #262727;
}
.chatform .q-select[data-selecttype=checkbox] .list .item label :checked ~ .img, .chatform .q-select[data-selecttype=radio] .list .item label :checked ~ .img {
  background: #fff url(../img/check-on.png) no-repeat 50% 50%;
}
.chatform .q-select[data-selecttype=checkbox] .list .item label :disabled, .chatform .q-select[data-selecttype=radio] .list .item label :disabled {
  cursor: initial;
}
.chatform .q-select[data-selecttype=checkbox] .list .item label :disabled ~ .img, .chatform .q-select[data-selecttype=radio] .list .item label :disabled ~ .img {
  background-color: #a6b4ba;
}
.chatform .q-select[data-selecttype=checkbox] .list .item label.disabled, .chatform .q-select[data-selecttype=radio] .list .item label.disabled {
  cursor: initial;
}
.chatform .q-select[data-selecttype=checkbox] .list .item label.disabled .img, .chatform .q-select[data-selecttype=radio] .list .item label.disabled .img {
  background-color: #a6b4ba;
}
.chatform .q-select[data-selecttype=checkbox] .list .item label.disabled.checked, .chatform .q-select[data-selecttype=radio] .list .item label.disabled.checked {
  background-color: #faf42e;
  color: #262727;
}
.chatform .q-select[data-selecttype=checkbox] .btn, .chatform .q-select[data-selecttype=radio] .btn {
  align-items: center;
  background-color: #faf42e;
  border: none;
  border-radius: 10px;
  color: #262727;
  display: flex;
  height: 12vw;
  justify-content: center;
  margin: 10px auto 0;
  max-width: 44.93vw;
  width: 100%;
}
@media (min-width: 769px) {
  .chatform .q-select[data-selecttype=checkbox] .btn, .chatform .q-select[data-selecttype=radio] .btn {
    height: 60px;
    max-width: 266px;
  }
}
.chatform .q-select[data-selecttype=checkbox] .btn:disabled, .chatform .q-select[data-selecttype=radio] .btn:disabled {
  background-color: #616a6e;
  color: #fff;
  cursor: initial;
}
.chatform .q-select[data-selecttype=radio] .list .item label {
  border: 0.26vw solid #904506;
  justify-content: center;
  text-align: center;
}
@media (min-width: 769px) {
  .chatform .q-select[data-selecttype=radio] .list .item label {
    border: 2px solid #904506;
  }
}
.chatform .q-select[data-selecttype=radio] .list .item label.checked {
  background-color: #faf42e;
  color: #262727;
}
.chatform .q-select[data-selecttype=radio] .list .item label.disabled {
  cursor: initial;
}
.chatform .q-select[data-selecttype=radio] .list .item label .txt {
  font-weight: 700;
}
.chatform [data-sec=service_question_data] .q-select .list .disabled {
  background-color: #a6b4ba !important;
}
.chatform [data-sec=service_question_data] .q-select .list .checked {
  background-color: #faf42e !important;
}
.chatform .q-input .input {
  display: flex;
  flex-direction: column;
  margin: 2.66vw 0 0 4.66vw;
  max-width: 90.66vw;
}
@media (min-width: 769px) {
  .chatform .q-input .input {
    margin: 10px 0 0 15px;
    max-width: 680px;
  }
}
.chatform .q-input .input ::placeholder {
  color: #7d7f80;
  font-weight: 400;
}
.chatform .q-input .input input {
  background-color: #fff;
  border: 2px solid #616a6e;
  border-radius: 2.66vw;
  display: block;
  font-weight: 700;
  max-width: 90.66vw;
  outline: none;
  padding: 2.66vw 4vw;
  width: 100%;
}
@media (min-width: 769px) {
  .chatform .q-input .input input {
    border-radius: 20px;
    padding: 15px;
    max-width: 680px;
  }
}
.chatform .q-input .input input:focus {
  border-color: #ff914d;
  border-width: 4px;
  padding: 2.13vw 3.46vw;
}
@media (min-width: 769px) {
  .chatform .q-input .input input:focus {
    padding: 13px;
  }
}
.chatform .q-input .input input:disabled, .chatform .q-input .input input[disabled] {
  background-color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .chatform .q-input .input [name=tel]::placeholder,
  .chatform .q-input .input [name=e_mail]::placeholder,
  .chatform .q-input .input [name=sumai_building]::placeholder,
  .chatform .q-input .input textarea::placeholder {
    font-size: 3.73vw;
  }
}
@media (min-width: 769px) {
  .chatform .q-input .input .half {
    display: flex;
  }
}
@media (min-width: 769px) {
  .chatform .q-input .input .half > div {
    width: 49%;
  }
}
@media (max-width: 768px) {
  .chatform .q-input .input .half > div + div {
    margin-top: 2.66vw;
  }
}
@media (min-width: 769px) {
  .chatform .q-input .input .half > div + div {
    margin-left: auto;
  }
}
.chatform .q-input .input textarea {
  background-color: #fff;
  border: 2px solid #616a6e;
  border-radius: 2.66vw;
  display: block;
  height: 29.33vw;
  max-width: 90.66vw;
  outline: none;
  padding: 2.66vw 4vw;
  width: 100%;
}
@media (min-width: 769px) {
  .chatform .q-input .input textarea {
    border-radius: 20px;
    display: block;
    height: 180px;
    padding: 15px;
    max-width: 680px;
  }
}
.chatform .q-input .input textarea:disabled {
  cursor: initial;
}
.chatform .q-input .input textarea:focus {
  border-color: #ff914d;
  border-width: 4px;
  padding: 2.13vw 3.46vw;
}
@media (min-width: 769px) {
  .chatform .q-input .input textarea:focus {
    padding: 13px;
  }
}
.chatform .q-input .input.age input {
  display: inline;
  margin-right: 2vw;
  max-width: 40vw;
}
@media (min-width: 769px) {
  .chatform .q-input .input.age input {
    margin-right: 10px;
    max-width: 190px;
  }
}
.chatform .q-input .input.age span {
  transform: rotate(0.05deg);
}
@media (min-width: 769px) {
  .chatform .q-input .input.age span {
    font-size: 22px;
  }
}
.chatform .q-input .btn {
  align-items: center;
  background-color: #faf42e;
  border: 2px solid #fff;
  border-radius: 2.66vw;
  color: #262727;
  display: flex;
  height: 12vw;
  justify-content: center;
  margin: 1.33vw auto 0;
  max-width: 44.93vw;
  width: 100%;
}
@media (min-width: 769px) {
  .chatform .q-input .btn {
    border: 1px solid #fff;
    border-radius: 10px;
    height: 60px;
    margin: 10px auto 0;
    max-width: 266px;
  }
}
.chatform .q-input .btn:disabled {
  background-color: #616a6e;
  color: #fff;
  cursor: initial;
}
.chatform .reqtxt {
  align-items: center;
  color: #fc0914;
  display: flex;
  margin: 5px auto 0;
  width: 100%;
}
@media (min-width: 769px) {
  .chatform .reqtxt {
    font-size: 18px;
    margin: 5px auto 0;
  }
}
.chatform .reqtxt::before {
  background: url(../img/ico-req.png) no-repeat 50% 50%/contain;
  content: "";
  display: block;
  height: 23px;
  margin-right: 5px;
  width: 23px;
}
@media (min-width: 769px) {
  .chatform .reqtxt::before {
    height: 23px;
    margin-right: 5px;
    width: 23px;
  }
}
@media (min-width: 769px) {
  .chatform .service-question .reqtxt {
    max-width: 560px;
  }
}
.chatform .service-question .pop .msg b {
  color: #ff914d;
}
.chatform .q-select-btn {
  margin: 2.66vw 0 0 4.66vw;
}
@media (min-width: 769px) {
  .chatform .q-select-btn {
    margin: 10px 0 0 15px;
  }
}
.chatform .q-select-btn .select-btn {
  background-color: #fff;
  border: 2px solid #616a6e;
  border-radius: 2.66vw;
  cursor: pointer;
  font-weight: 700;
  max-width: 90.66vw;
  padding: 2.66vw 10.66vw 2.66vw 4vw;
  position: relative;
  width: 100%;
}
@media (min-width: 769px) {
  .chatform .q-select-btn .select-btn {
    border-radius: 20px;
    padding: 20px 50px 20px 20px;
    max-width: 680px;
  }
}
.chatform .q-select-btn .select-btn::after {
  background: url(../img/select-arrow.png) no-repeat 0 0/contain;
  content: "";
  display: block;
  height: 3.46vw;
  position: absolute;
  right: 4vw;
  top: 50%;
  transform: translate(0, -50%);
  width: 5.2vw;
}
@media (min-width: 769px) {
  .chatform .q-select-btn .select-btn::after {
    background: url(../img/select-arrow.png) no-repeat 0 0/contain;
    height: 19px;
    right: 20px;
    width: 28px;
  }
}
.chatform .q-select-btn .select-btn.disabled {
  cursor: initial;
}
.chatform .q-select-btn .select-btn.disabled::after {
  display: none;
}
.chatform .privacypolicy {
  background-color: #fff;
  border-radius: 20px;
  height: 74.66vw;
  margin: 30px auto 0;
  position: relative;
  width: 90.66vw;
  z-index: 11;
}
@media (min-width: 769px) {
  .chatform .privacypolicy {
    height: 300px;
    width: 680px;
  }
}
.chatform .privacypolicy .ttl {
  align-items: center;
  background-color: #616a6e;
  border-radius: 4vw 4vw 0 0;
  color: #fff;
  display: flex;
  font-size: 4vw;
  height: 11.2vw;
  justify-content: center;
  position: relative;
}
@media (min-width: 769px) {
  .chatform .privacypolicy .ttl {
    border-radius: 20px 20px 0 0;
    font-size: 22px;
    height: 50px;
  }
}
.chatform .privacypolicy .ttl::after {
  border-style: solid;
  border-width: 2.13vw 2.13vw 0 2.13vw;
  border-color: #616a6e transparent transparent transparent;
  bottom: -2vw;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0);
  width: 0;
}
@media (min-width: 769px) {
  .chatform .privacypolicy .ttl::after {
    border-width: 12px 12px 0 12px;
    bottom: -11px;
  }
}
.chatform .privacypolicy .cont-wrap {
  height: 100%;
  margin: 2.66vw 2vw 0 2.66vw;
  max-height: 53.33vw;
  overflow-y: auto;
}
@media (min-width: 769px) {
  .chatform .privacypolicy .cont-wrap {
    margin: 20px 15px 20px 20px;
    max-height: 200px;
  }
}
.chatform .privacypolicy .txt {
  padding: 0 2.66vw 0;
  width: 99%;
}
@media (max-width: 768px) {
  .chatform .privacypolicy .txt {
    font-size: 4vw;
  }
}
@media (min-width: 769px) {
  .chatform .privacypolicy .txt {
    padding: 15px 20px 0;
  }
}
.chatform .privacypolicy .txt h4, .chatform .privacypolicy .txt p, .chatform .privacypolicy .txt ol {
  margin: 2vw 0 0;
}
@media (min-width: 769px) {
  .chatform .privacypolicy .txt h4, .chatform .privacypolicy .txt p, .chatform .privacypolicy .txt ol {
    margin: 15px 0 0;
  }
}
.chatform .privacypolicy .txt h3 {
  font-weight: 700;
  margin: 4vw 0 0;
}
@media (min-width: 769px) {
  .chatform .privacypolicy .txt h3 {
    margin: 30px 0 0;
  }
}
.chatform .q-agree .btn {
  text-align: center;
}
.chatform .q-agree .btn label {
  align-items: center;
  background-color: #faf42e;
  border: 4px solid #fff;
  border-radius: 2.66vw;
  color: #262727;
  display: inline-flex;
  height: 12vw;
  margin: 2.66vw auto 0;
  padding: 0 2.66vw;
  max-width: 90.66vw;
  width: 100%;
}
@media (min-width: 769px) {
  .chatform .q-agree .btn label {
    border: 4px solid #fff;
    border-radius: 10px;
    height: 60px;
    justify-content: center;
    margin: 10px auto 0;
    padding: 0 15px;
    width: auto;
  }
}
.chatform .q-agree .btn label .img {
  background-color: #fff;
  border: 2px solid #85817d;
  border-radius: 5px;
  display: block;
  height: 7.19vw;
  margin: 0 2.66vw 0 0;
  width: 7.19vw;
}
@media (min-width: 769px) {
  .chatform .q-agree .btn label .img {
    height: 34px;
    margin: 0 10px 0 0;
    width: 34px;
  }
}
.chatform .q-agree .btn label :checked ~ .img {
  background: #fff url(../img/check-on.png) no-repeat 50% 50%;
}
.chatform .submit-btn {
  align-items: center;
  background-color: #ff914d;
  border: 0.53vw solid #904506;
  box-shadow: 0 1.33vw 0 #904506;
  border-radius: 6.66vw;
  color: #fff;
  display: flex;
  height: 25.86vw;
  justify-content: center;
  margin: 5.33vw auto 0;
  max-width: 90.66vw;
  padding: 0;
  position: relative;
  width: 100%;
}
@media (min-width: 769px) {
  .chatform .submit-btn {
    border: 4px solid #904506;
    box-shadow: 0 10px 0 #904506;
    border-radius: 40px;
    height: 166px;
    margin: 40px auto 0;
    max-width: 680px;
  }
}
@media (min-width: 769px) {
  .chatform .submit-btn::after {
    animation: submitblink 1s infinite;
    background: url(../img/submit-blink.png) no-repeat 0 0/contain;
    content: "";
    display: block;
    height: 79px;
    position: absolute;
    right: -124px;
    top: 50%;
    transform: translate(0, -50%);
    width: 110px;
  }
}
@keyframes submitblink {
  0%, 50% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}
.chatform .submit-btn:disabled {
  cursor: initial;
  background-color: #a6b4ba;
}
.chatform .submit-btn .txt {
  font-size: 6.66vw;
  font-weight: 700;
  width: 100%;
}
@media (min-width: 769px) {
  .chatform .submit-btn .txt {
    font-size: 46px;
  }
}
.chatform .submit-btn .txt::before {
  background: url(../img/submit-img.png) no-repeat 0 0/contain;
  content: "";
  display: block;
  height: 9.6vw;
  position: absolute;
  left: 6.66vw;
  top: 46%;
  transform: translate(0, -50%);
  width: 7.73vw;
}
@media (min-width: 769px) {
  .chatform .submit-btn .txt::before {
    height: 67px;
    left: 70px;
    top: calc(50% - 10px);
    width: 53px;
  }
}
.chatform .submit-btn .txt::after {
  background: url(../img/submit-arrow.png) no-repeat 0 0/contain;
  content: "";
  display: block;
  height: 6.26vw;
  position: absolute;
  right: 5.33vw;
  top: 50%;
  transform: translate(0, -50%);
  width: 4.26vw;
}
@media (min-width: 769px) {
  .chatform .submit-btn .txt::after {
    right: 70px;
    height: 45px;
    width: 30px;
  }
}
.chatform .pmark {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 5.33vw 0 0;
}
@media (min-width: 769px) {
  .chatform .pmark {
    margin: 30px 0 0;
  }
}
.chatform .pmark img {
  width: 8vw;
}
@media (min-width: 769px) {
  .chatform .pmark img {
    width: 60px;
  }
}
.chatform .pmark p {
  font-size: 2.66vw;
  margin: 0 0 0 1.33vw;
  transform: rotate(0.05deg);
}
@media (min-width: 769px) {
  .chatform .pmark p {
    font-size: 14px;
    margin: 0 0 0 10px;
  }
}
.chatform .footer {
  margin: 0;
  width: 100%;
}
.chatform .footer .footer1 {
  padding: 0 0 4vw;
}
@media (min-width: 769px) {
  .chatform .footer .footer1 {
    padding: 0 0 30px;
  }
}
.chatform .footer .footer1 ul {
  display: flex;
  gap: 6.66vw;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 769px) {
  .chatform .footer .footer1 ul {
    gap: 35px;
  }
}
.chatform .footer .footer1 a {
  color: #262727;
  display: block;
  font-size: 3.73vw;
  text-decoration: underline;
  transform: rotate(0.05deg);
}
@media (min-width: 769px) {
  .chatform .footer .footer1 a {
    font-size: 16px;
  }
}
.chatform .footer .footer2 {
  background-color: #fff;
  padding: 4vw 0;
  text-align: center;
}
@media (min-width: 769px) {
  .chatform .footer .footer2 {
    padding: 30px 0;
  }
}
.chatform .footer .footer2 .logo img {
  width: 38.66vw;
}
@media (min-width: 769px) {
  .chatform .footer .footer2 .logo img {
    width: 232px;
  }
}
.chatform .footer .copyright {
  font-size: 3.46vw;
  margin: 2.66vw 0 0;
}
@media (min-width: 769px) {
  .chatform .footer .copyright {
    font-size: 14px;
    margin: 15px 0 0;
  }
}
.chatform .select-box {
  display: none;
  position: fixed;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 200;
}
.chatform .select-box .select-wrap {
  left: 50%;
  max-height: 80svh;
  max-width: 90.66vw;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 210;
}
@media (min-width: 769px) {
  .chatform .select-box .select-wrap {
    max-height: 90svh;
    max-width: none;
    width: auto;
  }
}
.chatform .select-box .select-close {
  cursor: pointer;
  position: absolute;
  right: -2.67vw;
  top: -2.67vw;
  z-index: 300;
}
@media (min-width: 769px) {
  .chatform .select-box .select-close {
    right: -12px;
    top: -12px;
  }
}
@media (max-width: 768px) {
  .chatform .select-box .select-close img {
    width: 9.33vw;
  }
}
.chatform .select-box [data-modal=bukkeninfo] {
  height: 100%;
}
.chatform .select-box .select-item {
  background-color: #ff914d;
  border-radius: 4vw;
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 250;
}
@media (min-width: 769px) {
  .chatform .select-box .select-item {
    border-radius: 20px;
  }
}
.chatform .select-box .select-item .ttl {
  align-items: center;
  background-color: #616a6e;
  border-radius: 4vw 4vw 0 0;
  color: #fff;
  display: flex;
  height: 11.2vw;
  justify-content: center;
  position: relative;
  text-align: center;
}
@media (min-width: 769px) {
  .chatform .select-box .select-item .ttl {
    border-radius: 20px 20px 0 0;
    font-size: 22px;
    height: 60px;
  }
}
.chatform .select-box .select-item .ttl::after {
  border-style: solid;
  border-width: 2.13vw 2.13vw 0 2.13vw;
  border-color: #616a6e transparent transparent transparent;
  bottom: -1.87vw;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0);
  width: 0;
}
@media (min-width: 769px) {
  .chatform .select-box .select-item .ttl::after {
    border-width: 12px 12px 0 12px;
    bottom: -11px;
  }
}
.chatform .select-box .select-item .btn-back {
  cursor: pointer;
  left: 2.13vw;
  position: absolute;
  top: 1.6vw;
  width: 8vw;
}
@media (min-width: 769px) {
  .chatform .select-box .select-item .btn-back {
    left: 10px;
    top: 10px;
    width: auto;
  }
}
.chatform .select-box .select-item .ttl2 {
  color: #fff;
  line-height: 1;
  margin: 4vw auto 1.33vw;
  text-align: center;
}
@media (min-width: 769px) {
  .chatform .select-box .select-item .ttl2 {
    font-size: 22px;
    margin: 20px auto 10px;
  }
}
.chatform .select-box .select-item .ttl3 {
  color: #fff;
  line-height: 1.3;
  padding: 4vw 0 0;
  text-align: center;
  text-shadow: 0.53vw 0.53vw 0 #522602;
}
@media (min-width: 769px) {
  .chatform .select-box .select-item .ttl3 {
    font-size: 26px;
    padding: 20px 0 0;
    text-shadow: 2px 2px 0 #522602;
  }
}
@media (min-width: 769px) {
  .chatform .select-box .select-item .ttl3 span {
    font-size: 26px;
  }
}
.chatform .select-box .select-item .list-wrap {
  height: 90%;
  margin: 2.66vw 2vw 0 2.66vw;
  max-height: 70svh;
  overflow-y: auto;
}
@media (min-width: 769px) {
  .chatform .select-box .select-item .list-wrap {
    margin: 20px 20px 0px 25px;
    max-height: calc(90svh - 120px);
  }
}
.chatform .select-box .select-item .list-head {
  border-bottom: 2px solid #fff;
  color: #fff;
  font-size: 6.4vw;
  font-weight: 700;
  margin: 0 2vw 3.33vw 3.33vw;
}
@media (min-width: 769px) {
  .chatform .select-box .select-item .list-head {
    font-size: 32px;
    margin: 0 20px 10px;
  }
}
.chatform .select-box .select-item .list {
  display: flex;
  flex-wrap: wrap;
  gap: 3.86vw;
  padding: 1.33vw 1.33vw 2.66vw 3.33vw;
}
@media (min-width: 769px) {
  .chatform .select-box .select-item .list {
    gap: 19px;
    padding: 10px 5px 35px 20px;
  }
}
.chatform .select-box .select-item .list .btn {
  cursor: pointer;
}
.chatform .select-box .select-item .list-secchange {
  background-color: #d76608;
  border-radius: 2.66vw;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 2vw;
  padding: 0 0 1vw;
}
@media (min-width: 769px) {
  .chatform .select-box .select-item .list-secchange {
    border-radius: 10px;
    margin: 15px 15px 15px 20px;
    padding: 5px 15px 15px 10px;
  }
}
.chatform .select-box .select-item .list-secchange .btn {
  align-items: center;
  background-color: #fff;
  border: 1px solid #522602;
  border-radius: 2.66vw;
  box-shadow: 0 0.53vw 0 #522602;
  cursor: pointer;
  display: inline-flex;
  height: 9vw;
  justify-content: center;
  margin: 1vw 0 0 1vw;
  width: 12.8vw;
}
@media (max-width: 768px) {
  .chatform .select-box .select-item .list-secchange .btn {
    font-size: 3.73vw;
  }
}
@media (min-width: 769px) {
  .chatform .select-box .select-item .list-secchange .btn {
    border-radius: 10px;
    box-shadow: 0 4px 0 #522602;
    height: 50px;
    margin: 8px 0 0 8px;
    width: 85px;
  }
}
@media (min-width: 769px) {
  .chatform .select-box .select-item .list-secchange .btn:hover {
    background-color: #faf42e;
    box-shadow: none;
  }
}
.chatform .select-box .select-item .list-secchange .btn.on {
  background-color: #faf42e;
  box-shadow: none;
}
@media (max-width: 768px) {
  .chatform .select-box .select-item .list-secchange + .list-wrap {
    height: calc(100% - 42vw);
  }
}
@media (max-width: 768px) {
  .chatform .select-box .select-item.linkbtn {
    padding: 0 0 4vw;
  }
}
@media (min-width: 769px) {
  .chatform .select-box .select-item.linkbtn {
    width: 440px;
  }
}
.chatform .select-box .select-item.linkbtn .list {
  gap: 2.66vw 1.86vw;
  padding: 1.33vw 0 2.66vw 0;
}
@media (min-width: 769px) {
  .chatform .select-box .select-item.linkbtn .list {
    gap: 10px;
    padding: 0 0 35px 0;
  }
}
.chatform .select-box .select-item.linkbtn .list .btn {
  align-items: center;
  background-color: #fff;
  border: 2px solid #522602;
  border-radius: 2.66vw;
  box-shadow: 0 0.66vw 0 #522602;
  cursor: pointer;
  display: flex;
  height: 13.33vw;
  justify-content: center;
  width: calc(50% - 1.06vw);
}
@media (min-width: 769px) {
  .chatform .select-box .select-item.linkbtn .list .btn {
    border-radius: 10px;
    box-shadow: 0 5px 0 #522602;
    height: 50px;
    width: calc(50% - 6px);
  }
}
@media (min-width: 769px) {
  .chatform .select-box .select-item.linkbtn .list .btn:hover {
    background-color: #faf42e;
    color: #262727;
  }
}
.chatform .select-box .select-item.linkbtn .list .btn.checked {
  background-color: #faf42e;
  box-shadow: none;
  color: #262727;
}
@media (max-width: 768px) {
  .chatform .select-box .select-item.linkbtn .list .btn.btn-s {
    font-size: 3.46vw;
  }
}
.chatform .select-box .select-item.linkbtn.full .list .btn {
  width: 100%;
}
.chatform .select-box .select-item.linktxt {
  background-color: #fcfbf1;
  padding: 0 0 10.66vw;
}
@media (min-width: 769px) {
  .chatform .select-box .select-item.linktxt {
    padding: 0 0 40px;
    width: 440px;
  }
}
.chatform .select-box .select-item.linktxt .ttl {
  background-color: #ff914d;
}
.chatform .select-box .select-item.linktxt .ttl::after {
  border-color: #ff914d transparent transparent transparent;
}
.chatform .select-box .select-item.linktxt .list-head {
  align-items: center;
  border-bottom: 0.26vw solid #bbb9b2;
  color: #aaa;
  display: flex;
  height: 13.33vw;
  font-size: 4.26vw;
  font-weight: 400;
  margin: 0 2.66vw;
}
@media (min-width: 769px) {
  .chatform .select-box .select-item.linktxt .list-head {
    border-width: 1px;
    font-size: 16px;
    height: 50px;
    margin: 0 20px;
  }
}
.chatform .select-box .select-item.linktxt .list {
  display: block;
  padding: 0 2.66vw 0 2vw;
}
@media (min-width: 769px) {
  .chatform .select-box .select-item.linktxt .list {
    padding: 0 20px 0 15px;
  }
}
.chatform .select-box .select-item.linktxt .list .btn {
  align-items: center;
  border-bottom: 0.26vw solid #bbb9b2;
  display: flex;
  font-weight: 400;
  min-height: 13.33vw;
  padding: 2.13vw 5.33vw;
}
@media (min-width: 769px) {
  .chatform .select-box .select-item.linktxt .list .btn {
    border-width: 1px;
    font-size: 20px;
    min-height: 46px;
    padding: 8px 20px;
  }
}
.chatform .select-box .select-item.linktxt .list .checked {
  background-color: rgba(255, 145, 77, 0.2);
}
.chatform .select-box .select-item.linktxt .select-prefgroup .list .btn {
  padding: 0 5.33vw;
}
@media (min-width: 769px) {
  .chatform .select-box .select-item.linktxt .select-prefgroup .list .btn {
    padding: 0 20px;
  }
}
.chatform .select-box .select-item.linktxt[data-item=sumai_pref] .ttl {
  line-height: 1.1;
}
.chatform .select-box .select-item[data-item=choume], .chatform .select-box .select-item[data-item=madori], .chatform .select-box .select-item[data-item=meigi], .chatform .select-box .select-item[data-item=jokyo] {
  height: 60svh;
}
@media (min-width: 769px) {
  .chatform .select-box .select-item[data-item=choume], .chatform .select-box .select-item[data-item=madori], .chatform .select-box .select-item[data-item=meigi], .chatform .select-box .select-item[data-item=jokyo] {
    height: 620px;
    max-height: 90svh;
  }
}
@media (min-width: 769px) {
  .chatform .select-box .select-item[data-item=area] .list .btn {
    height: 66px;
  }
}
@media (max-width: 768px) {
  .chatform .select-box .select-item[data-item=area] .list .btn .txt {
    font-size: 4vw;
  }
}
@media (min-width: 769px) {
  .chatform .select-box .select-item[data-item=muni] .ttl, .chatform .select-box .select-item[data-item=town] .ttl, .chatform .select-box .select-item[data-item=choume] .ttl {
    padding-left: 10px;
  }
}
@media (min-width: 769px) {
  .chatform .select-box .select-item[data-item=muni] .list .btn, .chatform .select-box .select-item[data-item=town] .list .btn, .chatform .select-box .select-item[data-item=choume] .list .btn {
    font-size: 20px;
    min-height: 50px;
  }
}
@media (min-width: 769px) {
  .chatform .select-box .select-item[data-item=mokuteki] .list .btn {
    font-size: 20px;
    padding: 12px 20px;
  }
}
@media (min-width: 769px) {
  .chatform .select-box .select-item[data-item=jokyo] .list .btn {
    font-size: 20px;
  }
}
.chatform .select-box .select-item[data-item=madori] .list {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}
.chatform .select-box .select-item[data-item=madori] .list .btn {
  background: url(../img/btn-arrow.png) no-repeat right 10px top 50%/1.86vw auto;
  width: 50%;
  padding: 0 4vw;
}
@media (min-width: 769px) {
  .chatform .select-box .select-item[data-item=madori] .list .btn {
    background-size: 7px auto;
    padding: 0 15px;
  }
}
.chatform .select-box .select-item[data-item=madori] .list .btn:nth-child(2n+1) {
  border-left: 1px solid #bbb9b2;
}
.chatform .select-box .select-item[data-item=madori] .list .btn.full {
  border-left: none;
  width: 100%;
}
.chatform .select-box .select-bg {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.chatform .select-box.hide,
.chatform .select-item.hide {
  display: none !important;
}
.chatform .select-box.show,
.chatform .select-item.show {
  display: block !important;
}
.chatform .select-box.fadeOut,
.chatform .select-item.fadeOut {
  display: none !important;
}
.chatform .select-box.fadeIn,
.chatform .select-item.fadeIn {
  display: block !important;
}
.chatform .dialog-box {
  display: none;
  position: fixed;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 200;
}
.chatform .dialog-box .dialog-wrap {
  height: 100%;
  left: 50%;
  max-height: 145vw;
  max-width: 90.66vw;
  max-width: 90.66vw;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 210;
}
@media (min-width: 769px) {
  .chatform .dialog-box .dialog-wrap {
    max-height: 630px;
    max-width: 680px;
  }
}
@media (min-width: 540px) and (max-width: 768px) and (min-height: 720px) and (max-height: 1024px) {
  .chatform .dialog-box .dialog-wrap {
    max-height: 108vh;
    zoom: 0.8;
  }
}
.chatform .dialog-box .dialog-close {
  cursor: pointer;
  position: absolute;
  right: -2.67vw;
  top: -2.67vw;
  z-index: 300;
}
@media (min-width: 769px) {
  .chatform .dialog-box .dialog-close {
    right: -12px;
    top: -12px;
  }
}
@media (max-width: 768px) {
  .chatform .dialog-box .dialog-close img {
    width: 9.33vw;
  }
}
.chatform .dialog-box .dialog-item {
  background: url(../img/bg.png) 50% 0;
  border-radius: 4vw;
  height: 100%;
  position: relative;
  width: 100%;
}
@media (min-width: 769px) {
  .chatform .dialog-box .dialog-item {
    border-radius: 20px;
  }
}
.chatform .dialog-box .dialog-item .ttl {
  align-items: center;
  background-color: #ff914d;
  border-radius: 4vw 4vw 0 0;
  color: #fff;
  display: flex;
  height: 11.2vw;
  justify-content: center;
  position: relative;
}
@media (min-width: 769px) {
  .chatform .dialog-box .dialog-item .ttl {
    border-radius: 20px 20px 0 0;
    font-size: 22px;
    height: 50px;
  }
}
.chatform .dialog-box .dialog-item .ttl::after {
  border-style: solid;
  border-width: 2.13vw 2.13vw 0 2.13vw;
  border-color: #ff914d transparent transparent transparent;
  bottom: -2vw;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0);
  width: 0;
}
@media (min-width: 769px) {
  .chatform .dialog-box .dialog-item .ttl::after {
    border-width: 12px 12px 0 12px;
    bottom: -11px;
  }
}
.chatform .dialog-box .dialog-item .pop {
  padding: 4vw 0 0 4.66vw;
  width: 79.33vw;
}
@media (min-width: 769px) {
  .chatform .dialog-box .dialog-item .pop {
    padding: 30px 0 0 50px;
    width: 580px;
  }
}
.chatform .dialog-box .dialog-item .pop + .pop {
  padding-top: 0;
}
.chatform .dialog-box .dialog-item .pop .txt {
  margin-right: 0;
}
.chatform .dialog-box .dialog-item .pop .msg b {
  color: #ff914d;
}
.chatform .dialog-box .dialog-item .btn {
  align-items: center;
  background-color: #faf42e;
  border: 2px solid #fff;
  border-radius: 2.66vw;
  color: #262727;
  cursor: pointer;
  display: flex;
  height: 12vw;
  justify-content: center;
  margin: 2.66vw auto 0;
  max-width: 44.93vw;
  width: 100%;
}
@media (min-width: 769px) {
  .chatform .dialog-box .dialog-item .btn {
    border-radius: 10px;
    height: 50px;
    margin: 20px auto 0;
    max-width: 260px;
  }
}
.chatform .dialog-bg {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.chatform .txt-loading {
  display: flex;
  gap: 6px;
  margin: 3px 0 0 3px;
  position: relative;
}
.chatform .txt-loading b, .chatform .txt-loading::before, .chatform .txt-loading::after {
  border-radius: 50%;
  background-color: #ccc;
  width: 12px;
  height: 12px;
  transform-origin: center center;
  display: block;
  content: "";
  position: relative;
  animation: txt-loading 1.5s infinite linear;
}
.chatform .txt-loading::before {
  animation-delay: 0.5s;
}
.chatform .txt-loading::after {
  animation-delay: 1s;
}
@keyframes txt-loading {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
}
.chatform label,
.chatform button {
  cursor: pointer;
}
.chatform .q-select-btn [type=text],
.chatform [type=radio],
.chatform [type=checkbox],
.chatform [data-sec=bukkeninfo] input {
  display: none;
}
.chatform [data-group=bukkeninfo] {
  display: flex;
  flex-direction: column;
}
.chatform [data-group=bukkeninfo] [data-order="1"] {
  order: 1;
}
.chatform [data-group=bukkeninfo] [data-order="2"] {
  order: 2;
}
.chatform [data-group=bukkeninfo] [data-order="3"] {
  order: 3;
}
.chatform [data-group=bukkeninfo] [data-order="4"] {
  order: 4;
}
.chatform [data-group=bukkeninfo] [data-order="5"] {
  order: 5;
}
.chatform [data-group=bukkeninfo] [data-order="6"] {
  order: 6;
}
.chatform [data-group=bukkeninfo] [data-order="7"] {
  order: 7;
}
.chatform [data-modal=bukkeninfo] [data-location="1"] .btn-back {
  display: none;
}
.chatform .entered-address {
  background: linear-gradient(transparent 70%, #ff0 0%);
}
.chatform .entered-address * {
  font-weight: 700;
}

.chatform-thanks .content {
  font-size: 4vw;
  margin-bottom: 0;
  min-height: auto;
}
@media (min-width: 769px) {
  .chatform-thanks .content {
    font-size: 18px;
    margin-top: 85px;
  }
}
.chatform-thanks .content .box {
  background-color: #fff;
  text-align: center;
}
@media (max-width: 768px) {
  .chatform-thanks .content .box {
    border-radius: 4vw;
    margin: 0 4.66vw;
    padding: 5.33vw;
  }
}
@media (min-width: 769px) {
  .chatform-thanks .content .box {
    border-radius: 20px;
    padding: 45px 0;
  }
}
.chatform-thanks .content .box .head {
  font-size: 5.06vw;
  transform: rotate(0.05deg);
}
@media (min-width: 769px) {
  .chatform-thanks .content .box .head {
    font-size: 30px;
  }
}
.chatform-thanks .content .box .head b {
  color: #ff914d;
  font-size: 5.06vw;
}
@media (min-width: 769px) {
  .chatform-thanks .content .box .head b {
    font-size: 30px;
  }
}
.chatform-thanks .content .box .head img {
  vertical-align: baseline;
}
@media (max-width: 768px) {
  .chatform-thanks .content .box .head img {
    width: 43.6vw;
  }
}
.chatform-thanks .content .box p {
  font-size: 4.53vw;
  transform: rotate(0.05deg);
}
@media (max-width: 768px) {
  .chatform-thanks .content .box p {
    text-align: left;
  }
}
@media (min-width: 769px) {
  .chatform-thanks .content .box p {
    font-size: 20px;
    margin: 15px 0 0;
  }
}
.chatform-thanks .content .box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 769px) {
  .chatform-thanks .content .box ul {
    margin: 20px 0 0;
  }
}
.chatform-thanks .content .box li {
  align-items: center;
  border: 2px solid #d3ebf9;
  border-radius: 2.66vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 2.93vw auto 0;
  min-height: 22vw;
  padding: 2.66vw 0;
}
@media (min-width: 769px) {
  .chatform-thanks .content .box li {
    border-radius: 20px;
    min-height: 112px;
    margin: 14px auto 0;
    padding: 15px 0;
    width: 407px;
  }
}
.chatform-thanks .content .box li .name {
  transform: rotate(0.05deg);
}
.chatform-thanks .content .box li [src*=mitsui] {
  width: 34vw;
}
@media (min-width: 769px) {
  .chatform-thanks .content .box li [src*=mitsui] {
    width: 173px;
  }
}
.chatform-thanks .content .box li [src*=sumitomo] {
  width: 42.53vw;
}
@media (min-width: 769px) {
  .chatform-thanks .content .box li [src*=sumitomo] {
    width: 217px;
  }
}
@media (max-width: 768px) {
  .chatform-thanks .content .box li [src*=century] {
    margin: 0 0 1.33vw;
    width: 25.86vw;
  }
}
@media (min-width: 769px) {
  .chatform-thanks .content .box li [src*=century] {
    width: 131px;
  }
}
.chatform-thanks .content .box li [src*=next] {
  width: 47.2vw;
}
@media (min-width: 769px) {
  .chatform-thanks .content .box li [src*=next] {
    width: 241px;
  }
}
.chatform-thanks .content .box li [src*=n-connect] {
  width: 48.93vw;
}
@media (min-width: 769px) {
  .chatform-thanks .content .box li [src*=n-connect] {
    width: 246px;
  }
}
.chatform-thanks .content .box li [src*=quality] {
  width: 35.46vw;
}
@media (min-width: 769px) {
  .chatform-thanks .content .box li [src*=quality] {
    width: 181px;
  }
}
.chatform-thanks .content .box .img {
  margin: 5.33vw auto;
}
@media (min-width: 769px) {
  .chatform-thanks .content .box .img {
    margin: 40px auto;
  }
}
.chatform-thanks .content .box .img img {
  max-width: 100%;
}
.chatform-thanks .content .stamp {
  margin: 8vw 10vw 0;
}
@media (min-width: 769px) {
  .chatform-thanks .content .stamp {
    margin: 55px 0 0 124px;
    width: 430px;
  }
}
@media (max-width: 768px) {
  .chatform-thanks .content .stamp img {
    width: 72.93vw;
  }
}
.chatform-thanks .content .backtop .btn {
  align-items: center;
  background-color: #faf42e;
  border: 2px solid #fff;
  border-radius: 2.66vw;
  color: #262727;
  display: flex;
  height: 12vw;
  justify-content: center;
  margin: 4vw auto 0;
  text-decoration: none;
  width: 90.66vw;
}
@media (min-width: 769px) {
  .chatform-thanks .content .backtop .btn {
    border-radius: 10px;
    font-size: 22px;
    height: 60px;
    margin: 20px auto 0;
    width: 430px;
  }
}
.chatform-thanks .footer {
  display: block;
}/*# sourceMappingURL=style.css.map */