#ppbg {
    display: block;
    background: rgb(25,47,96);
    background: linear-gradient(180deg, rgba(25,47,96,1) 60%, rgba(230,240,249,1) 100%);
    background-size: cover;
}
ul, li {
    font-size: clamp(1rem, 0.833rem + 0.556vi, 1.25rem);
    line-height: clamp(1.125rem, 0.875rem + 0.833vi, 1.5rem);
}
ul {
    margin-left: 2rem;
}
li {
    margin-bottom: 0.5rem;
}
.facorpinfo {
    display: flex;
    align-items: center;
    width: 100%;
    height: 82px;
    margin: 0 auto;
    border: #0067C0 2px solid;
    border-top: none;
}
.facorpinfo:first-child {
    border-top:#0067C0 2px solid;
}
.facorpinfo:hover {
    background-color: #f6e6e6;
}
.facorpinfo .leftbutton {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 82px;
}
