@charset "utf-8";

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

.newsTitleBx {
    margin: 10px 0 0;
}

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

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

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

.newsItem > a {
    display: block;
    position: relative;
}

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


.newsItem img + .noImg {
    display: none;
}

.newsItem .newsImgBx {
    position: relative;
    background: #fff;
    padding:0 0 64.29%;
}

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

.newsItem .tNewsTxtBox {
    margin: 13px 0 0;
}

.newsItem .newsCate {
    font-size: 10px;
    display: inline-block;
    color: #333;
    font-weight: 500;
    padding: 2px 13px;
    letter-spacing: 0.05em;
    line-height: 1.334em;
    margin: 0 15px 0 0;
    min-width: 70px;
    max-width: 100px;
    border-radius: 13px;
    border: 1px solid #1B8D48;
    color: #1B8D48;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.newsItem .newsDay {
    font-size: 13px;
    color: #462D07;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.4em;
    margin: 3px 0;
}

.newsItem .newsTitle {
    font-size: 15px;
    color: #462D07;
    line-height: 1.5em;
    font-weight: 500;
    position: relative;
    margin-top: 10px;
    letter-spacing: 0.05em;
}
/*-----------------------------------------------------------
カテゴリ
-----------------------------------------------------------*/

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

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

.cateH {
    color: #fff;
    background: #EB9615;
	padding: 10px 20px;
}

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

.cateLink:hover {
    color: #1E1E1E;
    opacity: .8;
}

.newsSide {
    margin: 50px 0;
}

/*-----------------------------------------------------------
新着情報一覧
-----------------------------------------------------------*/

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

.newsItem > a {
    display: block;
    position: relative;
    transition: .5s;
}

.newsItem > a:hover {
    filter: brightness(1.1);
    transition: .5s;
}

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

.newsItem .imgControl {
    position: relative;
    background: #fff;
    padding: 0 0 68.4%;
    overflow: hidden;
	height: 0
}

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

.newsItem .cate {
    max-width: 80px;
    width: 100%;
    padding: 3px 12px 5px;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.07em;
    letter-spacing: 0.05em;
    color: #342B21;
    border: 1px solid #342B21;
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newsItem .textArea {
  	margin: 10px 0 0;
}

.newsItem .textArea {
  	margin: 10px 0 0;
}

.newsItem .date {
  	margin: 5px 0 0;
	font-size: 12px;
    font-weight: 600;
    line-height: 1.375em;
    letter-spacing: 0.05em;
    color: #2DACAB;
    word-break: break-all;
}

.newsItem .tit {
    margin: 5px 0 0;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.8em;
    color: #343131;
}

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

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

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

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

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

.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 10px 0;
	padding: 4px 0;
	height:30px;
	min-height:30px;
	width:100%;
	max-width:30px;
	font-size: 14px;
	font-weight: 500;
	list-style: none;
	background-color: #F5F0E8;
	border: 1px #462D07 solid;
    border-radius: 50%;
	overflow: hidden;
}

.webgene-pagination > ul > li.selected > a{
	color: #F5F0E8;
	background: #462D07;
	cursor: inherit;
}

.webgene-pagination > ul > li.selected > a:hover {
    color: #462D07;
    background-color: #F5F0E8;
}

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

.webgene-pagination > ul > li > a:hover{
	color: #462D07;
	background-color: #F5F0E8;
	text-decoration: none;
}

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

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

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

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

/*-----------------------------------------------------------
新着情報詳細
-----------------------------------------------------------*/

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

.newsDtl .cate {
    font-size: 10px;
    display: inline-block;
    color: #333;
    font-weight: 500;
    padding: 2px 13px;
    letter-spacing: 0.05em;
    line-height: 1.334em;
    min-width: 70px;
    max-width: 100px;
    border-radius: 13px;
    border: 1px solid #1B8D48;
    color: #1B8D48;
}

.newsDtl .date {
    font-size: 13px;
    color: #462D07;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.4em;
    margin: 0 15px 0 0;
}

.newsDtl .tit {
    font-size: 15px;
    color: #462D07;
    line-height: 1.5em;
    font-weight: 500;
    position: relative;
    margin-top: 10px;
    letter-spacing: 0.05em;
    border-bottom: 1px solid #462D07;
}

.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 {
    display: inline-flex;
    align-items: center;
    position: relative;
    color: #462D07;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.45em;
    font-weight: 500;
}

.backBtn .comArrowIcon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #462D07;
    margin-right: 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s;
}

.comArrowIcon:before {
    content: "";
    background: url(/system_panel/uploads/images/backBtn.svg)no-repeat;
    width: 17.89px;
    height: 5.31px;
    background-size: 100%;
    transition: all .5s;
    margin-bottom: 3px;
}

.backBtn:hover {
    color: #462D07;
}

.backBtn:hover .comArrowIcon {
    transform: scale(1.1, 1.1);
    transition: all .5s;
}

.backBtn:hover .comArrowIcon:before {
    transform: translate(-4px, 0px);
    transition: all .5s;
}

.backBtnBox {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pdfBtn {
    max-width: 250px;
}


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

.newsCate {
    font-size: 12px;
    min-width: 80px;
    max-width: 100px;
}

.newsDtl .content {
    font-size: 14px;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 544px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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

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

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

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

.newsCate {
    max-width: 120px;
}

.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 20px;
}

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

.newsBlock > section {
    gap: 42px 3.22%;
}
  
.newsCate {
    font-size: 15px;
}
 
.newsItem .date {
    font-size: 15px;
}

.newsItem .tit {
    margin: 6px 0 0;
    font-size: 16px;
}

/* -- お知らせ -- */    
  
.topNewsWr > section {
    gap: 60px;
}

.newsItem .txtArea {
    margin: 16px 0 0;
}  
  
.newsItem .newsCate {
    max-width: 120px;
    font-size: 16px;  
}

.newsItem .tDate {
    font-size: 16px;
}

.newsItem .newsTitle {
    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;
}


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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1200px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
.newsItem .cate {
    max-width: 120px;
}

.newsDay {
    font-size: 16px;
}
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 1200px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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

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

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

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

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