@charset "UTF-8";
/*sitemap*/
/** ===========================================================
* news
* 
* ========================================================= */
.news_block{
	margin-top: 50px;
}
/* index */
.news.index .section_block{
	width: auto;
	margin-top: 55px;
}
.news.index .news_block{
	margin-top: 65px;
}

/* タブ */
.news_block .tab_area{
	position: relative;
}
.news_block .tab_area::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	display: inline-block;
	width: 100%;
	height: 3px;
	background: #0FA0E2;
	z-index: 1;
}
.news_block .tab_area[data-select_category="important"]::after {
	background: #EB5353;
}
.news_block .tab_area[data-select_category="news"]::after {
	background: #EBAF5C;
}
.news_block .tab_area[data-select_category="products"]::after {
	background: #2A77BF;
}
.news_block .tab_area[data-select_category="community"]::after {
	background: #53AC64;
}

.news_block .tab_area .tab_list{
	position: relative;
	display: flex;
	justify-content: center;
	width: 910px;
	margin: 0 auto;
}
.news_block .tab_area .tab_list .list_item{
	width: calc(20% - 8px);
}
.news_block .tab_area .tab_list .list_item a.is-active{
	position: relative;
	background: #fff;
	border-width: 3px 3px 0 3px;
	border-style: solid;
	z-index: 2;
}
.news_block .tab_area .tab_list .list_item a{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px 0 15px;
	border-radius: 20px 20px 0 0;
	color: #fff;
}
.news_block .tab_area .tab_list .list_item a span{
	position: relative;
	display: inline-block;
	padding-right: 15px;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.2;
}
.news_block .tab_area .tab_list .list_item a span::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	border-left: 8px solid #fff;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
}
.news_block .tab_area .tab_list .list_item:nth-child(n + 2){
	margin-left: 20px;
}

/* タブ - すべて */
.news_block .tab_area .tab_list .list_item-all a{
	background: #0FA0E2;
}
.news_block .tab_area .tab_list .list_item-all a.is-active{
	border-color: #0FA0E2;
	color: #0FA0E2;
}
.news_block .tab_area .tab_list .list_item-all a.is-active span::after{
	border-left-color: #0FA0E2;
}

/* タブ - 重要なお知らせ */
.news_block .tab_area .tab_list .list_item-important a{
	background: #EB5353;
}
.news_block .tab_area .tab_list .list_item-important a.is-active{
	border-color: #EB5353;
	color: #EB5353;
}
.news_block .tab_area .tab_list .list_item-important a.is-active span::after{
	border-left-color: #EB5353;
}

/* タブ - お知らせ */
.news_block .tab_area .tab_list .list_item-news a{
	background: #EBAF5C;
}
.news_block .tab_area .tab_list .list_item-news a.is-active{
	border-color: #EBAF5C;
	color: #EBAF5C;
}
.news_block .tab_area .tab_list .list_item-news a.is-active span::after{
	border-left-color: #EBAF5C;
}

/* タブ - 商品・サービス */
.news_block .tab_area .tab_list .list_item-products a{
	background: #2A77BF;
}
.news_block .tab_area .tab_list .list_item-products a.is-active{
	border-color: #2A77BF;
	color: #2A77BF;
}
.news_block .tab_area .tab_list .list_item-products a.is-active span::after{
	border-left-color: #2A77BF;
}

/* タブ - 地域・社会貢献 */
.news_block .tab_area .tab_list .list_item-community a{
	background: #53AC64;
}
.news_block .tab_area .tab_list .list_item-community a.is-active{
	border-color: #53AC64;
	color: #53AC64;
}
.news_block .tab_area .tab_list .list_item-community a.is-active span::after{
	border-left-color: #53AC64;
}

