.policy__inq dt {
    font-weight: 700;
    font-size: 19px;
    color: var(--c-gr);
    margin-bottom: 10px;
}
.policy__inq a {
    text-decoration: underline;
}
.policy__inq a:hover {
    text-decoration: none;
}
@media screen and (max-width:1080px){
.policy__inq dt {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
}
/*-------------------
個人情報保護方針
--------------------*/
.privacy__date {
    text-align: right;
}
@media screen and (max-width:1080px){

}