    .crime-prevention-section {
    font-family: 'Meiryo', 'Hiragino Kaku Gothic Pro', sans-serif;
    margin: 20px 0;
    padding: 0;
}

.crime-prevention-section .poster-container {
    background: linear-gradient(135deg, #ffb3d9 0%, #ff99cc 100%);
    border-radius: 20px;
    border: 3px solid #ff6bb3;
    padding: 30px;
    max-width: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    margin: 0 auto;
}

.crime-prevention-section .title {
    background: linear-gradient(135deg, #ff6bb3 0%, #ff4da6 100%);
    color: white;
    text-align: center;
    padding: 15px 20px;
    border-radius: 15px;
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: bold;
    box-shadow: 0 5px 15px rgba(255, 107, 179, 0.3);
}

.crime-prevention-section .content {
    background: white;
    padding: 25px;
    border-radius: 15px;
    line-height: 1.8;
    font-size: 14px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.crime-prevention-section .main-text {
    margin-bottom: 20px;
    text-align: justify;
}

.crime-prevention-section .deadline-section {
    display: flex;
    align-items: center;
    margin: 20px 0;
    gap: 15px;
}

.crime-prevention-section .deadline-label {
    background: linear-gradient(135deg, #4a90e2 0%, #357abd 100%);
    color: white;
    padding: 10px 20px;
    border-radius: 10px;
    font-weight: bold;
    font-size: 14px;
    white-space: nowrap;
    box-shadow: 0 3px 10px rgba(74, 144, 226, 0.3);
}

.crime-prevention-section .deadline-info {
    font-size: 14px;
    line-height: 1.6;
}

.crime-prevention-section .theme-section {
    margin: 20px 0;
}

.crime-prevention-section .theme-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.crime-prevention-section .theme-label {
    background: linear-gradient(135deg, #9b59b6 0%, #8e44ad 100%);
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 14px;
    box-shadow: 0 3px 10px rgba(155, 89, 182, 0.3);
}

.crime-prevention-section .theme-text {
    font-size: 14px;
    flex: 1;
}

.crime-prevention-section .theme-list {
    margin-left: 20px;
}

.crime-prevention-section .theme-item {
    margin: 8px 0;
    padding: 5px 0;
    border-bottom: 1px solid #eee;
}

.crime-prevention-section .theme-item:last-child {
    border-bottom: none;
}

.crime-prevention-section .theme-number {
    background: #f0f0f0;
    color: #666;
    padding: 3px 8px;
    border-radius: 15px;
    font-size: 12px;
    margin-right: 10px;
    display: inline-block;
    min-width: 20px;
    text-align: center;
}

.crime-prevention-section .contact-info {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 10px;
    margin-top: 20px;
    border-left: 4px solid #ff6bb3;
    font-size: 14px;
}

.crime-prevention-section .phone-number {
    font-weight: bold;
    color: #ff6bb3;
}

.crime-prevention-section .decorative-element {
    position: absolute;
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    top: -15px;
    right: 50px;
}

.crime-prevention-section .decorative-element:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    top: 40px;
    left: -30px;
}

@media (max-width: 768px) {
    .crime-prevention-section .poster-container {
        padding: 20px;
    }
    
    .crime-prevention-section .deadline-section {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .crime-prevention-section .theme-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}

.prm_eng::after {
    content: "PR magazine";
    margin-left: 5px;
    color: #78C800;
    /* background: red; */
    padding: 1px 3px;
    font-size:12px;
 }

 .area_pr h3 {
    padding: 20px 0 10px 0;
    font-size: large;
 }
 
 .area_pr p {
    margin-left: 20px;
    padding: 5px 0;
 }

 .s_list::before {
    font-family: "Font Awesome 5 Free";
    content: "\f04b";
    padding-right: 10px;
    color: #78C800;
    font-weight: 900;
    font-size:xx-small ;
}

.area_pr ul {
    margin-left: 30px;
    margin-top: 10px;
 }

 .area_pr ul li {
    line-height: 30px;
    padding: 5px 0;
 }

 .area_pr ul li a {
    color: #78C800;
 }
 
 
