/* CSS Document */
/*ページタイトル*/
.page_title .contents_title::after{
	content: "NEWS";
}
/*大枠*/
.news_wrap{
	display: flex;
}
body[wc-view-code="pc"] .news_wrap{
	padding: var(--headerHeight) calc((100vw - 1100px) / 2);
}
body[wc-view-code="tb"] .news_wrap,
body[wc-view-code="sp"] .news_wrap{
	padding: var(--headerHeight) 0;
}
body[wc-view-code="sp"] .news_wrap{
	flex-direction: column;
}
/*リストや記事部分*/
.news_wrap .n_contents{
	
}
body[wc-view-code="sp"] .news_wrap .n_contents{
	justify-content: center;
	padding: 0 7vw 3rem;
}
body[wc-view-code="tb"] .news_wrap .n_contents{
	padding-right: 1.5rem;
  padding-left: 2.5rem;
  width: calc(100% - 320px);
}
body[wc-view-code="pc"] .news_wrap .n_contents{
	width: 780px;
	padding-right: 3rem;
}
.news_wrap .n_contents > a{
}
.news_wrap .n_contents > a{
	display: block;
	text-decoration: none;
	border-bottom: 1px solid var(--borderColor);
	padding: 0.75rem;
	box-sizing: border-box;
	transition: opacity 600ms ease;
	opacity: 0;
	width: 100%;
}
body[wc-view-code="pc"] .news_wrap .n_contents > a{
	height: 79px;
}
.news_wrap .n_contents > a.wcvisible{
	opacity: 1;
}
.news_wrap .n_contents > a:first-of-type{
	border-top: 1px solid var(--borderColor);
}
.news_wrap .n_contents > a article{
	display: flex;
	flex-direction: column-reverse;
}
.news_wrap .n_contents > a article .news_info{
	display: flex;
	gap:0.5rem;
}
.news_wrap .n_contents > a article .news_info time{
	font-family: "Montserrat";
	color: var(--defColor);
}
.news_wrap .n_contents > a article .news_info .category{
	display: flex;
	gap:0.35rem;
	list-style: none;
	list-style-position: outside;
	overflow: hidden;
}
.news_wrap .n_contents > a article .news_info .category li{
	border: solid 1px var(--supportColor);
	color: var(--supportColor);
	font-size: 0.8rem;
	flex: none;
	border-radius: 1rem;
	padding: 0 0.25rem;
}
.news_wrap .n_contents > a article > h2{
	font-size: 1.2rem;
	padding-right: 1.75rem;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
	color: var(--defColor);
	margin-top: 0.25rem;
}
.news_wrap .n_contents > a article > h2::after{
	content: "";
	width: 1.75rem;
	height: 1.75rem;
	-webkit-mask-image: var(--wciconsrc);
  mask-image: var(--wciconsrc);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
	background-color: var(--defColor);
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}

/*リストページ*/
.news_wrap .n_contents.n_list{
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	box-sizing: border-box;
}
/*ページャー*/
.pager_wrap{
	width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1.5rem;
}
.pager_wrap > div{
	width: 40px;
	height: 40px;
}
body[wc-view-code="sp"] .pager_wrap > div{
	width: 36px;
	height: 36px;
}
.pager_wrap > .active,
.pager_wrap > div a{
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Lexend";
	width: 40px;
	height: 40px;
	font-weight: 700;
	border-radius: 50%;
}
body[wc-view-code="sp"] .pager_wrap > .active,
body[wc-view-code="sp"] .pager_wrap > div a{
	width: 36px;
	height: 36px;
}
.pager_wrap > .active{
	background-color: var(--accentColor);
	color: #fff;
}

