.gooddesign {
  position: absolute;
  top: 40px;
}
.gooddesign a {
  text-decoration: none;
}
.gooddesign p {
  color: #8c1b13;
  font-weight: bold;
}
.fix-btn-box ul {
  background: #410908;
  border-radius: 3px;
}
.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;
  border-radius: 3px 0 0 3px;
}

.fix-btn-box li .txt01 {
  display: flex;
  align-items: center;
  padding-right: 10px;
}

.fix-btn-box ul.ab-b {
  background: #fff;
  border: 1px solid #e56d02;
}

.fix-btn-box ul.ab-b .eigyo {
  color: #e56d02;
  background: #fff;
}

@media (max-width: 599px){
  .gooddesign {
    top: 100px;
    right: 5%;
  }
  .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;
  }
}
