.container-inner-list {
  max-width: 100rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .container-inner-list .article-news {
    width: calc(50% - 2rem);
    padding: 2vw;
    margin: 1rem;
    position: relative;
    transition: all .5s;
    background: #fff;
    border-radius: 1rem; }
    @media only screen and (max-width: 767px) {
      .container-inner-list .article-news {
        width: calc(100% - 2rem);
        padding: 5vw; } }
    .container-inner-list .article-news .-link {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 10; }
    .container-inner-list .article-news .-cat {
      position: absolute;
      right: 2vw;
      top: 2vw;
      width: 10rem;
      height: 2rem;
      border-radius: .3rem;
      background: #000;
      color: #fff;
      font-size: 1.2rem;
      display: flex;
      justify-content: center;
      align-items: center;
      font-weight: 600; }
      @media only screen and (max-width: 767px) {
        .container-inner-list .article-news .-cat {
          right: 5vw;
          top: 5vw;
          font-size: 1rem;
          width: 8rem; } }
    .container-inner-list .article-news .-ttl {
      font-size: 1.8rem;
      font-weight: 700;
      padding-left: 1.7rem; }
      @media only screen and (max-width: 767px) {
        .container-inner-list .article-news .-ttl {
          font-size: 1.4rem;
          padding-left: 0; } }
    .container-inner-list .article-news .-time {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      font-size: 1.6rem;
      font-weight: 500;
      margin-bottom: 1.5rem;
      color: #959595; }
      @media only screen and (max-width: 767px) {
        .container-inner-list .article-news .-time {
          font-size: 1.4rem;
          margin-bottom: 1rem; } }
      .container-inner-list .article-news .-time:before {
        content: "";
        width: 1.2rem;
        height: 1.2rem;
        border-radius: 50%;
        background: #eeeeee;
        flex-shrink: 0;
        margin-right: .5rem; }
    .container-inner-list .article-news:hover {
      background: #ccc; }
.container-inner .article-post {
  max-width: 100rem;
  margin: 0 auto;
  padding: 3vw;
  position: relative;
  background: #fff;
  border-radius: 1rem; }
  @media only screen and (max-width: 767px) {
    .container-inner .article-post {
      padding: 2rem; } }
  .container-inner .article-post-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: .3rem solid #eee;
    padding: 0 .3rem 2rem;
    margin-bottom: 3rem; }
    @media only screen and (max-width: 767px) {
      .container-inner .article-post-header {
        padding-bottom: 1.5rem;
        margin-bottom: 1.5rem; } }
    .container-inner .article-post-header .-ttl {
      width: 100%;
      font-size: 2.4rem;
      line-height: 1.3;
      padding-bottom: .5rem; }
      @media only screen and (max-width: 767px) {
        .container-inner .article-post-header .-ttl {
          font-size: 1.8rem; } }
    .container-inner .article-post-header .-time {
      font-size: 1.6rem;
      color: #666; }
      @media only screen and (max-width: 767px) {
        .container-inner .article-post-header .-time {
          font-size: 1.2rem; } }
    .container-inner .article-post-header a {
      background: #000;
      color: #fff;
      border-radius: .3rem;
      padding: .2rem 1rem;
      font-weight: 600; }
      @media only screen and (max-width: 767px) {
        .container-inner .article-post-header a {
          font-size: 1.2rem; } }
  .container-inner .article-post-inner {
    font-size: 1.6rem; }
    @media only screen and (max-width: 767px) {
      .container-inner .article-post-inner {
        font-size: 1.4rem; } }
  .container-inner .article-post-footer {
    border-top: .3rem solid #eee;
    padding: 2rem 0 0; }
    @media only screen and (max-width: 767px) {
      .container-inner .article-post-footer {
        padding-top: 1.5rem; } }
    .container-inner .article-post-footer ul {
      display: flex;
      justify-content: space-between; }
      .container-inner .article-post-footer ul li {
        width: 100%; }
        .container-inner .article-post-footer ul li a {
          font-size: 1.5rem;
          display: flex;
          justify-content: center;
          align-items: center;
          padding: 1rem; }
          @media only screen and (max-width: 767px) {
            .container-inner .article-post-footer ul li a {
              font-size: 1.2rem; } }
          .container-inner .article-post-footer ul li a:hover {
            color: #444; }
          .container-inner .article-post-footer ul li a span {
            font-size: 1.6rem;
            color: #666;
            margin: 0 .5rem; }
            @media only screen and (max-width: 767px) {
              .container-inner .article-post-footer ul li a span {
                font-size: 1.2rem; } }
