nav{
 position: fixed;
 z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 8%;
  z-index: 10;
　background-color: #FFFFFF;
}

nav ul{
display: table;
z-index: 100;
margin: 0 auto;
padding: 0;
width: 80%;
text-align: center;
background-color: #FFFFFF;
}
nav ul li{
display: table-cell;
min-width: 50px;
border-right: 1px solid #000000;
}
nav ul li:first-child{
border-left: 1px solid #000000;
}
nav ul li a{
display: block;
width: 100%;
padding: 10px 0;
text-decoration: none;
color: #000000;
}
nav ul li a:hover{
background-color:#456990;
border-bottom: 5px solid #456990;
color: #FFFFFF;
}
nav ul li.current{
font-weight: bold;
}
nav ul li.current a{
border-bottom: 5px solid #00B0F0;
color: #00B0F0;
}

.heading-002 {
    padding: 5% .4em .2em;
　　margin-top: 8%;
    font-size: 28px;
    border-bottom: 3px solid #456990;
    color: #333333;
}

@media screen and (max-width: 1280px) {
.heading-002 {
    padding: 10% .4em .2em;
　　margin-top: 8%;
    border-bottom: 3px solid #456990;
    color: #333333;
}
}


#information {
  padding: 80px 0 100px;
  color: #222;
  text-align: center;
}

#information .wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}

#information h1 {
  display: inline-block;
  margin: 0 auto 40px;
  padding-bottom: 10px;
  font-size: 1.25rem;
  font-weight: 700;
}

#information article {
  margin-bottom: 40px;
  padding: 40px 40px 35px;
  text-align: left;
  border-radius: 20px;
  background-color: #fff;
}

#information article .text_date {
  font-size: 0.85rem;
}

#information article h2 {
  margin-bottom: 30px;
  padding-bottom: 12px;
  font-size: 1.15rem;
  line-height: 1.8em;
  border-bottom: 2px solid #456990;
}

#information article .text_content {
  line-height: 2.0em;
  font-size: 0.85rem;
}


.button-032 {
    z-index: 12;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 250px;
    margin:0 auto;
    margin-top: 20px;
    padding: .9em 2em;
    overflow: hidden;
    border: 1px solid #456990;
    border-radius: 5px;
    background-color: #fff;
    color: #47bae1;
    font-size: 1em;
}

.button-032:hover {
    background-color: transparent;
    color: #fff;
}

.button-032::before {
    position: absolute;
    z-index: -1;
    transform: rotate(-30deg);
    width: 100%;
    height: 0;
    border-radius: 5px;
    background-color: #456990;
    content: '';
    transition: height .3s ease;
}


.button-032:hover::before {
    height: 350%;
}

footer p{
  width: 100%;
  height: 60px; 
  text-align: center;
margin-top: 2%;
  padding: 50px 0;
  background-color: #456990;
  color: #FFFFFF;
}
}