$base_size: 16px;
$color-primary: #17a2b8;
$color-primary-hover: #138496;
$color-secondary: #6F7A7F;
$color-secondary-hover: #6F7A7F;

$color-info: #4582EC;
$color-info-hover: #226be8;
$color-warning: #f0ad4e;
$color-primary-light: #C4E8ED;
$color-highlight: #70C710;
.pc {
  display: block;
}
.sp {
  display: none;
}
.text-white {
  color: #fff !important;
}
.text-dark {
  color: #343a40 !important;
}
.text-primary {
  color: $color-primary !important;
}

a.text-primary {
  &:hover, &:focus {
    color: $color-primary !important;
  }
}
.text-info {
  color: $color-info !important;
}

a.text-info {
  &:hover, &:focus {
    color: $color-info !important;
  }
}
.btn-primary {
  background-color: $color-primary;
  border-color: $color-primary;
  &:hover {
    background-color: $color-primary-hover;
    border-color: $color-primary-hover;
  }
  &:focus, .&.focus {
    background-color: $color-primary-hover;
    border-color: $color-primary-hover;
  }
}
.btn-info {
  background-color: $color-info;
  border-color: $color-info;
  &:hover {
    background-color: $color-info-hover;
    border-color: $color-info-hover;
  }
}
.bg-primary {
  background-color: $color-primary !important;

}
.bg-primary-light {
  background-color: $color-primary-light !important;
  color: #343a40;
  a {
    color: #343a40 !important;
  }
}
.btn-highlight {
  background: $color-highlight;
  border-color: $color-highlight;
  color: #fff;
  &:hover {
    background-color: #5BA10D !important;
    color: #fff;
  }
}
.btn-s-white, .btn-white {
  background: #fff !important;
  &:hover {
    color: #03788B !important;
  }
}
.bg-gray {
  background: #f7f7f7;
}
.nav-item {

}
.sub-nav-item {
  &.active a {
    opacity: 1;
  }
}
.directory_nav .sub-nav-item {
  opacity: 0.7;
  &.active {
    opacity: 1;
  }
  a {
    opacity: 1;
  }
}
.font-iconp-pos {
  top: 0.1em;
}
.table th, .table td {
  vertical-align: middle;
}
.table thead th {
  background: #f7f7f7;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.02);
}
.tooltip-inner {
    background-color: $color-warning;
}
.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.bs-tooltip-top .arrow::before {
  border-top-color: $color-warning;
}
html {
  //全体の基準となるフォントーサイズ
  // font-size: 10px;
}
//フォント設定
html, p, h1, h2, h3, h4, h5, h6, li, div {
  font-family:
   Hiragino Sans,
   "ヒラギノ角ゴシック",
   Hiragino Kaku Gothic ProN,
   "ヒラギノ角ゴ ProN W3",
   Roboto,
   "Droid Sans",
   YuGothic,
   "游ゴシック",
   Meiryo,
   "メイリオ",
   Verdana,
   "ＭＳ Ｐゴシック",
   sans-serif;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 600;
}
body , input , textarea , select {
/* 入力欄にフォーカスが当たっても拡大しない */
  font-size: 17px;
}
strong {
  font-weight: 600;
}
.btn {
  border-radius: 4px;
}
.main-container {
}
.sub-container {
  margin-top: 60px;
  padding-bottom: 40px;

}
.container {
}
.container-large {
  width: 940px;
  max-width: 100%;
}
.container-medium {
  width: 740px;
  max-width: 100%;
}
.container-small {
  width: 540px;
  max-width: 100%;
}

