    .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;
 }
 
 
        body {
     font-family: 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Yu Gothic', 'メイリオ', sans-serif;
     line-height: 1.6;
     color: #333;
     margin: 0;
     padding: 20px;
     background-color: #f5f5f5;
 }
 .container {
     max-width: 1000px;
     margin: 0 auto;
     background-color: white;
     padding: 30px;
     border-radius: 10px;
     box-shadow: 0 2px 10px rgba(0,0,0,0.1);
 }
 .header {
     background: none;
     border: 4px solid #87CEEB;
     border-radius: 15px;
     padding: 20px 30px 40px 30px;
     margin-bottom: 30px;
     position: relative;
     overflow: hidden;
 }
 .header-top {
     display: flex;
     align-items: center;
     justify-content: center;
     /* 上下のマージンを調整 */
     margin: 10px 0 20px 0;
 }
 /* --- ここからヘッダーCSS修正 --- */
 .movie-label {
     //background-color: #4169E1;
     color: #4169E1;
//     padding: 12px 24px;
     font-size: 40px;
     border-radius: 5px;
     font-weight: bold;
     /* 絶対位置指定で左上に配置 */
//     position: absolute;
//     top: 25px;
     //left: 25px;
 }
 .character-name-top {
     /* 文字を大きく */
     font-size: 40px;
     color: #000;
     font-weight: bold;
 }
 /* --- ここまでヘッダーCSS修正 --- */
 .main-title-container {
     text-align: center;
     margin: 10px 0;
 }
 .main-title-text {
     font-size: 200px;
     font-weight: 900;
     text-align: center;
     line-height: 1;
     letter-spacing: 8px;
     margin: 0;
     color: #E53422;
     -webkit-text-stroke: 5px yellow;
     text-stroke: 5px yellow;
 }
 .subtitle2 {
     font-size: 60px;
     font-weight: bold;
     color: #E53422;
     text-align: center;
     margin-top: 10px;
     line-height: 1.0;
     letter-spacing: 4px;
 }
 .tie-up-label {
     background-color: #4169E1;
     color: white;
     padding: 15px 20px;
     font-size: 22px;
     border-radius: 5px;
     font-weight: bold;
     position: absolute;
     top: 25px;
     right: 25px;
     transform: rotate(10deg);
     text-align: center;
     line-height: 1.2;
 }
 .content-grid {
     display: grid;
     grid-template-columns: 450px 1fr;
     gap: 40px;
     margin-bottom: 30px;
     align-items: start;
 }
 .poster-section {
     text-align: center;
 }
 .poster-image {
     width: 100%;
     max-width: 400px;
     height: 500px;
     background-color: #fef0e8;
     /* border: 3px solid #E85D2E; */
     border-radius: 10px;
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 18px;
     color: #666;
     margin: 0 auto;
 }
 .safety-messages-container {
     background-color: #fff;
     padding: 20px;
     border-radius: 10px;
 }
 .slogan-title {
     font-size: 22px;
     font-weight: bold;
     color: #E0432E;
     text-align: center;
     background: #FFF3CD;
     padding: 10px;
     border-radius: 8px;
     margin-bottom: 20px;
 }
 .safety-messages {
     display: flex;
     flex-direction: column;
     gap: 15px;
 }
 .safety-item {
     font-size: 22px;
     font-weight: bold;
     padding: 12px 18px;
     border-radius: 10px;
     border: 3px solid;
     color: #000;
 }
 .safety-item span {
     font-weight: bold;
 }
 .safety-item.chotto { border-color: #D62E8A; background-color: #FEF3F9; }
 .safety-item.chotto span { color: #D62E8A; }
 
 .safety-item.ushiro { border-color: #00AEEB; background-color: #F0FAFE; }
 .safety-item.ushiro span { color: #00AEEB; }
 
 .safety-item.nigeru { border-color: #8DC224; background-color: #F9FDF2; }
 .safety-item.nigeru span { color: #8DC224; }
 
 .safety-item.renraku { border-color: #F48025; background-color: #FEF8F3; }
 .safety-item.renraku span { color: #F48025; }
 
 .safety-item.inochi { border-color: #E53422; background-color: #FFF5F4; font-size: 24px; }
 .safety-item.inochi span { color: #E53422; }
 .info-section { background-color: #f0f8ff; padding: 20px; border-radius: 10px; margin-bottom: 20px; }
 .important { background-color: #fff3cd; padding: 15px; border-radius: 5px; border-left: 4px solid #ffc107; margin: 15px 0; }
 .contact-info { background-color: #e7f3ff; padding: 20px; border-radius: 10px; text-align: center; font-size: 18px; font-weight: bold; }
 .deadline { color: #ff0000; font-weight: bold; }
 
 @media (max-width: 1024px) {
     .content-grid { grid-template-columns: 1fr; }
     .poster-image { max-width: none; height: auto; padding: 40px; }
     .main-title-text { font-size: 120px; }
     .subtitle { font-size: 40px; }
 }
 @media (max-width: 768px) {
     .character-name-top { font-size: 32px; }
     .main-title-text { font-size: 90px; letter-spacing: 4px; }
     .subtitle { font-size: 32px; }
 }
 @media (max-width: 480px) {
     .main-title-text { font-size: 70px; letter-spacing: 2px; }
     .subtitle { font-size: 24px; }
