@charset "utf-8";

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

.newsSet {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 5px;
}

.topNewsBlockBox  {
    margin: auto;
}

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

.topNewsBlockBox  article {
    width: 100%;
}


.newsTitle {
    font-size: 14px;
    color: #292725;
    line-height: 1.5em;
    font-weight: 500;
    position: relative;
    margin-top: 10px;
    letter-spacing: 0.15em;
}

.newsItem a:hover .newsImgBx {
    opacity: .7;
    transition: all .7s;
}

.newsItem {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.newsItem a {
    display: block;
}

.newsImgBx {
    position: relative;
    padding: 0 0 68.97%;
    background: #fff;
    transition: all .7s;
}

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

.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: 10px;
  display: inline-block;
  color: #333;
  font-weight: 500;
  padding: 3px 14px;
  letter-spacing: 0.05em;
  line-height: 1.334em;
  min-width: 70px;
  max-width: 76px;
  border: 1px solid #999593;
  color: #292725;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.newsDay {
    font-size: 12px;
    color: #4B4948;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.4em;
    margin: 3px 0;
}

.newsTitleBx {
    margin: 15px 0 0;
}

.newsBlock > section {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

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

/**----------*/

.newsDtl .date {
    font-size: 16px;
    color: #4B4948;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.4em;
}

.newsDtl .tit {
    border-bottom: 1px solid rgba(52,40,18,0.20);
    font-size: 20px;
    margin: 20px 0 0;
    padding: 0 0 10px;
    color: #342812;
    line-height: 1.5em;
    font-weight: 500;
    position: relative;
    margin-top: 10px;
    letter-spacing: 0.15em;
}

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

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


.newsDtl .cate {
    font-size: 16px;
    display: inline-block;
    font-weight: 500;
    padding: 3px 14px;
    letter-spacing: 0.05em;
    line-height: 1.334em;
    min-width: 90px;
    border: 1px solid #999593;
    color: #292725;
}

.flexBox {
    display: flex;
    align-items: center;
    gap: 10px;
}

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


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

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

.webgene-pagination > ul > li{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px 4px 0;
    padding: 4px 0;
    height:30px;
    min-height:30px;
    width:100%;
    max-width:30px;
    font-size: 12px;
    font-weight: 500;
    list-style: none;
    background-color: #fff;
    border: 1px #342812 solid;
    border-radius: 50%;
    overflow: hidden;
}

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

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

.webgene-pagination > ul > li > a{
	width: 100%;
	height: 28px;
	width: 30px;
	color: #342812;
	display: flex;
	justify-content: center;
	align-items: center;
}

.webgene-pagination > ul > li > a:hover{
	color: #342812;
	background-color: #fff;
	text-decoration: none;
}

.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: #342812;
    font-size: 14px;
}

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

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

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

.cateH {
    color: #fff;
    background: #4B4948;
    padding: 10px 20px;
    font-size: 18px;
    letter-spacing: 0.15em;
}

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

.cateLink:hover {
    color: #999593;
}

.newsSide {
    margin: 50px 0;
}



/*-----btn----*/

.comBtn01.pdfBtn:hover {
    background-color: #292725;
    border-color: #292725;
    color: #fff;
}

.comBtn01.backBtn:after {
    display: none;
}


.comBtn01.backBtn:before {
    content: "";
    width: 51.67px;
    height: 6.6px;
    display: block;
    margin-right: 30px;
    background: url(/system_panel/uploads/images/com_arrow_icon2.svg)no-repeat;
    background-size: 100%;
    transition: all .5s;
    transform: scale(-1, 1);
}

.comBtn01.backBtn:hover:before {
    filter: brightness(0) invert(1);
}

.backBtn.comBtn01 {
    margin: 0 auto;
}

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

@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: 12px;
  min-width: 80px;
  max-width: 100px;
}
    
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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

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

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

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

.topNewsBlockBox  section {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.newsCate {
    max-width: 110px;
    font-size: 12px;
}


.newsTitle {
    font-size: 14px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

.topNewsBlockBox  section {
    gap: 20px;
}


.newsDay {
    font-size: 15px;
}

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

.newsTitle {
    font-size: 18px;
    margin-top: 15px;
}

.newsTitle {
    font-size: 16px;
}
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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


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

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

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

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

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

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