@charset "utf-8";

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

.top-news-row {
	gap: 8px;
}

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

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

.news-flex:after {
	content:"";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-image: url(/system_panel/uploads/images/dot-line-primary.svg);
	z-index: 1;
	background-size: auto;
	background-repeat: repeat-x;
	background-position: bottom left;
}

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

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

.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(--tertiary);
    font-size: 14px;
    font-weight: 500;
    font-family: var(--font-family02);
    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(
    --white);
    border: 1px solid #D1BD8A;
    /* flex: 1; */
    flex: 0 1 auto;
}

.news-cate {
	color: var(--primary);
	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);
    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;
}

.top-news-deco01 {
    width: 14.5%;
    right: 4%;
    bottom: -12%;
    z-index: 1;
}




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

.backBtn.btn01:after {
    right: auto;
    left: 15px;
    transform: scale(-1, 1) translateY(-50%);
}

.backBtn.btn01 {
    padding: 5px 20px 5px 15px;
    justify-content: flex-end;
}

.newsFlDt .btn01 {
    margin: 30px auto 0;
}

.newsCateSet {
    display: flex;
    align-items: center;
}

.detailTit {
    font-family: var(--font-family01);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6em;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
}

.detailTit:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: url(/system_panel/uploads/images/dot-line-primary.svg);
    z-index: 1;
    background-size: auto;
    background-position: left bottom;
    background-repeat: repeat-x;
}

.voiceImgFlexBox {
    background-color: #F3F7F1;
    padding: 8px;
    position: relative;
}

.voiceImgFlexBoxDeco {
    border-image-source: url(/system_panel/uploads/images/voice_dedo.svg);
    border-image-slice: 40 fill;
    border-image-width: 40px;
    padding: 10px;
    grid-template-columns: repeat(2, 1fr);
    gap: 13px;
    display: grid;
}

.voiceImgItemBox {
    max-width: 100%;
}

.voiceImgCate {
    font-size: 14px;
    text-align: center;
    line-height: 1.45em;
    padding: 1px;
    margin-top: 8px;
    color: #fff;
}

.before .voiceImgCate {
    background-color: #B0B3AF;
}

.after .voiceImgCate {
    background-color: #7D9075;
}

.voiceImg {
    width: 100%;
    padding-top: 130.95%;
    background-color: #fff;
    position: relative;
}

.voiceImg>img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

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

/*-----------------------------------------------------------
レフトナビ
-----------------------------------------------------------*/

.newsFl {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: center;
}

.newsFlSide,
.newsFlMain {
    width: 100%;
}

.newsFlSide {
    margin: 30px 0 0;
}

.cateLink {
    font-size: 16px;
    color: #616664;
    transition: all .3s;
}

.cateLink:hover {
    color: #9A9A9A;
}

.newsCateTit {
    position: relative;
    color: var(--tertiary);
    font-family: var(--font-family01);
    font-weight: 500;
    font-size: 18px;
    line-height: 2.5em;
    padding-left: 20px;
}

.newsCateTit:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background: url(/system_panel/uploads/images/navi-deco-gold.svg) no-repeat center center / contain;
    z-index: 1;
}

.newsCateTit:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: url(/system_panel/uploads/images/dot-line-primary.svg) no-repeat center left / auto;
    z-index: 1;
}

.newsCateTit:nth-of-type(n + 2) {
    margin: 20px 0 0;
}

.cateLink {
    font-size: 16px;
    transition: all .3s;
    display: block;
    padding: 0 0 10px;
    position: relative;
    margin-top: 10px;
    color: var(--tertiary);
}

.cateLink:hover {
    color: var(--primary);
}

.cateLink:after {
	content:"";
	width: 100%;
	height: 2px;
	background-image: url(/system_panel/uploads/images/dot-line-primary.svg);
	z-index: 1;
	background-size: auto;
	background-repeat: repeat-x;
	background-position: bottom left;
	position: absolute;
	bottom: 0;
	left: 0;
}

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

.archiveBlock {
    font-size: 16px;
    position: relative;
    padding-bottom: 10px;
    margin-top: 10px;
}

.archiveBlock:after {
	content:"";
	width: 100%;
	height: 2px;
	background-image: url(/system_panel/uploads/images/dot-line-primary.svg);
	z-index: 1;
	background-size: auto;
	background-repeat: repeat-x;
	background-position: bottom left;
	position: absolute;
	bottom: 0;
	left: 0;
}

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

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

.archiveList {
    display: none;
}

.archiveYear {
    display: flex;
    padding: 0;
    letter-spacing: 0.05em;
    transition: .5s;
    cursor: pointer;
    align-items: center;
    color: var(--tertiary);
    font-weight: 500;
    font-family: var(--font-family03);
    letter-spacing: 0.05em;
}

.archiveYear:hover {
	color: var(--primary);
    transition: .5s;
}

.archiveYear .fa {
    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 0.9em;
    font-size: 1em;
    font-weight: 500;
    font-family: var(--font-family03);
    letter-spacing: 0.05em;
}

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

.archiveList>li>a {
    font-size: 0.9em;
    font-weight: 500;
    letter-spacing: 0.05em;
    display: block;
    transition: .5s;
    color: var(--tertiary);
}

.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: var(--primary);
    transition: .5s;
}

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

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

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

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

.voiceImgFlexBox {
    padding: 18px;
}

.voiceImgFlexBoxDeco {
    padding: 20px;
}
  
}/* min-width: 576px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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

  .newsFl {
    flex-direction: row;
    align-items: flex-start;
  }

  .newsFlSide {
    width: 22%;
    margin: 0;
  }

  .newsFlMain {
    width: 70%;
  }

  .tNewsBx .newsCateBx,
  .newsFlMain .newsCateBx {
    flex-direction: row;
  }
  
  .detailTit {
    font-size: 25px;
}
  
}/* 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;  
}

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