@charset "UTF-8";
/* Scss Document */
@import url(//fonts.googleapis.com/css?family=Lato:400,700);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
body {
  font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

/****************************
PC用コード
****************************/
@media screen and (min-width: 769px) {
  .sp {
    display: none; }

  body {
    width: 100%;
    height: 100%;
    min-height: 700px;
    background: url(../../images/3rd/bg.gif) center;
    overflow-y: hidden; }

  .is-hide {
    display: none !important; }

  #container {
    width: 100%;
    min-width: 900px;
    height: 100%;
    min-height: 700px;
    max-width: 1800px;
    margin: 0 auto;
    display: flex;
    position: relative; }

  #nav-wrap {
    width: 300px;
    height: 100%;
    min-height: 700px;
    position: fixed;
    top: 0;
    flex: 0 0 300px;
    background-size: auto auto;
    background-color: rgba(249, 219, 232, 1);
    background-image: repeating-linear-gradient(140deg, transparent, transparent 10px, rgba(255, 255, 255, 1) 10px, rgba(255, 255, 255, 1) 12px ); }
    #nav-wrap h2 {
      color: #009FE8;
      font-size: 16px;
        font-weight:600;
      padding-left: 10%;
      margin: 50px 0 20px; }
    #nav-wrap ul {
      width: 100%; }
      #nav-wrap ul li {
        width: 80%;
        transition:0.3s;
        margin:0 auto 10px; }
        #nav-wrap ul li a {
          display: block;
            width:100%;
          padding: 3px 10px;
          color: #000;
          font-weight: bold;
          text-decoration: none;
          background: #FFF; }
          #nav-wrap ul li a.active {
            background: #FFF000;
            color: #E75297;}
    #nav-wrap ul li a:hover{
            background: #FFF000;
            color: #000;
            opacity:0.9;
    }
    
    #nav-wrap ul li a::before{
        content:'';
        display:inline-block;
        width:12px;
        height:12px;
        background:url("../../images/3rd/tri_blu.gif")no-repeat;
        background-size: contain;
        vertical-align: middle;
        margin-bottom:3px;
    }
     #nav-wrap ul li a.active::before,
    #nav-wrap ul li a:hover::before{
        content:'';
        display:inline-block;
        width:12px;
        height:12px;
        background:url("../../images/3rd/tri_pin.gif")no-repeat;
        background-size: contain;
        vertical-align: middle;
        margin-bottom:3px;
    }
    #nav-wrap a.top {
      display: block;
      width: 80%;
      padding: 3px 10px;
      text-align: center;
    background:#FFF000;
      color: #000;
      text-decoration: none;
      font-weight:600;
      margin: 0 auto;
      position: absolute;
      bottom: 200px;
      left: 10%;
      transition: 0.3s; }
      #nav-wrap a.top:hover {
        background: #E75297;
        color:#FFF;}
    #nav-wrap .cloud {
      width: 100%;
      height: 0;
      padding-top: 50%;
      background: url(https://kimikoe.com/news/css/images/cloud.png) center no-repeat;
      background-size: cover;
      position: absolute;
      bottom: 30px; }
    #nav-wrap #copyright {
      width: 100%;
      background:#009FE8;
      display: block;
      position: absolute;
      bottom: 0;
      padding: 5px 0; }
      #nav-wrap #copyright p {
        display: block;
        color: #FFF;
        font-size: 10px;
        text-align: center; }

  #contents {
    width: 100%;
    padding-left: 300px;
    background: #FFF; }
    #contents #header {
      width: 100%;
      height: 0;
      padding-top: 9.848%;
      background: url(../../images/3rd/header_bg.gif) center no-repeat;
      background-size: cover; }
    #contents ul#news-wrap {
      background: #fff;
      min-height: 80vh;
      width: 94%;
      margin: 20px auto 30px;
      padding: 30px;
      /*box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2); */}
      #contents ul#news-wrap li.news-list {
        border-bottom: 1px solid #707070;
        margin-bottom: 20px;
        padding-bottom: 20px;
        display: flex; }
    #contents ul#news-wrap li.news-list:first-child {
        border-top:solid 1px #707070;
        padding-top:20px;
    }
        #contents ul#news-wrap li.news-list .left {
          width: 75%;
          float: left;
          padding-right: 30px; }
          #contents ul#news-wrap li.news-list .left .day {
            display: inline-block;
            margin-right: 10px;
            background:#000;
            padding: 2px 10px;
            font-size: 12px;
            color: #FFF; }
          #contents ul#news-wrap li.news-list .left .category {
            display: inline-block;
            margin-right: 10px;
            margin-bottom: 5px;
            padding: 2px 10px;
            font-size: 12px;
            color: #000;
              font-weight:600;
            background: #FFF000; }
          #contents ul#news-wrap li.news-list .left .new {
            display: inline-block;
            margin-right: 10px;
              font-size:14px;
              font-weight:800;
            color: #E75297; }
          #contents ul#news-wrap li.news-list .left .news-text {
            display: block;
            margin-top: 10px;
            color: #333;
            text-decoration: none; }
            #contents ul#news-wrap li.news-list .left .news-text:hover {
              color: #E75297; }
        
        #contents ul#news-wrap li.news-list .right {
          width: 25%;
          overflow: hidden;
          display: flex;
          justify-content: center;
          align-items: center;
          text-align: center; }
          #contents ul#news-wrap li.news-list .right img {
            width: 100%;
            height: auto;
            transition: 0.5s; }
        #contents ul#news-wrap li.news-list:hover .right img {
          transition: 0.5s;
          transform: scale(1.3); }
    #contents .pager {
      overflow: hidden;
      margin-bottom: 40px; }
      #contents .pager ul {
        list-style: none;
        position: relative;
        left: 50%;
        float: left; }
        #contents .pager ul li {
          margin: 0 5px;
          position: relative;
          left: -50%;
          float: left;
            display: block;
            padding: 0.2em 2em;
            background: #FFF;
            border:solid 1px #000;}
          #contents .pager ul li span {
            display: block;
            font-size: 14px;
            padding: 0.2em 2em; }
        
          #contents .pager ul li a {
            font-size: 14px;
            color: #000;
            text-decoration: none; }
            #contents .pager ul li:hover {
              background: #000;
                border:solid 1px #000;
              color: #FFF; }
        #contents .pager ul .current a {
          /*color: #0F2D3B;
          background: #40BEB8 !important; */}
    
    #contents .pager ul li:first-child a:before {
            content:'';
            display:inline-block;
            width:10px;
            height:10px;
        margin:0 0 3px 0;
            background:url("../../images/3rd/tri_rew.gif")no-repeat;
            background-size:contain;
            vertical-align: middle;
    }
    #contents .pager ul li:nth-child(2) a:after {
            content:'';
            display:inline-block;
            width:10px;
            height:10px;
        margin:0 0 3px 3px;
            background:url("../../images/3rd/tri_ff.gif")no-repeat;
            background-size:contain;
            vertical-align: middle;
    }

 }