.bop-button {
  width: 100%;
  max-width: 100%;
  margin-bottom: 60px;
}
.bopbtn-box {
  width: 50%;
  margin: 0 auto;
  text-align: center;
}
.bopbtn-box a {
  border: 1px solid #000;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 10px 0;
  display: block;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  transition: 0.4s;
}
.bopbtn-box a:hover {
  border: 1px solid #000;
  background: #000;
  color: #fff;
}

.bop-buttonB {
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px;
}
.bopbtn-boxB {
  width: 50%;
  margin: 0 auto;
  text-align: center;
}
.bopbtn-boxB a {
  border: 1px solid #000;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 10px 0;
  display: block;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  transition: 0.4s;
}
.bopbtn-boxB a:hover {
  border: 1px solid #000;
  background: #000;
  color: #fff;
}


.w10ins ol li {
  list-style-type: block;
  line-height:  1.5;
}
