body {
  background-image: url(img/backgrand.png);
  background-size: 1201px;
  font-family: 'Noto Sans JP', sans-serif;
  scroll-behavior: smooth;
}

html {
  scroll-behavior: smooth;
  touch-action: manipulation;
  overflow-y: scroll;
  overflow-x: hidden;
}

.pc_pic {
  display: block !important;
}

.sp_pic {
  display: none !important;
}


html::-webkit-scrollbar {
  display: none;
}

body::-webkit-scrollbar {
  display: none;
}

.main_header_div {
  width: 100%;
  position: fixed;
  top: 0px;
  text-align: center;
  z-index: 99999999;
  background: #fff0;
  background: #ffffff4d;
  top: 0px;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(10px);
  background: #ffffff00;
  backdrop-filter: blur(0px);
  transition: .9s;
}

.hiddenclass {
  display: none !important;
}

.main_header {
  width: calc(100% - 300px);
  margin: auto;
  margin-top: 0px;
  display: flex;
  justify-content: center;
}

img.doors_logo {
  /* width: 300px; */
  height: 60px;
  margin: auto;
  margin-right: 20px;
  vertical-align: super;
  margin-bottom: 14px;
}

img.badge1 {
  /* width: 377px; */
  margin-left: 30px;
  margin: auto;
  height: 100px;
}

.contact_bar {
  z-index: 9999999;
  position: fixed;
  display: block;
  width: 100%;
  bottom: 0px;
  text-align: center;
  background: #664e29;
  color: #FFF;
  left: 0px;
  padding: 15px 0px;
  font-size: 11.3px;
}

.contact_bar a {
  color: #FFF;
  text-decoration: none;
  font-weight: 300;
}

.overlay1 {
  position: fixed;
  top: 0px;
  left: 0px;
  background: #00000070;
  width: 100%;
  height: 100%;
  z-index: 99999;
  text-align: center;
  justify-content: center;
  display: flex;
}

.overlay1_center_card {
  width: calc(100% - 400px);
  min-width: 700px;
  max-width: 1100px;
  /* height: calc(100% - 300px); */
  align-self: center;
  display: block;
  /* overflow: scroll;*/
}

img.top_banner {
  width: 96%;
  display: block;
  margin: 0px 2%;
}

.overlay1_center_modal {
  width: 100%;
  background: #FFF;
  border-radius: 10px;
  margin: 0px;
  display: inline-block;
}

