@charset "utf-8";

/*===========================================================
お知らせ
===========================================================*/

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

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

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

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

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

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

.news-cate {
	flex: 1;
    padding: 1px 10px;
    display: block;
    width: 100%;
    max-width: max-content;
	min-width: 128px;
    font-size: clamp(14px, 13.515px + 0.129vw, 16px);
    font-weight: 300;
	letter-spacing: 0;
    color: var(--white);
    text-align: center;
	background: var(--bg-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: 300;
	letter-spacing: 0;
	color: var(--base-font-color);
}

.news-title {
	margin: 16px 0 0;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 0.05em;
	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(20px, 18.544px + 0.388vw, 26px);
    font-weight: 300;
    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: 500;
    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: 300;
}

.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: 300;
    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: 300;
    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;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@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;
	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;
}


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


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


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

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

/*===========================================================
お知らせ
===========================================================*/

.news-link {
	padding: 29px 3% 30px;
}

.news-item:first-child .news-link {
	padding: 0 3% 30px;
}

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

.news-cate {
    padding: 1px 24px;
}

.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 ここまで */

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