@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600&family=Zen+Maru+Gothic:wght@500&display=swap");
/* =============================================== 
　　parts
=============================================== */
#news {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
}
#news .thumb {
  width:110px;
  height:110px;
  float: left;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#news .content {
  padding-left: 130px;
}
#news .date {
  color: inherit;
  font-size: 1.8rem;
}
#news .title {
  color: inherit;
  font-size: 1.8rem;
  margin-top: .5em;
}
#news span.category {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 13px;
  padding:4px 1em ;
/*  line-height: 28px;*/
  margin-right: 24px;
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
  min-width: 95px;
}
@media screen and (max-width: 768px) {
  #news span.category {
    font-size: 1.0rem;
    border-radius: 10px;
    padding: 2px 1em;
  }
}
#news span.news {
  background: #D85661;
}
#news span.works {
  background: #008e45;
}
#news span.release {
  background: #29a7de;
}
#news span.recruit {
  background: #f38f1e;
}
#news span.event {
  background: #ed400f;
}

/*ページャー*/
#pagenavi {
  text-align: center;
}
#pagenavi .pagination-list ul {
/*  width: 100%;*/
  text-align:center;
}
#pagenavi .pagination-list ul li {
  display: inline-block;
}
#pagenavi a.page-numbers,
#pagenavi .page-numbers.current  {
  display:inline-block;
  font-size: 2.2rem;
  border-radius:50%;
  background-color: #e6e6e6;
  margin: 10px;
  width:40px;
  height:40px;
  text-align: center;
  vertical-align: middle;
}
#pagenavi .page-numbers.current {
  background-color: #f38f1e;
  color:#fff;
}


/*single*/
#news .blogtext p {
  margin-bottom: 20px;
}
#news .titlebox {
  border-top: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
  padding: 25px 0;
}
#pagelink a {
  background-color: #f2f2f2;
  border:1px solid #cccccc;
  border-radius:26.5px;
  padding:13px;
}
#pagelink .prev {
  position: relative;
  float:left;
  max-width:48.5%;
}
#pagelink .prev:before {
  position: absolute;
  content: "‹‹";
  left: .5em;
  font-size:3rem;
}
#pagelink .prev a {
  padding-left: 3em;
}
#pagelink .next {
  position: relative;
  float:right;
  max-width:48.5%;
}
#pagelink .next:after {
  position: absolute;
  content: "››";
  right: .5em;
  font-size:3rem;
}
#pagelink .next a {
  padding-right: 3em;
}

@media screen and (max-width: 768px) {
  #pagelink .prev:before {
    font-size:2.3rem;
  }
  #pagelink .next:after {
    font-size:2.3rem;
  }
  #news .title {
   font-size: 1.3rem;
  }
  #news .date {
    font-size: 1.5rem;
  }
  #news span.category {
    font-size: 0.9rem;
  }

}

/* =============================================== 
　　bootstrapをリセット
=============================================== */

#news .btn-primary {
  background-color: transparent;
  border-color: transparent;
}
#news .btn {
  width:initial;
  margin: initial;
  color: initial;
  font-size: inherit;
  font-weight: bold;
  display: inline-block;

}
#news .btn-lg {
  padding: 0;
  font-size: inherit;
  line-height: initial;
  border-radius: 0;
}


