.hd02{
    margin-top: 60px;
}
.container p{
    line-height: 1.666;
}
.container p + p{
    margin-top: 16px;
}
.container table tr th{
    font-weight: 400;
}
.container .policy_item a{
    text-decoration: underline;
}
.container .policy_item a:hover{
    text-decoration: none;
}

#sec_list * + .hd01{
    margin-top: 80px;
}

@media screen and (max-width: 768px) {
    .hd02{
        margin-top: 40px;
    }
    #sec_list * + .hd01{
        margin-top: 60px;
    }
}