    /* PC用
------------------------------------------------------------*/

@media screen and (min-width:700px) {


.anchor {
    position: relative;
    top: -100px; /* 固定ヘッダーの高さと同じ */
    visibility: hidden;
  }

  
.list-icon{
  display:flex;
    margin-left:20px;
}

.pcmenuarea{
    display: flex;
    justify-content:center;
    position: relative;
    margin: 0 auto;
    width:100%;
    height: 46px; /* メニューの高さ（height:26px + paddingなど）に合わせて明示 */
    position:fixed;
    left:0px;
    top:65px;
    background-color:#1f1f1f;
    z-index:9000;
}

.pcmenu{
    font-size:13px;
    line-height:18px;
    position: relative;
    vertical-align: middle;
    display: inline-block;
	  text-align: center;
    text-decoration: none;
    margin-right: 20px;
	  width:auto;
    max-width:250px;
	  height:26px;
	  color: #fff;;
	}
   
.pcmenutop{
  padding-top:12px;
} 

.pcmenueng{
    background-color:#0e3b67;

}

.pcmenu:hover{
    color: #dacd9b;
}


/* コンテンツがナビバーに隠れないようにする設定 */
body {
  padding-top: 100px; /* ナビバーの高さ + 余白 */
}

/* 各メニュー項目（ボタン）の共通デザイン */
.nav-links li {
  font-size: 16px;
}


/* ロゴ画像のサイズ調整 */
.logo img {
  height: 50px; /* ナビバーに合わせた高さ */
  width: auto;
  display: block;
}
    .rowpanel {
      justify-content: space-between;
    }

  .card{
      width: 80%;
  }
  .circlegraph{
    max-width:500px;
  }

  .circlegraph2 {
  display: flex ;
  justify-content: space-around;
  width: 30%;
  height: auto;
  margin: 5px auto;
}

   .last-exhibitor {
  width: 100%;
  /* 段組みの設定 */
    column-count: 3;       /* 基本の分割数 */
  column-gap: 50px;      /* アイテム間の隙間 */
}

  .induction{
    width:40%;
  }

}

@media screen and (min-width:1024px) {
.pcmenu{
    font-size:16px;
        margin-right: 30px;

}
}