.markdown-content {
  h2 {
    font-size: 20px;
    padding: 20px 0;
    font-weight: 300;
  }
  p {
    font-size: 14px;
  }
  li {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

legend {
  margin-bottom: 1.6em;
}
.form-outer {
  padding-left: 1.25rem;
}
.form-group {
  margin-bottom: 1.6rem;
}
input.form-control {
  &::-webkit-input-placeholder {
    color: #d4d4d4;
  }
  &:-ms-input-placeholder {
    color: #d4d4d4;
  }
  &::-moz-placeholder {
    color: #d4d4d4;
  }
}
.page-heading {
  font-size: 1.6em;
  font-weight: 300;
  padding-top: 0;
  margin-bottom: 1em;
  text-align: center;
}
.page-sub-heading {
  font-size: 18px;
  font-weight: 300;
  padding-top: 0;
  margin-bottom: 1em;
  text-align: center;
}

.navbar-brand {
  margin-right: 2rem;
  img {
    height: 46px;
  }
}
.footer {
  background: #f7f7f7;
  padding: 20px 0;
  text-align: center;
  color: #999;
}
.footer__logo {
  margin-bottom: 20px;
  img {
    height: 30px;
  }
}
.loading {
  display: none;
  // display: table;
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  background: rgba(255, 255, 255, 0.85);
}
.loading__inner {
  display: table-cell;
  vertical-align: middle;
}
.loading__image {
  width: 100px;
}
.copyright {
  color: #9FABB0;
  font-size: 12px;
}
.page-notice {
    background: #f7f7f7;
    padding: 10px;
    font-weight: 600;
    text-align: center;
}
.navbar-light .navbar-nav .active > .nav-link {
  font-weight: 600;
  &:hover {
    color: $color-primary;
  }
}
.sub-nav {
  background-color: $color-primary;
  ul {
    padding: 0;
    margin-bottom: 0;
  }
}
.sub-nav-item {
  display: inline-block;
  list-style: none;
  padding: 8px 16px 8px 0;
  font-size: 14px;
  a {
    color: #fff;
    opacity: 0.7;
    &:hover {
      opacity: 1;
    }
    &.active {
      opacity: 1;
    }
  }
}
.btn-point-input {
  text-align: center;
  vertical-align: middle;
  font-size: 40px;
  // font-weight: 600;
  border: 4px solid #fff;
  border-radius: 12px;
  background: #f7f7f7;
  padding: 20px 0;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  &:hover {
    color: $color-primary;
    background-color: #eee;
  }
  &:active {
    color: #fff;
    background-color: $color-primary;
  }
  &.active {
    color: #fff;
    background-color: $color-highlight;
  }
  &.del {
    background-color: #ddd;
  }
  &.submit {
    color: #f7f7f7;
    font-size: 30px;
    line-height: 60px;
  }
}
.select-btn-list {
  padding-left: 0;
  li {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    vertical-align: top;
    padding-right: 5px;

  }
  input[type="radio"], input[type="checkbox"] {
    display:none;
  }
  label {
    display:inline-block;
    background-color: #eee;
    font-size: 14px;
    width: 100%;
    padding: 10px;
    cursor: pointer;
  }
  input[type="radio"]:checked + label, input[type="checkbox"]:checked + label {
    background-color: $color-primary;
    color: #fff;
  }
}

.customer-qrcode {
  margin-bottom: 10px;
}
.customer-qrcode__text {
  margin-bottom: 20px;
  font-size: 14px;
}
.shop-info {
  background: #f1f1f1;
  padding: 15px;
  border-radius: 8px;
}
.display-number {
  color: $color-primary;
  font-size: 60px;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: 0.14em;
}
.btn-qrcode {
}
.label-qrcode {
  margin-bottom: 0;
  // padding: 10px;
  // width: 300px;
  // display: block;
}
.input-qrcode {
  display: none;
}

.plus-point {
  font-size: 60px;
  font-weight: 600;
  line-height: 1;
  color: $color-primary;
}

.necessary {
  color: $color-warning;
  font-size: 16px;
}
.current-point {
  font-size: 60px;
  color: $color-primary;
}
label[for=bithday] {
  width: 100%;
}


.price-container {
  .table td, .table th {
    border: 1px solid #ddd;
  }
}

.price-table {
  thead th {
    background: $color-primary;
    color: #fff;
    font-weight: 500;
    white-space: nowrap;
    text-align: center;
  }
  tbody th {
    background: #EAFCFF;
  }
  .price-th-function {
    width: 255px;
  }
  td {
    color: $color-primary;
    text-align: center;
    vertical-align: middle;
  }
}
.price__function {
  color: $color-primary;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}
.price__function--description {
  color: $color-secondary;
  font-size: 14px;
  font-weight: 300;
}
.price__function--no-service {
  background: #eee;
}
.price__price {
  color: $color-primary;
  font-weight: 500;
  wrod-wrap: normal;
  margin-bottom: 5px;
}
.price__price-note {
  wrod-wrap: normal;
  color: $color-secondary;
  font-size: 15px;
}
.compare-price {
  white-space: nowrap;
}

.plan-price {
  min-width: 180px;
  font-weight: 600;
}
.plan-note {
  font-size: 14px;
  opacity: 0.7;
}

.total-price {
  text-align: right;
}
.total-price__inner {
  width: 70%;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.total-price__option {
  display: none;
}
.service-agreement {

}
.start-service {
  width: 300px;
  background: $color-highlight;
  border-color: $color-highlight;
  padding: 15px 0;
}
#input-agreement {
  position: relative;
  top: -2px;
}

// ----------------------------
// TOP コンテンツ（ログイン前）
// ----------------------------
$color-light-gray: #6F7A7F;
.static-top-wrap {
  // border-top: 15px solid $color-primary;
}
.header-copy-text {
  position: absolute;
  width: 100%;
  font-size: 12px;
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
  color: rgba(255, 255, 255, 0.7);
  padding: 2px 10px 2px 2px;
}
.main-copy-text {
  font-size: 12px;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  padding: 20px 0 0 0;
  line-height: 1.5 !important;
}
.main-image {
  background: url('/asset/images/main_image.png') no-repeat center center;
  background-size:cover;
  padding-top: 80px;

}
.static-top__heading {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 200;
  letter-spacing: 4px;
  color: #fff;
}
.static-top__logo {
  width: 100%;
  max-width: 280px;
  margin-bottom: 60px;
  img {
    width: 100%;
  }
}
.top-content {
  // text-align: center;
}
.top-description__tempo-message {
  color: #000;
  padding: 30px 0 10px;
  background: rgba(255, 255, 255, 0.7);
}
.text-black {
  color: #000;
}
.top-description {
  font-size: 16px;
  line-height: 2;
  color: #fff;
  p {
    font-weight: 300;
    font-size: 15px;
  }
  .top-description__attention {
    font-size: 24px;
    margin-bottom: 40px
  }
  .top-features {
    // font-size: 30px;

    font-weight: 500;
  }
  .feature-item {
    font-size: 26px;
    font-weight: 300;
    padding: 0 20px;
    margin: 0 10px;
    vertical-align: middle;
    display: inline-block;
    color: #fff;
    background: #000;
    border-radius: 30px;
  }
}
.static-top__btn-register {
  width: 300px;
  margin-top: 40px;
  margin-bottom: 10px;
  padding: 16px 0;
  font-size: 20px;
  font-weight: 300;
  background: $color-highlight;
  border-color: $color-highlight;
}
.static-top__btn-login {

}
.static-top__buttons {
  padding-bottom: 30px;
}
.feature-list {
  color: $color-primary;
  padding: 0;
  li {
    padding: 7px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  h3 {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
  }
  p {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 0;
  }
}
.feature-list__inner {
    background: #fff;
    border-radius: 8px;
    padding: 15px;
}
.make-better {
  border-bottom: 1px dashed $color-primary;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: #465257;
  font-size: 16px;
  line-height: 1.7;
  &.row {
    margin-right: 0;
    margin-left: 0;
  }
  .col {
    padding: 0;
  }
}
.make-better__heading {
  color: $color-primary;
  font-size: 18px;
  margin-bottom: 20px;
  padding: 0;
}
.news-container {
  padding-left: 0;
  font-weight: 300;
  h4 {
    font-size: 16px;
    font-weight: 600;
  }
  .news-date {
    line-height: 1;
    font-size: 16px;
  }
}
.invite-friend {
  h4 {
    font-size: 20px;
    font-weight: 500;
  }
}
.invite-code-outer {
  background: #fff;
  border-radius: 8px;
}
.invite-code {
  font-size: 150%;
  font-weight: 500;
}
.price-sms {
  padding-top: 3px;
  font-size: 16px;
  font-weight: 400;
}
.compare-dm {
  width: 100%;
}

// ----------------------------
// TOP コンテンツ（ログイン後）
// ----------------------------
.top-menu {
  padding: 0;
  li {
    list-style: none;
    text-align: center;
    color: $color-primary;
    padding: 10px;
  }
  a {
    display: table-cell;
    vertical-align: middle;
    height: 80px;
    width: 500px;
    border: 1px solid $color-primary;
    border-radius: 8px;
    padding: 10px 0;
    color: $color-primary;
    &:hover {
      background-color: $color-primary;
      color: #fff;
      text-decoration: none;
    }
  }
  .top-menu__disabled {
    border: 1px solid #ccc;
    border-radius: 8px;
    color: #ccc;
    &:hover {
      background-color: #ddd;
      color: #fff;
      text-decoration: none;
    }
  }
}
.first-step {
  padding-top: 20px;
}
.first-step__heading {
  font-size: 16px;
  font-weight: 400;
}

.first-step__list {
  padding: 20px 20px 20px 40px;
  background: #f7f7f7;
  li {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .howto-invite {
    padding-left: 0;
    li {
      font-size: 14px;
      margin-bottom: 12px;
      padding-left: 1em;
      text-indent: -1em;
    }
  }

}
ul.first-step__list {
  padding-left: 20px;
  li {
    list-style: none;
  }
}
.first-step__list__heading {
  font-weight: 400;
  cursor: pointer;
}
.first-step__list__item {
  display: none;
}
#qrcode {
  width: 120px;
}

.exchange_current_point {
  font-size: 150%;
}
// ----------------------------
// Payments
// ----------------------------
.StripeElement, #invite-code {
    background-color: white;
    padding: 8px 12px;
    border-radius: 4px;
    border: 1px solid #ddd;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}
.payment-form {
  label {
    font-size: 14px;
    padding-top: 20px;
  }
  ::placeholder {
    font-size: 14px;
    font-weight: 200;
    color: '#aab7c4'
  }
}

// ----------------------------
// Setting News
// ----------------------------
.setting-news {
  .title {
    min-width: 260px;
  }
  .content {

  }
}
// ----------------------------
// Mypage News
// ----------------------------
.mypage-news {

}
.entry-content {
  h1 {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 16px;
  }
  h2 {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 16px;

  }
  h3, h4, h5 {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 5px;

  }

  ul {
    padding-left: 30px;
  }
  li {
    margin-bottom: 10px;
  }
  p {
    font-size: 16px;
    margin-top: 10px;
  }
  strong {
    font-weight: 600;
    color: $color-primary;
  }
}





.clearfix {
    zoom: 1;
}
.clearfix:after {
    content: " ";
    display: block;
    clear: both;
}
html, body, .wrap {
  height: 100%;
}
.main-container {
  padding-top: 60px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.heading-logo {
  width: 220px;
  margin-bottom: 10px;
}
.list-panel {
  position: relative;
  display: inline-block;
  float: left;
  height: 100%;
  width: 260px;
  border-right: 1px solid #ccc;
  box-sizing: border-box;
  background: #f7f7f7;
}
#btn-show-list {
  display: none;
}
.main-panel {
  float: left;
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #fff;
  box-sizing: border-box;
  padding-bottom: 145px;
}
.normal .list-panel {
  display: none;
}
.admin .list-panel {

}
.admin {
  .main-panel, .post-form {
    margin-left: -260px;
    padding-left: 260px;
  }
}
.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  min-height: 60px;
  padding: 0;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  background: #fff;
  z-index: 15;
}
.post-form {
  position: fixed;
  bottom: 0;
  background: #fff;
  width: 100%;
  height: 100px;
}
.btn-sendmessage {

  &.disabled {
    opacity: .4;
    background: #ddd !important;
  }
}
#message {
  border-bottom: 0;
  border-top: 1px solid #ccc;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  padding-right: 140px;
  width: 100%;
  height: 100px;
}
#upload-area {
  display: none;
  position: absolute;
  background: #d7d7d7;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  height: 300%;
  z-index: 5;
  opacity: .5;
}
#upload-box {
  height: 100px;
  width: 100%;
  padding: 40px;
}
#btn-img-upload {
  opacity: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  // width: 230px;
  // height: 43px;
  width: 100%;
  height: 160%;
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 30;

}
.image-panel {
    position: fixed;
    right: -260px;
    width: 260px;
    top: 59px;
    height: 100%;
    background: #EEF7FC;
    box-sizing: border-box;
    border-left: 1px solid #ccc;
}
input:not([type=checkbox]):not([type=radio]):not([type=submit]), textarea, select {
  -moz-appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  width: 100%;
  padding: 5px;
  border: 1px solid #ccc;
}
textarea:focus {
  outline: 0;
}
textarea::placeholder {
  color: #ccc;
}
.post-buttons {
  position: absolute;
  top: 10px;
  right: 0;
  padding-right: 20px;
  height: 70px;
}
.main-panel-header {
  position: relative;
}
.message-patient {
  text-align: center;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  font-weight: 600;
}
#btn-show-image {
  display: block;
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 14px;
  padding: 5px;
  color: #999;
  cursor: pointer;
}
.image-panel.active {
    box-shadow: -1px 3px 5px rgba(0, 0, 0, 0.3);
}

