@charset "UTF-8";
  .p-annotation{
    text-align:center;
    padding: 60px 0;
    font-size: 22px;
    line-height: 1.9;
  }
  .p-annotation__txt{
    margin-bottom:40px;
  }
  .p-annotation__contact{
    font-size: 18px;
    line-height: 1.67;
  }
  .p-annotation__contact .annotation-ttl{
    margin-bottom: 6px;
    color: #ffdb92;
    font-size: 22px;
  }
  .p-annotation__contact .annotation-notes{
    padding-left: 1.25em;
    text-indent: -1.25em;
    line-height: 1.9;
    font-size: 13px;
    margin-top: 12px;
  }
  .p-annotation__contact a {
    color: #fff;
    text-decoration: underline;
  }
  @media (hover: hover) {
    .p-annotation__contact a:hover {
      text-decoration: none;
    } 
  }

  @media screen and (max-width: 959px) {
    .p-annotation{
      font-size: 14px;
      line-height: 1.71;
    }
    .p-annotation__contact{
        font-size: 13px;
        line-height: 1.82;
    }
    .p-annotation__contact .annotation-ttl{
    font-size: 18px;
    }
    .p-annotation__contact .annotation-notes{
      line-height: 1.82;
      font-size: 12px;
    }
    .p-annotation__contact a {
      color: #fff;
      text-decoration: underline;
    }
    @media (hover: hover) {
      .p-annotation__contact a:hover {
        text-decoration: none;
      }
    }
  }