  @media screen and (min-width: 768px) {
	.resize{
		width: 448px;
	}
}

.h2-mb{
	margin-bottom: 85px;
}

.block-wrap ol{
	counter-reset: item;
}
.block-wrap ol > li{
      position: relative;
      margin: 28px 0 0;
      padding-left: 28px;
      font-size: 15px;
      line-height: 28px;
    }
    .block-wrap ol > li:before{
      counter-increment: item;
      content: counter(item)'.';
      position: absolute;
      top: 0;
      left: 0;
      font-size: 13px;
      line-height: 28px;
    }

.link{
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    letter-spacing: 0.04em;
    color: #0099D9;
    padding: 11px 46px 11px 35px;
    border: 1px solid #CCCCCC;
    background-color: #fff;
    margin: 0 0 14px;
}
.link:before {
    content: '';
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background: url(/jp/ja/img/common/arrow.png) no-repeat center center;
    background-size: 100% auto;
}
.pdf:after {
    content: '';
    position: absolute;
    right: 21px;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background: url(/jp/ja/img/common/pdf.png) no-repeat center center;
    background-size: 100% auto;
}


 .contents_body h3 {
    position: relative;
    color: #1A1A1A;
    margin-bottom: 1em;
    font-weight: bold;
    font-size: 16px;
    padding-left: 1em;
}
.contents_body h3::before{
    content: "●";
    font-size: 12px;
    margin-right: 5px;
    color: #3494EB;
    line-height: 150%;
    position: absolute;
    top: 5px;
    left: 0px;
}

.text-center{
    text-align: center;
}

.bb{
    margin-bottom: 2em;
    border: 3px solid #3494EB;
    padding: 20px;
}
.bb strong{
    display: block;
    margin-bottom: 15px;
    font-size: 1.8rem;
}

.ex .inner{
    padding: 0px;
}

.ex h3{
    background: #004E99;
    color: #fff;
    padding: 15px 20px;
}
.ex h3::before{
    display: none;
}
.ex dt{
    display: inline-block;
    background: #0071C0;
    color: #fff;
    padding: 10px 15px;
}
.ex dd{
    padding: 12px 0;
    margin-bottom: 1.5em;
}

        .main-table {
            margin: 0 10px;
            border-collapse: collapse;
            background-color: white;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            overflow: hidden;
        }
        .main-table table{
            width: 100%;
        }

        .main-table th {
            background: linear-gradient(135deg, #0099D9);
            color: white;
            padding: 15px 20px;
            text-align: left;
            font-weight: bold;
        }

        .main-table td {
            padding: 20px;
            border-bottom: 1px solid #e0e0e0;
        }

        .main-table tr:last-child td {
            border-bottom: none;
        }

        .risk-flow {
            display: flex;
            margin: 20px 0;
            align-items: stretch;
        }
     

        .risk-box {
            background: linear-gradient(135deg, #0099D9);
            color: white;
            padding: 15px 20px;
            margin-right: 20px;
            width: 180px;
            text-align: center;
            font-weight: bold;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .risk-content {
            background-color: #e3f2fd;
            padding: 15px;
            flex: 1;
        }

        .arrow {
            display: block;
            width: 0;
            height: 0;
            border-left: 15px solid transparent;
            border-right: 15px solid transparent;
            border-top: 15px solid #1e88e5;
            margin: 10px auto;
        }

        .countermeasures {
            background-color: #f8f9fa;
            padding: 15px;
        }

        .countermeasures ul {
            margin: 0;
            padding-left: 20px;
        }

        .countermeasures li {
            margin-bottom: 8px;
            list-style-type:disc;
        }

        .notice{
            background-color: #efefef;
            padding: 15px 20px;
        }

           @media screen and (max-width: 1100px) {
            .risk-flow{
                display: block;
            }
            .risk-box{
                display: block;
                width: 100%;
            }
            .risk-content br{
                display: none;
            }
        }


        /*----------------リスクテーブル2----------*/

        .risk-scenario-table {
            width: 100%;
            border-collapse: collapse;
            background-color: white;
            margin: 1.5em 0;
            overflow: hidden;
        }

        .risk-scenario-table th {
            background-color: #8e8e8e;
            color: white;
            padding: 15px 20px;
            text-align: center;
            font-size: 16px;
            font-weight: bold;
            border-right: 1px solid #777;
        }

        .risk-scenario-table th:last-child {
            border-right: none;
        }

        .risk-scenario-table td {
            padding: 15px 20px;
            vertical-align: top;
            border-bottom: 1px solid #ddd;
            border-right: 1px solid #ddd;
            background-color: #f9f9f9;
        }

        .risk-scenario-table td:last-child {
            border-right: none;
        }

        .risk-scenario-table tr:last-child td {
            border-bottom: none;
        }

        .risk-scenario-table tr:nth-child(even) td {
            background-color: #f5f5f5;
        }

        .scenario-column {
            width: 35%;
        }

        .risk-column {
            width: 30%;
        }

        .measure-column {
            width: 35%;
        }

        .measure-list {
            margin: 0;
            padding-left: 20px;
        }

        .measure-list li {
            margin-bottom: 8px;
        }

        /* レスポンシブ対応 */

        @media screen and (max-width: 1100px) {
        
             body, html{
                overflow-x: hidden;
            }
            /* 横スクロールコンテナ */
            .table-container {
                overflow-x: auto;
                -webkit-overflow-scrolling: touch;
            }

            .risk-scenario-table {
                min-width: 600px; /* 最小幅を設定 */
                white-space: nowrap;
                margin: 1.5em 0;
            }

            .risk-scenario-table th,
            .risk-scenario-table td {
                padding: 8px 10px;
                min-width: 150px; /* 各列の最小幅 */
            }


            /* 対策列のみ改行を許可 */
            .measure-column,
            .risk-scenario-table td:last-child {
                white-space: normal;
                min-width: 200px;
            }

            .measure-list {
                padding-left: 12px;
            }

            .measure-list li {
                margin-bottom: 4px;
            }
        }