@charset "utf-8";
/* CSS Document */

/*btn*/
.flex{
  width: 100%;
  min-width: 374px;
  display: flex;
  justify-content: space-between;
}

.flex div{
  width: 100%;
  text-align: center;
}

.flex div a{
  display: inline-block;
  padding: 1em 0;
  width: 100%;
  color: #757575;
  border: 1px #bbb solid;
  border-right: none;
}

.flex div:last-child{
  border-right:  1px #bbb solid;
}

.flex div a:hover{
  background-color: #eee;
  color: #333;
}