.bottom-contents {
  width: 100%;
}
  .bottom-contents_compare-fee {
    width: 100%;
  }
    .bottom-contents_compare-fee_head th {
      width: 20%;
      background: #4472C4;
      border: solid 1px #fff;
      color: #fff;
    }
    .bottom-contents_compare-fee_head-sub th {
      width: 10%;
      background: #CFD5EA;
      border: solid 1px #fff;
      font-size: 14px;
    }
    .bottom-contents_compare-fee_row td {
      padding: 5px 0;
      background: #CFD5EA;
      border: solid 1px #fff;
      border-top-color: #4472C4;
      text-align: center;
    }
      .bottom-contents_compare-fee_row td a {
        display: block;
        width: 85%;
        margin: 2px auto;
        padding: 5px 0;
        background: blue;
        border: solid 1px blue;
        border-radius: 8px;
        text-align: center;
        color: #fff;
        font-weight: bold;
        text-decoration: none;
      }