@charset 'utf-8';

/* オペレーターに相談ボタン */
.mobile-support-btn_bg-blue .mobile-page-btn-link {
    display: block;
    width: auto;
    font-weight: bold;
    outline: none;
    min-width: 300px;
    padding: 12px 3em;
    text-align: center;
    border-radius: 100px;
    border: none;
    box-sizing: border-box;
    color: #fff;
    position: relative;
    background-color: #0c68c7;
    box-shadow: 0 4px #0a4494;
    cursor: pointer;
  }
  .mobile-support-btn_arrow-right .mobile-page-btn-link:after {
    content: "";
    display: block;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -5px;
    transform: rotate(45deg);
    z-index: 0;
  }
  /* 　営業時間内　*/
  .mobile-chat-open-display {
    display: none;
  }
  /*　営業時間外　*/
  .mobile-chat-close-display {
    display: none;
  }
  .mobile-support-text-f {
    font-size: 24px;
  }