.overlay1_center_modal_more {
  width: 100%;
  border-radius: 10px;
  margin: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

.overlay1_center_modal_viewoff {
  overflow: hidden;
  height: 0px;
}



.overlay1_center_modal_textarea {
  display: flex;
  justify-content: center;
  width: 80%;
  margin: 0px 10%;
  padding: 20px 0px;
  margin-top: 0vh;
  min-height: 90px;
}

img.advisor_icon {
  border-radius: 50%;
  border: solid 2px #ec7f00;
  margin-left: 3%;
  width: auto;
  height: 8vh;
  margin: auto;
}

.overlay1_center_modal_textarea p {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  max-height: 8vh;
  padding-right: 4%;
  margin: auto;
}

.overlay1_center_modal_btnarea {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 4vh 0px;
  margin: 0px;
  padding-top: 1vh;
}

button.overlay1_center_btn {
  border: none;
  color: #FFF;
  font-size: 23px;
  text-align: center;
  width: 46%;
  padding: 34px 0px;
  border-radius: 10px;
  font-weight: 600;
  border: solid 1px #FFF;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  border-bottom: 3px #6a6a6a solid;
  cursor: pointer;
  position: relative;
  transition: .2s;
}

button.overlay1_center_btn:hover {
  opacity: .8;
}

button.overlay1_center_btn:active {
  opacity: .5;
}


.yes_btn {
  margin-right: 2%;
}

.yes_btn {
  background: linear-gradient(25deg, #ea9724, #eabb3a);
}

.no_btn {
  background: linear-gradient(25deg, #45c5ed, #99d1e3);
}

button.overlay1_center_btn img {
  position: absolute;
  width: 25%;
  right: 0%;
  filter: drop-shadow(3px 3px 16px #999);
  bottom: 0%;
  animation: fuwafuwa 1.1s infinite ease-in-out .8s alternate;
}

@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0) rotate(-5deg);
    filter: drop-shadow(1px 1px 4px #444);
  }

  50% {
    transform: translate(9px, 5px) rotate(0deg);
    filter: drop-shadow(3px 3px 16px #999);
  }

  100% {
    transform: translate(0, 0) rotate(-5deg);
    filter: drop-shadow(1px 1px 4px #444);
  }
}

















.stop_overlay1_btn {
  border: none;
  color: #FFF;
  font-size: 23px;
  text-align: center;
  width: auto;
  padding: 17px 63px;
  border-radius: 10px;
  margin-top: 18px;
  font-weight: 600;
  border: solid 1px #FFF;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  border-bottom: 3px #6a6a6a solid;
  cursor: pointer;
  position: relative;
  transition: .2s;
  background: linear-gradient(25deg, #ea9724, #eabb3a);
}

.stop_overlay1_btn:hover {
  opacity: .8;
}

.stop_overlay1_btn:active {
  opacity: .5;
}


.stop_overlay1_btn img {
  position: absolute;
  width: 25%;
  right: 0%;
  filter: drop-shadow(3px 3px 16px #999);
  bottom: 0%;
  animation: fuwafuwa 1.1s infinite ease-in-out .8s alternate;
}







.loading_overlay1 {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999;
  text-align: center;
  justify-content: center;
  display: none;
  /* background-image: url(img/backgrand.png); */
  background-size: 1201px;
  background: #FFF;
  object-fit: cover;
  transition: .9s;
  transform: scale(1.4);
}

.loading_overlay1_card {
  width: calc(100% - 800px);
  min-width: 200px;
  max-width: 400px;
  align-self: center;
  display: block;
  background: #FFF;
  border-radius: 9px;
}

.loading_overlay1_card_load_area {
  display: block;
  width: 100%;
  text-align: center;
  margin: 8vh 0px;
}

.loader1,
.loader1:after {
  border-radius: 50%;
  width: 7em;
  height: 7em;
}

.loader1 {
  margin: -3px 4px;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 0.9em solid #FBE6D6;
  border-right: 0.9em solid #FBE6D6;
  border-bottom: 0.9em solid #FBE6D6;
  border-left: 0.9em solid #ff7904;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  display: inline-block;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


.loading_overlay1_card_message_area {
  display: block;
  width: 100%;
  text-align: center;
  margin: 4vh 0px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

span.important {
  font-weight: 500;
  color: #dd2753;
}







.main_load_overlay1_message_area {
  display: block;
  width: 100%;
  text-align: center;
  margin: 4vh 0px;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.3;
  color: #FFF;
}









.chat_area {
  display: none;
  width: calc(100% - 300px);
  margin: auto;
  padding-top: 100px;
  overflow: scroll;
  scroll-behavior: smooth;
  max-width: 800px;
  padding-bottom: 100px;
  overflow-x: hidden;
}

.chat_area::-webkit-scrollbar {
  display: none;
}


.chat_section {
  width: 85%;
  text-align: left;
  display: flex;
  justify-content: center;
  margin-right: 30%;
  margin-bottom: 40px;
}

.chat_user_icon_area {
  display: block;
  width: 11%;
}

.chat_user_icon {
  width: 100%;
}

img.user_icon_pic {
  width: 100%;
  border-radius: 50%;
  border: solid 2px #ec7f00;
  max-width: 73px;
  background: #FFF;
}

.chat_body_area {
  display: block;
  width: 81%;
  margin-left: 4%;
}

.balloon2-left {
  position: relative;
  display: inline-block;
  padding: 18px 21px;
  min-width: 120px;
  color: #555;
  font-size: 16px;
  background: #FFF;
  box-sizing: border-box;
  border: solid 2px #ec7f00;
  border-radius: 12px;
  max-width: 74%;
}

.balloon2-left:before {
  content: "";
  position: absolute;
  top: 30%;
  left: -19px;
  margin-top: -10px;
  border: 10px solid transparent;
  border-right: 10px solid #FFF;
  z-index: 2;
}

.balloon2-left:after {
  content: "";
  position: absolute;
  top: 30%;
  left: -26px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #ec7f00;
  z-index: -2;
}

.balloon2-left div {
  margin: 0;
  padding: 0;
  font-size: 17px;
  font-weight: 600;
  color: #000;
}


.chat_body_user_name {
  font-size: 13px;
  font-weight: 800;
  color: #582e0e;
  margin-bottom: 5px;
  text-shadow: 0.6px 0.6px 0 #FFF, -0.6px -0.6px 0 #FFF, -0.6px 0.6px 0 #FFF, 0.6px -0.6px 0 #FFF, 0px 0.6px 0 #FFF, 0-0.6px 0 #FFF, -0.6px 0 0 #FFF, 0.6px 0 0 #FFF;
}







.me_chat_section {
  width: 85%;
  display: flex;
  justify-content: center;
  text-align: right;
  margin-left: 15%;
  margin-bottom: 10px;
}

.me_chat_body_area {
  display: block;
  width: 94%;
}

.me_chat_body_bubble_area {
  display: block;
  width: 100%;
}

span.my_answer_span {
  font-weight: 500;
}


.balloon2-right {
  position: relative;
  display: inline-block;
  margin: 1.5em 15px 0px 0;
  padding: 18px 30px;
  min-width: 120px;
  max-width: 100%;
  color: #fff;
  font-size: 16px;
  background: #f58803;
  box-sizing: border-box;
  border-radius: 10px;
}

.balloon2-right:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-left: 12px solid #f58803;
  z-index: 2;
}



.balloon2-right p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 300;
  color: #FFF;
  text-align: center;
}



.user_guide_message {
  display: none;
  position: fixed;
  bottom: 62px;
  right: 20px;
  background: #FFF;
  border-radius: 10px;
  padding: 12px 20px;
  padding-right: 110px;
}

.user_guide_message h2 {
  line-height: 1.2;
  display: block;
  padding: 0px;
  margin: 0px;
  font-size: 18px;
  font-weight: 400;
}

.user_guide_message h4 {
  line-height: 1.2;
  display: block;
  padding: 0px;
  margin: 0px;
  font-size: 13px;
  font-weight: 300;
  color: #33333370;
  margin-top: 4px;
}

.user_guide_message img {
  position: absolute;
  width: 20%;
  right: 0%;
  filter: drop-shadow(3px 3px 16px #999);
  bottom: 0%;
  animation: fuwafuwa2 1.1s infinite ease-in-out .8s alternate;
}

@keyframes fuwafuwa2 {
  0% {
    transform: scale(0.8);
    filter: drop-shadow(1px 1px 4px #444);
  }

  100% {
    transform: scale(1);
    filter: drop-shadow(1px 1px 4px #444);
  }
}

.chat_plugin_section {
  position: relative;
}

.chat_plugin_section2 {
  position: relative;
}



.user_guide_message_img1 {
  position: absolute;
  width: 120px;
  right: -2%;
  filter: drop-shadow(3px 3px 16px #999);
  bottom: 25%;
  animation: fuwafuwa 1.1s infinite ease-in-out .8s alternate;
}




.lds-default {
  display: inline-block;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.lds-default div {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  animation: lds-default 1.2s linear infinite;
}

.lds-default div:nth-child(1) {
  animation-delay: 0s;
  top: 37px;
  left: 66px;
}

.lds-default div:nth-child(2) {
  animation-delay: -0.1s;
  top: 22px;
  left: 62px;
}

.lds-default div:nth-child(3) {
  animation-delay: -0.2s;
  top: 11px;
  left: 52px;
}

.lds-default div:nth-child(4) {
  animation-delay: -0.3s;
  top: 7px;
  left: 37px;
}

.lds-default div:nth-child(5) {
  animation-delay: -0.4s;
  top: 11px;
  left: 22px;
}

.lds-default div:nth-child(6) {
  animation-delay: -0.5s;
  top: 22px;
  left: 11px;
}

.lds-default div:nth-child(7) {
  animation-delay: -0.6s;
  top: 37px;
  left: 7px;
}

.lds-default div:nth-child(8) {
  animation-delay: -0.7s;
  top: 52px;
  left: 11px;
}

.lds-default div:nth-child(9) {
  animation-delay: -0.8s;
  top: 62px;
  left: 22px;
}

.lds-default div:nth-child(10) {
  animation-delay: -0.9s;
  top: 66px;
  left: 37px;
}

.lds-default div:nth-child(11) {
  animation-delay: -1s;
  top: 62px;
  left: 52px;
}

.lds-default div:nth-child(12) {
  animation-delay: -1.1s;
  top: 52px;
  left: 62px;
}

@keyframes lds-default {

  0%,
  20%,
  80%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.5);
  }
}




.city_select_card {
  height: 60vh;
  background: #f2ca7f;
  width: 85%;
  max-width: 600px;
  margin-bottom: 50px;
  margin-left: 11%;
  margin-top: -6px;
  border-radius: 16px;
  position: relative;
  display: inline-block;
}

.city_select_main_card {
  width: 94%;
  height: 91%;
  background: #FFF;
  display: inline-block;
  margin: 3% 3%;
  border-radius: 12px;
  padding: 0px;
  display: grid;
}

.city_select_main_card_title {
  background: #f58803;
  display: inline-block;
  width: 96%;
  padding: 4px 2%;
  color: #FFF;
  border-radius: 12px 12px 0px 0px;
  font-size: 18px;
  font-weight: 500;
}

button.city_index_btn {
  font-size: 20px;
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 25px;
  background: none;
  border: solid 1.7px #f58704;
  color: #f58704;
  margin: 0px 2px;
  display: inline-block;
  cursor: pointer;
}

button.city_index_btn:hover {
  background: #f587041c;
}

button.city_index_btn:active {
  background: #f5870447;
}

.city_select_main_card_body_index {
  display: block;
  width: 96%;
  padding: 6px 10px;
  display: flex;
  /* flex-flow: row wrap; */
  /* justify-content: center; */
  overflow: scroll;
}


.city_select_main_card_body {
  display: block;
  height: 100%;
  position: relative;
  overflow: hidden;
  max-height: 100%;
}


.city_select_main_card_body_list {
  display: inline-block;
  width: 98%;
  padding: 0px 1%;
  padding-bottom: 37px;
  overflow-x: scroll;
  max-height: 91%;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

button.city_btn {
  display: inline-block;
  width: 222px;
  text-align: left;
  font-size: 17px;
  border: none;
  margin: 4px 9px;
  border-radius: 9px;
  padding: 5px 14px;
  background: #f7f7f7;
  overflow: hidden;
  cursor: pointer;
}

button.city_btn:hover {
  background: #e5e4e4;
}

button.city_btn:active {
  background: #cacaca;
}

.index_span {
  display: block;
  width: 100%;
  padding: 4px 2%;
  font-size: 14px;
  line-height: 1;
  border-bottom: solid 3px #9999992b;
  margin-bottom: 4px;
  margin-top: 10px;
}

.index_span span {
  font-size: 23px;
  font-weight: 500;
  vertical-align: baseline;
  margin-right: 3px;
}

button.city_btn span {
  background: #f58704;
  color: #FFF;
  font-size: 13px;
  padding: 3px 6px;
  border-radius: 8px;
  vertical-align: text-bottom;
  margin-right: 5px;
}

.city_select_main_card_body_index::-webkit-scrollbar {
  display: none;
}

.city_select_main_card_body_list::-webkit-scrollbar {
  display: none;
}



.img_select_card {
  /*max-height: 65vh;*/
  background: #f2ca7f;
  width: 60%;
  max-width: 600px;
  margin-bottom: 30px;
  margin-left: 11%;
  margin-top: -6px;
  border-radius: 16px;
  position: relative;
  display: inline-block;
  padding: 1%;
  box-sizing: border-box;
  display: grid !important;
  gap: 5px !important;
  grid-template-columns: repeat(2, 49%) !important;
}

.img_select_btn {
  display: inline-block;
  box-sizing: border-box;
  margin: 2%;
  background: #FFF;
  border-radius: 12px;
  box-shadow: 0px 11px 15px 0px rgba(0, 0, 0, 0.12);
  transition: .3s;
  cursor: pointer;
}

.img_select_btn:hover {
  box-shadow: 0px 7px 6px 0px rgba(0, 0, 0, 0.17);
  background: #ececec;
  transition: .1s;
}

.img_select_btn:active {
  box-shadow: 0px 4px 3px 0px rgba(0, 0, 0, 0.28);
  background: #d7d7d7;
  transition: .1s;
}

.img_select_btn:hover img {
  opacity: .9;
  transition: .3s;
}


.img_select_btn_img_section {
  width: 56%;
  margin: 8% 22%;
  margin-bottom: 3%;
  position: relative;
  padding-bottom: 56%;
  box-sizing: border-box;
}

img.btn_select_img {
  border-radius: 14px;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img_select_btn_text_section {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  margin: 4% 0px;
  color: #1d1b1b;
  margin-bottom: 5%;
  margin-top: 0px;
  padding: 3px 11px;
  padding-bottom: 6px;
  line-height: 1.2;
  width: 100%;
  box-sizing: border-box;
}

.img_select_btn_text_section2 {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  margin: 4% 0px;
  color: #1d1b1b;
  margin-bottom: 5%;
  margin-top: 10px;
}



span.select_text_ring {
  width: 11px;
  display: inline-block;
  height: 11px;
  vertical-align: bottom;
  margin-right: 4px;
  border-radius: 50%;
  border: solid 3px #f58704;
}



.question_group_section {
  max-height: 90vh;
  background: #ffa335b3;
  width: 77%;
  max-width: 460px;
  margin-bottom: 50px;
  margin-left: 11%;
  margin-top: -6px;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  padding: 1% 2.3%;
  box-sizing: border-box;
}

.question_group_list_card_question {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 300;
  color: #1b1b1b;
}

.question_group_list_card_answer {
  display: block;
  width: 100%;
  min-height: 35px;
  background: #FFF;
  border: solid 2px #8b500a;
  border-radius: 8px;
  font-size: 17px;
  font-weight: 500;
  box-sizing: border-box;
  padding: 5px 11px;
  color: #9466354a;
  cursor: pointer;
}

.question_group_list_card_answer:hover {
  background: #e7e7e7;
}

.question_group_list_card_answer:active {
  background: #c8c8c8;
}

.question_group_list_card {
  display: block;
  width: 100%;
  margin: 9px 0px;
}








.main_load_overlay1 {

  position: fixed;
  top: 0px;
  left: 0px;
  background: #0000009c;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  text-align: center;
  justify-content: center;
  display: none;
  -webkit-backdrop-filter: blur(11px);
  backdrop-filter: blur(11px);
}

.main_load_overlay1_card {
  width: calc(100% - 300px);
  min-width: 300px;
  max-width: 600px;
  /* height: calc(100% - 300px); */
  align-self: center;
  display: block;
  /* overflow: scroll;*/
}









.question_overlay1 {
  position: fixed;
  top: 0px;
  left: 0px;
  background: #00000070;
  width: 100%;
  height: 100%;
  z-index: 99999;
  text-align: center;
  justify-content: center;
  display: none;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.question_overlay1_card {
  width: calc(100% - 300px);
  min-width: 300px;
  max-width: 600px;
  /* height: calc(100% - 300px); */
  align-self: center;
  display: block;
  /* overflow: scroll;*/
}

.question_group_overlay_card {
  display: block;
  background: #f6cc7d;
  padding: 10px 0px;
  border-radius: 7px;
  position: relative;
}

.question_group_overlay_card_question {
  display: block;
  font-size: 19px;
  font-weight: 500;
  margin: 12px 0px;
  margin-top: 25px;
}

.question_group_overlay_card_btn_area {
  display: block;
  width: 100%;
  margin-bottom: 28px;
}

.question_group_overlay_card_answer_btn {
  width: 46%;
  margin: 10px 1%;
  font-size: 22px;
  font-weight: 600;
  color: #373737;
  border: none;
  line-height: 1.2;
  padding: 19px 5px;
  border-radius: 57px;
  background: #FFF;
}

.question_group_overlay_card_answer_btn:hover {
  background: #efefef;
}

.question_group_overlay_card_answer_btn:active {
  background: #ded8d8;
}


button.question_overlay1_close_btn {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  right: -3px;
}

button.question_overlay1_close_btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  right: -18px;
  top: -18px;
  border: none;
  padding: 0px;
  color: #fff;
  background: #5a4010;
}

button.question_overlay1_close_btn:hover {
  background: #392809;
}

button.question_overlay1_close_btn:active {
  background: #1c1303;
}

button.question_overlay1_close_btn i {
  font-size: 24px;
  vertical-align: sub;
  font-weight: 700;
}






button.question_overlay1_close_btn2 {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  right: -3px;
}

button.question_overlay1_close_btn2 {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  right: -18px;
  top: -18px;
  border: none;
  padding: 0px;
  color: #717171;
  background: #d0d0d0;
}

button.question_overlay1_close_btn2:hover {
  background: #b8b3b3;
}

button.question_overlay1_close_btn2:active {
  background: #908a8a;
}

button.question_overlay1_close_btn2 i {
  font-size: 24px;
  vertical-align: sub;
  font-weight: 700;
}



.btn_mini {
  color: #8a6a2c;
  background: no-repeat;
  border: solid #33333300;
  font-size: 17px;
  font-weight: 400;
  padding: 12px 31px;
  background: #ffffff29;
  width: auto;
  margin-top: 6px;
  transition: .4s;
}

.btn_mini:hover {
  background: #ffffff5c;
}

.btn_mini:active {
  background: #ffffffa6;
}

.question_group_answer_done {
  color: #000;
  border: solid 2px #8c510936;
  background: #fffffff5;
}

.developer_panel {
  position: fixed;
  display: none;
  width: 10%;
  max-width: 200px;
  left: 2%;
  bottom: 11%;
  height: 10vh;
  overflow: scroll;
  background: #1e1a1a;
  border-radius: 17px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  border-bottom: 3px #6a6a6a38 solid;
  z-index: 99999999;
  color: #FFF;
  padding: 13px 12px;
  box-sizing: border-box;
  transition: .4s;
}

.developer_panel:hover {
  height: 60vh;
}

.developer_panel:active {
  height: 60vh;
}

img.panel_logo {
  width: 27px;
}

h1.panel_h1 {
  font-size: 18px;
  margin: 0px;
  padding: 0px;
  line-height: 1.1;
  font-weight: 600;
}

a.panel_btn1 {
  width: 100%;
  display: inline-block;
  text-align: center;
  border: solid;
  color: #FFF;
  text-decoration: none;
  border-radius: 10px;
  margin-top: 7px;
  font-size: 12px;
  padding: 2px 9px;
  box-sizing: border-box;
}

a.panel_btn1:hover {
  background: #ffffff1e;
}

a.panel_btn1:active {
  background: #ffffff42;
}

button.panel_btn2 {
  width: 46%;
  margin: 0px 2%;
  background: #FFF;
  display: inline-block;
  text-align: center;
  border: solid;
  color: #1e1a1a;
  text-decoration: none;
  border-radius: 10px;
  margin-top: 7px;
  font-size: 12px;
  padding: 2px 1px;
  box-sizing: border-box;
}

button.panel_btn2 i {
  font-size: 34px;
}






.developer_overlay1 {
  position: fixed;
  top: 0px;
  left: 0px;
  background: #00000070;
  width: 100%;
  height: 100%;
  z-index: 99999;
  text-align: center;
  justify-content: center;
  display: none;
}

.developer_overlay1_card {
  width: calc(100% - 300px);
  min-width: 300px;
  max-width: 600px;
  /* height: calc(100% - 300px); */
  align-self: center;
  display: block;
  /* overflow: scroll;*/
}

.developer_card {
  display: block;
  background: #ffffff;
  padding: 10px 0px;
  border-radius: 7px;
  position: relative;
}

.developer_card_answer_list {
  max-height: 50vh;
  overflow: scroll;
}

p.q_title {
  margin: 0px;
  line-height: 1.2;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
}

.developer_card_answer_list_div {
  display: block;
  width: 100%;
  text-align: left;
  margin-bottom: 7px;
  border-bottom: solid 3px #9999993b;
  padding: 3px 19px;
  box-sizing: border-box;
}

span.q_id {
  background: #000;
  color: #FFF;
  line-height: 1;
  padding: 3px 12px;
  margin-right: 8px;
}




.click_me {
  animation: click_me 1.1s infinite ease-in-out .8s alternate;
  transition: .4s;
}



@keyframes click_me {
  0% {
    filter: drop-shadow(1px 1px 4px #444);
    border: solid 3px #FFF;
  }

  50% {
    filter: drop-shadow(3px 3px 16px #999);
    border: solid 3px #d03636;
    background: #e6b5b5;
  }

  100% {
    filter: drop-shadow(1px 1px 4px #444);
    border: solid 3px #FFF;
  }
}





.text_select_card {
  max-height: 65vh;
  background: #f2ca7f;
  width: 65%;
  max-width: 600px;
  margin-bottom: 50px;
  margin-left: 11%;
  margin-top: -6px;
  border-radius: 16px;
  position: relative;
  display: inline-block;
  padding: 2% 2%;
  box-sizing: border-box;
}

.img_select_card .text_select_btn {
  width: unset !important;
}

.text_select_btn {
  display: inline-block;
  box-sizing: border-box;
  margin: 1% 2%;
  background: #FFF;
  border-radius: 12px;
  box-shadow: 0px 11px 15px 0px rgba(0, 0, 0, 0.12);
  transition: .3s;
  cursor: pointer;
}

.text_select_btn {
  min-width: 29%;
  display: inline-block;
  box-sizing: border-box;
  margin: 1% 2%;
  width: 46%;
  background: #FFF;
  border-radius: 12px;
  box-shadow: 0px 11px 15px 0px rgba(0, 0, 0, 0.12);
  transition: .3s;
  padding: 9px 12px;
  line-height: 1.2;
}

.text_select_btn:hover {
  box-shadow: 0px 7px 6px 0px rgba(0, 0, 0, 0.17);
  background: #ececec;
  transition: .1s;
}

.text_select_btn:active {
  box-shadow: 0px 4px 3px 0px rgba(0, 0, 0, 0.28);
  background: #d7d7d7;
  transition: .1s;
}

span.select_text_ring2 {
  width: 15px;
  display: inline-block;
  height: 15px;
  vertical-align: bottom;
  margin-right: 7px;
  border-radius: 50%;
  border: solid 3px #f58704;
}








.chat_spinner {
  width: 70px;
  text-align: center;
}

.chat_spinner>div {
  width: 15px;
  height: 15px;
  background-color: #0000002e;
  border-radius: 100%;
  margin: 0px 3px;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.8s infinite ease-in-out both;
  animation: sk-bouncedelay 1.8s infinite ease-in-out both;
}

.chat_spinner .chat_bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.chat_spinner .chat_bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0)
  }

  40% {
    -webkit-transform: scale(1.0)
  }
}

@keyframes sk-bouncedelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}



.kidoku_unit {
  display: none;
  vertical-align: bottom;
  margin: 1.5em 9px 0px 0;
  font-size: 12px;
  color: #864b04d1;
  font-weight: 700;
  text-shadow: 0.6px 0.6px 0 #FFF, -0.6px -0.6px 0 #FFF, -0.6px 0.6px 0 #FFF, 0.6px -0.6px 0 #FFF, 0px 0.6px 0 #FFF, 0-0.6px 0 #FFF, -0.6px 0 0 #FFF, 0.6px 0 0 #FFF;
}




span.hensuu {
  color: #ed7f00;
}


span.hensuu2 {
  color: #2bb9b4;
}





.chat_plugin_section_tel_unit {
  max-height: 65vh;
  background: #f2ca7f;
  width: 80%;
  max-width: 570px;
  margin-bottom: 12px;
  margin-left: 11%;
  margin-top: -6px;
  border-radius: 16px;
  position: relative;
  display: inline-block;
  padding: 2% 3%;
  box-sizing: border-box;
}

.tel_input {
  width: 100%;
  box-sizing: border-box;
  font-size: 19px;
  padding: 7px 14px;
  border: none;
  border-radius: 12px;
}

.chat_plugin_section_tel_unit p {
  line-height: 1.2;
  margin: 8px 0px;
  font-size: 16px;
  font-weight: 500;
  color: #442c00;
}

p.sub_p {
  font-size: 13px;
}


.chat_plugin_section_cv_btn_unit {
  max-height: 65vh;
  width: 80%;
  max-width: 570px;
  margin-bottom: 50px;
  margin-left: 11%;
  margin-top: -6px;
  border-radius: 16px;
  position: relative;
  display: inline-block;
  padding: 2% 3%;
  box-sizing: border-box;
  text-align: center;
}

button.cv_btn_go {
  color: #FFF;
  font-size: 18px;
  text-align: center;
  padding: 17px 73px;
  border-radius: 14px;
  font-weight: 600;
  border: solid 1px #FFF;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  border-bottom: 2px #6a6a6a solid;
  cursor: pointer;
  position: relative;
  transition: .2s;
  background: linear-gradient(25deg, #e07210, #eaa33a);
}



button.cv_btn_go:hover {
  opacity: .8;
}

button.cv_btn_go:active {
  opacity: .5;
}

button.cv_btn_go img {
  position: absolute;
  width: 25%;
  right: 0%;
  filter: drop-shadow(3px 3px 16px #999);
  bottom: 0%;
  animation: fuwafuwa 1.1s infinite ease-in-out .8s alternate;
}

button.cv_btn_go:disabled {
  background: #b6b6b6;
  box-shadow: none;
  border: none;
  color: #dbdbdb;
  cursor: no-drop;
}

button.cv_btn_go:disabled img {
  display: none;
}

button.cv_btn_go:disabled:hover {
  opacity: 1;
}

button.cv_btn_go:disabled::after {
  opacity: 1;
}


.tel_input::placeholder {
  color: #9999999e;
}

.tel_input:focus {
  border: none;
  outline: none;
}

.tel_error_reslt {
  color: #df2525 !important;
  font-size: 14px !important;
  margin: 0px !important;
  margin-top: 2px !important;
  padding: 0px 5px !important;
}


textarea.developer_textarea {
  width: 94%;
  box-sizing: border-box;
  margin: 0px 3%;
  border: solid 1px #33333340;
  border-radius: 13px;
  font-size: 13px;
  padding: 3px 13px;
  color: #999;
  height: 50px;
}

button.developer_btn1 {
  font-size: 17px;
  padding: 11px 17px;
  line-height: 1;
  background: #3d3d3d;
  color: #FFF;
  border: none;
  margin: 3px 6px;
  border-radius: 11px;
}

.skip_mode_on {
  background: #3F51B5;
}

.chat_body_img_area {
  display: inline-block;
  width: 65%;
  background: #FFF;
  max-width: 65%;
  border-radius: 21px;
  padding: 10px;
  box-shadow: 0px 11px 15px 0px rgba(0, 0, 0, 0.12);
  transition: .3s;
}

img.chat_body_img {
  border-radius: 15px;
  width: 100%;
  margin: 0px;
  box-sizing: border-box;
}





.chat_body_img_area2 {
  display: inline-block;
  width: 100%;
  background: #FFF;
  max-width: 100%;
  border-radius: 12px;
  padding: 0px;
  box-shadow: 0px 11px 15px 0px rgba(0, 0, 0, 0.12);
  transition: .3s;
}



/***********************************　右上のロード表示のエリア　　************************************/
#loadbararea {
  position: fixed;
  top: 6px;
  right: 7px;
  width: 154px;
  margin: 5px 5px 5px 5px;
  padding: 5px 5px 5px 12px;
  z-index: 999999999;
  border-radius: 16px;
  background-color: #000000ba;
  opacity: 0.8;
  display: none;
  color: #FFF;
}

.loadbararea_text {
  display: inline-block;
  color: #FFF;
  height: 27px;
  font-size: 17px;
  margin-bottom: 6px;
  position: absolute;
  margin-top: 7px;
  margin-left: 8px;
  font-family: 'Reggae One', cursive;
}

/***********************************　右上のロード表示のエリア　　************************************/


/***********************************　右上のロード表示　　************************************/
.sk-chase {
  width: 45px;
  height: 45px;
  margin: 5px 5px 5px 5px;
  position: relative;
  animation: sk-chase 2.5s infinite linear both;
  display: inline-block;
}

.sk-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  animation: sk-chase-dot 2.0s infinite ease-in-out both;
}

.sk-chase-dot:before {
  content: '';
  display: block;
  width: 25%;
  height: 25%;
  background-color: #fff;
  border-radius: 100%;
  animation: sk-chase-dot-before 2.0s infinite ease-in-out both;
}

.sk-chase-dot:nth-child(1) {
  animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2) {
  animation-delay: -1.0s;
}

.sk-chase-dot:nth-child(3) {
  animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4) {
  animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5) {
  animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6) {
  animation-delay: -0.6s;
}

.sk-chase-dot:nth-child(1):before {
  animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2):before {
  animation-delay: -1.0s;
}

.sk-chase-dot:nth-child(3):before {
  animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4):before {
  animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5):before {
  animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6):before {
  animation-delay: -0.6s;
}

@keyframes sk-chase {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes sk-chase-dot {

  80%,
  100% {
    transform: rotate(360deg);
  }
}

@keyframes sk-chase-dot-before {
  50% {
    transform: scale(0.5);
  }

  100%,
  0% {
    transform: scale(1.2);
  }
}

/***********************************　右上のロード表示　　************************************/











/***********************************　右上のロード表示のエリア　　************************************/
#save_loadbararea {
  position: fixed;
  top: 6px;
  right: 7px;
  margin: 5px 5px 5px 5px;
  padding: 5px 5px 5px 12px;
  z-index: 999999999;
  border-radius: 16px;
  opacity: 0.8;
  display: block;
  opacity: 0;
  pointer-events: none;
}

/***********************************　右上のロード表示のエリア　　************************************/


/***********************************　右上のロード表示　　************************************/
#circularG {
  position: relative;
  width: 46.4px;
  height: 46.4px;
  margin: auto;
}

.circularG {
  position: absolute;
  background-color: #f58803;
  width: 11.2px;
  height: 11.2px;
  border-radius: 7.2px;
  -o-border-radius: 7.2px;
  -ms-border-radius: 7.2px;
  -webkit-border-radius: 7.2px;
  -moz-border-radius: 7.2px;
  animation-name: bounce_circularG;
  -o-animation-name: bounce_circularG;
  -ms-animation-name: bounce_circularG;
  -webkit-animation-name: bounce_circularG;
  -moz-animation-name: bounce_circularG;
  animation-duration: 1.1s;
  -o-animation-duration: 1.1s;
  -ms-animation-duration: 1.1s;
  -webkit-animation-duration: 1.1s;
  -moz-animation-duration: 1.1s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-direction: normal;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
}

#circularG_1 {
  left: 0;
  top: 18.4px;
  animation-delay: 0.41s;
  -o-animation-delay: 0.41s;
  -ms-animation-delay: 0.41s;
  -webkit-animation-delay: 0.41s;
  -moz-animation-delay: 0.41s;
}

#circularG_2 {
  left: 4.8px;
  top: 4.8px;
  animation-delay: 0.55s;
  -o-animation-delay: 0.55s;
  -ms-animation-delay: 0.55s;
  -webkit-animation-delay: 0.55s;
  -moz-animation-delay: 0.55s;
}

#circularG_3 {
  top: 0;
  left: 18.4px;
  animation-delay: 0.69s;
  -o-animation-delay: 0.69s;
  -ms-animation-delay: 0.69s;
  -webkit-animation-delay: 0.69s;
  -moz-animation-delay: 0.69s;
}

#circularG_4 {
  right: 4.8px;
  top: 4.8px;
  animation-delay: 0.83s;
  -o-animation-delay: 0.83s;
  -ms-animation-delay: 0.83s;
  -webkit-animation-delay: 0.83s;
  -moz-animation-delay: 0.83s;
}

#circularG_5 {
  right: 0;
  top: 18.4px;
  animation-delay: 0.97s;
  -o-animation-delay: 0.97s;
  -ms-animation-delay: 0.97s;
  -webkit-animation-delay: 0.97s;
  -moz-animation-delay: 0.97s;
}

#circularG_6 {
  right: 4.8px;
  bottom: 4.8px;
  animation-delay: 1.1s;
  -o-animation-delay: 1.1s;
  -ms-animation-delay: 1.1s;
  -webkit-animation-delay: 1.1s;
  -moz-animation-delay: 1.1s;
}

#circularG_7 {
  left: 18.4px;
  bottom: 0;
  animation-delay: 1.24s;
  -o-animation-delay: 1.24s;
  -ms-animation-delay: 1.24s;
  -webkit-animation-delay: 1.24s;
  -moz-animation-delay: 1.24s;
}

#circularG_8 {
  left: 4.8px;
  bottom: 4.8px;
  animation-delay: 1.38s;
  -o-animation-delay: 1.38s;
  -ms-animation-delay: 1.38s;
  -webkit-animation-delay: 1.38s;
  -moz-animation-delay: 1.38s;
}

button.text_select_card_back {
  position: absolute;
  bottom: -50px;
  background: #f69126;
  left: 0px;
  border-radius: 11px;
  border: none;
  display: flex;
  align-items: center;
  padding: 8px 15px;
  color: #FFF;
  font-weight: 600;
  cursor: pointer;
}

button.text_select_card_back:hover {
  opacity: .8;
}


@keyframes bounce_circularG {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(.3);
  }
}

