/* スティッキーナビ
/* --- 固定位置 --- */
.remote-sticky {
  position: fixed;
  right: 0;
  top: 80%;
  transform: translateY(-50%);
  z-index: 10000;
  display: block;
  text-decoration: none !important;
}

/* --- PC表示 --- */
@media (min-width: 769px) {
  .banner-box {
    padding: 8px 16px;
    max-width: inherit;
    border-radius: 15px 0 0 15px;
    border-bottom: 4px solid #f396b2;
    flex-direction: column;
    box-shadow: -4px 4px 10px rgba(0, 0, 0, 0.3);
  }
  /* PC用：白枠の背景・サイズ設定 */
  .icon-area {
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    background: #ffffff !important;
    border-radius: 12px;
    padding: 5px;
    width: 70px;
    height: 56px;
    box-sizing: border-box;
  }
}

/* --- アイコン（SVG）の共通設定 --- */
.remote-svg-icon {
  width: 100% !important;
  height: 100% !important;
  display: block;
}
/* イラスト自体の背景（パソコンとスマホの画面部分）を「白」にする */
.remote-svg-icon .st0 {
  fill: #ffffff !important;
}
/* イラストの線を「きれいな紺色」にする */
.remote-svg-icon .st1 {
  fill: #004680 !important;
}

/* --- テキストエリア --- */
.text-area {
  width: 100%;
  text-align: center;
}

.remote-text {
  margin: 0 !important;
  color: #ffffff !important;
  font-weight: bold !important;
  line-height: 1.4 !important;
}

/* PC用の2行設定 */
.pc-only {
  display: block;
  font-size: 11px;
}

.main-text {
  display: block;
  font-size: 12px;
  font-weight: 700;
}

.banner-box {
  background: linear-gradient(135deg, #137289 0%, #33bdb3 100%);
  display: flex;
  align-items: center;
}

/* --- スマホ表示 (SP) --- */
@media (max-width: 768px) {
  .banner-box {
    width: 200px;
    padding: 4px;
    gap: 4px;
    filter: drop-shadow(.375em .375em 0 #f396b2);
    position: fixed;
    bottom: 10px;
  }
  /* スマホ用：丸い白枠の設定 */
  .icon-area {
    width: 32px;
    height: 32px;
    padding: 6px;
    background: #ffffff !important;
    border-radius: 50vw;
    margin-bottom: 0;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .pc-only {
    display: none !important;
  }
  .main-text {
    font-size: 12px;
    white-space: nowrap;
  }
  .remote-sticky {
    top: auto;
    left: 0;
    bottom: 0;
    transform: none;
    width: 50%;
  }
  .text-area {
    width: 100%;
    text-align: left;
  }
}

p.ttl_sub {
  text-align: center;
  margin: 15px;
}

.main-container {
  max-width: 900px;
  margin: 0 auto;
  background: #fff;
  border: 8px solid #ff69b4;
  padding: 20px;
  border-radius: 10px;
}


.banner-box { background: #003b82 !important; } .remote-svg-icon .st0 { fill: #ffffff !important; } .remote-svg-icon .st1 { fill: #003b82 !important; }

 