@charset "UTF-8";
.slide-container {
    background-color: #f9f9f9;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    margin: 20px 0;
    font-family: 'Hiragino Kaku Gothic ProN', 'メイリオ', sans-serif;
}
.slide-title {
    font-size: 1.3em;
    font-weight: bold;
    color: #2c3e50;
    margin-bottom: 15px;
    text-align: center;
}
.slide-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding: 10px;
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.slide-icon {
    font-size: 1.8em;
    margin-right: 15px;
}
.slide-content {
    flex: 1;
}
.slide-subtitle {
    font-size: 1.1em;
    font-weight: bold;
    color: #34495e;
    margin-bottom: 5px;
}
.slide-description {
    color: #555;
    font-size: 0.95em;
    line-height: 1.4;
}