.btn{margin-top:15px;}
.btn a {
display: block;
  max-width: 225px;
  margin-left: auto;
  margin-right: auto;
  background: #00c1c0;
  border: 2px solid #00c1c0;
  color: #fff;
  font-family: "Montserrat",sans-serif;
  font-weight: 700;
  letter-spacing: .1em;
  text-align: center;
  line-height: 1.2em;
  padding: 15px 0;
  border-radius: 100px;
  position: relative;
  cursor: pointer;
  width:100%;
  background:#315cde;
  border:2px solid #315cde;
  max-width:300px;
  padding:5px 30px 5px 20px;
  height:50%;
  min-height:50px;
  display:flex;
  align-items:center;
  justify-content:center
}
.btn a:hover {
  background:#fff;
  color:#315cde
}
.btn a:hover:after {
  background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%225%22%20height%3D%2210%22%20viewBox%3D%220%200%205%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M0.5%209L4.5%205L0.5%201%22%20stroke%3D%22%23315CDE%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A")
}

/*カテゴリー別ボタン設定*/
.wap02b {
    width: 100%;
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
    line-height: 150%;
    letter-spacing: .7px;
    width: fit-content;
}

.page_navb {
    gap: 20px;
}
.page_navb {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
