.Hd01Txt{
	display: block;
}
.researchBox{
	margin: 5px auto 50px;
}
.researchList {
}
.researchList_item {
	display: block;
}
.researchList_item:nth-child(even){
	background-color: #FFEEEE;
}
.researchList_item .contents-n{
	padding: 20px 0;
}
@media screen and (max-width: 600px) {
.researchList_item .contents-n{
	padding: 10px 0;
}
}
.researchList_link{
	display: block;
	padding: 30px 0;
	color: #0F0F0F;
}
@media screen and (max-width: 600px) {
.researchList_link{
	padding: 20px 0;
}
}
.researchList_link:hover{
	color: #DA0000;
}
.researchList_title {
	display: block;
	margin-bottom: 15px;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.5;
}
@media screen and (max-width: 600px) {
.researchList_title {
	margin-bottom: 10px;
	font-size: 1.8rem;
}
}
.researchList_text {
	display: block;
	line-height: calc(36 / 16);
}
@media screen and (max-width: 600px) {
.researchList_text {
	line-height: 1.8;
}
}
