@charset "utf-8";

/*----------TOPお知らせ------------*/

.newsItem a:hover .newsTitle {
    text-decoration: underline;
}

.newsSet {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 1px solid #4E4E4E;
    padding-bottom: 6px;
}

.newsBlock  {
    margin: auto;
}

.newsBlock  section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    width: 100%;
}

.newsBlock  article {
    width: 100%;
}


.newsTitle {
    font-size: 15px;
    color: #371618;
    line-height: 1.4em;
    font-weight: bold;
    position: relative;
    margin-top: 8px;
    letter-spacing: 0.05em;
}

.newsItem a:hover .newsImgBx {
    opacity: .7;
}

.newsItem {
    display: block;
    width: 100%;
    margin: 0 auto;
    max-width: 345px;
}

.newsItem a {
    display: block;
}

.newsImgBx {
    position: relative;
    padding: 0 0 60.58%;
    background: #4E4E4E;
}

.newsImgBx img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: auto;
    max-height: 100%;
    height: auto;
}

.newsImgControl {
    width: 100%;
    position: relative;
    padding: 0 0 66.5%;
    text-align: center;
    overflow: hidden;
    margin: auto;
}

.newsImgControl > img {
    position: absolute;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.newsImgBx > span >img {
    justify-content: center;
    align-items: center;
    position: absolute;
    display: flex;
    top: 0;
    right: 0;
    max-height: 100%;
    height: auto;
    max-width: 100%;
    width: auto;
    bottom: 0;
    left: 0;
    margin: auto;
}
  
.newsImgBx > img+span{
    display: none;
}

.newsCate{
  font-size: 14px;
  display: inline-block;
  text-align: center;
  font-weight: 500;
  padding: 0px 13px 2px;
  line-height: 1.334em;
  min-width: 70px;
  max-width: 100px;
  color: #fff;
  background: #C11B24;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.newsDay {
    font-size: 14px;
    color: #371618;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.4em;
}

.newsTitleBx {
    margin: 6px 0 0;
}

/*-----------------------------------------------------------
詳細
-----------------------------------------------------------*/

.date {
    font-size: 16px;
    color: #371618;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.4em;
}

.flexBox {
    display: flex;
    align-items: center;
    gap: 5px 15px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.cate {
    font-size: 14px;
    display: inline-block;
    text-align: center;
    font-weight: 500;
    padding: 1px 13px 2px;
    line-height: 1.334em;
    color: #fff;
    background: #C11B24;
}

.newsDtl .tit {
    font-size: 20px;
    line-height: 1.5em;
    font-weight: 500;
    position: relative;
    margin-bottom: 30px;
    letter-spacing: 0.05em;
    border-bottom: 1px solid #371618;
    padding-bottom: 10px;
    font-family: "Noto Serif JP", serif;
    font-weight: 800;
}

/*-----------------------------------------------------------
カテゴリ
-----------------------------------------------------------*/

.cateBox:not(:first-child) {
	margin: 30px 0 0
}

.cateH {
    color: #fff;
    background: #C11B24;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: bold;
}

.cateLink {
    display: block;
    color: #371618;
    margin: 10px 0 0;
    padding: 0 0 0 10px;
    font-weight: 500;
    letter-spacing: 0.1em;
    font-size: 16px;
}

.cateLink:hover {
    color: #371618;
    opacity: .8;
}

/*-----------------------------------------------------------
ページャー
-----------------------------------------------------------*/

.webgene-pagination:nth-last-child(1) {
    grid-area: auto/auto/auto/span 2;
} 

.webgene-pagination {
    width: 100%;
}

.webgene-pagination > ul{
  padding: 0;
  display: flex;
  justify-content: center;
  margin: 0;
}

.webgene-pagination > ul > li{
  display: flex;
}

.webgene-pagination > ul > li{
  margin: 60px 4px 0;
  height: 32px;
  min-height: 32px;
  width:100%;
  max-width: 32px;
  font-size: 16px;
  list-style: none;
  background-color: #FFF;
  display: flex;
  justify-content: center;
  padding: 4px 0;
  align-items: center;
}

.webgene-pagination > ul > li.selected > a{
  color: #FFF;
  background: #C11B24;
  cursor: inherit;
}

.webgene-pagination > ul > li.selected > a:hover {
    color: #FFF;
    background-color: #C11B24;
}

.webgene-pagination > ul > li > a{
  height: 32px;
  width: 32px;
  color: #C11B24;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px #C11B24 solid;
}
.webgene-pagination > ul > li > a:hover{
  color:#FFF;
  background-color: #C11B24;
  text-decoration: none;
}

.blogRight .webgene-item:not(:first-of-type) {
    margin: 2rem 0 0;
}

.next > a {
    font-size: 11px;
    color: #FFF;
}

.prev > a{
    font-size: 11px;
    color: #FFF;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:375px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 375px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:414px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 414px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:544px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.newsCate{
  font-size: 14px;
  min-width: 99px;
  max-width: 110px;
}
    
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 544px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:768px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.newsCate {
    max-width: 120px;
    font-size: 16px;
}

.newsDtl .tit {
    font-size: 25px;
}

.date {
    font-size: 18px;
}

.cate {
    font-size: 16px;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:992px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.newsBlock  {
    max-width: 100%;
    margin: auto;
}
  
.topWorksBlockBox  {
    max-width: 100%;
    margin: auto;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 992px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1024px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.newsBlock  section {
    grid-template-columns: repeat(3, 1fr);
}

.webgene-pagination:nth-last-child(1) {
    grid-area: auto/auto/auto/span 3;
} 


.newsDay {
    font-size: 18px;
}

.newsCate{
  font-size: 18px;
}

.newsTitle {
    font-size: 16px;
}

.cateH {
    font-size: 16px;
}

.cateLink {
    font-size: 16px;
}

.newsDtl .tit {
    font-size: 30px;
}
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1024px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1200px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
.topnewsBlockBox  article {
    width: 100%;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1200px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */