
/*
タイトル部分
*/
.link_main_ttl {
	width: 100%;
}
.link_main_ttl h2 {
	color: #930012;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	margin: 0 0 10px 0;
}
.link_main_ttl p {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 -2px 0;
}
.under_line {
	text-align: center;
}
@media only screen and (min-width: 641px) {
	.link_main_ttl h2 {
		font-size: 40px;
	}
	.link_main_ttl p {
		font-size: 14px;
	}
}
@media only screen and (min-width: 769px) {
	.link_main_ttl h2 {
		font-size: 55px;
	}
	.link_main_ttl p {
		font-size: 20px;
	}
}

/*
メイン部分
*/

.news_wrap{
	font-size: 13px;
	line-height: 22px;
	margin-bottom: 30px;
}

.news_wrap .btn{
	background-color: #000;
	color: #fff;
	border: solid #000 1px;
	width: 57.6%;
	margin: 0 auto;
	display: block;
	height: 28px;
	text-align: center;
	line-height: 28px;
	margin-top: 60px;
	transition: all 0.5s ease-out;
	font-size: 12px;
	cursor: pointer;

}

.news_wrap .btn:hover{
	color: #000;
	background: #fff;
	transition: all 0.5s ease-out;
}

.disp_slide{
	display:block;
}

/* ここからPC */
@media only screen and (min-width: 641px) {

	.news_wrap{
		font-size: 18px;
		line-height: 30px;
		margin-bottom: 50px;
	}

	.news_wrap .btn{
		width: 29.16%;
		height: 40px;
		line-height: 40px;
		font-size: 18px;
	}

}

/*
NEWS
*/
.news_area {
	padding: 50px 0;
	background: #fff;
}
.news_list {
	padding: 20px 0;
	border-bottom: solid #8F8F8F 1px;
}
.news_cat {
	width: 71px;
	margin: 0 0 5px;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.news_cat_event {
	background: #000;
}
.news_cat_recruit {
	background: #0071B2;
}
.news_cat_news {
	background: #930012;
}
.news_date {
	margin: 0 0 5px;
	font-size: 12px;
}
.news_ttl {
	font-size: 13px;
}

a.link_color {
	color: #930012;
	text-decoration: underline;
}
.red_txt {
	color: red;
}

@media only screen and (min-width: 641px) {
	.news_list {
		display: flex;
		align-items: center;
		justify-content: center;
/*
		height: 100px;
*/
	}
	.news_cat {
		width: 10%;
		margin: 0;
	}
	.news_date {
		width: 15%;
		margin: 0;
		padding: 0 0 0 40px;
	}
	.news_ttl {
		width: 78%;
		padding: 0 0 0 30px;
	}
}
@media only screen and (min-width: 769px) {
	.news_cat {
		font-size: 18px;
	}
	.news_date {
		font-size: 14px;
	}
	.news_ttl {
		font-size: 18px;
	}
}