@charset "utf-8";

/*-- footer --*/

.fBtnRow01, .fBtnRow02 {
	display: none !important;
}

.fContact, .fBtnRow01, .fBtnRow02 {
	margin: 0 auto 0 !important;
}

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

.newsFrame {
    gap: 0 45px;
}

.newsMain, .newsSide {
	width: 100%;
}

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

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

.cateBox .webgene-blog {
    padding: 5px 0 0;
}

.cateH {
    font-weight: 700;
    color: #fff;
    border-bottom: 1px solid #BEA154;
	padding: 0px 10px 6px;
}

.cateLink {
    display: block;
    color: #fff;
    margin: 10px 0 0;
    padding: 0 0 0 10px;
    font-weight: 500;
  	letter-spacing: 0.05em;
}

.cateLink:hover {
    color: #fff;
    text-decoration: underline;
}

/* -- 一覧 -- */

.inNewsItem .imgArea > img + .noImg {
    display: none;
}

.inNewsItem > a {
    display: block;
    position: relative;
    transition: .3s;
}

.inNewsItem > a:hover img {
    transform: scale(1.1);
    transition: all .3s;
}

.newsMain > section {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px 3.22%;
}

.inNewsItem .imgControl {
    position: relative;
    background: #000;
    padding: 0 0 75%;
    margin: 10px 0 0;
    overflow: hidden;
    height: 0
}

.dateCateArea {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 18px 0 0;
}

.inNewsItem .newsCate {
    max-width: 90px;
    width: 100%;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.4em;
    text-align: center;
    padding: 2px 15px 3px;
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #980000;
    color: #fff;
}

.inNewsItem .inNewsTxtBox {
  	margin: 10px 0 0;
}

.inNewsItem .newsDate {
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.24em;
    letter-spacing: 0.05em;
    word-break: break-all;
    color: #fff;
}

.inNewsItem .newsTit {
    margin: 5px 0 0;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.4em;
    color: #fff;
}

.number.selected {
    list-style: none;
}

.number.selected a {
    color: #333;
}

/* -- 詳細 -- */

.newsDtlMain {
    width: 100%;
}

.newsCont {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.newsDateBox {
    display: flex;
    align-items: center;
}

.newsDtl .cate {
    display: inline-block;
    padding: 3px 20px 4px;
    min-width: 100px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background: #980000;
}

.newsDtl .date {
    margin: 0 10px 0 0;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.24em;
    letter-spacing: 0.05em;
    color: #fff;
}

.newsDtl .tit {
    font-size: 16px;
    margin: 10px 0 0;
    border-bottom: solid 1px #fff;
    padding: 0 0 5px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.8em;
    color: #fff;
}

.newsDtl .img {
    margin: 15px 0 0;
    text-align: center;
}

.newsDtl .content {
    margin: 15px 0 0;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 2.15em;
}

.backBtn {
    margin: 25px auto 0;
    display: flex;
    align-items: center;
    position: relative;
    max-width: 286px;
    width: 100%;
    justify-content: center;
    padding: 13px 15px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: #BEA154;
    cursor: pointer;
    transition: all .3s;
}

.backBtn:hover {
    color: #fff;
    background: #513C30;
	transition: all .3s;
}

.pdfBtn {
    display: flex;
    align-items: center;
    position: relative;
    max-width: 286px;
    width: 100%;
    justify-content: center;
    padding: 13px 15px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: #7A0606;
    cursor: pointer;
    transition: all .3s;
}

.pdfBtn:hover {
    color: #fff;
    background: #513C30;
	transition: all .3s;
}

/* -- ぺージャーここから -- */

.webgene-pagination {
    width: 100%;
}

.webgene-pagination {
    grid-column: 3 / 1;
}

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

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

.webgene-pagination > ul > li{
  margin: 40px 0px 0;
  height:30px;
  min-height:30px;
  width:100%;
  max-width: 60px;
  font-size: 14px;
  list-style: none;
  /* background-color: #FFF; */
  display: flex;
  justify-content: center;
  padding: 4px 0;
  align-items: center;
  /* border: 1px #C2AD75 solid; */
  overflow: hidden;
  position: relative;
}

.webgene-pagination > ul > li:after{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 18px;
  background: #fff;
}

.webgene-pagination > ul > li:first-child::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 18px;
  background: #fff;
}

