@charset "UTF-8";
/* ○○.css - ○○ページ個別スタイル */
body{
    background:var(--beige) ;
}
.sitepolicy-content{
    height: auto;
    width: 80%;
    border: none;
    margin:0 auto;
    font-size: 14px;
}
h3{
    margin-left: 10%;
}
.sitepolicy-content:last-child{
    margin-bottom: 30px;
}

.title3{
    margin-top: 20px
}
h3{
    width:80%;
}