/* ソート本体 */
.news_list{
	width: 920px;
	margin: 20px auto 56px;
	padding-bottom: 12px;
	border-bottom: 3px solid #ddd;
}
.news_list .list_item{
	position: relative;
	display: flex;
	padding: 0 49px;
	font-size: 15px;
}
.news_list .list_item:not(:last-of-type){
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #ddd;
}
.news_list .list_item.is-last{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.news_list .list_item--new .new_tag{
	position: absolute;
	top: 4px;
	right: 43px;
	width: 70px;
	margin-left: 10px;
	color: #E02F2F;
}
.news_list .list_item .item_sub{
	display: flex;
	align-items: flex-start;
}
.news_list .list_item .news_date{
	display: inline-block;
	width: 126px;
	margin-left: 22px;
	line-height: 1.5;
}
.news_list .list_item .news_link{
	display: block;
	width: calc(100% - 304px);
	margin-left: 32px;
	line-height: 1.5;
}
.news_list .list_item--new .news_link{
	width: calc(100% - 366px);
}


.news_block .kitei_list li{
	margin: 0 0 20px 1em;
	font-size: 15px;
	text-indent: -1em;
	line-height: 1.5;
}


@media screen and (max-width: 768px) {
	.section_block{
		width: 100%;
	}

	/* index */
	.news.index .news_block{
		margin-top: 28px;
	}

	/* タブ */
	.news_block .tab_area .tab_list{
		flex-wrap: wrap;
		justify-content: flex-start;
		width: 100%;
		padding: 0 35px 15px;
	}
	.news_block .tab_area .tab_list .list_item{
		width: calc((100% - 14px) / 3);
		margin: 0 7px 0 0;
	}
	.news_block .tab_area .tab_list .list_item:nth-child(n + 2){
		margin-left: 0;
	}
	.news_block .tab_area .tab_list .list_item:nth-child(3n){
		margin-right: 0;
	}
	.news_block .tab_area .tab_list .list_item:nth-child(n + 4){
		margin-top: 7px;
	}
	.news_block .tab_area .tab_list .list_item a{
		height: 42px;
		padding: 0;
		border-radius: 8px;
	}
	.news_block .tab_area .tab_list .list_item a span{
		font-size: 14px;
		text-align: center;
	}
	.news_block .tab_area .tab_list .list_item a.is-active{
		padding: 0;
		border-bottom-width: 3px;
	}


	/* ソート本体 */
	.news_list{
		width: 100%;
		margin: 15px auto 24px;
	}
	.news_list .list_item{
		display: block;
		padding: 0 33px;
	}
	.news_list .list_item .item_sub{
		align-items: center;
	}
	.news_list .list_item .news_date{
		width: 110px;
		margin-left: 10px;
		font-size: 14px;
	}
	.news_list .list_item .news_link{
		width: 100%;
		margin: 5px 0 0;
		font-size: 14px;
	}
	.news_list .list_item--new .new_tag.sp_only{
		position: relative;
		top: auto;
		right: auto;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 50px;
		height: 20px;
		margin-left: 8px;
		border: 1px solid #E02F2F;
		font-size: 13px;
	}

}
/** ----------------------------------------
 * ニュース２階層目
 * -------------------------------------- */
.infoHeading {
	text-align: center;
	margin: 80px 0 0;
}
.infoHeading span {
	font-size: 2rem;
	text-align: left;
	position: relative;
	display: inline-block;
	padding: 0 5px 20px;
	width: 100%;
}
.infoHeading span:after {
	content: "";
	position: absolute;
	display: inline-block;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background: #00A0E2;
}
.infoHeadingData{
	text-align: right;
	margin-top: 20px;
}
.info_txt{
	margin: 35px 0;
	line-height: 2;
}
.info_txt01{
	margin: 0 0 0 0;
	line-height: 2;
}
.info_txt02{
	margin: 0 0 0 0;
	line-height: 2;
	text-indent: -1.0em;
	padding-left: 1.0em;
	
}

.info_txtHeading{
	font-size: 1.5rem;
	text-align: center;
	margin-top: 50px;
}
@media screen and (max-width: 1000px) {
	/* 下層 */
	.news.detail .news_block{
		padding: 0 20px;
	}

	.infoHeading span {
		font-size: 1.25rem;
	}
	.infoHeading span:after {
		height: 3px;
	}
	.infoHeadingData{
		margin-top: 15px;
	}
	.info_txt{
		margin: 15px 0;
		line-height: 1;
	}
	.info_txt01{
		margin: 0 0 0 0;
		line-height: 1.5;
	}
	.info_txt02{
		margin: 0 0 0 0;
		line-height: 1.5;
	}
.info_txtHeading{
		font-size: 1rem;
		margin-top: 25px;
	}
	.info_txt{
		line-height: 1.5;
	}
}