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

/*ページ内飛ばしリンク*/
html {
  scroll-behavior: smooth;
}
ula {
    font-size: 18px;
    margin: 0;
    padding: 5px;
    display: flex;
    justify-content: center;
}
ula lia {
  margin: 5px 5px;
  padding: 3px 20px;
  border-radius: 100px;/*角丸指示*/
  list-style: none;
  cursor: pointer;
  transition: all .3s ease-out;
}
ula lia {
  background-color: #FFFFFF;
  border: 2px solid #11114d;
}
ula lia:hover {
  background-color: #FFF;
}
a {
  color: inherit;
  text-decoration: none;
}
#link1 {
}
#link2 {
}
#link3 {
}
#link4 {
}
/*ページ内飛ばしリンクここまで*/
