@charset "utf-8";

/*===========================================================
共通
===========================================================*/

.newsFlex {
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
	justify-content: center;
}

.newsContainer {
	width: 100%;
}

/*===========================================================
一覧
===========================================================*/

.newsContainer section .textIn01:first-child .newsBox {
    padding-top: 0;
}

.newsContainer section .textIn01 {
    border-bottom: 1px solid #DDDDDD;
}

.newsBox:hover .newsTit {
    text-decoration: underline;
}

.newsCateSet {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-right: 0;
    max-width: 100%;
    position: relative;
    width: 100%;
}

.newsBox .newsTit {
    text-decoration: none;
}

.newsInBox {
    width: 100%;
    /* flex: auto; */
    margin-top: 10px;
}

.newsDate {
    display: inline-block;
    margin-right: 15px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.6em;
    color: #2B2B2B;
}

.newsCate {
    display: inline-block;
    padding: 3px 15px 3px;
    min-width: 100px;
    max-width: 130px;
    background: #8E8E8E;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
}

.newsBox {
    display: flex;
    width: 100% !important;
    position: relative;
    padding: 25px 0;
    align-items: center;
    flex-wrap: nowrap;
}


.newsTit {
    display: block;
    width: 100%;
    color: #2B2B2B;
    margin-top: 10px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5em;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
}

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

.newsImg > 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;
}

.newsImg > img+span{
    display: none;
}

.newsImgBox {
    max-width: 100px;
    width: 100%;
    margin: 0 20px 0 0;
    display: none;
}

.newsImg {
    position: relative;
    width: 100%;
    padding-top: 75.14%;
    overflow: hidden;
}

.newsListSet {
    flex: 1;
    padding-right: 55px;
    position: relative;
}

.newsListSet:before {
    content: "";
    position: absolute;
    width: 48px;
    height: 48px;
    background: url(/system_panel/uploads/images/com_arrow02.svg)no-repeat;
    background-size: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: block;
}

/*===========================================================
詳細
===========================================================*/

.newsDetailContents {
	margin: 40px 0 0;
}

.newsDetailTitle {
    margin: 20px 0 0;
    padding: 0 0 15px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.05em;
    border-bottom: 1px solid rgba(80, 80, 80, 0.3);
}

.newsText {
	margin: 40px 0 0;
}

