@charset "UTF-8";

#iso45001_special {
    width: 100%;
    padding: 40px 0;
    box-sizing: border-box;
    color: #333;
    line-height: 1.8;
}

#iso45001_special .iso_wrapper {
    box-sizing: border-box;
    /* padding: 0 20px; */
}

#iso45001_special .iso_wrapper .article_topic {
    font-size: 0.9rem;
    font-weight: 700;
}

/* Header Section */
#iso45001_special .iso_header {
    margin-bottom: 50px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
}

#iso45001_special .iso_topic_link {
    display: inline-block;
    background-color: var(--main-color);
    color: #fff;
    padding: 4px 12px;
    font-size: 14px;
    text-decoration: none;
    border-radius: 2px;
    margin-bottom: 15px;
    transition: opacity 0.3s;
}

#iso45001_special .iso_topic_link:hover {
    opacity: 0.8;
}

#iso45001_special .iso_title {
    font-size: 32px;
    font-weight: bold;
    color: #222;
    margin: 0 0 20px 0;
    line-height: 1.4;
}

#iso45001_special .iso_meta_info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 14px;
    color: #666;
    gap: 15px;
}

#iso45001_special .iso_author_avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
}

#iso45001_special .iso_official_badge {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: var(--accent-color);
    border-radius: 50%;
    position: relative;
}
#iso45001_special .iso_official_badge::after {
    content: "✓";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 10px;
}

/* Body Content */
#iso45001_special .iso_body_container {
    font-size: 16px;
}

#iso45001_special .iso_top_box {
    border: solid 2px #275CAA;
    margin: 40px 0 0;
    padding: 15px;
}

/* Headings */
#iso45001_special .iso_heading_lv2 {
    font-size: 24px;
    font-weight: bold;
    color: var(--text-color);
    border-bottom: 2px solid var(--main-color);
    padding-bottom: 10px;
    margin-top: 60px;
    margin-bottom: 30px;
}

#iso45001_special .iso_heading_lv3 {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    border-left: 5px solid var(--main-color);
    padding-left: 15px;
    margin-top: 40px;
    margin-bottom: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
}

/* Paragraphs & Lists */
#iso45001_special .iso_text {
    margin-bottom: 24px;
    text-align: justify;
}

.iso_txt_strong {

}

.iso_txt_strong strong {
    background-image: linear-gradient(transparent 80%, var(--yellow) 80%);
    background-position-y: -4px;
    font-size: 1.3rem;
}

#iso45001_special .iso_list {
    margin-bottom: 24px;
    padding-left: 20px;
}

#iso45001_special .iso_list_item {
    margin-bottom: 10px;
    list-style-type: disc;
}

/* Images */
#iso45001_special .iso_figure {
    margin: 40px 0;
    text-align: center;
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 4px;
}

#iso45001_special .iso_img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

#iso45001_special .iso_figcaption {
    font-size: 12px;
    color: #666;
    margin-top: 10px;
    text-align: center;
}

/* Special Data Box (JQA Data) */
#iso45001_special .iso_data_box {
    border: 2px solid var(--main-color);
    /* border-radius: 8px; */
    padding: 20px;
    margin: 30px 0;
    text-align: center;
}

#iso45001_special .iso_data_title {
    font-size: 18px;
    font-weight: bold;
    color: var(--main-color);
    margin-bottom: 15px;
    border-bottom: 1px dashed var(--main-color);
    padding-bottom: 10px;
    display: inline-block;
}

#iso45001_special .iso_data_content {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

#iso45001_special .iso_data_item {
    font-size: 18px;
    font-weight: bold;
}

/* Responsive */
@media screen and (max-width: 768px) {
    #iso45001_special .iso_title {
        font-size: 24px;
    }
    #iso45001_special .iso_heading_lv2 {
        font-size: 20px;
        margin-top: 40px;
    }
    #iso45001_special .iso_heading_lv3 {
        font-size: 18px;
    }
    #iso45001_special .iso_data_content {
        gap: 15px;
        flex-direction: column;
    }
    #iso45001_special .iso_wrapper {
        padding: 0 15px;
    }
}



.stat_report_box {
    /* 背景：白ではなく、書類やレポートを連想させる落ち着いたブルーグレー */
    background-color: #f4f6f8;
    /* 枠線：細く鋭いグレーで引き締め、上部に権威を示す太線 */
    border: 1px solid #d1d5db;
    border-top: 4px solid #2c3e50; /* 濃紺で権威を表現 */
    border-radius: 2px;
    padding: 0; /* 中身で余白調整 */
    margin: 40px 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05); /* 控えめな影で浮き出し */
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    color: #333;
    text-align: center;
}

.stat_report_title {
    /* タイトルエリア：背景を敷いて見出しとして独立させる */
    background-color: #e6e8eb;
    color: #2c3e50;
    font-size: 16px;
    font-weight: 700;
    padding: 12px 20px;
    letter-spacing: 0.05em;
    border-bottom: 1px solid #d1d5db;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

/* タイトル前のアイコン装飾（CSSで生成） */
.stat_report_title::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 16px;
    background-color: #b91c1c; /* 重大なデータであることを示す深紅 */
    margin-right: 5px;
}

.stat_report_content {
    padding: 25px 30px;
}

.stat_report_item {
    font-size: 16px;
    line-height: 1.8;
    font-weight: 500;
}

/* 数字強調用のクラス（HTML側でspan付与） */
.stat_report_number {
    font-size: 1.5em; /* 文字サイズを大きく */
    font-weight: 800; /* 極太 */
    color: #b91c1c; /* 重みのある赤 */
    margin: 0 4px;
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
    .stat_report_box {
        margin: 30px 0;
    }
    .stat_report_content {
        padding: 20px 15px;
    }
    .stat_report_title {
        font-size: 15px;
        flex-direction: column;
        gap: 5px;
    }
    .stat_report_title::before {
        width: 30px;
        height: 3px;
        margin-right: 0;
        margin-bottom: 5px;
    }
    .stat_report_number {
        font-size: 1.3em;
        display: inline-block; /* 改行されにくくする */
    }
}

/* ボタン */
.company_auth_btn_group {
    display: flex;
    gap: 20px;
    margin-top: 15px;
}

.company_auth_btn_link {
    display: inline-block;
    padding: 8px 4px;
    background-color: #fff;
    color: #00B8F0!important;
    border: 1px solid #00B8F0;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    transition: all 0.3s;
    text-align: center;
    margin-top: 5px;
    align-self: flex-end;
    position: relative;
    width: 48%;
    z-index: 1;
}

.company_auth_btn_link::after {
    content: "→";
    margin-left: 8px;
    font-weight: normal;
}

.company_auth_btn_link:hover {
    background-color: #00B8F0;
    color: #fff!important;
}