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

    .sp{
        display: block;
    }

    .pc{
        display: none !important;
    }


    #body{
        display: block;
        width: 100vw;
        height: 3619.93vw;
        margin: 0 auto;
        overflow-x: hidden;
        color: #000;
        /* background-image: url(assets/images/sp/bg.png); */
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
        z-index: 1;
    }
    /**
    * .posts 区切り線つきリスト
    */
    .posts {
        text-align: center;
        border-radius:30px;
        background: white;
        width: 94%;
        margin-left: 3%;
        border:10px solid #99B359;
        margin-bottom: 50px;
    }
    .posts .news-title {
        font-size:14px;
        margin-bottom: 5px;
        line-height: 1.5em;
        color: #0b0b0b;
    }
    .posts h3  {
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .posts h3 span {
        color: #fff;
        background-color: #99B359;
        padding: 6px 62px 6px 64px;
        border-radius:20px;
    }
    .posts h2 {
        margin-bottom:8px;
        font-size:16px;

    }
    .posts h2::before {
        width:16px;
        margin:0 auto 10px auto;
    }

    .posts ul {
        padding: 0 30px ;
        text-align: left;
        height: 95vw;
        overflow-y: auto;
        padding-inline-start: 20px;
    }
    .posts li:first-child {
        border-top: solid 2px #ddd;
    }
    .posts li {
        border-bottom:solid 1px #ddd;
        padding:10px 0;
        list-style: none;
        position: relative;
    }
    .posts li::before {
        width:18px;
        height:18px;
        top:22px;
        right:8px;
        margin:0;
    }
    .posts li.pdf::before, .posts li.zip::before {
        right:6px;
        top:14px;
        width:30px;
        height:25px;
    }
    .posts li time {
        position: absolute;
        left: 30vw;
        top: 0;
        color: #999;
        line-height: 2.4em;
        font-size: 12px;
        margin-top: 10px;
    }
    .posts li .icon {
        display: inline-block;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        width: 25vw;
        height: 25vw;

    }
    .posts li p{
        position: absolute;
        top: 6vw;
        left: 30vw;
        font-size: 12px;
        text-overflow: ellipsis;
        height: 64px;
        overflow: hidden;
        margin-top: 15px;
    }

    .posts li .only-detail{
        position: absolute;
        top: 2vw;
        left: 30vw;
        font-size: 12px;
        text-overflow: ellipsis;
        height: 64px;
        overflow: hidden;
        margin-top: 15px;
    }


    #content .posts li p {
        float:none;
        clear:both;
        width:100%;
        margin:0px 0 0 0;
    }
    .posts .btns {
        margin-top:45px;
    }


}