@-o-keyframes bounce_circularG {
  0% {
    -o-transform: scale(1);
  }

  100% {
    -o-transform: scale(.3);
  }
}

@-ms-keyframes bounce_circularG {
  0% {
    -ms-transform: scale(1);
  }

  100% {
    -ms-transform: scale(.3);
  }
}

@-webkit-keyframes bounce_circularG {
  0% {
    -webkit-transform: scale(1);
  }

  100% {
    -webkit-transform: scale(.3);
  }
}

@-moz-keyframes bounce_circularG {
  0% {
    -moz-transform: scale(1);
  }

  100% {
    -moz-transform: scale(.3);
  }
}

/***********************************　右上のロード表示　　************************************/






img.select_text_ring_img {
  width: 21px;
  vertical-align: bottom;
  margin-right: 10px;
}



.test_panel {
  display: none;
  top: 10%;
  max-width: 80%;
  position: fixed;
  z-index: 99999999;
  background: #000000ba;
  color: #FFFF;
  font-size: 29px;
  line-height: 1.2;
  margin: 0px;
  padding: 5px;
  border-radius: 3px;
}

img.badge_mini1 {
  display: none;
}









.stop_overlay1_check:checked+.stop_overlay1 {
  display: flex;
}

.stop_overlay1 {
  position: fixed;
  top: 0px;
  left: 0px;
  background: #00000070;
  width: 100%;
  height: 100%;
  z-index: 999999999;
  text-align: center;
  justify-content: center;
  display: none;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.stop_overlay1_card {
  width: calc(100% - 300px);
  min-width: 300px;
  max-width: 900px;
  /* height: calc(100% - 300px); */
  align-self: center;
  display: block;
  /* overflow: scroll; */
  position: relative;
}

img.stop_banner {
  width: 100%;
  border-radius: 9px;
}

img.stop_banner_sp {
  display: none;
  width: 96%;
  border-radius: 9px;
  margin: 0px 2%;
}

label.stop_overlay1_label {
  width: 100%;
  height: 100%;
  position: fixed;
}

.stop_overlay1_check {
  display: none;
}


.fix_unit {
  display: block;
  margin-bottom: 1.2em;
  margin-right: 15px;
  margin-top: 5px;
}

.fix_btn {
  display: inline-block;
  color: #f58803eb;
  font-size: 15px;
  cursor: pointer;
  border: none;
  background: #ffffff69;
  border-radius: 8px;
  padding: 3px 12px;
}

.fix_btn i {
  font-size: 18px;
  vertical-align: bottom;
  margin-right: 4px;
  margin-bottom: 2px;
}

.fix_btn:hover {
  background: #ffffffa1;
}

.fix_btn:active {
  background: #ffffffc4;
}



.control_panel {
  position: fixed;
  display: block;
  max-width: 200px;
  left: 2%;
  top: 120px;
  height: 6vh;
  border-radius: 17px;
  z-index: 99999999;
  color: #FFF;
  padding: 13px 12px;
  box-sizing: border-box;
}



button.settings_btn1 {
  font-size: 23px;
  font-weight: 600;
  background: #f58803eb;
  border: none;
  color: #FFF;
  border-radius: 10px;
  padding: 3px 3px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
  width: 56px;
  height: 56px;
}

button.settings_btn1:hover {
  background: #d07505eb;
}

button.settings_btn1:hover {
  background: #a65e04eb;
}

button.settings_btn1 i {
  font-size: 16px;
  vertical-align: bottom;
}

#map {
  min-height: 400px;
  min-width: 400px;
}

