@charset "UTF-8";
/*======================================================= 
    プライバシーポリシー用スタイル
=======================================================*/
/* 共通 */
.page-tit-area{
    background-color: #f5f5f5;
    padding: 100px 0;
}
.page-tit-area h1{
    font-size: 24px;
}
.page-tit-area span{
    display: block;
    font-size: 84px;
    background: linear-gradient(to right, #BB171E, #F6B256);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.2;
}
p{
    font-size: 16px;
    line-height: 1.8;
}

.policy-block{
    margin: 50px 0;
}
.policy-item{
    margin-bottom: 30px;
}
.policy-item ul{
    padding-left: 1.5em;
}
.policy-item ul li{
    list-style: auto;
}
.policy-tit{
    background-color: #f5f5f5;
    font-size: 24px;
    font-weight: bold;
    padding: 10px 15px;
    margin-bottom: 15px;
}

.menseki{
    border: 1px solid #aaa;
    padding: 20px;
}

/*750px以下*/
@media screen and (max-width: 750px){
    p{
        font-size: 15px;
    }
    .page-tit-area{
        padding: 50px 0;
    }
    .page-tit-area span{
        font-size: 50px;
    }
    .policy-tit{
        font-size: 18px;
    }
}

/*480px以下*/
@media screen and (max-width: 480px){
    .page-tit-area{
        padding: 30px 0;
    }
    .page-tit-area h1{
        font-size: 20px;
    }
    .page-tit-area span{
        font-size: 35px;
    }
    .policy-tit{
        font-size: 16px;
        padding: 10px;
    }
}