[id ^= sandbox_theme_panel] {
  color: #000;
  width: 100px !important;
  font-size: 10px !important;
  right: 0 !important;
  top: auto !important;
  bottom: 0 !important; }

html {
  overflow: auto; }

div.guide-for-iphones {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 900;
  display: none;
  justify-content: space-around; }

div.guide-for-iphones h3 {
  text-align: center;
  font-size: 21px; }

div.guide-for-iphones .screen_bg {
  background: #000;
  width: 100%;
  height: 100%;
  position: relative; }

div.guide-for-iphones .guide_body {
  background: #fff;
  position: absolute;
  margin: 25px;
  padding: 20px;
  color: #000; }

div.guide-for-iphones .guide_body .line {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 5px; }

span.hidden {
  color: #000;
  font-weight: bold; }

div.guide-for-iphones .ios_close {
  background: #dd9e39;
  color: #fff;
  display: block;
  margin: 10px auto;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  width: 160px; }

div.android {
  text-align: center; }

div.android a.pwa-install img {
  width: 42px;
  height: 52px;
  cursor: pointer; }

div.android a, div.android a.pwa-install {
  text-decoration: none; }

div.title-social {
  font-family: Jura, sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #000;
  text-align: center;
  margin: 10px 0px; }

.title-page a.push_sub, a.push_sub {
  font-family: Jura, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  background: #282828;
  color: #fff;
  padding: 8px 14px;
  margin: 10px auto;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  display: block;
  width: 150px; }

div.talk_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center; }

div.talk_container .item {
  border: 1px solid #ccc;
  padding: 30px;
  width: 35%;
  min-width: 300px;
  background: #eee;
  border-radius: 5px;
  margin: 20px 0px; }

div.talk_container .item textarea {
  width: 100%;
  resize: none;
  border: 1px solid #ccc;
  padding: 5px;
  padding: 10px; }

div.talk_container .item input[type="text"] {
  width: 100%;
  border: 1px solid #ccc;
  padding: 10px; }

div.talk_container .item input[type="button"] {
  display: block;
  margin: auto;
  font-family: "Arial", "Verdana", "sans-serif";
  font-size: 16px;
  padding: 10px 25px;
  border-radius: 5px;
  border: 1px solid #ccc;
  background: #29bc50;
  color: #fff; }

div.talk_container .item p {
  font-family: "Arial", "Verdana", "sans-serif";
  font-size: 16px;
  line-height: 0px; }

div#delivery_report {
  width: 100%;
  height: 280px;
  background: #fff;
  border: 1px solid #ccc;
  overflow-y: scroll;
  padding: 10px;
  font-family: "Arial", "Verdana", "sans-serif";
  font-size: 16px; }

div#delivery_report .success {
  padding: 3px;
  color: #000;
  font-weight: bold; }

div#delivery_report .danger {
  padding: 3px;
  color: #000;
  font-weight: bold; }

div.pwa_sub_container {
  width: 100%;
  margin: 20px 0px;
  padding: 30px 0px 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center; }

div.pwa_sub_container .text-container {
  color: #0d0d0d;
  padding-bottom: 15px; }

div.pwa_sub_container a.push_sub {
  border: none;
  border: 1px solid #ed772d;
  display: block;
  font-size: 16px;
  margin: 5px 0px;
  padding: 12px 12px;
  background: #ed772d;
  text-align: center;
  color: #fff;
  font-weight: bold;
  border-radius: 3px;
  width: 100%;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }

