@charset "utf-8";

/*===========================================================
お知らせ（一覧）
===========================================================*/

.news-area {
    position: relative;
    z-index: 9;
}

img + .no-img {
    display: none;
}

.news-link {
	padding: 15px 40px 15px 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	border-bottom: 1px solid var(--bg-secondary);
	position: relative;
	transition: all .3s;
}

.news-item:first-child .news-link {
	padding: 0 40px 15px 0;
}

.news-link:hover {
	opacity: 0.7;
}

.news-link::before {
	content: "";
	display: block;
    width: 9px;
    height: 14px;
    background: url(/system_panel/uploads/images/arrow_red.svg) center / contain no-repeat; 
	position: absolute;
	bottom: 44%;
	right: 1.5%;
	margin: auto;
	transform: translateX(0);
    transform-origin: center center; 
	transition: all .3s;
}

.news-item:first-child .news-link::before {
	bottom: 54%;
}

.news-link:hover::before {
	transform: translateX(10px);
}

.news-cate-flex {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 15px;
}

.news-cate {
	flex: 1;
    padding: 1px 10px 2px;
    display: block;
    width: 100%;
    max-width: max-content;
	min-width: 110px;
    font-size: clamp(14px, 13.515px + 0.129vw, 16px);
    font-weight: 700;
	letter-spacing: 0;
    color: var(--white);
    text-align: center;
	background: var(--tertiary);
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-date {
	display: block;
	font-size: clamp(14px, 13.515px + 0.129vw, 16px);
	font-weight: 700;
	letter-spacing: 0;
	color: var(--fifth);
}

.news-title {
	margin: 10px 0 0;
	font-size: clamp(18px, 17.515px + 0.129vw, 20px);
	font-weight: 700;
	letter-spacing: 0;
	color: var(--base-font-color);
	flex: 1;
}

/*===========================================================
お知らせ（詳細）
===========================================================*/

.news-detail {
    background: var(--white);
    padding: 20px;
    border-top: solid 5px var(
    --primary);
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}

.news-detail .news-cate-flex {
    margin: 0;
}

.news-detail .news-cate {
    min-width: unset;
    text-align: left;
    white-space: unset;
	word-break: unset;
	overflow: unset;
}

.news-detail-title {
    margin: 15px 0 0;
	padding: 0 0 10px;
	font-size: clamp(22px, 21.029px + 0.259vw, 26px);
    border-bottom: 1px solid var(--tertiary);
}

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

.news-detail-img:empty {
    display: none;
}

.news-detail-content {
    margin: 30px 0 0;
	font-size: clamp(14px, 13.029px + 0.259vw, 18px) !important;
}

.news-detail-content a {
    color: inherit;
    text-decoration: underline;
}

.news-detail-content a:hover {
	color: inherit;
    text-decoration: none;
}

.news-pdf-btn {
    margin: 30px auto 0;
}

.news-back-btn {
	transform: scale(-1,1);
    margin: 30px auto 0;
}

.news-back-btn p {
    transform: scale(-1,1);
}

/*===========================================================
お知らせ（カテゴリ）
===========================================================*/

.news-side {
    margin: 50px 0 0;
}

.category-box {
    letter-spacing: 0.05em;
    line-height: 1.44em;
}

.category-box:not(:first-child) {
    margin: 50px 0 0;
}

.category-box > section {
    margin: 20px 0 0;
}

.category-heading {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.45em;
    color: var(--primary);
    padding: 0 0 5px 5px;
    border-bottom: solid 1px var(--primary);
	border-left: solid 3px var(--primary);
}

.category-list {
    margin: 15px 0 0;
	padding: 0 0 0 5px;
}

.category-list-item:not(:first-child) {
    margin: 10px 0 0;
}

.category-link {
    display: block;
    color: inherit;
	transition: all .3s;
    font-size: 14px;
	font-weight: 700;
}

.category-link:hover {
	color: var(--base-font-color);
	opacity: .7;
}

/*===========================================================
お知らせ（アーカイブ）
===========================================================*/

.archiveBlock {
    font-size: 14px;
}

.archiveBlock:nth-of-type(n + 2) {
    margin: 0.4em 0 0;
}

.archiveBox .webgene-item {
    display: none;
}

.archiveList {
    display: none;
}

.archiveYear {
    display: flex;
    margin: 0.1em 0 0;
    padding: 0;
    font-weight: 700;
    letter-spacing: 0;
    transition: .3s;
    cursor: pointer;
    align-items: center;
}

.archiveYear:hover {
    color: var(--base-font-color);
    opacity: .7;
    transition: .3s;
}

.archiveYear .fa {
    margin: 0.1em 0 0;
    font-size: 1.2em;
    transition: .3s;
    transform-origin: center;
}

.archiveYear.active .fa {
    transform: rotate(90deg);
    transform-origin: center;
    transition: .3s;
}

.archiveYear > span {
    margin: 0 0 0 0.5em;
}

.archiveList {
    margin: 0.3em 0 0;
    padding: 0 0 0 1.2em;
    font-size: 1em;
}

.archiveList > li {
    padding: 0;
    list-style: none;
}

.archiveList > li > a {
    font-size: 0.9em;
    font-weight: 700;
    color: var(--base-font-color);
    letter-spacing: 0.05em;
    display: block;
    transition: .3s;
}

.archiveList > li:nth-of-type(n + 2) {
    margin: 0.2em 0 0;
}

.archiveList > li > a:before {
    content: "-";
    padding: 0 0.5em 0 0;
    color: var(--base-font-color);
}

.archiveList > li > a:hover {
    color: var(--base-font-color);
    opacity: .7;
    transition: .3s;
}

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

.gallery-main-contents .webgene-pagination {
	width: 100%;
	grid-column: 1/2;
}

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

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

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

.webgene-pagination > ul > li{
	margin: 30px 5px 0;
	height: 30px;
	width:100%;
	max-width: 30px;
	/* font-family: var(--font-family02); */
	line-height: 1em;
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	font-size: 16px;
}

.webgene-pagination > ul > li.selected > a{
	/* opacity: 0.5; */
	color: var(--white);
	background: var(--secondary);
	cursor: pointer;
}

.webgene-pagination > ul > li.selected:only-child > a {
	opacity: 1;
	color: var(--white);
	cursor: pointer;	
}

.webgene-pagination > ul > li > a{
	width: 100%;
	height: 30px;
	width: 30px;
	/* background: var(--primary); */
	color: var(--base-font-color);
	display: flex;
	justify-content: center;
	align-items: center;
	/* border: 1px solid var(--primary); */
	/* border-radius: 30px; */
	transition: all .3s;
}

.webgene-pagination > ul > li > a:hover{
	text-decoration: none;
	color: var(--white);
	background: var(--secondary);
	/* opacity: 0.5; */
}

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

.webgene-pagination>ul>.prev>a:hover,
.webgene-pagination>ul>.next>a:hover {
	background-color: var(--secondary);
}

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

.webgene-pagination>ul>.prev>a::before {
	content: "";
	width: 12px;
	height: 12px;
	display: block;
	border-bottom: solid 2px var(--secondary);
	border-left: solid 2px var(--secondary);
	transform: translateY(-50%) rotate(45deg);
	position: absolute;
	left: 12px;
	top: 50%;
}

.webgene-pagination>ul>.prev>a:hover:before {
	border-bottom: solid 2px var(--white);
	border-left: solid 2px var(--white);
}

.webgene-pagination>ul>.next>a::before {
	content: "";
	width: 12px;
	height: 12px;
	display: block;
	border-top: solid 2px var(--secondary);
	border-right: solid 2px var(--secondary);
	transform: translateY(-50%) rotate(45deg);
	position: absolute;
	right: 12px;
	top: 50%;
}

.webgene-pagination>ul>.next>a:hover:before {
	border-top: solid 2px var(--white);
	border-right: solid 2px var(--white);
}

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

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

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


/*===========================================================

===========================================================*/



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


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


/*===========================================================

===========================================================*/



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


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


/*===========================================================

===========================================================*/

/*===========================================================
お知らせ（一覧）
===========================================================*/

.news-area {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}

.news-main {
	width: 74%;
}

/*===========================================================
お知らせ（詳細）
===========================================================*/

/* .news-detail {
	padding: 30px;
} */

/*===========================================================
お知らせ（カテゴリ）
===========================================================*/

.news-side {
	width: 19%;
	margin: 0;
}

.category-link {
	font-size: 16px;
}

.archiveBlock {
	font-size: 16px;
}

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

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

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

.webgene-pagination > ul > li{
	margin: 40px 10px 0;
	height: 40px;
	max-width: 40px;
	font-size: 20px;
}

.webgene-pagination > ul > li > a{
	height: 40px;
	width: 40px;
}

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

.webgene-pagination>ul>.prev>a::before {
	width: 14px;
	height: 14px;
	left: 15px;
	top: 50%;
}

.webgene-pagination>ul>.next>a::before {
	width: 14px;
	height: 14px;
	right: 15px;
	top: 50%;
}

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


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


/*===========================================================
お知らせ（一覧）
===========================================================*/

.news-link {
	padding: 17px 40px 17px 0;
}

.news-item:first-child .news-link {
	padding: 0 40px 17px 0;
}

.news-cate-flex {
	gap: 20px;
}

.news-cate {
    padding: 1px 23px 2px;
}

.news-detail {
	padding: 50px 3%;
}

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


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


/*===========================================================

===========================================================*/



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


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


/*===========================================================

===========================================================*/



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


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




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

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