
/* 強制適用（プライバシーページ専用クラス） */
body.privacy-policy-page {
    background-color: #E4FFED !important;
}
.privacy-policy-page{
    font-family: 'Zen Kaku Gothic New', sans-serif;
}
.privacy-policy{
    width: 100%;
    max-width: 1048px;
    margin: 0 auto;
    padding: 100px 40px;
    color: #111827;
}
.privacy-policy p{
    padding: 0px;
    margin: 0px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
}

/* プライバシーポリシー内リンクの色を黒に統一 */

.privacy-policy a,
.privacy-policy a:link{
    color: #111827 !important;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}
.privacy-policy a:hover{
    color: #111827 !important;
    text-decoration: none;
}
.privacy-policy a:active,
.privacy-policy a:focus{
    color: #111827 !important;
    outline: none;
    box-shadow: none;
}

/* 訪問済みリンクの色も統一 */
.privacy-policy a:visited{
    color: #111827;
    text-decoration: none;
}


.privacy-policy-title{
    font-size: 20px;
    font-weight: 600;
    margin-top: 100px !important;
    margin-bottom: 50px !important;
}

.privacy-item-title{
    font-weight: 600;
}


/*button */
.privacy-policy-button{
    margin-top: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.privacy-policy-button:hover{
    opacity: 0.9;
}
.privacy-policy-button .web-button-top{
    background-color: #00C742;
    width: 90%;
    max-width: 500px;
    padding: 15px 20px;
    border-radius:50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    padding-right: 40px;
}
  
  /* 矢印を右20px・縦中央に固定 ＋ 見える色に */
  .privacy-policy-button .web-button-top .arrowicon-img {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    pointer-events: none;
  }
  /* sp */
@media (max-width: 480px) {
    .privacy-policy{
    padding: 0px 20px;
    }
    .footer{
        padding: 80px 20px;
    }

}
