<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.cookie-page-title {
    position: relative;
    margin-bottom: 30px;
    padding-left: 1em;
    font-size: 22px;
    line-height: 1.4;
    text-align: left;
    letter-spacing: 0.2em;
}
.cookie_list_item{
    display: block;
    padding-left: 1em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
  .cookie_list_item a{
   text-decoration:underline;
  } 
 .cookie-t{
  font-size:14px;
  font-weight:600;
  }
  .cookie-text a{
   text-decoration:underline;
  } 
 .cookie-consent {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    bottom: 0;
    width: 80%;
    font-size: 12px;
    color: #fff;
    background: rgba(0,0,0,.4);
    padding: 1.5em 1.5em;
    box-sizing: border-box;
    visibility: hidden;
    margin:0 0 0 7%;
    z-index: 10;
  }
  .cookie-consent.is-show {
    visibility: visible;
  }
  .cookie-consent a {
    color: #fff !important;
  }
  .cookie-agree {
    color: #fff;
    width: 250px;
    background: #3389ca;
    padding: .5em 1.5em .5em 1.5em;
    margin:0 0 0 15px;
    font-size:14px;
    font-weight:600;
    text-align: center !important;
  }
  .cookie-agree:hover {
    cursor: pointer;
  }
  .cc-hide1 {
    display: none;
  }
  /* ���ｃ��� */
  .cc-hide {
    animation: hide 1s linear 0s;
    animation-fill-mode: forwards;
  }
  @keyframes hide {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
      visibility: hidden;
    }
  }
  /* �����ｃ�≪������ */
  @media screen and (max-width: 600px) {
    .cookie-consent {
      flex-direction: column;
    }
    .cookie-text {
      margin-bottom: 1em;
    }
  }</pre></body></html>