@charset "utf-8";

/*-----------------------------------------------------------
一覧
-----------------------------------------------------------*/

.news-flex-area {
    max-width: 1620px;
    width: 100%;
    margin: auto;
}

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

.news-list > section {
    display: grid;
    grid-template-columns: repeat(1,1fr) !important;
    gap: 20px;
}

.news-item {
    overflow: hidden;
}

.news-link {
    display: block;
    color: inherit;
    position: relative;
}

.news-link:hover {
    color: inherit;
}

.news-link > .news-img {
    aspect-ratio: 53/35;
    overflow: hidden;
    transition: .3s;
    background: var(--white);
}

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

.news-link > .news-img > img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: .3s;
}

.news-link:hover > .news-img {
    filter: brightness(.5);
}

.news-cate {
	max-width: 100%;
	display: block;
	width: fit-content;
	color: var(--c-primary);
	font-size: 14px;
	line-height: 1.5em;
	text-align: center;
	word-break: keep-all;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 5px 0 0;
}

.news-date {
	flex-shrink: 0;
	display: block;
	font-size: 14px;
	line-height: 1.5em;
}

.news-link .news-meta {
    margin: 20px 0 0;
}

.news-link > .news-title {
	font-weight: 500;
	line-height: 1.44em;
	margin: 8px 0 0;
}

/*-----------------------------------------------------------
詳細
-----------------------------------------------------------*/

.news-detail {
    max-width: 100%;
    width: 100%;
    padding: 25px 3%;
    background: var(--c-white);
    border-top: solid 5px var(--c-dark);
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}

.news-detail .news-title {
    border-bottom: solid 1px var(--gray);
    padding: 0 0 10px;
    margin: 15px 0 0;
}

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

.news-content {
    margin: 15px 0 0;
}

.news-content a {
    color: var(--primary);
    text-decoration: underline;
}

.news-content a:hover {
    text-decoration: none;
	opacity: 0.65;
}

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

.news-back-btn {
    margin: 25px auto 0;
}

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

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

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

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

.category-header {
    font-family: var(--font-family02);
    background: var(
    --c-dark);
    color: var(
    --c-white);
    padding: 10px;
}

.category-link {
    display: block;
    color: inherit;
    padding: 10px;
    border-bottom: solid 1px var(--gray);
    font-size: 14px;
}

.category-link:hover {
    color: var(--gray);
}

/* アーカイブリスト */

.archiveBlock {
    font-size: 16px;
    border-bottom: solid 1px var(--gray);
    padding: 10px;
}

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

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

.archiveList {
    display: none;
}

.archiveYear {
    display: flex;
    letter-spacing: 0.05em;
    transition: .5s;
    cursor: pointer;
    align-items: center;
}

.archiveYear:hover {
    color: #9A9A9A;
    transition: .5s;
}

.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: 500;
    letter-spacing: 0.05em;
    display: block;
    color: #616664;
    transition: .5s;
}

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

.archiveList>li>a:before {
    content: "-";
    padding: 0 0.5em 0 0;
}

.archiveList>li>a:hover {
    color: #9A9A9A;
    transition: .5s;
}

/* アーカイブリスト */

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

.news-list > section {
    grid-template-columns: repeat(2,1fr) !important;
}

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

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

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

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

/*-----------------------------------------------------------
一覧
-----------------------------------------------------------*/

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

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

.news-meta {
    display: flex;
    align-items: center;
}
	
.news-cate {
	font-size: 15px;
	margin: 0 0 0 30px;
}

.news-date {
	font-size: 15px;
}
    
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 768px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

.news-list > section {
	grid-template-columns: repeat(3,1fr) !important;
	gap: 30px;
}

.news-cate {
	font-size: 16px;
	margin: 0 0 0 50px;
}

.news-date {
	font-size: 16px;
}
	
/*-----------------------------------------------------------
カテゴリ
-----------------------------------------------------------*/

.category-link {
    font-size: 16px;
}
	
/*-----------------------------------------------------------
詳細
-----------------------------------------------------------*/

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

.news-detail .news-img {
    margin: 40px 0 0;
}
    
.news-content {
    margin: 40px 0 0;
}

.news-pdf-btn {
    margin: 40px auto 0;
}
    
.news-back-btn {
    margin: 50px auto 0;
}

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

.webgene-pagination {
    grid-column: 1/4;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 1024px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

.news-list > section {
	grid-template-columns: repeat(4,1fr) !important;
}

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

.webgene-pagination {
    grid-column: 1/5;
}

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