@charset "UTF-8";

#contentVis {
	height: 200px;
}

#contentVis:before {
	height: 200px;
}

#contentVis:after {
	content: none;
}


#contentVis h1 {
	background-image: url('/topics/images/title_topics.png') ;
	background-size: 220px;
}

/*****************************************************************/
@media screen and (max-width: 920px) {
	#contentVis {
		height: 140px;
	}

	#contentVis:before {
		height: 140px;
	}

	#contentVis h1 {
		background-size: 210px;

	}
}

/************************************************************
　　　　コンテンツ
************************************************************/
/*　コンテンツ
------------------------------------------------------*/

#topicsBox {
	width: 760px;
	margin: 100px auto;
}

#topicsBox h2 {
	font-size: 32px;
	margin-bottom: 30px;
}

#topicsBox dt {
	margin: 0;
	padding: 0;
	color: #aaa;
	font-size: 12px;
	line-height: 1;
	margin-bottom: 6px;
}

#topicsBox dd {
	margin: 0 0 20px 0;
	padding: 0;
	overflow: hidden;
}

section .h-01 {
	line-height: 1.4;
}

section .date {
	margin-bottom: 50px;
}

/*****************************************************************/
@media screen and (max-width: 920px) {

	section .inner {
		width: calc(100% - 30px); 
		margin: 50px 15px;
	}

	#topicsBox {
		width: calc(100% - 30px); 
		margin: 50px 15px;
	}

	#topicsBox h2 {
		font-size: 24px;
		margin-bottom: 20px;
	}

	#topicsBox dd {
		margin: 0 0 15px 0;
	}

	section .h-01 {
		margin-bottom: 0;
	}

	section .date {
		margin-bottom: 30px;
	}

	section .photo img {
		width: 100%;
	}
}