@charset "utf-8";

/* ==========================================================================
   分電盤ページ専用スタイル (bundenban.css)
   ========================================================================== */

/* ページ導入ヒーローセクション */
.bundenban-hero {
    background: url(../bundenban/images/title.jpg) no-repeat center center;
    background-size: cover;
    padding: 60px 0;
    margin-bottom: 0;
}

.bundenban-hero h2 {
    font-weight: normal;
    margin-bottom: 15px;
    font-size: 2.2em;
}

.bundenban-hero p {
    font-size: 1.3em;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .bundenban-hero {
        padding: 40px 0;
    }
    .bundenban-hero h2 {
        font-size: 1.6em;
    }
    .bundenban-hero p {
        font-size: 1.1em;
    }
}

/* 共通セクション設定 */
.bundenban-section {
    margin-top: 60px;
    padding-top: 50px;
    border-top: 1px solid #eee;
}

/* 詐欺注意喚起セクション */
.scam-panel {
    border: 2px solid #d9534f !important;
    border-radius: 10px !important;
    overflow: hidden;
    background: #fff5f5 !important;
}

.scam-heading {
    background: #fff5f5 !important;
    padding: 20px !important;
    cursor: pointer;
}

.scam-title {
    color: #d9534f;
    font-weight: bold;
    font-size: 1.3em;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.scam-body {
    padding: 30px !important;
    border-top: 1px solid #ebccd1 !important;
    background: #fff5f5;
}

.scam-caution-box {
    background: #ffffff;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
    border: 1px solid #ebccd1;
}

.scam-caution-list {
    list-style: none;
    padding-left: 0;
    line-height: 2.2;
    margin-bottom: 0;
}

.scam-caution-list li i {
    color: #d9534f;
    margin-right: 5px;
}

/* 個人・法人向け案内 */
.needs-heading-main {
    font-weight: bold;
    color: #043c78;
    margin-bottom: 40px;
}

.needs-item-title {
    border-left: 5px solid #043c78;
    padding-left: 15px;
    margin-bottom: 25px;
    font-weight: bold;
}

.needs-list {
    line-height: 2.0;
    font-size: 1.1em;
    padding-left: 20px;
    margin-bottom: 25px;
}

/* セルフチェックリスト */
.checklist-container {
    margin-top: 60px;
    padding: 40px 20px;
    background: #f8f9fa;
    border-radius: 15px;
    border: 1px solid #eee;
}

.checklist-title-main {
    font-weight: bold;
    color: #043c78;
    margin-bottom: 20px;
}

.checklist-intro {
    font-size: 1.1em;
    line-height: 1.8;
}

.checklist-group {
    margin-bottom: 30px;
}

.checklist-group-title {
    font-weight: bold;
    color: #043c78;
    border-bottom: 2px solid #043c78;
    padding-bottom: 10px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.checklist-number {
    background: #043c78;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    font-size: 0.8em;
}

.checklist-list {
    list-style: none;
    padding-left: 0;
    line-height: 1.8;
}

.checklist-list li {
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
}

.checklist-list li i {
    margin-top: 5px;
    margin-right: 10px;
    color: #043c78;
}

.checklist-list li small {
    color: #666;
}

/* 危険・相談サインボックス */
.alert-box {
    padding: 25px;
    border-radius: 10px;
    height: 100%;
    margin-bottom: 20px;
}

.alert-box-danger {
    background: #fff5f5;
    border: 2px solid #d9534f;
}

.alert-box-info {
    background: #f0f7ff;
    border: 2px solid #043c78;
}

.alert-box-title {
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.alert-box-danger .alert-box-title {
    color: #d9534f;
}

.alert-box-info .alert-box-title {
    color: #043c78;
}

.alert-box-text {
    font-size: 1.1em;
    margin-bottom: 15px;
}

.alert-box-emphasis {
    font-weight: bold;
    font-size: 1.3em;
    margin-bottom: 0;
    line-height: 1.4;
}

.alert-box-danger .alert-box-emphasis {
    color: #d9534f;
}

.alert-box-btn {
    display: inline-block;
    padding: 10px 40px;
    background: #043c78;
    color: #fff !important;
    border: none;
    font-weight: bold;
    text-decoration: none;
}

.alert-box-btn:hover {
    opacity: 0.8;
    color: #fff;
}

/* 無料点検のご案内 */
.inspection-section {
    margin-top: 60px;
    margin-bottom: 60px;
}

.inspection-title {
    font-weight: bold;
    color: #043c78;
    margin-bottom: 20px;
}

.inspection-text {
    font-size: 1.1em;
    line-height: 1.8;
    max-width: 800px;
    margin: 0 auto;
}

/* モバイル調整 */
@media (max-width: 767px) {
    .xs-margin {
        margin-top: 20px;
    }
}