.image-panel {
    position: fixed;
    right: -260px;
    width: 260px;
    top: 59px;
    height: 100%;
    background: #EEF7FC;
    box-sizing: border-box;
    border-left: 1px solid #ccc;
}
#btn-hide-image-panel {
  padding: 10px;
  color: #56B8E9;
  text-align: right;
  background: #f1f1f1;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}
.image-list-scroll {
  overflow: scroll;
  height: 80%;
  -webkit-overflow-scrolling: touch;
}
#image-list {
  padding: 10px 0 20px;
  list-style: none;
  li {
    padding: 10px;
  }
  img {
    width: 100%;
  }
}
.file_type_other {
  text-align: left;
  border: 1px solid #44B8F8;
  margin: 5px 10px 10px;
  box-sizing: border-box;
  background: #fff;
  a {
    color: #44B8F8;
    padding: 5px;
    display: block;
    text-decoration: none;
    &:hover {
      background: #f7f7f7;
    }
  }
}
.list-panel__heading {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  background: #fff;
}

.patient-panel {
  position: relative;
  float: left;
  height: 100%;
  width: 260px;
  border-right: 1px solid #ccc;
  box-sizing: border-box;
  z-index: 10;
}
.list-panel__heading {
  .clinic-name {
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
  }
  .clinic-name-sp {
    display: none;
  }
}
.btn-show-add-patient {
  cursor: pointer;
  display: inline-block;
  padding: 5px 10px;
  background: #6BCD00;
  color: #fff;
  border: 0;
  border-radius: 4px;
  text-decoration: none;
  margin: 0 5px;
  color: #fff !important;
}
.content-add-patient {
  display: none;
  position: absolute;
  top: 10px;
  left: 270px;
  width: 300px;
  z-index: 20;
  .baloon-rect {
    display: none;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    background: #fff;
    position: absolute;
    top: 31px;
    left: -10px;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    z-index: 19;
  }
}
.content-add-patient-inner {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  background: #fff;
  border-radius: 4px;
  padding: 10px;
  z-index: 20;
  position: relative;
  input.input {
    margin-bottom: 8px;
    font-size: 14px;
    border: 1px solid #ccc;
    -moz-appearance: none;
    -webkit-appearance: none;
  }
  .input-outer {
    margin-bottom: 4px;
    font-size: 14px;
  }
}
.list-container {
  overflow: scroll;
  height: 100%;
  -webkit-overflow-scrolling: touch;
}
.patients-list {
  padding-bottom: 40px;
  padding-left: 0;
  .name {
    font-size: 16px;
  }
  .date {
    font-size: 10px;
    color: $color-light-gray;
  }
  .perv-message {
    font-size: 14px;
    color: #333;
    padding: 5px 0;
    img {
      width: 100%;
    }
  }
  li {
    position: relative;
    list-style: none;
    &:hover {
      .link-edit-user-info {
        display: block;
        &:hover {
          color: #7ED321;
        }
      }
    }
  }
  .link-edit-user-info {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 12px;
    color: #999;
    z-index: 1;
  }

}
.patients-list-heading {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  background: #fff;
  .clinic-name {
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
  }
}
.adviser-select, .clinic-select, .signup-select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 5px 10px;
  font-size: 14px;
  margin-bottom: 10px;
  border-radius: 2px;
}
.btn-patients-message {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  background: #f7f7f7;
  color: #000;
  cursor: pointer;
  position: relative;
  &:hover {
    color: $key-color;
    background: #f1f1f1;
  }
  .name {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 1;

  }
  .perv-message {
    font-size: 14px;
    color: $color-secondary;
    line-height: 1.3em;
    margin-bottom: 4px;
  }
  .no-message {
    color: #ccc;
  }

  .date {
    font-size: 12px;
    color: $color-light-gray;
  }
}
.message-left {
  float: left;
  .content {
    background: #f1f1f1;
    a {
      color: #56B8E9;
    }
  }
}
.message-right {
  float: right;
  .content {
    background: #56B8E9;
    color: #fff;
    a {
      color: #fff;
    }
  }
}
.message-divider {
  border-bottom: 1px dashed #ddd;
  text-align: center;
  margin-bottom: 20px;
}
.divider-text {
   display: inline-block;
   background: #ddd;
   color: #fff;
   border-radius: 4px;
   padding: 3px 6px;
   font-size: 12px;
   position: relative;
   top: 12px;
}
.main-panel-scroll {
  overflow: scroll;
  height: 100%;
  box-sizing: border-box;
  padding-top: 30px;
  padding-bottom: 40px;
  -webkit-overflow-scrolling: touch;
}
.new-message-notice {
  text-align: center;
  position: relative;
  a {
    display: none;
    // display: inline-block;
    font-size: 14px;
    padding: 3px 20px;
    background: #6BCD00;
    border-radius: 20px;
    color: #fff;
    text-decoration: none;
    position: absolute;
    top: 10px;
    &:hover {
      opacity: .7;
    }

  }
}
#message-list {
  background: #fff;
  padding: 0 20px;

  li {
    list-style: none;
    clear: both;
    width: 100%;
    // border-bottom: 1px solid #ccc;
  }
}
.message {
  max-width: 480px;
  padding: 0 0 20px;
  &:hover {
    .delete-message {
      color: $color-light-gray;
    }
  }
  .name {
    font-size: 16px;
    color: $color-light-gray;
    margin-bottom: 10px;
    line-height: 1em;
  }
  .content {
    display: inline-block;
    padding: 10px 16px;
    border-radius: 12px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 5px;
    word-break: break-all;
    .note {
      font-size: 80%;
    }
    img {
      width: 100%;
    }
  }
  .date {
    font-size: 12px;
    color: $color-light-gray;
  }
  .delete-message {
    color: #fff;
    text-decoration: none;
  }

  .message_file_type_other {
    color: #000;
    &:hover {
      opacity: .5;
    }
  }
}

