@charset "utf-8";

body {
    background: url(/system_panel/uploads/images/bg01.jpg) repeat-y center top /auto;
}

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

.news-frame {
    max-width: 1560px;
    width: 100%;
    margin: auto;
}

.news-area {
    max-width: 1450px;
    width: 100%;
    margin: 0 0 0 auto;
}

.news-side-block {
    margin: 65px 0 0;
}

.news-item {
    border-bottom: 1px solid var(--border-primary);
}

.news-flex {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    position: relative;
    padding: 20px 0;
    transition: all .3s;
    width: 100%;
}

.news-item:first-child .news-flex {
    padding-top: 0;
}

.news-cate-flex {
    display: flex;
    align-items: center;
    gap: 15px;
}

.news-text-box {
    /* flex: 1; */
    /* margin: 0 15px 0 0; */
    width: 90%;
    min-width: 0;
}

.news-date {
    width: 85px;
    margin: 0 20px 0 0;
	color: var(--base-body-color);
    font-size: 14px;
    letter-spacing: 0.05em;
    max-width: max-content;
    flex-shrink: 0;
}

.news-cate-box {
    max-width: calc(100% - 125px);
    min-width: 85px;
    display: inline-block;
    /* width: 100%; */
    padding: 2px 11px 2px 10px;
    background: var(--tertiary);
    /* flex: 1; */
    flex: 0 1 auto;
}

.news-cate {
	color: var(--base-body-color);
	font-size: 12px;
	line-height: 1.5;
	text-align: center;
	word-break: keep-all;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	min-width: 0;
}

.news-title {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: var(--base-body-color);
	font-family: var(--font-family01);
    margin: 15px 0 0;
    transition: all .3s;
}

.news-arrow-box {
	/* max-width: 31px; */
	width: 35px;
	height: 25px;
	position: relative;
	margin: 0 0 0 15px;
	flex-shrink: 0;
	transition: all .3s;
}

/* .news-arrow-box:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
	width: 10px;
	height: 17px;
	transform: translateY(-50%);
	background: url(/system_panel/uploads/images/news-arrow-gold.svg) no-repeat center center / contain;
	z-index: 1;
	transition: all .3s;
} */

.news-item:hover .news-title {
    color: var(--primary);
 	transition: all .3s;
}

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

.news-detail-area {
    max-width: 1340px;
    width: 100%;
    margin: 0 0 0 auto;
}

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

.news-detail {
    max-width: 892px;
    width: 100%;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.875em;
}

.news-detail .news-cate-flex {
	gap: 15px;
}

.news-cate-flex > .news-date {
    flex-shrink: 0;
    margin: 0;
}

.news-detail .news-title {
    font-size: 20px;
    line-height: 1.46;
    border-bottom: solid 1px var(--border-primary);
    padding: 0 0 20px;
    margin: 15px 0 0;
}

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

.news-content {
    margin: 30px 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: 30px auto 0;
    position: relative;
    justify-content: center;
    padding: 10px;
    font-family: var(--font-family01);
    margin: 40px auto 0;
    position: relative;
    color: var(--white);
    background: var(--primary);
}

.news-pdf-btn:after {
	content: none;
}

.news-pdf-btn:hover {
    background: unset;
    color: var(--primary);
    backdrop-filter: none;
}

.news-back-btn {
    margin: 30px auto 0;
    position: relative;
    justify-content: center;
    padding: 10px;
    font-family: var(--font-family01);
}

.news-back-btn:after {
     content: none;
}

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


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


.btn01.news-back-btn:hover {
    color: var(--white);
    background: var(--primary);
    backdrop-filter: none;
}

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

.category-list {
    margin: 10px 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: 10px 0 0;
}

article:first-child .category-link {
	padding: 0 10px 5px;
}

.category-title {
    font-family: var(--font-family01);
    font-weight: 600;
    font-size: clamp(16px, 15.029px + 0.259vw, 20px);
    border-bottom: 1px solid var(--border-primary);
    padding: 0 0 10px;
}

.category-link {
    display: block;
    color: inherit;
    padding: 5px 10px;
    font-size: clamp(13px, 12.272px + 0.194vw, 16px);
    letter-spacing: 0;
    line-height: 2.18em;
    border-bottom: 1px solid rgba(177,160,134,.5);
}

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

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