.newsDetailBtnArea {
	margin: 60px auto 0;
	max-width: 250px;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.backBtn {
    padding: 16px 15px 18px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #fff;
    background: #111111;
	transition: all .3s;
}

.backBtn:hover {
    color: #fff;
}

.backBtn::before {
    content: "";
    display: block;
    width: 14px;
    height: 7px;
    margin-right: 10px;
	background: url(/system_panel/uploads/images/news_btn_arrow.svg) center center / cover no-repeat;
	transition: all .3s;
}

.backBtn:hover::before {
    transform: translateX(-5px);
}

/*===========================================================
カテゴリー
===========================================================*/

.cateContainer {
	margin: 40px 0 0;
    width: 100%;
}

.cateBlock {
    margin: 40px 0 0;
}

.cateBlock:first-child {
    margin: 0;
}

.cateTitleBox {
    padding: 0 0 10px;
    border-bottom: 1px solid rgba(80, 80, 80,0.3);
}

.cateTitle {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.categoryLink {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #111111;
    line-height: 2.22222;
}

.cateItem {
    margin: 10px 0 0;
}

.categoryLink:hover {
    color: #505050;
    text-decoration: underline;
}

/*===========================================================
ページャー
===========================================================*/

.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 8px 0;
	height: 35px;
	width:100%;
	max-width: 35px;
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1em;
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	cursor: pointer;
}

.webgene-pagination > ul > li.selected > a{
	color: #111111;
	background: #E6E6E6;
	border: solid 1px #E6E6E6;
	cursor: inherit;
}

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

.webgene-pagination > ul > li > a{
	width: 100%;
	height: 35px;
	width: 35px;
  	font-size: 14px;
	font-family: "Josefin Sans", sans-serif;
	color: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #111111;
	border: solid 1px #111111;
  	transition: all .3s;
}

.webgene-pagination > ul > li > a:hover{
	color: #111111;
	background: #E6E6E6;
	border: solid 1px #E6E6E6;
	text-decoration: none;
  	transition: all .3s;
}

.webgene-pagination>ul>.prev>a,
.webgene-pagination>ul>.next>a {
	position: relative;
	height: 40px;
	width: 40px;
	border: 0;
}

.webgene-pagination>ul>.prev>a:hover,
.webgene-pagination>ul>.next>a:hover {
	color: #decfb3;
	background-color: initial;
}


.webgene-pagination>ul>.prev>a::before,
.webgene-pagination>ul>.next>a::before {
	content: "";
	display: block;
	transition: all .3s;
}

/* 「前へ」「次へ」のテキストを視覚的に隠す */
.webgene-pagination > ul > .prev > a,
.webgene-pagination > ul > .next > a {
	font-size: 0;           /* aタグの文字を見えなくする */
	color: var(--secondary);
	text-indent: -9999px;   /* 念のためさらに画面外に押し出す */
	position: relative;
}

/* 「<」を挿入 */
.webgene-pagination > ul > .prev > a::after {
	content: "<";
	font-size: 16px;
	font-weight: 400;
	font-family: "Josefin Sans", sans-serif;
	line-height: 1;
	text-indent: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
}

/* 「>」を挿入 */
.webgene-pagination > ul > .next > a::after {
	content: ">";
	font-size: 16px;
	font-weight: 400;
	font-family: "Josefin Sans", sans-serif;
	line-height: 1;
	text-indent: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
}

/* ホバー時の色も揃える（数字と同じ動きにしたい場合）*/
.webgene-pagination > ul > .prev > a:hover::after,
.webgene-pagination > ul > .next > a:hover::after {
	color: #111111;
}

.webgene-pagination > ul > .prev > a:hover,
.webgene-pagination > ul > .next > a:hover {
	color: #111111;
	background-color: #E6E6E6;
	width: 35px;
	height: 35px;
}

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

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

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


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

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

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

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

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
.newsListSet {
    padding-right: 55px;
}
  
.newsListSet:before {
    display: block;
}

.newsImgBox {
    max-width: 130px;
    margin: 0 20px 0 0;
}

.newsImgBox {
    display: block;
}
  

}

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

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

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

.newsFlex {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}

.cateContainer {
    max-width: 250px;
	margin: 0 0 0;
    width: 19%;
}

.cateBlock {
	margin: 60px 0 0;
}

.newsContainer {
    max-width: 990px;
    width: 75%;
}

.cateTitle {
    font-size: 18px;
}

.categoryLink {
    font-size: 16px;
}

.webgene-pagination > ul > li > a{
  	font-size: 20px;
}

/* 「<」を挿入 */
.webgene-pagination > ul > .prev > a::after {
	font-size: 20px;
}

/* 「>」を挿入 */
.webgene-pagination > ul > .next > a::after {
	font-size: 20px;
}

/*===========================================================
詳細
===========================================================*/

.newsDetailTitle {
	font-size: 22px;
}

.newsDetailBtnArea {
	margin: 80px auto 0;
}

}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width: 992px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
    
.infoDetailTit01 {
    font-size: 20px;
}

  
.newsTit {
    font-size: 18px;
}

.inTxt01 {
    font-size: 16px;
}

.newsInBox {
    flex: 1;
    margin-top: 0;
}

.newsTit {
    flex: 1;
}

.newsCateSet {
    flex-wrap: wrap;
    margin-right: 25px;
}


.newsCate {
    min-width: 124px;
    max-width: 150px;
    font-size: 15px;
}

.newsImgBox {
    max-width: 185px;
    margin: 0 5.66% 0 0;
}

.newsDate {
    margin-right: 35px;
    font-size: 15px;
}
    

}

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

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

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

.cateBlock {
	margin: 80px 0 0;
}

.cateTitle {
    font-size: 20px;
}

.categoryLink {
    font-size: 18px;
}

/*===========================================================
詳細
===========================================================*/

.newsDetailTitle {
	font-size: 25px;
}

.newsDetailBtnArea {
	margin: 100px auto 0;
}

}