#innerwraper article.inner_content.privacy h2 {
    margin-top: 3rem;
}
#innerwraper article.inner_content ul {
    list-style-type: none;
    margin: 0;
}
.listtext1a li {
    border: 2px solid #f78da7;
    margin: 10px 0;
    border-radius: 1rem;
    /* width: 100%;
    max-width: 600px; */
    font-size: 1.2rem; 
}
.listtext1a li a {
    display: flex;
    align-items: center;
    gap: 12px;      
    padding: 15px;
    line-height: 1.4;
}
.listtext1a li a span {
    font-size: 0.9rem;
    background: #f78da7;
    color: #fff;
    padding: .2rem 1rem;
    white-space: nowrap;
}
.listtext1a li a::before {
    content: "";
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    background: url("/wp-content/themes/sobi/images/common/pdf_icon.png") no-repeat center center;
    background-size: contain;
}
@media screen and (max-width: 750px) {
    .listtext1a li {
        font-size: 0.95rem; 
    }
    .listtext1a li a span {
        font-size: 0.8rem; 
    }
}