@charset "utf-8";

:root {
    --ink: #222;
    --muted: #666;
    --line: #cfeaf4;
    --thead: #cfeaf4;
    --tbody: #f4f7f9;
    --grid: #d9e6ee;
}

.safety-page .wsp {
    margin: 0;
    padding: 0;
    display: inline-block;
    border-bottom: none;
}

.safety-page .sidePad {
    padding-inline: 5%;
}

.safety_mainimg {
    margin-bottom: 56px;
}

.safety_mainimg img {
    aspect-ratio: 980/360;
    object-fit: cover;
}


/* blocks */
.safety-page .safety-block {
    margin-top: 60px;
}

.safety-page .safety-detail {
    margin-top: 100px;
}

.safety-page .safety-detail__sub {
    margin-top: 60px;
}



/* h4 */
.safety-page .safety-h4 {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 0 0 20px;
    font-size: 16px;
    font-family: "Yu Gothic", "メイリオ", Meiryo, Arial, Verdana, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

.safety-page .safety-h4::before {
    content: "";
    width: 42px;
    height: 2px;
    background: #cfeaf4;
    flex: 0 0 auto;
}

.safety-page .safety-h4--sub {
    margin-top: 18px;
}

.safety-page .safety-h5--sub {
    position: relative;
    margin-bottom: 10px;
    padding-left: calc(1em + 5px);
    font-weight: 600;
}

.safety-page .safety-h5--sub::before {
    position: absolute;
    display: inline-block;
    content: "";
    top: 5px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #cfeaf4;
}


/* small notes */
.safety-page .safety-note {
    margin: 0 0 12px;
}

/* year label */
.safety-page .safety-year {
    margin: 10px 0 8px;
}

/* key-value tables */
.safety-page .safety-kv {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.safety-page .safety-kv th,
.safety-page .safety-kv td {
    /*border: 1px solid #d9e6ee;*/
    padding: 12px 14px;
    vertical-align: top;
}

.safety-page .safety-kv th {
    width: 34%;
    background: #e3f0f3;
    text-align: left;
    font-weight: 600;
}

.safety-page .safety-kv td {
    background: #f3f8f9;
}


.safety-page .safety-kv--compact th {
    width: 30%;
}


.safety-page .ship-info {
    display: flex;
    gap: 22px;
}

.safety-page .ship-table {
    flex: 1 1 0;
}

/* sub info box */
.safety-page .safety-subbox {
    margin-top: 50px;

}

.safety-page .safety-subttl {
    position: relative;
    margin: 0 0 20px;
    padding-left: calc(1em + 5px);
    font-weight: 600;
}

.safety-page .safety-subttl::before {
    position: absolute;
    content: "";
    display: inline-block;
    top: 5px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #cfeaf4;
    flex: 0 0 auto;
}

.safety-page .safety-dl {
    margin: 0;
    padding: 0 1.5em;
}

.safety-page .safety-dl__row {
    display: grid;
    grid-template-columns: 0.4fr 1fr;
    gap: 6px;
    padding: 10px 0;
    /*border-top: 1px solid #eef3f6;*/
    border-top: 1px dotted #ccc;
}

.safety-page .safety-dl__row:first-child {
    border-top: 0;
    padding-top: 0;
}

.safety-page .safety-dl__row:last-child {
    padding-bottom: 0;
}


/* existing section-head/table stylesの補助 */
.safety-page .section-head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 0 0 20px;
}

.safety-page .section-line {
    width: 40px;
    height: 2px;
    background: #cfeaf4;
    flex: 0 0 auto;
}

.safety-page .section-title {
    margin: 0;
    font-size: 16px;
    font-family: "Yu Gothic", "メイリオ", Meiryo, Arial, Verdana, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

/* list */
.safety-page .num-list {
    margin: 10px 0 0 20px;
    padding: 0;
}

.safety-page .num-list li {
    margin: 4px 0;
}

/* bracket title */
.safety-page .bracket-title {
    margin: 14px 0 6px;
    font-weight: 600;
}

/* tables (grid ones already using .tbl in your markup) */
.safety-page .table-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.safety-page .tbl {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    min-width: 640px;
    /* SPは横スクロール想定 */
}

.safety-page .tbl th,
.safety-page .tbl td {
    /* border: 1px solid #d9e6ee;*/
    padding: 12px 14px;
    text-align: center;
    vertical-align: middle;
    background: #fff;
}

.safety-page .tbl thead th {
    background: #e3f0f3;
    font-weight: 600;
}

.safety-page .tbl tbody th,
.safety-page .tbl tbody td {
    background: #f3f8f9;
}

.safety-page .tbl .rowhead {
    text-align: left;
    font-weight: 600;
    white-space: nowrap;
}

.safety-page .text {
    margin-bottom: 15px;
}

/* pdf links */
.safety-page .safety-pdfList {
    margin: 80px 0;
    padding: 0;
    list-style: none;
    /*display: flex;
    flex-wrap: wrap;
    gap: 10px 14px;*/
}

.safety-page .safety-pdfList li+li {
    border-top: 1px dotted #ccc;
}

.safety-page .pdf_link {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 15px calc(12px + 1.5em) 15px calc(12px + 0.5em);
    text-decoration: none;
}

.safety-page .pdf_link:hover {
    text-decoration: underline;
}

.safety-page .pdf_link::before {
    position: absolute;
    display: inline-block;
    content: "";
    top: 20px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #cfeaf4;
}

.safety-page .pdf_link::after {
    position: absolute;
    content: "";
    top: 10px;
    right: 0;
    display: inline-block;
    width: 25px;
    height: 30px;
    mask: url("../img/page/pdf_icon.svg") no-repeat center/contain;
    background-color: #6a7e87;
}

.table-hint {
    display: none;
    margin: 15px 0;
    font-size: 12px;
    color: #6a7e87;
    letter-spacing: .02em;
}

.table-hint:after {
    margin-left: 5px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    mask: url("../img/page/swipe_icon.svg") no-repeat center/contain;
    background-color: #6a7e87;
}

/* ========== 767以下 ========== */
@media (max-width: 767px) {


    .safety-page .safety-detail {
        margin-top: 80px;
    }

    .safety-page .safety-h4::before {
        width: 34px;
    }

    .safety-page .ship-info {
        flex-direction: column;
    }

    .safety-page .safety-dl__row {
        display: block;
    }

    .safety-page .safety-dl__row dt {
        margin-bottom: 10px;
    }

    .safety-page .tbl {
        min-width: 720px;
        /* 表の可読性優先 */
    }

    .safety-page .safety-pdfList {
        flex-direction: column;
        gap: 10px;
    }

    .table-hint {
        display: block;
    }

    /*.safety-page .pdf_link {
        width: 100%;
        justify-content: flex-start;
    }*/
}