.page-body {
    font-family: "Segoe UI", sans-serif;
    padding: 20px;
    max-width: 650px;
    margin: auto;
  }

  .original-button01 {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    color: #000000;
    font-size: 20px;
    border-radius: 5px;
    width: 100%;
    max-width: 650px;
    height: 60px;
    font-weight: bold;
    border-top: 3px solid #018DC5;
    border-right: 3px solid #018DC5;
    border-left: 20px solid #018DC5;
    border-bottom: 3px solid #018DC5;
    background-color: #ffffff;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    box-sizing: border-box;
    margin-bottom: 10px;
  }

  .original-button01 a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 60px;
    color: inherit;
    text-decoration: none;
  }

  .original-button01 img {
    width: 28px;
    height: 28px;
    margin-right: 10px;
  }

  .original-button02 {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    color: #000000;
    font-size: 20px;
    border-radius: 5px;
    width: 100%;
    max-width: 650px;
    height: 60px;
    font-weight: bold;
    border-top: 3px solid #01c51c;
    border-right: 3px solid #01c51c;
    border-left: 20px solid #01c51c;
    border-bottom: 3px solid #01c51c;
    background-color: #ffffff;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    box-sizing: border-box;
    margin-bottom: 10px;
  }

  .original-button02 a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 60px;
    color: inherit;
    text-decoration: none;
  }

  .original-button02 img {
    width: 28px;
    height: 28px;
    margin-right: 10px;
  }