.archive-block {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 2.18em;
    padding: 0 0 5px;
    border-bottom: 1px solid rgba(177, 160, 134, .5);
}

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

.archive-box .webgene-item {
    display: none;
}

.archive-list {
    display: none;
}

.archive-year {
    display: flex;
    cursor: pointer;
    align-items: center;
    color: inherit;
    padding: 0 10px;
}

.archive-year:hover {
    color: var(--secondary);
    transition: .3s;
}

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

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

.archive-year > span {
    margin: 0 0 0 0.5em;
}

.archive-list {
    padding: 0 0 0 1.2em;
}

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

.archive-list > li > a {
    display: block;
    color: inherit;
    padding: 0 10px;
}

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

.archive-list > li > a:hover {
    color: var(--secondary);
}



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

/*-----------------------------------------------------------
ページネーション
-----------------------------------------------------------*/

/* ---------- ぺージャーここから ---------- */

.webgene-pagination {
    width: 100%;
}

.webgene-pagination > ul{
  padding: 0;
  display: flex;
  justify-content: center;
  margin: 40px auto 0;
  gap: 7px;
}

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

.webgene-pagination > ul > li{
  height: 30px;
  width:100%;
  max-width: 30px;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 50%;
  font-size: 13px;
  letter-spacing: 0.05em;
  border: 1px solid var(--primary);
  font-weight: 500;
  font-family: var(--font-family03);
  margin: 0 !important;
}

.webgene-pagination > ul > li.selected > a{
  color: #fff;
  background: var(--primary);
  cursor: inherit;
}

.webgene-pagination > ul > li.selected > a:hover {
    color: #fff;
    background-color: var(--primary);
}

.webgene-pagination > ul > li > a{
  width: 100%;
  height: 100%;
  width: 100%;
  color: var(--primary);
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 2px;
}
.webgene-pagination > ul > li > a:hover{
  color:#FFF;
  background-color: var(--primary);
  text-decoration: none;
}

.next > a {
    font-size: 0;
    padding-top: 0 !important;
}

.prev > a{
    font-size: 0;
    padding-top: 0 !important;
}

.next > a:before {
    content: "";
    width: 8px;
    height: 12px;
    /* background: url(/system_panel/uploads/images/news-arrow-gold.svg) no-repeat center center / contain; */
}

.prev > a:before {
    content: "";
    width: 8px;
    height: 12px;
    transform: scale(-1, 1);
    /* background: url(/system_panel/uploads/images/news-arrow-gold.svg) no-repeat center center / contain; */
}

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

.webgene-pagination > ul > .prev > a:hover:before,
.webgene-pagination > ul > .next > a:hover:before{
    filter: brightness(0) invert(1);
}

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

@media screen and (min-width:375px) {

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

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

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

.news-date {
	margin: 0 10px 0 0;
}

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

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

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

.webgene-pagination > ul > li{
  height: 40px;
  max-width: 40px;
  font-size: 15px;
}

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

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

@media screen and (min-width: 768px) {
  
.news-area {
    display: flex;
    justify-content: space-between;
}
  
.news-main-block {
    max-width: 1130px;
    width: 78%;
}

.news-side-block {
    max-width: 220px;
    width: 18%;
    margin: 0;
}
  
.news-flex {
	padding: 20px 0;
}
  
.news-date {
	width: 110px;
}

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

.news-detail-area .news-list {
    /* padding: 30px; */
}
  
.news-detail {
    font-size: 15px;
}
  
.news-detail .news-title {
    font-size: 26px;
}
  
  
}/* min-width: 768px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

@media screen and (min-width: 1024px) {
  
.news-flex {
    padding: 20px 0;
}

.news-date {
    margin: 0 40px 0 0;
  	font-size: 15px;
}

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

.news-text-box {
    width: 92%;
}

.news-flex {
	font-size: 18px;  
}

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

.news-detail-area .news-list {
    /* padding: 40px; */
}
  
.news-detail {
    font-size: 16px;
}

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

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

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

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


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

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

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


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

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

@media screen and (min-width:1400px) {


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

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

@media screen and (min-width:1500px) {


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

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

@media screen and (min-width:1600px) {
  

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

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




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