.fix-btn-box ul {
  background: #410908;
}
.fix-btn-box .eigyo {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 5px;
  color: #410908;
  font-weight: bold;
  font-size: 18px;
  background-color: white;
  position: relative;
  font-size: 16px;
  width: 270px;
  color: #fff;
  background: #410908;
}

.fix-btn-box li .txt01 {
  display: flex;
  align-items: center;
  padding-right: 10px;
}

@media (max-width: 599px){
  .fix-btn-box {
    width: 100%;
    right: initial;
    left: initial;
  }
  .fix-btn-box ul {
    width: 100%;
  }
  .fix-btn-box li {
    width: 50%;
  }
  .fix-btn-box .eigyo {
    width: 50%;
    font-size: 12px;
    padding: 10px 0;
  }
}
