     /* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
.notecardtype{
    text-align: left;
    font-size: 0;
}
.notecardtype time {
    display: inline-block;
    margin: 13px 13px 8px !important;
    color: #b5b5b5;
    font-size: 15px;
    font-weight: bold;
}

.notecardtype__article {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 296px;
    margin: 0 17px 44px;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.12), 0 2px 3px 0 rgba(0, 0, 0, 0.22);
    transition: 0.2s ease-in-out;
    font-size: 15px;
    list-style: none;
}

.notecardtype__article:hover {
    box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
    transform: translateY(-4px);
}

.notecardtype__link {
    display: block;
    color: #555;
    text-decoration: none;
    cursor: pointer;
}

.notecardtype__link:hover {
   text-decoration: none; 
}

.notecardtype__img {
    margin: 0;
    overflow: hidden;
    position: relative;
    height: 0;
    padding-bottom: 53%;
}

.notecardtype__img img {
    border-radius: 2px 2px 0 0;
    width: 100%;
    height: auto !important;
}

.notecat-name {
    display: inline-block;
    overflow: hidden;
    position: absolute;
    top: 13px;
    left: 13px;
    height: 22px;
    margin: 0;
    padding: 2px 10px;
    border-radius: 14px;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    vertical-align: middle;
    line-height: 18px;
    background: #212121;
    text-decoration: none;
}

.notecat-name img {
    height: 20px;
    padding: 1px 0 6px;
}

.entry-time.notepubdate {
    padding: 0 10px 0 0;
    margin-top: -1.0em;
}

.cf {
    zoom: 1;
}

/* .notedescription p {
    font-size: 0.8em;
    padding: 43px 15px 20px;
    margin-top: -3.3em;
    text-align: left;
} */

.notecardtitle{
    margin: 8px 0 4px;
    font-weight: bold;
    line-height:1.56;
    padding: 0 14px;
    text-align: left;
    font-size: 24px;
}
.notecardtitle_tag {
    margin: 0 0 10px;
    font-weight: bold;
    line-height:1.56;
    padding: 0 14px;
    text-align: left;
}

.notecardtitle_tag a{
    pointer-events: none;
    color: #403c34 !important;
}
.page-numbers {
    display: inline-block;
    width: 46px;
    height: 46px;
    margin: 0;
    background:  #8f8e8e;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    line-height: 46px;
    text-align: center;
    color: #212121;
}

a.page-numbers:hover {
background-color: #212121;
color:#FFF;
text-decoration: none;
cursor: pointer;
}


.current {
color: #FFF;
background: #212121;
}

.pagenation_page {
    text-align: center;
}

.pagenation_page .next {
    width: auto;
    background: none;
    padding-left: 0.4em;
}

.pagenation_page .prev{
    width: auto;
    background: none;
    padding-right: 0.4em;
}

a.pagenation_page .next:hover {
color:#212121;
opacity: 0.8;
}

/* 前のページへ、次のページへ */
.nav-previous a,
.nav-next a{
    color: #212121;
  }


  .prev_n{
    position: relative ;
    margin: 0 0 0 25px ;
  }
  .prev_n .svg-icon{
    position: absolute ;
    left: -27px ;
    top: 2px ;
  }


  .next_n{
    position: relative ;
    margin: 0 25px 0 0 ;
  }
  .next_n .svg-icon{
    position: absolute ;
    right: -27px ;
    top: 2px ;
  }
}
/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
    .notecardtype{
        padding: 9vw 4vw 0;
    }
    .notecardtype time {
        display: inline-block;
        margin: 5vw 5vw 3vw !important;
        color: #b5b5b5;
        font-size: 4vw;
        font-weight: bold;
    }
    
    .notecardtype__article {
        list-style: none;
        position: relative;
        width: 100%;
        margin: 0 0 3em;
        border-radius: 2px;
        background: #fff;
        box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.12), 0 2px 3px 0 rgba(0, 0, 0, 0.22);
        cursor: pointer;
        transition: 0.2s ease-in-out;
    }
    
    .notecardtype__article:hover {
        box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
        transform: translateY(-4px);
    }
    
    .notecardtype__link {
        display: block;
        color: #555;
        text-decoration: none;
        cursor: pointer;
    }
    
    .notecardtype__link:hover {
       text-decoration: none; 
    }
    
    .notecardtype__img {
        margin: 0;
        overflow: hidden;
        position: relative;
        height: 0;
        padding-bottom: 53%;
    }
    
    .notecardtype__img img {
        border-radius: 2px 2px 0 0;
        width: 100%;
        height: auto !important;
    }
    
    .notecat-name {
        display: inline-block;
        overflow: hidden;
        position: absolute;
        top: 13px;
        left: 13px;
        height: 22px;
        margin: 0;
        padding: 2px 10px;
        border-radius: 14px;
        color: #fff;
        font-size: 11px;
        font-weight: bold;
        vertical-align: middle;
        line-height: 18px;
        background: #212121;
        text-decoration: none;
    }
    
    .notecat-name img {
        height: 20px;
        padding: 1px 0 6px;
    }
    
    .entry-time.notepubdate {
        padding: 0 10px 0 0;
        margin-top: -1.0em;
    }
    
    .cf {
        zoom: 1;
    }
    
    /* .notedescription p {
        font-size: 1em;
        font-size: 1em;
        padding: 0vw 5vw 5vw;
    }
    */
    
    .notecardtitle{
        font-size: 7vw;
        font-weight: bold;
        line-height: 1.56;
        padding: 3vw 2vw 2vw 2vw;
    }
    .notecardtitle_tag{
        font-weight: bold;
        line-height: 1.56;
        padding: 3vw 2vw 2vw 2vw;
        margin-top: -5vw;
    }
    .notecardtitle_tag a{
        pointer-events: none;
        color: #403c34 !important;
    }
    .page-numbers {
        display: inline-block;
        width: 46px;
        height: 46px;
        margin: 0;
        background:  #8f8e8e;
        font-size: 16px;
        font-weight: bold;
        text-decoration: none;
        line-height: 46px;
        text-align: center;
        color: #212121;
    }
    
    a.page-numbers:hover {
    background-color: #212121;
    color:#FFF;
    text-decoration: none;
    cursor: pointer;
    }
    
    
    .current {
    color: #FFF;
    background: #212121;
    }
    
    .pagenation_page {
        text-align: center;
    }
    
    .pagenation_page .next {
        width: auto;
        background: none;
        padding-left: 0.4em;
    }
    
    .pagenation_page .prev{
        width: auto;
        background: none;
        padding-right: 0.4em;
    }
    
    a.pagenation_page .next:hover {
    color:#212121;
    opacity: 0.8;
    }
    


/* ＝＝詳細ページ＝＝ */

/* 画像 */

.entry-content img{
    padding: 1em 0;
  }

    /* 前のページへ、次のページへ */
    .nav-previous{
        display: inline-block;
    }
    .nav-next{
        display:inline-block;
        float: right;
    }

    .nav-previous a,
    .nav-next a{
        color: #212121;
      }
    
    
      .prev_n{
        position: relative ;
        margin: 0 0 0 13vw;
      }
      .prev_n .svg-icon{
        position: absolute ;
        left: -27px ;
        top: 2px ;
      }
    
    
      .next_n{
        position: relative ;
        margin: 0 13vw 0 0 ;
      }
      .next_n .svg-icon{
        position: absolute ;
        right: -27px ;
        top: 2px ;
      }

}
