@charset "utf-8";

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

.news-area {
    margin: auto;
}

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

.news-list > section {
    display: flex;
    flex-direction: column;
}

.news-meta {
    display: flex;
    align-items: center;
}

.news-cate {
	max-width: 100%;
	width: fit-content;
	display: block;
	font-size: clamp(11px, 7.956px + 0.812vw, 16px);
	font-weight: 400;
	letter-spacing: 0.03em;
	line-height: 1em;
	text-align: center;
	color: var(--base-body-color);
	border-left: 1px solid;
	padding: 0 0 0 9px;
	word-break: keep-all;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news-date {
	display: block;
	font-size: clamp(13px, 9.956px + 0.812vw, 18px);
	letter-spacing: 0.03em;
	line-height: 1;
	padding: 0 9px 0 0;
	flex-shrink: 0;
}

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

.accordion-btn.js-accordion-btn {
    padding: 30px 10px;
}

.accordion-content {
    padding: 0 10px 30px;
}

.accordion-icon {
    position: absolute;
    max-width: 15px;
    height: 10px;
    bottom: 45px;
    right: 10px;
}

.active > .fa-angle-down {
    transform: rotate(180deg);
}

.fa-angle-down {
    font-size: 23px;
}

.news-list {
    /* margin: -60px 0 0; */
}

.news-anchor {
	margin: -120px 0 0 0;
    padding: 120px 0 0 0;
}

.news-detail {
    max-width: 100%;
    width: 100%;
    /* padding: 120px 0 0; */
    /* margin: -60px 0 0; */
    border-bottom: 1px solid var(--primary);
}

.news-detail:first-child .accordion-btn {
    border-top: 1px solid var(--primary);
}

.news-detail .news-title {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    font-size: 20px;
    color: #7D736E;
    /* border-bottom: solid 1px #7D736E; */
    padding: 0;
    margin: 10px 0 0;
    font-size: clamp(16px, 14.544px + 0.388vw, 22px);
    font-family: var(--font-family01);
}

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

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

/*.news-content {
    margin: 30px 0 0;
}*/

.news-img + .news-content {
    margin: 30px 0 0;
}

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

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

.news-pdf-btn {
    max-width: 320px;
    width: 100%;
    display: block;
    border: solid 1px #B28426;
    border-radius: 100vmax;
    font-weight: 500;
    color: #B28426;
    text-align: center;
    padding: 15px;
    margin: 30px auto 0;
    transition: 0.3s;
}

.news-pdf-btn:hover {
    background: #B28426;
    color: #fff;
}

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

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

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

.category-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.45em;
    padding: 0 0 5px;
    border-bottom: solid 1px var(--primary);
}

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

.category-link {
    line-height: 1.55em;
    display: block;
    color: #4D4D4C;
}

.category-link:hover {
  color: #7D736E;
  text-decoration: underline;
}

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

.archiveBlock {
    font-size: clamp(14px, 13.029px + 0.259vw, 18px);
    padding: 15px 0;
    border-bottom: 1px solid var(--gray02);
}

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

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

.archiveList {
	display: none;
}

.archiveYear {
	display: flex;
	color: var(--base-body-color);
	margin: 0.1em 0 0;
	padding: 0;
	font-weight: 500;
	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: var(--base-body-color);
	transition: .5s;
	padding: 8px 0 0;
}

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

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

.webgene-pagination {
	width: 100%;
}

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

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

.webgene-pagination > ul > li{
	margin: 40px 10px 0;
	height: 30px;
	width:100%;
	max-width: 30px;
	font-size: 20px;
	font-family: "EB Garamond", serif;
	font-weight: 500;
	line-height: 1em;
	letter-spacing: 0;
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.webgene-pagination > ul > li > a{
	width: 100%;
	width: 100%;
	color: #4D4D4C;
	font-family:var(--font-family03);
	font-weight: 300;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.3s;
}

.webgene-pagination > ul > li > a:hover{
	opacity: .5;
	color: vinherit;
}

.webgene-pagination > ul > li.selected > a{
	color: #333;
	font-weight: 500;
}

.webgene-pagination > ul > li.selected > a:hover{
	color: inherit;
}

.webgene-pagination>ul>.prev,
.webgene-pagination>ul>.next {
	max-width: 48px;
	width: 100%;
	height: 48px;
}

.webgene-pagination>ul>.prev>a,
.webgene-pagination>ul>.next>a {
	width: 100%;
	height: 48px;
	border: solid 1px var(--primary);
	border-radius: 50%;
	position: relative;
}

.webgene-pagination>ul>.prev>a:hover,
.webgene-pagination>ul>.next>a:hover {
	opacity: 0.65;
}

.webgene-pagination>ul>.prev>a::before {
	content: "";
	display: block;
	width: 16px;
	height: 10px;
	background: url(/system_panel/uploads/images/pager-arrow-left.svg) no-repeat center / contain;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	margin: auto;
}

.webgene-pagination>ul>.next>a::before {
	content: "";
	display: block;
	width: 16px;
	height: 10px;
	background: url(/system_panel/uploads/images/pager-arrow-right.svg) no-repeat center / contain;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	margin: auto;
}

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

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

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

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

.news-area {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}
  
.news-main {
    max-width: 800px;
    width: 75%;
    margin: 34px 0 0 0;
}

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

/*-----------------------------------------------------------
カテゴリー
-----------------------------------------------------------*/
	
.category-title {
    font-size: 18px;
}
    
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 768px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

/*-----------------------------------------------------------
詳細
-----------------------------------------------------------*/
  
.news-anchor {
	margin: -180px 0 0;
    padding: 180px 0 0 0;
}

.news-list {
    /* margin: -100px 0 0; */
}

.news-detail {
    /* padding: 200px 0 0; */
    /* margin: -100px 0 0; */
    font-size: 16px;
}

.news-detail .news-title {
    /* font-size: 28px; */
    margin: 15px 0 0;
}

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

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

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

.category-box:not(:first-child) {
    margin: 70px 0 0;
}
	
.category-title {
    font-size: 20px;
}
	
/*-----------------------------------------------------------
ページャー
-----------------------------------------------------------*/

.webgene-pagination > ul > li{
	margin: 80px 10px 0;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 1024px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */