@charset "UTF-8";
/*-------------------------------------------------
|-	mainContents
-------------------------------------------------*/
.mainContents {
	width: 94%;
	max-width: 960px;
	margin: 0 auto 120px;
	box-sizing: border-box;
}

/*-------------------------------------------------
|-	categoryTab
-------------------------------------------------*/
.categoryTab {
	width:94%;
	max-width:960px;
	margin:0 auto;
	text-align:left;
	display: flex;
	flex-wrap: wrap;
}
.categoryTab-web {
	padding:15px 20px 7px;
	background-color:#efefef;
	margin:0 auto 20px;	
	box-sizing:border-box;
}
.categoryTab-None {
	display: none;
}
/*
.categoryTab_item {
	display:inline-block;
	min-width:130px;
	height:46px;
	line-height:46px;
	border:1px solid #aaa;
	background:#fff;
	color:#1c1f87;
	cursor:pointer;
	margin:0 5px 10px;
	text-align: center;
	padding:0 10px;
	box-sizing:border-box;
}
*/

.cs-tabNewsArchive {
	min-width:130px;
	height:46px;
	line-height:46px;
	border:1px solid #aaa;
	display: inline-block;
	padding:0 10px;
	box-sizing:border-box;
	color:#1c1f87;
	margin:0 5px 10px;
	text-align: center;
	background-color:#fff;
}
.cs-tabNewsArchive:hover,
.active.cs-tabNewsArchive {
	color: #fff;
	background:#9794C3;
	transition:0.3s;
}
.cs-tabNewsArchive-all:hover,
.active.cs-tabNewsArchive-all {
	color:#fff;
	background:#aa5ea5;
	transition:0.3s;
}
/*
.cs-tabAll:hover,
.cs-tabAll.active{
	color:#fff;
	background:#aa5ea5;
	transition:0.3s;
}
.cs-tabNews:hover,
.cs-tabNews.active{
	color:#fff;
	background:#9794C3;
	transition:0.3s;
}
*/

.mainContentsNewsInfo-list {
	width:90%;
	margin:30px auto;
}
.mainContentsNewsInfo_area {
	display:flex;
	flex-wrap: wrap;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: dotted 1px #aaa;
}
.mainContentsNewsInfo_area-listDate {
	float: left;
	line-height: 140%;
	margin: 0 3% 10px 0;
	font-size: 1rem;
}
.mainContentsNewsInfo_area-listCategory {
	text-align:center;
	margin-bottom: 10px;
}
.mainContentsNewsInfo_area-lsitTtl {
	width:100%;
}
.cs-categoryTtl {
	background: #9794C3;
	padding: 0 10px;
	color: #fff;
	font-size: 0.92rem;
}
.cs-categoryTtlBus {
	background: #75bfe2;	
}
.cs-newsLink {
	color: #1C1F87;
	text-decoration: underline;
	font-size: 1rem;
}
.cs-newsLink:hover {
	text-decoration: none;
}

@media screen and (max-width:767px){
	.mainContents {
		width: 100%;
		margin: 0 auto 45px;
		padding: 0;
	}
	.mainContentsNewsInfo {
		width: 93%;
		margin: 0 auto 30px;
		padding-bottom: 0;
	}
	.mainContentsNewsInfo-list {
		margin-top:30px;
	}
	.mainContentsNewsInfo_ttl {
		font-size: 1.37rem;
		font-weight: normal;
		margin-bottom: 10px;
	}
	.cs-newsLink {
		font-size: 0.85rem;
	}
	.mainContents_newsInfo-moreBtn {
		position: relative;
		margin-top: 30px;
	}
	.cs-rssBtn {
		width: 15%;
		bottom: 0;
		font-size: 0.7rem;
	}
	.cs-moreBtn {
		font-size: 0.85rem;
		padding: 15px 5%;
	}
	.cs-moreBtn:before {
		width: 6%;
		height: 13px;
	}
	.mainContentsNewsInfo_area {
		display: block;
		font-size: 0.7rem;
	}
	.mainContentsNewsInfo_area-listDate {
		float: left;
		font-size: 0.68rem;
	}
	.cs-categoryTtl {
		font-size: 0.51rem;
	}
	.mainContentsNewsInfo_area-listCategory {
		float: left;
	}
	.mainContentsNewsInfo_area-lsitTtl {
		width: 100%;
		clear: both;
	}
	.mainContentsNewsInfo_area-topicsTtl {
		width: 100%;
		clear: both;
	}
	.categoryTab{
		width:100%;
		padding:15px 5% 8px;
		box-sizing:border-box;
		margin:0 auto 20px;
		display:flex;
		flex-wrap:wrap;
	}
	.categoryTab-None {
		display: none;
	}
/*
	.categoryTab_item{
		display:flex;
		align-items: center;
		justify-content: center;
		min-width:auto;
		min-height:56px;
		width:48%;
		height:auto;
		line-height:1.2;
		padding:0 2%;
		margin:0 1% 10px;
		box-sizing:border-box;
		font-size:1rem;
	}
*/
	.categoryTab_item {
		width:48%;
		margin:0 1% 10px;
	}
	.cs-tabNewsArchive {
		width:100%;
		min-width:auto;
		height:100%;
		line-height:1.2;
		padding:10px 2%;
		font-size:1rem;
		margin:0;
	}

	.cs-tabAll{
		width:100%;
	}

	
}