.pager_wrap > div a{
	background-color: #dcdee1;
	color:#78808b;
	text-decoration: none;
}
.pager_wrap > .prev a,
.pager_wrap > .next a{
	position: relative;
	z-index: 1;
}
.pager_wrap > .prev a::before,
.pager_wrap > .next a::before{
	content: "";
  width: 40px;
  height: 40px;
  background-color: var(--defColor);
  -webkit-mask-image: var(--wciconsrc);
  mask-image: var(--wciconsrc);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 2;
}
.pager_wrap > .prev a{
}
.pager_wrap > .next a{
}
/*スティッキー*/
.sticky_block{
	flex: none;
	position: relative;
	z-index: 8800;
	box-sizing: border-box;
}

body[wc-view-code="sp"] .sticky_block{
	padding: 0 7vw;
}
body[wc-view-code="tb"] .sticky_block{
	width: 320px;
	padding-right: 2.5rem;
	margin-top: 1rem;
}
body[wc-view-code="pc"] .sticky_block{
	width: 320px;
	margin-top: 1rem;
}
.sticky_block .in_sticky{
	position: sticky;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	gap:0.75rem;
}
.sticky_block .in_sticky > dl{
	border: solid 1px var(--accentColor);
	box-sizing: border-box;
}
.sticky_block .in_sticky > dl dt{
}
.sticky_block .in_sticky > dl dt span{
	color: var(--accentColor);
	font-weight: 700;
	height: 35px;
	display: flex;
	align-items: center;
	width: fit-content;
	border-radius: 0 0 1rem 0;
	position: relative;
	z-index: 1;
	padding: 0 0.75rem;
	border-right: 1px solid var(--accentColor);
	border-bottom: 1px solid var(--accentColor);
}
.sticky_block .in_sticky > dl dd{
	padding: 0.5rem 0.75rem;
	box-sizing: border-box;
}
.sticky_block .in_sticky > dl dd a{
	display: block;
	padding-right: 1.5rem;
	padding-left: 0.5rem;
	position: relative;
	z-index: 1;
	text-decoration: none;
	border-bottom: solid 1px #dcdee1;
	box-sizing: border-box;
	padding-bottom: 0.5rem;
	padding-top: 0.5rem;
	color: var(--defColor);
	overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.sticky_block .in_sticky > dl dd a::after{
	content: "";
  width: 1.25rem;
  height: 1.25rem;
  background-color: var(--defColor);
  -webkit-mask-image: var(--wciconsrc);
  mask-image: var(--wciconsrc);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  position: absolute;
  top: calc(50% + 0.28rem);
  right: 0;
  transform: translateY(-50%);
  z-index: 2;
}
/*記事*/
.n_contents > article{
	display: flex;
	flex-direction: column;
}
.n_contents > article > *{
	margin-top: 1rem;
}
.n_contents > article .eyecatch{
}
.n_contents > article .eyecatch img{
	aspect-ratio:16/9;
	border-radius: 1rem;
}
.n_contents > article > h2{
	font-size: 1.2rem;
	font-weight: 700;
	padding: 0 1rem;
	box-sizing: border-box;
}
.n_contents > article > time{
	display: table;
	margin-left: auto;
	font-family: "Montserrat";
	margin-right: 1rem;
	font-size: 1.15rem;
}
.n_contents > article > .category_list{
}
.n_contents > article > .category_list{
	width: calc(100% - 2rem);
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	gap:0.25rem;
	list-style: none;
	list-style-position: outside;
	overflow: hidden;
	margin-top: 0.5rem;
}
.n_contents > article > .category_list li{
 padding: 0rem 0.35rem;
  border-radius: 1rem;
  font-size: 0.85rem;
  flex: none;
  border: solid 1px var(--supportColor);
  color: var(--supportColor);
}
.n_contents > article > .news_text{
	padding: 0 1rem;
	box-sizing: border-box;
}

.n_contents > article > .news_text p{
	line-height: 1.8rem;
}
.btn_block{
	margin: 3rem auto 0;
}
body[wc-view-code="sp"] .btn_block{
	margin-top: 2rem;
}

body[wc-view-type="tb"] .btn_block{
	flex-direction: column;
}