.p_load {
  background: #0009;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 23px;
}

input#japan-map-back-btn {
  background: #f48e24;
  border: none;
  color: #FFF;
  font-size: 21px;
  padding: 6px 16px;
  border-radius: 16px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  border-bottom: 3px #6a6a6a38 solid;
  font-weight: 600;
}


section.next_modal {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  text-align: center;
  background: #000000c4;
  display: none;
  top: 0px;
  left: 0px;
}

.modal_btn_area {
  display: table-cell;
  vertical-align: middle;
}

div.banner_body {
  display: none;
  background: #FFF;
  border-radius: 12px;
  padding: 23px 2%;
  background-image: url(img/_e_town0080_s1024_town0080_10.png);
  object-fit: cover;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center bottom -2px;
}


.mini_icon {
  width: 8% !important;
}

.balloon2-left2:before {
  z-index: 2;
  left: -22px;
  margin-top: -17px;
  border: 17px solid transparent;
  border-right: 17px solid #FFF;
  bottom: 30%;
  top: unset;
  transform: .5s;
}

.balloon2-left2:after {
  z-index: 1;
  left: -29px;
  bottom: 30%;
  top: unset;
  transform: .5s;
}

.balloon2-left2 {
  padding: 10px 18px;
  max-width: 82%;
  transition: .4s;
  min-height: 54px;
}

