.btn06 {
    background-color: #004a80;
    border: 2px solid #004a80;
    color: #fff !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-radius: 10px;
    height:20px;
    line-height:8px;
}
.btn06:hover {
    background-color: transparent;
    border: 2px solid #998bfa;
    color: #998bfa !important;
    border-radius: 30px;
}

.wrap01 {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    color: #fff;/*文字色*/
    background-color: #004a80;
    border: 2px solid #004a80;
    border-radius: 10px;/*角の丸み*/
}

.img_wrap{
  border: 1px solid #ddd;
  width: 25px;
  height: 25px;
  margin: 20px auto 0;
  transition-duration: 0.5s;
}
.img_wrap img{
  width: 25px;
  cursor: pointer;
}
.img_wrap:hover{
  box-shadow: 10px 10px 10px rgba(0,0,0,0.5);
  transform: translateY(-10px);
  transition-duration: 0.5s;
}


