@charset "utf-8";
html.support-contents {
  background: #f0f0f2;
}
.app .dark {
  display: none;
}
.support .support-modal-open {
  align-items: center;
  background: #00b893;
  backface-visibility: hidden;
  bottom: 16px;
  border-radius: 4px;
  box-shadow: 0 4px 8px rgb(0 0 0 / 12%), 0 2px 2px rgb(0 0 0 / 16%);
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  justify-content: center;
  overflow: hidden;
  position: fixed;
  right: 16px;
  padding: 12px;
  -webkit-backface-visibility:hidden;
  z-index: 100;
}
.support .support-modal-open img {
  display: block;
  margin-right: 4px;
  width: 24px;
}
@media screen and (max-width:767px) {
  .support .support-modal-open {
    font-size: 12px;
    padding: 8px;
  }
}
.support-modal {
  bottom: 16px;
  border-radius: 4px;
  box-shadow: 0 4px 8px rgb(0 0 0 / 12%), 0 2px 2px rgb(0 0 0 / 16%);
  display: none;
  height: 450px;
  overflow: hidden;
  position: fixed;
  right: 16px;
  width: 350px;
  z-index: 101;
}
.support-modal-header {
  align-items: center;
  background: #00b893;
  display: flex;
  justify-content: space-between;
  padding: 12px;
}
.support-modal-header .title {
  align-items: center;
  color: #fff;
  display: flex;
  font-weight: 600;
}
.support-modal-header .title img {
  display: block;
  margin-right: 4px;
  width: 24px;
}
.support-modal-header .support-modal-close {
  cursor: pointer;
}
.support-modal-header .support-modal-close img {
  display: block;
  width: 24px;
}
.support-modal iframe {
  border: none;
  height: 402px;
  width: 350px;
}
@media screen and (max-width:767px) {
  .support-modal {
    bottom: 0;
    border-radius: 0;
    height: 100vh;
    right: 0;
    top: 0;
    width: 100%;
  }
  .support-modal iframe {
    border: none;
    height: calc(100vh - 48px);
    width: 100%;
  }
}
.support-modal-contents h3 {
  color: #828291;
  font-weight: 400;
  margin: 32px 16px 16px;
}
.support-modal-body {
  background: #fff;
}
.support-modal-contents .list {
  border-top: 1px solid #d8d7dd;
}
.support-modal-contents .list li {
  border-bottom: 1px solid #d8d7dd;
  background: url(../images/common_styles/linearrow_right_gray_for-bandlist.png) no-repeat right;
  background-size: 32px auto;
}
.support-modal-contents .list li a {
  cursor: pointer;
  font-size: 14px;
  line-height: 16px;
  padding: 16px 24px 16px 16px;
  display: block;
  color: #383850;
  text-decoration: none;
}
.tel-button {
  background: #ff6366;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-weight: 600;
  justify-content: center;
  line-height: 1;
  margin: 16px;
  padding: 16px;
  text-align: center;
  text-decoration: none;
}
.tel-button .number {
  align-items: center;
  display: flex;
  font-size: 28px;
  font-weight: bold;
  justify-content: center;
  margin-top: 8px;
}
.tel-button img {
  display: block;
  margin-right: 4px;
  width: 24px;
}
.tel-sub {
  text-align: center;
}

@media (prefers-color-scheme: dark) {
  .app.support-contents {
    background: #000;
  }
  .app p {
    color: #f0f0f2;
  }
  .app .bgYL {
    background: #383850 !important;
  }
  .app .light {
    display: none;
  }
  .app .dark {
    display: block;
  }
  .app .bdb {
    border-bottom: 1px solid #5D5D70 !important;
  }
  .app .bdt {
    border-top: 1px solid #5D5D70 !important;
  }
  .app .support-modal-body {
    background: #242434;
  }
  .app .support-modal-contents .list {
    border-top: 1px solid #5D5D70;
  }
  .app .support-modal-contents .list li {
    border-bottom: 1px solid #5D5D70;
  }
  .app .support-modal-contents .list li a {
    color: #f0f0f2;
  }
}