div.pwa_sub_container a.push_sub:hover {
  border: 1px solid #ed772d;
  background: transparent;
  color: #ed772d; }

div.pwa_sub_container {
  background: #fff;
  border-left: 6px solid #ed772d;
  padding: 21px 30px 25px 21px;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 18px;
  border-radius: 3px; }

div.pwa_sub_container .button-contaner {
  width: 100%; }

div.pwa_sub_container .text-container .caption {
  font-weight: bold;
  font-size: 19px;
  margin-bottom: 8px; }

div.pwa_sub_container .text-container .text {
  font-size: 15px; }

.pwa_install_container {
  padding: 30px;
  background: linear-gradient(to left, #000, #000), url("/d/install_back.png") center center no-repeat;
  border-radius: 4px;
  margin-top: 10px; }

.pwa_install_container .text_container .caption {
  font-size: 21px;
  line-height: 20px;
  text-shadow: 1px 1px 1px #101010;
  color: #000;
  margin-bottom: 8px; }

.pwa_install_container .text_container .text {
  font-size: 16px;
  line-height: 18px;
  text-shadow: 1px 1px 1px #444;
  color: #000;
  margin-bottom: 8px; }

div.pwa_install_container input[type="button"] {
  display: none;
  width: 100%;
  font-size: 15px;
  font-weight: bold;
  padding: 15px;
  background: #000;
  border-radius: 2px;
  border: none;
  color: #fff; }

div.android_install.hidden, div.ios_install.hidden {
  display: none; }

div.android_install {
  display: flex;
  position: relative;
  justify-content: space-around;
  box-shadow: 1px 0px 8px #ccc;
  flex-wrap: wrap;
  position: fixed;
  bottom: 0px;
  left: 0px;
  background: #fff;
  width: 20%;
  padding: 15px;
  min-width: 300px;
  z-index: 1000; }

a.close_win {
  display: block;
  position: absolute;
  top: -15px;
  right: -14px;
  color: #fff;
  background: #dd9e39;
  padding: 5px 12px;
  text-decoration: none;
  cursor: pointer; }

@media screen and (max-width: 820px) {
  div.android_install {
    width: 30%; } }

@media screen and (max-width: 640px) {
  div.android_install {
    width: 50%; } }

@media screen and (max-width: 500px) {
  div.pwa-install-wr, div.push-install-wr {
    width: 100%;
    text-align: center; } }

@media screen and (max-width: 360px) {
  div.android_install {
    right: 0px; } }

div#ios_install {
  position: fixed;
  bottom: 0px;
  left: 0px;
  background: #fff;
  width: 20%;
  z-index: 900;
  text-align: center;
  padding-bottom: 15px; }

@media screen and (max-width: 1024px) {
  div#ios_install {
    width: 20%; } }

@media screen and (max-width: 500px) {
  div#ios_install {
    width: 30%; } }

@media screen and (max-width: 360px) {
  div#ios_install {
    width: 50%;
    right: 0px;
    bottom: 0px; }

  a.close_win {
    left: 3px;
    top: 3px;
    width: 12px; } }

div.localpagelist2 .localpagelist2__block {
  width: 31%;
  text-align: center;
  background: #fff;
  padding: 20px 0px;
  box-shadow: 0 0 8px #000; }

div.localpagelist2 .localpagelist2__block .localpic.localpagelist2__block-pic {
  margin-bottom: 0px; }

div.localpagelist2 .localpagelist2__block .localpic.localpagelist2__block-pic img {
  width: 100px;
  height: 100px; }

@media screen and (max-width: 420px) {
  div.localpagelist2 .localpagelist2__block {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-left: 0px; }

  div.localpagelist2 .localpagelist2__block .localpic.localpagelist2__block-pic {
    width: 25%;
    text-align: left; }

  div.localpagelist2 .localpagelist2__block .localpic.localpagelist2__block-pic img {
    width: 72px;
    height: 72px; } }

@media screen and (max-width: 510px) {
  div.site-phone .site-phone-in div a {
    font-size: 24px; } }

div.g-comment span.comment_warn {
  position: absolute;
  right: 5px;
  top: 10px;
  cursor: pointer;
  background: #286be0;
  padding: 2px 8px;
  color: #fff; }

div.warn_success {
  display: flex;
  width: 220px;
  height: 42px;
  padding: 6px;
  text-align: center;
  position: absolute;
  top: 6px;
  right: 5px;
  background: #fff2c1; }

div.warn_success.hidden {
  display: none; }
