/* CSS Document */
/*ページタイトル*/
.page_title h2::after{
	content: "NEWS";
}
/*コンテンツ*/
.information{
	display: flex;
	box-sizing: border-box;
}
body[wc-view-code="sp"] .information{
	padding: var(--headerHeight) 7vw;
	flex-direction: column;
}
body[wc-view-code="tb"] .information{
	padding: var(--headerHeight) 2rem;
}
body[wc-view-code="pc"] .information{
	padding: var(--headerHeight) calc((100vw - 960px) / 2);
}
.information .article_block{
	display: flex;
	flex-wrap: wrap;
	gap:1rem;
	box-sizing: border-box;
}
body[wc-view-type="sp"] .information .article_block{
	flex-direction: column;
}
body[wc-view-code="tb"] .information .article_block{
	width: calc(100% - 280px);
	padding-right: 1.5rem;
}

body[wc-view-code="pc"] .information .article_block{
	width: calc(100% - 320px);
	padding-right: 2.5rem;
}


.information .article_block{
}
.information .article_block > a{
	text-decoration: none;
	display: block;
	width: 100%;
}
.information .article_block > a * {
  color: #333;
}
.information .article_block .list_article{
  display: flex;
  flex-direction: row-reverse;
  box-sizing: border-box;
  border: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  padding: 0.75rem;
}
.information .article_block .list_article .info_text{
  display: flex;
  flex-direction: column;
  width: calc(100% - 80px);
  padding: 0 0 0 0.5rem;
  background-color: #fff;
  box-sizing: border-box;
}
body[wc-view-code="pc"] .information .article_block .list_article .info_text{
  width: calc(100% - 100px);
}
.information .article_block .list_article .info_text time,
.information .article_block .list_article .info_text .colum_item{
  order:1;
  height: 1.4rem;
}
.information .article_block .list_article .info_text .colum_item{
  display: flex;
  line-height: calc(1rem + ((1em + 1lh) / 2));
}
.information .article_block .list_article .info_text .colum_item h3{
  color: var(--accentColor);
  font-weight: 700;
  font-size: 0.85rem;
  padding: 0 0.25rem;
  border: solid 1px var(--accentColor);
  box-sizing: border-box;
  line-height: calc(1rem + (1em - 1lh) / 2);
  height: 1.4rem;
  display: flex;
  align-items: center;
}
.information .article_block .list_article .info_text .colum_item time,
.information .article_block .list_article .info_text time{
  line-height: 1.12rem;
  font-weight: 700;
  font-size: 0.9rem;
}
body[wc-view-type="tb-l"] .information .article_block .list_article .info_text .colum_item time,
body[wc-view-type="tb-l"] .information .article_block .list_article .info_text time,
body[wc-view-code="pc"] .information .article_block .list_article .info_text .colum_item time,
body[wc-view-code="pc"] .information .article_block .list_article .info_text time{
  height: 1.4rem;
}
.information .article_block .list_article .info_text time{
  margin-left: auto;
}
.information .article_block .list_article .info_text > h2{
  order:2;
  font-weight: 700;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.information .article_block .list_article .info_text > p{
  order: 3;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
  word-break: break-all;
}
.information .article_block .list_article .info_text > .arrow{
  order: 4;
  font-size: 0.85rem;
  font-weight: 700;
  margin-left: auto;
  display: flex;
  width: fit-content;
  align-items: center;
}
.information .article_block .list_article .info_text > .arrow::after{
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  -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: #333;
}
.information .article_block .list_article figure{
  width: 80px;
}
body[wc-view-code="pc"] .information .article_block .list_article figure{
  width: 100px;
}
.information .article_block .list_article figure img{
  aspect-ratio:1/1;
}
/*サイドカラム*/
.information .side_column{
	position: relative;
	z-index: 1;
}
body[wc-view-code="sp"] .information .side_column{
	margin-top: 2.5rem;
}
body[wc-view-code="tb"] .information .side_column{
	width: 280px;
}
body[wc-view-code="pc"] .information .side_column{
	width: 320px;
	flex: none;
}
body:not([wc-view-code="sp"]) .information .side_column .sticky_block{
	position: sticky;
  z-index: 15;
  top: var(--headerHeight);
  right: 0;
}
.information .side_column .sticky_block > dl{
}
.information .side_column .sticky_block > dl:not(:first-of-type){
	margin-top: 1.5rem;
}
.information .side_column .sticky_block > dl > dt{
}
.information .side_column .sticky_block > dl > dt span{
	font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 1rem;
  box-sizing: border-box;
	line-height: calc(1rem + (1em - 1lh) / 2);
	margin-bottom: 0.75rem;
}
.information .side_column .sticky_block > dl > dt span::before{
	content: "";
  -webkit-mask-image: url("/img/svg/title_deco.svg");
  mask-image: url("/img/svg/title_deco.svg");
  -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(--accentColor);
  width: 0.6rem;
  height: 0.7rem;
}
.information .side_column .sticky_block > dl > dd{
	padding: 0 0.9rem;
	box-sizing: border-box;
}
body[wc-view-code="sp"] .information .side_column .sticky_block > dl > dd{
	padding: 0;
}
.information .side_column .sticky_block > dl > dd a{
  color: var(--defColor);
  border-bottom: 1px solid #bbb;
  padding: 0.4rem 1.5rem 0.4rem 0.5rem;
  position: relative;
  z-index: 1;
  width: 100%;
  display: block;
  text-decoration: none;
  box-sizing: border-box;
}
.information .side_column .sticky_block > .new_block > dd a{
	overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.information .side_column .sticky_block > dl > dd a:first-of-type{
	border-top: 1px solid #bbb;
}
.information .side_column .sticky_block > dl > dd a::after{
	content: "";
  width: 1.5rem;
  height: 1.5rem;
  -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: #333;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
/*記事ページ*/
.article_main{
	display: flex;
	flex-direction: column;
}

.article_main .eyecatch{
	order: 1;
}
.article_main .eyecatch img{
	height: 250px;
  border-radius: 0.25rem 0.25rem 0 0;
}
.article_main > h2{
	order: 2;
	font-weight: 700;
	font-size: 1.2rem;
	padding: 1rem 1.5rem;
	box-sizing: border-box;
}
body[wc-view-code="sp"] .article_main > h2{
	padding: 1rem 1rem 0.75rem 1rem;
}
.article_main > .colum_item,
.article_main > time{
	order: 3;
}
.article_main > time{
	text-align: right;
	font-weight: 700;
	font-size: 0.9rem;
	padding-right: 1.5rem;
	box-sizing: border-box;
}
body[wc-view-code="sp"] .article_main > time{
	padding-right: 1rem;
}



.article_main > .colum_item{
  display: flex;
  line-height: calc(1rem + ((1em + 1lh) / 2));
	padding: 0 1.5rem;
	justify-content: space-between;
}
body[wc-view-code="sp"] .article_main > .colum_item{
	padding: 0 1rem;
}
.article_main > .colum_item h3{
  color: var(--accentColor);
  font-weight: 700;
  font-size: 0.85rem;
  padding: 0 0.25rem;
  border: solid 1px var(--accentColor);
  box-sizing: border-box;
  line-height: calc(1rem + (1em - 1lh) / 2);
  height: 1.4rem;
  display: flex;
  align-items: center;
}
.article_main > .colum_item time,
.article_main > time{
  line-height: 1.12rem;
  font-weight: 700;
  font-size: 0.9rem;
}
body[wc-view-type="tb-l"] .article_main > .colum_item time,
body[wc-view-type="tb-l"] .article_main > time,
body[wc-view-code="pc"] .article_main > .colum_item time,
body[wc-view-code="pc"] .article_main > time{
  height: 1.4rem;
}




.article_main .info_text{
	display: flex;
	flex-direction: column;
	gap: 1rem;
	order: 4;
	padding: 1rem 1.5rem 0 1.5rem;
	box-sizing: border-box;
}
body[wc-view-code="sp"] .article_main .info_text{
	padding: 0.75rem 1rem 1rem 1rem;
}
.article_main .info_text p{
	line-height: 1.8rem;
}
.article_main .info_text figure{
}
.article_block .btn_block{
	margin: 0 auto;
	align-items: flex-start;
}
body[wc-view-type="tb"] .article_block .btn_block{
	flex-direction: column;
	gap:0.5rem;
	width: fit-content;
}
body[wc-view-type="tb"] .article_block .btn_block .btn,
body[wc-view-type="tb"] .article_block .btn_block .btn a{
	width: 100%;
}
body[wc-view-type="tb"] .article_block .btn_block .btn a{
	justify-content: space-between;
}