@charset "utf-8";
/* CSS Document */

.sitemap-list {
  list-style: none;
  padding-left: 0;
  line-height: 2;
  text-align: center;
}

.title {
  text-align: center;
  color: #000000;
}

.annai{
  text-align: center;
  color: #000000;
  margin-bottom: 30px; /* 下に3余白 */
}

.site-waku{
  border: 2px solid #000000;     /* 線の太さ・色 */
  border-radius: 10px;        /* 角の丸み（pxや%で調整） */
  padding: 16px;              /* 内側の余白（任意） */
  margin-bottom: 30px; /* 下に3余白 */
}

.sitemap-list a {
  color: #333;
  text-decoration: none;
  font-weight: bold;
}

.join-base{
    background-color: #e0f7fa;
    text-align: center;
    padding: 16px;  /* 四方すべてに16pxの内側余白 */
}

.section-divider{
    background-color: #e0f7fa;
}