@charset "utf-8";

@font-face {
  font-family: "KiwiMaru";
  font-style: normal;
  font-weight: 400;
  src: url("./font/KiwiMaru.woff2") format("woff2");
}

html, body{
 width: 100%;
 height: 100%;
 margin: 0px;
 padding: 0px;
 font-family: "メイリオ", "Noto Sans JP";
}

#pc_header{
 width: 100%;
 background-color: #13a0ff;
}

#pc_contents{
 width: 100%;
}

#footer{
 width: 100%;
 min-height: 20px;
 background-color: #dcdcdc;
 text-align: center;
 font-family: "KiwiMaru", "メイリオ";
}

.top_nav{
 width: 100%;
 height: 92px;
 display: flex;
}

.nav{
 width: 70%;
 height: 35px;
 padding: 40px 0px 0px 0px;
 margin: auto;
}
 
.topmenu{
 width: -webkit-calc(100% / 5);
 width: calc(100% / 5);
 height: 100%;
 float: left;
}
 
.topmenu:hover{
  border-bottom: 1px solid #c7c7c7;
 }


.topmenu a{
 display: block;
 text-decoration: none;
 font-family: "KiwiMaru", "メイリオ";
 color: #ffffff;
 font-size: 127%;
}

.topmenu a:visited{
 display: block;
 text-decoration: none;
 font-family: "KiwiMaru", "メイリオ";
 color: #ffffff;
}

.topmenu a:hover{
 display: block;
 text-decoration: none;
 font-family: "KiwiMaru", "メイリオ";
 color: #c7c7c7;
}