@charset "utf-8";
/* ==================================================
		
		ニュース一覧 PC

================================================== */

@media screen and (min-width:781px) {
/* --------------------------------------------------
		.vi
-------------------------------------------------- */
.vi .vi-inner {
	background: url(/wordpress-content/seminar-news/news/common/img/common-bg-vi01.jpg) no-repeat center / cover;
}
/* --------------------------------------------------
		.news
-------------------------------------------------- */
.main .news {
	padding-top: 50px;
}
.main .news h3 {
	font-size: 35px;
	text-align: center;
	color: #00679a;
}
/* --------------------------------------------------
		.tab-menu
-------------------------------------------------- */
.main .news .tab-menu {
	background: url(/common/img/tab-menu-bg-line01.png) bottom repeat-x;
	margin-top: 30px;
	display: flex;
	justify-content: center;
}
.main .news .tab-menu ul {
	width: 904px;
	display: flex;
	justify-content: space-between;
}
.main .news .tab-menu ul li {
	font-size: 20px;
	color: #ffffff;
	width: 172px;
	height: 67px;
	background: #0775a8;
	display: flex;
	transition: opacity 0.5s;
	align-items: center;
	box-sizing: border-box;
	justify-content: center;
	cursor: pointer;
}
.main .news .tab-menu ul li:hover {
	opacity: 0.6;
}
.main .news .tab-menu ul .current {
	color: #0775a8;
	border: 1px solid #e4e4e4;
	border-bottom: none;
	background: #ffffff;
	transition: none;
	cursor: auto;
}
.main .news .tab-menu ul .current:hover {
	opacity: 1;
}
.main .news .tab-menu ul li a {
	width: 295px;
	height: 67px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.main .news .tab-menu ul li a:link, .main .news .tab-menu ul li a:visited {
	text-decoration: none;
	color: #ffffff;
}
.main .news .tab-menu ul li a:hover {
	color: #0775a8;
	border: 1px solid #e4e4e4;
	border-bottom: none;
	background: #ffffff;
}
/* --------------------------------------------------
		.tab-content
-------------------------------------------------- */
.main .news .tab-content {
	margin-top: 40px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
.main .news .tab-content li {
	width: 904px;
}
.main .news .hide {
	display: none;
}
.main .news .tab-content table {
	width: 904px;
	border-collapse: collapse;
	table-layout: fixed;
}
.main .news .tab-content table th {
	font-size: 14px;
	color: #ffffff;
	padding: 13px 10px;
	border: 1px solid #e4e4e4;
	background: #056a9c;
	text-align: center;
}
.main .news .tab-content table th:first-child {
	width: 165px;
}
.main .news .tab-content table td {
	font-size: 14px;
	color: #333333;
	padding: 13px 10px;
	border: 1px solid #e4e4e4;
}
.main .news .tab-content table td:nth-child(2) {
 text-align: left;
}
.main .news .tab-content table td a:link, .main .news .tab-content table td a:visited {
	text-decoration: underline;
	color: #333333;
}
.main .news .tab-content table td a:hover {
	text-decoration: none;
	color: #333333;
}

.main .news .blue-btn {
	margin-top: 40px;
}
}

/* ==================================================
		
		ニュース一覧 SP

================================================== */

@media screen and (max-width:780px) {
/* --------------------------------------------------
		.vi
-------------------------------------------------- */
.vi .vi-inner {
	background: url(/wordpress-content/seminar-news/news/common/img/common-bg-vi01.jpg) no-repeat center / cover;
}
/* --------------------------------------------------
		.news
-------------------------------------------------- */
.main .news {
	padding-top: 25px;
}
.main .news h3 {
	font-size: 18px;
	text-align: center;
	color: #00679a;
	padding: 0 12px;
}
/* --------------------------------------------------
		.tab-menu
-------------------------------------------------- */
.main .news .tab-menu {
	background: url(/common/img/tab-menu-bg-line01.png) bottom repeat-x;
	margin-top: 20px;
	display: flex;
	justify-content: center;
}
.main .news .tab-menu ul {
	width: 100%;
	padding: 0 12px;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
}
.main .news .tab-menu ul li {
	font-size: 12px;
	text-align: center;
	color: #ffffff;
	width: 19%;
	height: 40px;
	background: #0775a8;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	justify-content: center;
	cursor: pointer;
}
.main .news .tab-menu ul .current {
	color: #0775a8;
	border: 1px solid #e4e4e4;
	border-bottom: none;
	background: #ffffff;
	cursor: auto;
}
.main .news .tab-menu ul li a {
	width: 100%;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.main .news .tab-menu ul li a:link, .main .news .tab-menu ul li a:visited {
	text-decoration: none;
	color: #ffffff;
}
.main .news .tab-menu ul li a:hover {
	color: #0775a8;
	border: 1px solid #e4e4e4;
	border-bottom: none;
	background: #ffffff;
}
/* --------------------------------------------------
		.tab-content
-------------------------------------------------- */
.main .news .tab-content {
	margin: 20px 12px 0;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
.main .news ul .hide {
	display: none;
}
.main .news .tab-content table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}
.main .news .tab-content table th {
	font-size: 12px;
	color: #ffffff;
	padding: 6px;
	border: 1px solid #cccccc;
	background: #056a9c;
	text-align: center;
}
.main .news .tab-content table th:first-child {
	width: 18%;
}
.main .news .tab-content table td {
	font-size: 12px;
	color: #333333;
	padding: 6px;
	border: 1px solid #cccccc;
}
.main .news .tab-content table td:nth-child(2) {
 text-align: left;
}
.main .news .tab-content table td a:link, .main .news .tab-content table td a:visited {
	text-decoration: underline;
	color: #333333;
}
.main .news .tab-content table td a:hover {
	text-decoration: none;
	color: #333333;
}
.main .news .blue-btn {
	margin-top: 25px;
}
}
