.btnset {
  justify-content: center;
}
.btnset.btn,
.btnset a.btn {
  /*font-size: 1.6rem;*/
  /*font-weight: 700;*/
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 0.25rem;
  cursor: pointer;
  user-select: none;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: -0.05rem;
  border-radius: 0.5rem;
  width: 99%;
  margin: 0.1rem auto;
  font-family: 'Oswald','Noto Sans JP',sans-serif;
  color: #128b42;
  white-space: nowrap;
  overflow: hidden;

}
@media (min-width: 64em) {
  .btnset a.btn {
    font-size: calc(1rem + ((1vw - 0.64rem) * 2.1277));
    min-height: 0vw;
  }
}
@media (min-width: 87.5em) {
  .btnset a.btn {
    font-size: 1.5rem;
  }
}

  /*リンクボタン設定のボタンカラー設定*/
a.btn-radius-solid2 {
  border: 1px solid #ccc;
  background: #f1e767;
  background: -webkit-linear-gradient(top, #fdfbfb 0%, #ebedee 100%);
  background: linear-gradient(to bottom, #fdfbfb 0%, #ebedee 100%);
  -webkit-box-shadow: inset 1px 1px 1px #fff;
  box-shadow: inset 1px 1px 1px #fff;
}

a.btn-radius-solid2:hover {
  background: -webkit-linear-gradient(bottom, #fdfbfb 0%, #ebedee 100%);
  background: linear-gradient(to top, #fdfbfb 0%, #ebedee 100%);
  color: #F00;
}
  
a.hanbai {
  background-image: url("/pict/service/leaflet-icon.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-color:rgba(255,255,255,0.8);
  /*background-blend-mode:lighten;*/
  background-repeat: no-repeat;
  overflow: hidden;
}