.webgene-pagination > ul > li.selected > a{
  color: #FFF;
  /* background: #C2AD75; */
  cursor: inherit;
  text-decoration: underline;
}

.webgene-pagination > ul > li.selected > a:hover {
    color: #FFF;
    /* background-color: #C2AD75; */
    text-decoration: none;
}

.webgene-pagination > ul > li > a{
  width: 100%;
  height: 28px;
  width: 60px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.webgene-pagination > ul > li > a:hover{
  color:#FFF;
  /* background-color: #C2AD75; */
  text-decoration: underline;
}

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

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

.dtlPager {
    display: flex;
    justify-content: space-between;
    margin: 80px 0 0;
}

.webgene-item-aroundPageLink {
    color: #FBD682;
    font-size: 14px;
}

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

.inNewsItem .cate {
	max-width: 120px;
}
  
.newsDtl .tit {
    font-size: 18px;
}

.newsDtl .content {
    font-size: 14px;
}
  
.content a {
	color: #fff;
  	text-decoration: underline;
}
  
.content a:hover {
  	text-decoration: none;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 544px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

.inNewsItem .cate {
    font-size: 10px;
}    

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

.cateH {
    font-size: 16px;
}
  
.newsSide {
	width: 25%;
    margin: 0;
}

.newsMain {
   	width: 70%;
}
  
/* ---------- 新着情報一覧 ---------- */
    
.newsMain > section {
    grid-template-columns: repeat(3, 1fr);
}
  
.newsDtlMain {
	width: 70%;
}

.newsDtl .content {
    font-size: 16px;
}
  
/* ---------- ぺージャー ---------- */

.webgene-pagination {
    grid-column: 1/4;
}

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

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

/*-----------------------------------------------------------
カテゴリ
-----------------------------------------------------------*/
  
.cateBox:not(:first-child) {
    margin: 60px 0 0;
}

.cateH {
    font-size: 18px;
}

.cateBox > section {
    /* margin: 15px 0 0; */
}

.cateLink {
    padding: 0 0 0 10px;
}

.cateLink:not(:first-child) {
    margin: 5px 0 0;
}
  
/*-----------------------------------------------------------
新着情報一覧
-----------------------------------------------------------*/

.newsMain > section {
    gap: 60px 3.22%;
}
  
.inNewsItem .newsCate {
    max-width: 120px;
	font-size: 14px;
}
 
.inNewsItem .newsDate {
    font-size: 16px;
}

.inNewsItem .newsTit {
    margin: 6px 0 0;
    font-size: 14px;
}
  
.webgene-pagination > ul > li {
    font-size: 16px;
  }

/*-----------------------------------------------------------
新着情報詳細
-----------------------------------------------------------*/
  
.newsDtl .tit {
    font-size: 20px;
    margin: 20px 0 0;
    padding: 0 0 10px;
}

.newsDtl .cate {
    font-size: 16px;
} 
  
.newsDtl .date {
    font-size: 16px;
} 

.newsDtl .content {
    margin: 30px 0 0 0;
    font-size: 18px;
}  

.newsDtl .img {
    margin: 30px 0 0;
}

.newsDtl .img:empty {
    display: none;
}

.newsDtl .pdfBtn {
    margin: 30px auto 0;
}

.backBtn {
    margin: 50px auto 0;
}
  
.newsFrame {
    gap: 90px;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 1024px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
.inNewsItem .newsCate {
	font-size: 16px;
}
 
.inNewsItem .newsDate {
    font-size: 18px;
}

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

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

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

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

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
/* -- お知らせ -- */ 

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

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

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

