@charset "UTF-8";
.lost {
    margin-bottom: 59px;
}
.lost_title {}
.lost_text {
    margin-bottom: 25px;
}
.lost_image {
    margin-bottom: 25px;
}
.lost_image > img {}
.lItem {
    margin-bottom: 25px;
}
.lItem_title {
    font-size: 24px;
}
.lItem_cols {}
.lItem_cols:after {
    content: "";
    display: block;
    clear: both;
}
.lItem_col {}
.lItem_col-no1 {
    float: left;
    padding: 9px 0 0 29px;
}
.lItem_col-no1 > img {}
.lItem_col-no2 {
    float: right;
    width: 438px;
}
.lItem_list {
    list-style: none;
    margin-bottom: 0;
}
.lItem_list > li {
    margin-top: 9px;
}
.lItem_list > li:before {
    background: rgb(43, 123, 103);
}
.lItem_list > li:first-child {}
.lItem_list > li:nth-child(2n+1) {}
.lost_tableWrap {}
.lost_table {
    width: 100%;
}
.lost_table > thead {}
.lost_table > thead > tr {}
.lost_table > thead > tr > th {
    border: 1px solid #ccc;
    background: #fcf9ef;
    padding: 10px 10px 9px;
    vertical-align: bottom;
    width: 25%;
}
.lost_table > thead > tr > td {}
.lost_table > tbody {}
.lost_table > tbody > tr {}
.lost_table > tbody > tr > th {
    border: 1px solid #ccc;
    background: rgb(239, 239, 239);
    white-space: nowrap;
    vertical-align: middle;
    font-weight: normal;
    width: 141px;
    text-align: left;
    padding: 10px 19px;
}
.lost_table > tbody > tr > td {
    line-height: 1.4;
    padding: 8px 7px;
    border: 1px solid #ccc;
    vertical-align: top;
}
.lost_fig {}
.lost_fig > img {
    width: 120px;
    height: auto;
}
.lost_fig > figcaption {
    font-weight: normal;
    margin-top: 10px;
}
.lost_list {
    list-style: none;
}
.lost_list > li {
    margin-top: 14px;
}
.lost_list > li:first-child {}
.lost_list > li:before {
    background: #2b7b67;
}
.lost_list > li:nth-child(2n+1) {}

/* タブレット以下設定 */

@media screen and (max-width:999px) {
    .lost {}
    .lost_title {}
    .lost_text {}
    .lost_image {}
    .lost_image > img {}
    .lItem {}
    .lItem_title {}
    .lItem_cols {}
    .lItem_cols:after {}
    .lItem_col {}
    .lItem_col-no1 {}
    .lItem_col-no1 > img {}
    .lItem_col-no2 {}
    .lItem_list {}
    .lItem_list > li {}
    .lItem_list > li:before {}
    .lItem_list > li:first-child {}
    .lItem_list > li:nth-child(2n+1) {}
    .lost_tableWrap {}
    .lost_table {}
    .lost_table > thead {}
    .lost_table > thead > tr {}
    .lost_table > thead > tr > th {}
    .lost_table > thead > tr > td {}
    .lost_table > tbody {}
    .lost_table > tbody > tr {}
    .lost_table > tbody > tr > th {}
    .lost_table > tbody > tr > td {}
    .lost_fig {}
    .lost_fig > img {}
    .lost_fig > figcaption {}
    .lost_list {}
    .lost_list > li {}
    .lost_list > li:first-child {}
    .lost_list > li:before {}
    .lost_list > li:nth-child(2n+1) {}
}

/* スマホ設定 */

@media screen and (max-width:699px) {
    .lost {
        margin-bottom: 25px;
    }
    .lost_title {}
    .lost_text {
        margin-bottom: 1em;
    }
    .lost_image {
        text-align: center;
    }
    .lost_image > img {}
    .lItem {
        margin-bottom: 25px;
    }
    .lItem_title {
        font-size: 18px;
    }
    .lItem_cols {}
    .lItem_cols:after {}
    .lItem_col {
        float: none;
        padding: 0;
        width: auto;
    }
    .lItem_col-no1 {
        text-align: center;
        margin-bottom: 15px;
    }
    .lItem_col-no1 > img {
        width: 160px;
    }
    .lItem_col-no2 {}
    .lItem_list {}
    .lItem_list > li {}
    .lItem_list > li:before {}
    .lItem_list > li:first-child {}
    .lItem_list > li:nth-child(2n+1) {}
    .lost_tableWrap {}
    .lost_table {
        width: 600px;
    }
    .lost_table > thead {}
    .lost_table > thead > tr {}
    .lost_table > thead > tr > th {
        padding: 5px;
    }
    .lost_table > thead > tr > td {}
    .lost_table > tbody {}
    .lost_table > tbody > tr {}
    .lost_table > tbody > tr > th {
        padding: 5px;
    }
    .lost_table > tbody > tr > td {
        padding: 5px;
    }
    .lost_fig {}
    .lost_fig > img {
        width: 80px;
    }
    .lost_fig > figcaption {
        font-size: 12px;
        margin-top: 4px;
    }
    .lost_list {}
    .lost_list > li {}
    .lost_list > li:first-child {}
    .lost_list > li:before {}
    .lost_list > li:nth-child(2n+1) {}
}
