a.btn_03 {
/*  display: flex;*/
  justify-content: center;
  align-items: center;
/*  width: 100%;*/
/*  height: 50px;*/
  position: relative;
  background: #228bc8;
  border: 1px solid #228bc8;
  border-radius: 30px;
  box-sizing: border-box;
  margin: 0 4px;
  padding: 3px 9px 5px 7px;
/*  padding: 0 45px 0 25px;*/
  color: #fff;
/*  font-size: 16px;*/
/*  letter-spacing: 0.1em;*/
/*  line-height: 1.3;*/
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
}

a.btn_03:hover {
  background: #fff;
  color: #228bc8;
}


.link-btn {
/*    width: 160px;*/
    padding: 15px 0;
    color: #000000;
    font-size: 14px;
    text-align: left;
    vertical-align: middle;
    line-height: 120%;
    text-decoration: none;
}


