@charset "utf-8";

#mainTitleWrap.topicsBg {
	background: url("../image/commitment/main_pcbg.jpg") center center no-repeat;
	background-size: cover;
} 

@media screen and (max-width: 767px){
	
	#mainTitleWrap.topicsBg {
		background: url("../image/commitment/main_spbg.jpg") center center no-repeat;
		background-size: cover;
	}
	
}

.mainVisual {
	margin-bottom: 60px;
}


/*-------------------------------------------------------------------
	お知らせ
-------------------------------------------------------------------*/

.topicsArea{
margin: 0 0 60px;
}
.dataLine{
	margin: 0 0 10px;
}
.daytime{
	margin-right: 5px;
	font-size: 1.3rem;
}
.new{

	padding: 0 4px;
	background: #bd3a43;
	color: #fff;
	margin-right: 5px;
	font-size: 1.3rem;
}
.topicsCategory {
	color: #fff;
	margin-right: 7px;
	font-size: 1.3rem;
}
.topicsCategory  a{
	padding: 0 4px;
	background: #d29836;
text-decoration: none;
color: #ffffff;
}
.topicsCategory a:hover{
background: #A25740;
}

.morelinkArea{
display: flex;
justify-content:flex-end;
}
.moreLink{
margin: 10px 0 0;
padding:0 4px;
    background: #333;
text-decoration: none;
	color: #fff;
}
.morelinkArea a{
	color: #fff;
}
.area-gray{
background-color: #F4F3F3;
}

@media screen and (max-width: 767px){

	
}
