/*ナビゲーションの箇所*/
#global-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0;
  padding: 0;
  width: min-content;
}

#global-nav ul  {
  position: relative;
  margin: 0 auto;
  padding: 0;
  display: flex;
  list-style: none;
  text-decoration: none;
  overflow-wrap: break-word;
  padding-bottom: 5px;
}

#global-nav #menu>li {
  float: left;
  position: relative;
  text-align: center;
  margin: 0;
  list-style: none;
  font-size: 16px;
  font-family: 'メイリオ', 'Meiryo', sans-serif;
}

#global-nav ul li a {
  text-decoration: none;
  padding: 14px 1em;
  padding-top: 0px;
  overflow:hidden;
  text-align:center;
  position:relative;
  height:100%;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  align-items:center;
  color: #000;
  text-shadow: 3px 3px 3px #fff;
  font-family: 'メイリオ', 'Meiryo', sans-serif;
}


#global-nav #menu>li.current>a {
	/* 現在ページのときだけ文字色変更 */
	color: #237AFF;
}

.global-nav-name {
  font-size:17px;
  display:block;
  width:100%;
  white-space:nowrap;
  font-weight:bold;
  line-height: 17px;
  font-family: 'メイリオ', 'Meiryo', sans-serif;
}

#global-nav ul li a:hover{
	/* マウスおいたら文字色変更 */
	color: #237AFF;
	
}

/*.rounded-4 {
  background:
    radial-gradient(circle closest-side, currentcolor, transparent) bottom var(--p1, 0px) left 50% /100% var(--p, 12px) no-repeat,
    linear-gradient(currentcolor 0 0) bottom 4px left 50%/var(--d, 0%) 3px no-repeat;
  transition: 0.5s;
  color: #5176fc;
}*/

/*.rounded-4:hover {
  --d: 100%;
  --p: 3px;
  --p1: 4px;
}*/

/*.rounded-4:hover {
  background:
    radial-gradient(circle closest-side, currentcolor, transparent) bottom var(--p1, 0px) left 50% /100% var(--p, 12px) no-repeat,
    linear-gradient(currentcolor 0 0) bottom 4px left 50%/var(--d, 0%) 3px no-repeat;
  transition: 0.5s;
  color: #1BF4FF;
}*/

/*.snip1217 .current {
  --d: 100%;
  --p: 3px;
  --p1: 4px;
}
*/

.snip1217 .current {
   background:
    radial-gradient(circle closest-side, currentcolor, transparent) bottom var(--p1, 0px) left 50% /100% var(--p, 12px) no-repeat,
    linear-gradient(currentcolor 0 0) bottom 4px left 50%/var(--d, 0%) 3px no-repeat;
  transition: 0.5s;
  color: #237AFF;
}

.snip1217 .menuen {
 font-size:9px;
}