.modal-bg {
  display: none;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  position: fixed;
}
@media (max-width: 992px) {
  .compare-price {
    white-space: normal;
  }
  .navbar-brand {
    margin-left: 15px;
  }
}
@media (max-width: 767.98px) {
  .display-number {
    font-size: 50px;
  }
  .top-description {
    .top-features {
      text-align: center !important;
    }

    p {
      text-align: left !important;
      .feature-item {
        font-size: 18px;
        padding: 0px 12px;
        margin: 0 5px;
      }
    }
  }
  .hidden-fab {
    display: none;
  }
  .sp-container {
    padding-right: 10px;
    padding-left: 10px;
  }

}
@media (max-width: 670px){
  #btn-show-list {
      display: block;
      position: fixed;
      top: 64px;
      left: 10px;
      font-size: 16px;
      padding: 5px;
      color: #999;
      cursor: pointer;
      &:hover {
        opacity: .7;
        color: $color-primary;
      }
      &.active {
        display: none;
      }
  }
  .list-panel {
    position: fixed;
    left: -260px;
    z-index: 10;
  }
  .admin .main-panel, .admin .post-form {
    margin-left: 0;
    padding-left: 0;
  }
  .list-panel__heading {
    .clinic-name {
      display: none;
    }
    .clinic-name-sp {
      display: inline-block;
      color: $color-primary;
      cursor: pointer;
      &:hover {
        opacity: .7;
      }
    }
  }
}
@media (min-width: 575.98px) {
  .hidden-pc {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .main-container {
    // padding-top: 10px;
  }
  .row {
    margin-right: 0;
    margin-left: 0;
  }
  .col-12 {
    padding: 0;
  }
  .hidden-sp {
    display: none;
  }
  .display-number {
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
  }
  .static-top__heading {
    font-size: 17px;
    margin-top: 0;
    letter-spacing: 3px;
    font-weight: 600;
  }
  .static-top__logo {
    max-width: 280px;
  }
  .top-menu {
    padding: 5px;
    li {
      padding: 5px;
    }
    a {
      font-size: 14px;
      font-weight: 600;
    }
  }
  .btn-point-input {
    font-size: 30px;
    padding: 10px 0;
    &.submit {
      line-height: 40px;
      font-size: 22px;
      padding-top: 20px;
    }
    &.del {
      font-size: 24px;
      padding-top: 20px;
    }
  }

}
