@charset "utf-8";
/* CSS Document */

#newsWrap,
.div_detail {
    margin-top: 100px;
    margin-bottom: 100px;
}

#newsList {
    margin-top: 20px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

#newsList li {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

#newsList li .thumbNailWrap {
    position: relative;
    width: 22%;
    height: 200px;
    text-align: center;
}

#newsList li .thumbNailWrap>img {
    width: 100%;
    height: 200px;
}

#newsList li .thumbNailWrap::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #009FE8;
    opacity: .5;
    z-index: 1;
}

#newsList li .thumbNailWrap .cat-name {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 100%;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-shadow: 0 0 8px rgba(0, 0, 0, .4);
    z-index: 10;
}

#newsList li .thumbNailWrap img {
    width: 100%;
}

#newsList li.no_img .thumbNailWrap {
    background-color: #ccc;
    min-height: 120px;
}


#newsList li .content_pko {
    width: 76%;
    margin-left: 2%;
}

#newsList li .content_pko .title,
.div_detail h2 {
    display: inline-block;
    text-align: left;
    font-size: 20px;
    line-height: 120%;
    font-weight: bold;
    color: #009FE8;
    position: relative;
    word-break: break-all;
}


#newsList li .content_pko .comment a {
    color: #009FE8;
}

#newsList li .content_pko .comment a:hover {
    text-decoration: underline;
}


.div_detail h2 {
    text-align: left;
}


.div_detail .detailText a {
    color: #009FE8;
}

.div_detail .detailText a:hover {
    text-decoration: underline;
}


#newsList li .content_pko .newMark {
    font-size: 16px;
    color: #f00;
    font-weight: bold;
    margin-left: 5px;
    display: inline-block;
}

#newsList li .content_pko .up_ymd,
.div_detail #up_ymd {
    width: 100%;
    margin-top: 0.5em;
    display: block;
    font-size: 16px;
    color: #231815;
    line-height: 160%;
}

#newsList li .content_pko .comment,
.div_detail .detailText {
    width: 100%;
    display: block;
    margin-top: 0.5em;
    font-size: 16px;
    color: #231815;
    line-height: 160%;
    word-break: break-all;
}

.div_detail .detailText {
    margin-top: 5px;
    word-break: break-all;
}

.div_detail .detailUpfile {
    text-align: center;
    margin-top: 15px;
}

.div_detail .detailUpfile a {
    position: relative;
    z-index: 100;
    text-align: center;
    font-size: 14px;
    line-height: 160%;
    color: #009fe8;
    border: 1px solid #009fe8;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    height: 46px;
    max-width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
    text-decoration: none;
    transition: background-color ease 0.5s;
    -webkit-transition: background-color ease 0.5s;
    -moz-transition: background-color ease 0.5s;
    -ms-transition: background-color ease 0.5s;
    -o-transition: background-color ease 0.5s;
}

.div_detail .detailUpfile a:hover {
    background: #009fe8;
    color: #fff;
}

.breadcum {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    margin-top: 10px;
}

.breadcum li {
    font-size: 16px;
    color: #231815;
    line-height: 160%;
    word-break: break-all;
}

.breadcum li:last-child:after {
    content: none;
}

.breadcum li:after {
    content: "＞";
    margin-left: 10px;
    margin-right: 10px;
}

.detail_back {
    margin-top: 20px;
}

.detail_back a {
    font-size: 16px;
    color: #231815;
    line-height: 160%;
}




@media all and (-ms-high-contrast:none) {}


@media screen and (max-width:767px) {

    #newsWrap,
    .div_detail {
        margin-top: 13.038vw;
        margin-bottom: 13.038vw;
    }

    #newsList li {
        justify-content: flex-start;
    }

    #newsList li .thumbNailWrap {
        width: 100%;
        max-width: 300px;
        margin-bottom: 10px;
    }

    #newsList li .content_pko {
        width: 100%;
        margin-left: 0%;
    }

    #newsList li .thumbNailWrap,
    #newsList li.no_img .thumbNailWrap {
        min-height: auto;
        max-width: none;
        width: 100%;
        height: 30px;
        overflow: hidden;
    }

    #newsList li.no_img .thumbNailWrap img {
        height: 100%;
    }

    #newsList li.no_img .thumbNailWrap .cat-name {
        font-size: 14px;
        text-shadow: none;
    }

    #newsList li .content_pko .title,
    .div_detail h2 {
        font-size: 2.868vw;
        margin-bottom: 1.304vw;
    }

    #newsList li .content_pko .newMark {
        font-size: 2.608vw;
        margin-left: 5px;
    }

    #newsList li .content_pko .up_ymd,
    .div_detail #up_ymd {
        font-size: 2.086vw;
    }

    #newsList li .content_pko .comment,
    .div_detail .detailText {
        font-size: 2.086vw;
    }

    .breadcum li {
        font-size: 2.086vw;
    }

    .breadcum li:after {
        margin-left: 1.304vw;
        margin-right: 1.304vw;
    }

    .detail_back {
        margin-top: 2.608vw;
    }

    .detail_back a {
        font-size: 2.086vw;
    }
}

@media screen and (max-width:580px) {

    #newsWrap,
    .div_detail {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    #newsList li .content_pko .title,
    .div_detail h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    #newsList li .content_pko .title:hover a {
        color: inherit;
    }

    #newsList li .content_pko .newMark {
        font-size: 18px;
        margin-left: 5px;
    }

    #newsList li .content_pko .up_ymd,
    .div_detail #up_ymd {
        font-size: 14px;
    }

    #newsList li .content_pko .comment,
    .div_detail .detailText {
        font-size: 14px;
    }

    #newsList li {
        margin-bottom: 30px;
        border-bottom: 1px solid #009FE8;
        padding-bottom: 20px;
    }

    #newsList li:last-child {
        border-bottom: 0px solid #009FE8;
        padding-bottom: 0px;
    }

    .breadcum li {
        font-size: 14px;
    }

    .breadcum li:after {
        margin-left: 5px;
        margin-right: 5px;
    }

    .detail_back {
        margin-top: 15px;
    }

    .detail_back a {
        font-size: 14px;
    }
}

#newsWrap .pager{
    text-align: center;
}

#newsWrap .pager a{
    margin: 4px;
    display: inline-block;
    padding: 10px;
    border: 1px solid #000;
    border-radius: 4px;
    transition: .4s all;
    background-color: #fff;
    border-color: #009FE8;
    color: #009FE8;
}
#newsWrap .pager a:hover,
#newsWrap .pager a.current{
    background-color: #009FE8;
    color: #fff;
}