.lname_main{
	zoom:100%;
	display:block;
        width:90%;
	margin-top:20px;
	margin-left:46px;
	margin-bottom:16px;
	border-bottom:#D7DBE5 2px solid;
}

.lname_main p{
	font-weight:bold;
	font-size:22px;
	/* line-height:22px; */
	/* color:#797C87; */
}

#nav {
  list-style: none;
  display: flex;
}

#nav li {
  text-align: center;
    font-size: 14px;
  background-color: #fff;
  line-height: 10px;
  margin: 16px 6px;
}

#nav li a {
  color: #fff;
  font-weight: bold;
  padding: 10px;
}

.button01{
     display:block;
     width: 160px;
     height: auto;
     line-height: 18px;
     color: #FFF;
     text-decoration: none;
     text-align: center;
     background-color: #0175c0; /*ボタン色*/
     -webkit-transition: all 0.5s;
     transition: all 0.5s;
}
.button01:hover{
     background-color: #84c0f3; /*ボタン色*/
}



