.awp-hikaku-button-public {
    width: 100%;
    text-align: center;
  
  .sc_hikaku_copy {
    font-size: 80%;
  }
  
  .sc_hikaku_button {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 290px;
    margin: auto;
    position: relative;
  
    color: #fff !important;
    font-size: 110%;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3",
      "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 700;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.56);
  
    background-color: rgb(196, 21, 0);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  
    border: 1px solid #fff;
    border-radius: 100px;
    line-height: 1.5;
    text-decoration: none !important;
    text-align: center;
  
    padding: 0.3em 1.2em 0.3em 2.5em;
  }
  
  .hikaku_button_icon {
    width: 32px;
    height: 32px;
    margin-left: 0.5em;
  }
  
  .recommend {
    margin-bottom: 20px;
  }
  
  .recommend-header {
    text-align: left;
  }
  
  .recommend-title {
    font-weight: 700;
    color: #fff;
    background-color: #2e75df;
    padding: 4px 8px;
    display: inline-block;
  }
  
  .recommend-detail {
    padding: 24px;
    border: 1px solid #2e75df;
  }
  
  .note {
    color: #e44141;
    font-weight: 700;
  }
  
  .contact {
    text-align: left;
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
  }
  
  .content {
    font-size: 12px;
    color: #4d4d4d;
    text-align: left;
    margin-bottom: 12px;
  }
  
  @media screen and (max-width: 767px) {
    .sc_hikaku_copy {
      font-size: 70%;
    }
    .sc_hikaku_button {
      padding: 0.3em 1.2em 0.3em 2em;
    }
  
    .hikaku_button_icon {
      width: 28px;
      height: 28px;
    }
  }
}
