@charset "utf-8";

#news #header .header_logo a {
	background: url("../images/access/header_logo.png") top left no-repeat;
  }
  #news #header .navInfo li a, #news #header .gnav li a {
	color: #444;
  }
  #news #header .navInfo .navInfo_news a {
	background: url("../images/access/header_ico_news.png") top 50% left no-repeat;
  }
  #news #header .navInfo .navInfo_access a {
	background: url("../images/access/header_ico_access.png") top 50% left no-repeat;
  }

  .container h2{
    margin: 2em 0;
    text-align: center;
    font-size: 2.8rem;
    font-weight: normal;
  }

  .post-body{
    margin-bottom: 40px;
    padding: 80px 60px 60px;
    background: #eee;
    text-align: center;
    font-size: 1.4rem;
  }
  .post-body h3{
    font-size: 2.6rem;
    letter-spacing: .2em;
    font-weight: normal;
  }

  .post-body a{
    color: #00688C;
    text-decoration: underline;
  }
  .post-info{
    letter-spacing: .2em;
  }
  .post-info .group{
    margin: 1.5em auto;
    padding: 0 1em;
    background: #666;
    color: #fff;
    display: inline-block;
  }
  .post-info time{
    display: block;
    font-size: 1.2rem;
  }
  .post{
    margin-top: 5em;
    line-height: 2;
  }
  
  .post p{
    margin-bottom: 1.5em;
  }
  .post img{
    max-width: 80%;
    height: auto;
  }

  .pager{
    margin-bottom: 5em;
  }
  .pager ul{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .pager a,
    .pager span{
    padding: 0 .25em;
    display: block;
  }


  @media screen and (max-width: 640px) {
    #news #header .header_logo {
      width: 44.7368421053vw;
      /*(340/760)*100vw*/
      top: 3.9473684211vw;
      /*(30/760)*100vw*/
      left: 3.9473684211vw;
      /*(30/760)*100vw*/
    }
    #news #header .header_logo a {
      width: 44.7368421053vw;
      height: 8.9473684211vw;
      background-size: contain;
    }
    #news #header .drawer_button.active .drawer_bar {
      background-color: #FFF;
    }
    #news #header .drawer_button .drawer_bar {
      background-color: #444;
    }
    #news #header .drawer_menu_wrapper {
      background-color: #444;
    }
    #news #header .gnav li {
      border-bottom: #FFF 1px solid;
      border-left: #FFF 1px solid;
    }
    #news #header .gnav li:nth-child(-n+2) {
      border-top: #FFF 1px solid;
    }
    #news #header .gnav li a {
      color: #FFF;
    }
    .container h2{
      font-size: 3.9473684211vw;
    }
  
    .post-body{
      margin-bottom: 4vw;
      padding: 8vw 6vw 6vw;
      font-size: 3.1578947368vw;
    }
    .post-body h3{
      font-size: 3.9473684211vw;
    }
    .post-info time{
      font-size: 2.4vw;
    }
    .post table{
      width: 100%;
    }
  }