@charset "UTF-8";
/* -----------------------------------------------
    LIFE
----------------------------------------------- */
/* COMMON
----------------------------------------------- */
/* FIGURE */
.box_blk figure {
    margin: 12px auto 8px;
}
.box_blk figure figcaption {
    margin-bottom: 8px;
    color: #666;
    font-weight: bold;
    font-size: 14px;
}
.box_blk figure figcaption span {
    display: block;
    font-weight: normal;
}
.box_blk figure img {
    margin: auto;
    padding: 12px;
    border: 1px solid #D1D1D1;
}
/* BNR */
.box_blk .bnr_blk {
    margin: 20px auto 0;
    text-align: center;
}
.box_blk .bnr_blk p:last-of-type {
    margin-bottom: 4px;
    font-weight: bold;
}
/* TXT LINK */
.box_blk .txt_link {
    text-align: right;
}
.box_blk .txt_link a {
    display: inline-block;
    padding: 0 24px 0 0;
}
/* NOTE */
.box_blk .note_list {
    margin-top: 4px;
}
.box_blk .note_list li {
    padding-left: 0.7em;
    text-indent: -0.7em;
    font-size: 12px;
}
/* TABLE */
.box_blk .t_blk {
    margin: 16px auto;
}
.box_blk .t_blk .t_scroll {
    overflow-x: auto;
}
.box_blk .t_blk table {
    width: 100%;
    margin: 0 auto 8px;
}
.box_blk .t_blk .notice {
    font-size: 14px;
}
.box_blk .t_blk .notice span {
    display: block;
}
.box_blk .t_blk table,
.box_blk .t_blk table th,
.box_blk .t_blk table td {
    padding: 5px;
    border: 1px #84B5CF solid;
    text-align: left;
}
.box_blk .t_blk table {
    width: 740px;
}
.box_blk .t_blk table th {
    background-color: #DFF4FF;
    font-weight: bold;
    text-align: center;
}
/* DIFF1 */
.box_blk .t_blk table.t_diff1 {
    width: 600px;
}
.box_blk .t_blk .t_diff1 .plus_01 {
    display: inline-block;
    min-width: 120px;
    background: url(images/ico_8times.webp) no-repeat right 0 top 50%;
    background-size: 42px 30px;
}
/* DIFF2 */
.box_blk .t_blk table.t_diff2 {
    width: 100%;
}
.box_blk .t_blk .t_diff2 .plus_02 {
    display: inline-block;
    min-width: 135px;
    background: url(images/ico_85.webp) no-repeat right 0 top 50%;
    background-size: 45px 25px;
}

/* DIFF3 */
.box_blk .t_diff3 tr:first-child th {
    width: calc((100% - 20%) / 3);
}
.box_blk .t_diff3 tr:first-child th.pt_type {
    width: 20%;
}
/* DIFF4 */
.box_blk .t_blk .t_diff4 .merit {
    width: 10%;
}
.box_blk .t_blk .t_diff4 .years,
.box_blk .t_blk .t_diff4 .life {
    width: 45%;
}

/* CONTENTS
----------------------------------------------- */
.container ul.attention {
    margin-top: 0;
}

@media screen and (min-width: 768px) {
    /* COMMON
    ------------------------------- */
    .box_blk figure {
        margin: 24px auto 8px;
        padding: 20px 40px;
    }
    /* BNR */
    .box_blk .bnr_blk p:last-of-type {
        margin-top: 40px;
        font-size: 18px;
    }
    .box_blk .bnr_blk a {
        display: inline-block;
    }
    .box_blk .t_blk table,
    .box_blk .t_blk table.t_diff1 {
        width: 100%;
    }
}