.chat_section2 {
  margin-bottom: 23px;
}



.backgrand_pic {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: -10;
  background: #FFF;
  pointer-events: none;
}

.backgrand_pic_off {
  opacity: 1;
  animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}


.backgrand_pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1.3s;
  opacity: 0;
  pointer-events: none;
  transform: scale(1.7);
}



span.message_score {
  color: #f58704;
  padding-left: 6px;
  animation: flash 1s linear infinite;
  display: none;
}


@keyframes flash {
  0% {
    opacity: 1;
    transform: translate(0px, -2px) rotate(0deg);
  }

  50% {
    opacity: 0;
    transform: translate(0px, 6px) rotate(0deg);
  }


  100% {
    opacity: 1;
    transform: translate(0px, -2px) rotate(0deg);
  }
}




@keyframes fadeIn {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}








.js-marker {
  display: inline;
  position: relative;
  background-image: linear-gradient(90deg, #cddc82, #cddc82);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 40%;
  transition: all 1.6s ease-in-out;
  font-weight: 700;
}

.js-marker.inview {
  background-size: 100% 40%;
}


.ab_test_btn1 {
  border: none;
  color: #FFF;
  font-size: 39px;
  text-align: center;
  padding: 24px 36px;
  border-radius: 73px;
  font-weight: 900;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  border-bottom: 12px #41284a solid;
  cursor: pointer;
  position: relative;
  transition: .2s;
  background: linear-gradient(25deg, #203260, #ea3ad6);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ab_test_btn1:hover {
  border-bottom-width: 3px;
  margin-top: 3px;
}

.ab_test_btn1:active {
  border-bottom-width: 3px;
  transform: scale(0.94);
  opacity: .7;
}

.ab_test_btn1 img {
  position: absolute;
  width: 25%;
  right: 0%;
  filter: drop-shadow(3px 3px 16px #999);
  bottom: -30%;
  animation: fuwafuwa 1.1s infinite ease-in-out .8s alternate;
}

.ab_test_btn1 i {
  font-size: 70px;
}

.ab_test_btn1_text {}






.ab_test_btn2 {
  border: none;
  color: #FFF;
  font-size: 39px;
  text-align: center;
  padding: 24px 36px;
  border-radius: 73px;
  font-weight: 900;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  border-bottom: 12px #700707 solid;
  cursor: pointer;
  position: relative;
  transition: .2s;
  background: #b41212;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ab_test_btn2:hover {
  border-bottom-width: 3px;
  margin-top: 3px;
}

.ab_test_btn2:active {
  border-bottom-width: 3px;
  transform: scale(0.94);
  opacity: .7;
}

.ab_test_btn2 img {
  position: absolute;
  width: 25%;
  right: 0%;
  filter: drop-shadow(3px 3px 16px #999);
  bottom: -30%;
  animation: fuwafuwa 1.1s infinite ease-in-out .8s alternate;
}

.ab_test_btn2 i {
  font-size: 70px;
}

.ab_test_btn2_text {
  padding-left: 40px;
  flex-grow: 1;
}

.button_purple {
  background: #622ba9 !important;
}










.ab_test_btn3 {
  border: none;
  color: #ffffff;
  font-size: 37px;
  text-align: center;
  padding: 25px 71px;
  border-radius: 73px;
  font-weight: 900;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  border-bottom: 12px #5b1716 solid;
  cursor: pointer;
  position: relative;
  transition: .2s;
  background: linear-gradient(25deg, #f44a4a, #ff0000);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
}
@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}
 

.ab_test_btn3:hover {
  border-bottom-width: 3px;
  margin-top: 3px;
}

.ab_test_btn3:active {
  border-bottom-width: 3px;
  transform: scale(0.94);
  opacity: .7;
}

.ab_test_btn3 img {
  position: absolute;
  width: 25%;
  right: 0%;
  filter: drop-shadow(3px 3px 16px #999);
  bottom: -30%;
  animation: fuwafuwa 1.1s infinite ease-in-out .8s alternate;
}

.ab_test_btn3 i {
  font-size: 70px;
}

.ab_test_btn3_text {}



span.ab_test_btn3_roud {
  position: absolute;
  left: -70px;
  top: -13px;
  border: solid 3px;
  background: #FFF;
  width: 105px;
  height: 105px;
  border-radius: 50%;
  font-size: 25px;
  text-align: center;
  line-height: 1.2;
  display: grid;
  align-items: center;
  justify-content: center;
  color: #000;
}

span.ab_test_btn3_ring {
  border: solid 3px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  position: absolute;
  border-radius: 73px;
  top: 0px;
  left: -1px;
  display: none;
}

@media screen and (max-width: 750px) {


  .pc_pic {
    display: none !important;
  }

  .sp_pic {
    display: block !important;
  }

  img.stop_banner_sp {
    display: block;
    position: fixed;
    top: 2%;
    left: 0%;
  }

  img.stop_banner {
    display: none;
  }


  .developer_panel {
    z-index: -9;
    display: none;
    max-width: 0px;
    max-height: 0px;
    overflow: hidden;
    opacity: 0;
  }

  .overlay1_center_card {
    width: 95%;
    min-width: unset;
    max-width: 100%;
  }

  .overlay1_center_modal_textarea p {
    max-height: unset;
    text-align: left;
    width: 70%;
    font-size: 20px;
  }

  img.top_banner {
    width: 90% !important;
    margin: 0px;
    margin: 0px 5% !important;
    cursor: pointer;
  }
  img.top_banner:hover {
    opacity: .8;
  }


  .overlay1_center_modal_btnarea {
    display: block;
    width: 90%;
    margin: 0px 5%;
    padding: 3px 0px;
    padding-bottom: 29px;
  }

  button.overlay1_center_btn {
    width: 98%;
    margin: 17px 0px;
    display: block;
    font-size: 21px;
    padding: 16px 1%;
  }

  .main_header {
    margin: 0px;
    width: 100%;
    overflow: hidden;
  }

  img.doors_logo {
    margin: auto;
    margin-top: 8px;
    height: 41px;
    width: auto;
    margin-right: 7px;
    margin-bottom: 4px;
  }

  img.badge_mini1 {
    display: inline-block;
    height: 55px;
  }

  img.badge1 {
    display: none;
  }

  .chat_area {
    width: 100%;
  }

  .chat_section {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }


  .balloon2-left {
    padding: 13px 15px;
    max-width: 90%;
  }

  .balloon2-right {
    padding: 13px 15px;
  }

  .balloon2-left div {
    font-size: 14.5px;
    line-height: 1.3;
    font-weight: 700;
  }

  .balloon2-left div {
    font-size: 15.5px !important;
    font-weight: 500 !important;
  }

  .balloon2-left {
    padding: 14px 17px !important;
    padding-top: 13px !important;
  }



  .balloon2-right {
    padding: 13px 20px !important;
  }



  .img_select_card {
    width: 100%;
    margin: 0px;
    margin-bottom: 0px;
    padding: 3%;
    display: grid !important;
    gap: 5px !important;
    grid-template-columns: repeat(2, 49%) !important;
  }

  .img_select_btn {
    width: unset !important;
  }

  .user_guide_message {
    width: 100%;
    margin: 0px;
    right: 0px;
    box-sizing: border-box;
    border-radius: 10px 10px 0px 0px;
    bottom: 28px;
  }

  .contact_bar {
    font-size: 9px;
    padding: 7px 0px;
  }

  .img_select_btn_text_section {
    font-size: 14.6px;
    font-weight: 500;
  }

  .img_select_btn_text_section {
    padding: 3px 11px;
    padding-bottom: 6px;
    line-height: 1.2;
    width: 100%;
    box-sizing: border-box;
  }

  .img_select_btn_text_section2 {
    font-size: 14.6px;
    font-weight: 700;
    margin-top: 3%;
  }

  span.select_text_ring {
    width: 12px;
    height: 12px;
    border: solid 3px #f58704;
    vertical-align: sub;
    margin-right: 3px;
  }

  .city_select_card {
    width: 100%;
    margin: 0px;
    margin-bottom: 5px;
    padding: 2%;
    box-sizing: border-box;
    height: 70vh;
  }

  .text_select_card {
    width: 100%;
    margin: 0px;
    padding: 3%;
  }

  iframe#map {
    width: 97% !important;
    height: 350px;
    min-width: unset !important;
    min-height: unset !important;
  }


  .chat_plugin_section2 {
    position: relative;
  }

  .user_guide_message_img1 {
    display: none;
  }

  input#japan-map-back-btn {
    position: fixed;
    right: 2px;
    display: inline-block;
    font-size: 19px;
  }

  .city_select_main_card_body_list {
    overflow-x: hidden;
    overflow-y: scroll;
    width: 100%;
    max-height: calc(100% - 80px);
  }

  input#japan-map-back-btn {
    position: fixed;
    right: 3px;
    display: flex;
    font-size: 21px;
    border: none;
  }

  button.city_index_btn {
    text-align: center;
    border-radius: 9px;
    font-size: 20px;
    width: auto;
    height: auto;
    padding: 0px;
  }

  span.select_text_ring2 {
    width: 10px;
    height: 10px;
    border: solid 3px #f58704;
    margin-right: 4px;
    vertical-align: bottom;
  }

  .question_overlay1_card {
    width: 88%;
    min-width: unset;
    max-width: unset;
    margin: 0px 6%;
  }

  .question_group_overlay_card_answer_btn {
    font-size: 18px;
    width: 43%;
    margin: 10px 2%;
  }

  .question_group_section {
    width: 92%;
    margin: 0px 4%;
    padding: 2% 5%;
    height: auto;
    max-height: unset;
    margin-bottom: 30px;
  }

  .question_group_overlay_card_question {
    width: 100%;
    padding: 0px 5%;
    box-sizing: border-box;
  }

  .loading_overlay1_card {
    width: 90%;
  }

  .city_select_main_card {
    width: 94%;
    height: 96%;
    display: inline-block;
    margin: 3% 3%;
    display: inline-block;
    box-sizing: border-box;
  }

  .city_select_main_card_body_index {
    display: inline-flex;
    overflow: scroll;
  }

  button.city_btn {
    color: #000;
    font-size: 18px;
    padding: 6px 16px;
  }


  .balloon2-left:before {
    top: 45%;
  }

  .balloon2-left:after {
    top: 45%;
  }

  .chat_spinner {
    width: auto;
  }

  .chat_spinner>div {
    width: 12px;
    height: 12px;
  }

  .balloon2-left {
    padding: 13px 15px;
    padding-top: 10px;
  }

  .chat_plugin_section_tel_unit {
    width: 98%;
    margin: 1%;
    padding: 3% 5%;
  }

  .chat_plugin_section_cv_btn_unit {
    width: 98%;
    margin: 1%;
  }

  .chat_body_img_area {
    width: 90%;
    max-width: 90%;
    padding: 8px;
  }

  .chat_body_img_area2 {
    width: 90%;
    max-width: 90%;
    padding: 8px;
  }

  img.select_text_ring_img {
    width: 17px;
    margin-right: 5px;
  }

  .stop_overlay1_card {
    width: 93%;
    max-width: unset;
  }

  .stop_overlay1_btn {
    font-size: 19px;
    padding: 12px 27px;
    position: fixed;
    bottom: 10%;
    width: 70%;
    left: 15%;
  }

  #save_loadbararea {
    top: 0px;
    right: 0px;
  }

  .circularG {
    background-color: #f58803;
  }

  .control_panel {
    top: 63px;
    left: 0px;
  }

  button.settings_btn1 {
    font-size: 21px;
    padding: 3px;
    width: 50px;
    height: 50px;
  }

  .backgrand_pic img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
  }


  .ab_test_btn1 {
    width: 80% !important;
    font-size: 25px;
    padding: 18px 15px;
    border-bottom-width: 8px;
  }

  .ab_test_btn1 i {
    font-size: 40px;
  }

  .ab_test_btn2 {
    width: 80% !important;
    font-size: 25px;
    padding: 18px 15px;
    border-bottom-width: 8px;
  }

  .ab_test_btn2 i {
    font-size: 40px;
  }

  .ab_test_btn3 {
    width: 80% !important;
    font-size: 25px;
    padding: 18px 15px;
    border-bottom-width: 12px;
    border-bottom: 12px #5b1716 solid;
    background: #f44a4a
  }

  .ab_test_btn3 i {
    font-size: 40px;
  }

  span.ab_test_btn3_roud {
    left: -28px;
    top: -15px;
    width: 81px;
    height: 81px;
    font-size: 19px;
  }


}