
.guide-main {
    padding-top: 15px;
}

.guide-main .section-content {
    max-width: 1200px;
    width: 100%;
    display: block;
    margin: 0 auto 63px;
}

.guide-main .section-content .content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 1400px) {
    .guide-main .section-content .content-wrapper {
        padding: 0 1.5rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 991px) {
    .guide-main .section-content .content-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0;
    }
}

.guide-main .section-content .content-wrapper .main-content {
    max-width: 800px;
    width: 100%;
}

@media screen and (max-width: 991px) {
    .guide-main .section-content .content-wrapper .main-content {
        padding: 0 13px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 991px) {
    .guide-main .section-content .content-wrapper .main-content {
        max-width: 100%;
        padding: 0 13px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

/* ページヘッダー */
.guide-header {
    text-align: center;
    padding: 40px 20px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 8px;
    margin-bottom: 40px;
    color: white;
}

@media screen and (max-width: 767px) {
    .guide-header {
        padding: 30px 20px;
        margin-bottom: 30px;
    }
}

.guide-header_title {
    font-family: "Helvetica Neue", "Noto Sans JP", Arial, "Hiragino Sans",
        "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 18px;
    line-height: 31px;
    font-weight: bold;
    margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
    .guide-header_title {
        font-size: 16px;
        line-height: 27px;
    }
}

.guide-header_text {
    font-family: "Helvetica Neue", "Noto Sans JP", Arial, "Hiragino Sans",
        "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 14px;
    line-height: 24px;
    opacity: 0.95;
}

@media screen and (max-width: 767px) {
    .guide-header_text {
        font-size: 13px;
        line-height: 22px;
    }
}

/* セクション情報 */
.section-info {
    width: 100%;
}

.section-info .info-wrapper {
    margin-top: 23px;
}

@media screen and (max-width: 991px) {
    .section-info .info-wrapper {
        margin-top: 0;
    }
}

.section-info .info-title {
    margin-bottom: 28px;
    font-family: "Helvetica Neue", "Noto Sans JP", Arial, "Hiragino Sans",
        "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 34px;
    color: #1c3388;
}

@media screen and (max-width: 767px) {
    .section-info .info-title {
        font-size: 16px;
        line-height: 27px;
    }
}

@media screen and (max-width: 991px) {
    .section-info .info-title {
        margin-bottom: 13px;
        padding: 0 16px;
    }
}

/* 詳細セクション */
.info-detail {
    margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
    .info-detail {
        margin-bottom: 30px;
    }
}

.detail-wrapper {
    width: 100%;
}

@media screen and (max-width: 991px) {
    .detail-wrapper {
        padding: 0 13px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

.detail-title {
    font-family: "Helvetica Neue", "Noto Sans JP", Arial, "Hiragino Sans",
        "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 27px;
    color: #1c3388;
    margin: 0 0 15px 0;
    border-left: 4px solid #1c3388;
    padding-left: 12px;
}

.detail-text {
    font-family: "Helvetica Neue", "Noto Sans JP", Arial, "Hiragino Sans",
        "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 15px;
    line-height: 26px;
    color: #333;
    margin: 0 0 20px 0;
    padding: 0 15px;
}

.detail-subtitle {
    font-family: "Helvetica Neue", "Noto Sans JP", Arial, "Hiragino Sans",
        "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    color: #1c3388;
    margin: 20px 0 12px 0;
    padding-left: 15px;
}

.detail-list {
    font-family: "Helvetica Neue", "Noto Sans JP", Arial, "Hiragino Sans",
        "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #333;
    margin: 0 0 20px 30px;
    padding: 0;
    list-style: disc;
}

.detail-list li {
    margin: 8px 0;
}

/* テーブルスタイル */
.detail-wrapper table {
    font-family: "Helvetica Neue", "Noto Sans JP", Arial, "Hiragino Sans",
        "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.detail-wrapper table thead {
    background-color: #f0f0f0;
}

.detail-wrapper table th {
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    color: #333;
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
}

.detail-wrapper table td {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    border: 1px solid #ddd;
    padding: 10px;
}

.detail-wrapper table tr:nth-child(even) {
    background-color: #f9f9f9;
}

.detail-wrapper table tr:nth-child(odd) {
    background-color: #ffffff;
}

/* レスポンシブ対応 */
@media screen and (max-width: 767px) {
    .detail-title {
        font-size: 14px;
        line-height: 24px;
    }

    .detail-text {
        font-size: 14px;
        line-height: 24px;
        padding: 0 15px;
    }

    .detail-subtitle {
        font-size: 13px;
        line-height: 22px;
    }

    .detail-list {
        font-size: 13px;
        line-height: 22px;
        margin-left: 25px;
    }

    .detail-wrapper table th,
    .detail-wrapper table td {
        font-size: 13px;
        line-height: 22px;
        padding: 8px;
    }
}
