@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(2,1fr) !important;
    gap: 15px;
}

.news-item {
    overflow: hidden;
}

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

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

.news-link > .news-img {
    aspect-ratio: 19 / 14;
    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-meta {
    display: flex;
    align-items: center;
}

.news-cate {
	max-width: 100%;
	flex: 1;
	display: block;
	align-items: center;
	color: #10589A;
	font-size: 14px;
	line-height: 1em;
	border-left: solid 1px #aaa;
	word-break: keep-all;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 0 0 10px;
	margin: 0 0 0 10px;
}

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

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

.news-link > .news-title {
	letter-spacing: 0.03em;
	line-height: 1.5em;
	margin: 10px 0 0;
}

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

.news-detail {
    max-width: 100%;
    width: 100%;
    padding: 30px 15px;
    background: #FFFFFF;
    border-radius: 10px;
}

.news-detail .news-title {
    font-size: 20px;
    line-height: 1.45em;
    border-bottom: solid 1px #aaa;
    padding: 0 0 10px;
    margin: 15px 0 0;
}

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

.news-content {
    margin: 30px 0 0;
    line-height: 1.75em;
}

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

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

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

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

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

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

.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: "Shippori Mincho", serif;
    font-size: 20px;
    letter-spacing: 0.05em;
    color: #10589A;
    border-bottom: solid 1px #10589A;
    padding: 0 0 15px;
}

.category-link {
    display: block;
    color: inherit;
    padding: 15px;
    border-bottom: solid 1px #AAAAAA;
    font-size: 14px;
}

.category-link:hover {
    color: #aaa;
}

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

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

/*---アーカイブ---*/

/*------*/

.archiveBlock {
    font-size: 16px;
}

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

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

.archiveList {
    display: none;
}

.archiveYear {
    display: flex;
    color: #333;
    margin: 0;
    font-weight: 500;
    letter-spacing: 0.05em;
    transition: .5s;
    cursor: pointer;
    align-items: center;
    padding: 15px;
    font-size: 16px;
    border-bottom: 1px solid #aaa;
}

.archiveYear:hover {
    color: #aaa;
    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 {
    padding: 0 0 15px 1.2em;
    font-size: 16px;
    border-bottom: 1px dashed #aaaa;
    margin-top: 15px;
}

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

.archiveList > li > a {
    font-size: 16px;
    font-weight: 500;
    display: block;
    color: #333;
    transition: .5s;
}

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

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

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

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

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

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

.news-cate {
	font-size: 15px;
}

.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;
	padding: 0 0 0 15px;
	margin: 0 0 0 15px;
}
	
.news-date {
	font-size: 16px;
}
	
/*-----------------------------------------------------------
カテゴリ
-----------------------------------------------------------*/

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

.category-header {
    font-size: 24px;
}

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

.news-detail {
    padding: 50px 30px;
}

.news-detail .news-title {
    font-size: 24px;
    padding: 0 0 15px;
    margin: 20px 0 0;
}

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