/* フローティング目次：非表示 */
.crosstalk-index--sticky {
  display: none !important;
  position: fixed;
  top: 100px;
  right: 20px;
  width: 240px;
  background: #f9f9f9;
  border: 1px solid #004d43;
  padding: 20px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease;
  transform: translateX(50px);
}

.crosstalk-index--sticky.is-show {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}

/* サイドナビ内の共通ルール */
.sidenav h3 {
  font-size: 14px;
  color: #004d43;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  margin-bottom: 15px;
  font-weight: bold;
}

.sidenav__contents {
  margin-bottom: 15px;
}

.sidenav h4 {
  font-size: 13px;
  margin-bottom: 5px;
  color: #333;
}

.sidenav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidenav li {
  margin-bottom: 5px;
}

.sidenav a {
  text-decoration: none;
  color: #666;
  font-size: 12px;
  line-height: 1.4;
  display: block;
}

.sidenav a:hover {
  color: #004d43;
  text-decoration: underline;
}

@media (max-width: 1024px) {
  .crosstalk-index--sticky { display: none; }
}

/* アクティブなリンクのスタイル */
.sidenav a.is-active {
  color: #004d43; /* ブランドカラー */
  font-weight: bold;
  position: relative;
}

/* 小さなドットや線を左に付けるとより分かりやすくなります（お好みで） */
.sidenav a.is-active::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background: #004d43;
  border-radius: 50%;
}


/*
20260116
*/

p.caution{
	
	font-size:1.5rem;
	text-align:right;
	padding:15px 0 0 0;
}


@media (max-width: 1024px) {
p.caution{
	

	text-align:left;

}
}
