@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;
}
.main .news .news-inner {
	margin-top: 15px;
	display: flex;
	justify-content: center;
}
.main .news .news-box {
	width: 904px;
}
.main .news .news-box-txt01 {
	font-size: 14px;
	color: #555555;
}
.main .news .news-box-txt02 {
	font-size: 14px;
	text-align: right;
	color: #555555;
}
/* --------------------------------------------------
		 .write
-------------------------------------------------- */
.main .write {
	padding-top: 30px;
	border-top: 1px solid #e4e4e4;
	margin-top: 30px;
}
.main .write h4{
	font-size: 14px;
	text-align: center;
	color: #555555;
}
/* --------------------------------------------------
		.chart
-------------------------------------------------- */
.main .write .chart {
	margin-top: 20px;
	display: flex;
	justify-content: center;
}
.main .write .chart .chart-list{
	width: 904px;
}
.main .write .chart table {
	width: 904px;
	border-collapse: collapse;
	table-layout: fixed;
}
.main .write .chart table th {
	font-size: 14px;
	text-align: left;
	color: #ffffff;
	vertical-align: top;
	padding: 13px 20px;
	border: 1px solid #cccccc;
	background: #0775a8;
}
.main .write .chart table th:first-child {
	width: 117px;
}
.main .write .chart table td {
	font-size: 14px;
	color: #333333;
	padding: 13px 20px;
	border: 1px solid #cccccc;
}
.main .write .chart table td:nth-child(2) {
 text-align: left;
}
.main .write .chart table td .ml10{
	margin-left: 10px;
}
.main .write .chart table td a:link, .main .write .chart table td a:visited {
	text-decoration: underline;
	color: #333333;
}
.main .write .chart table td a:hover {
	text-decoration: none;
	color: #333333;
}
.main .write .chart table .tel a:link, .main .write .chart table .tel a:visited {
	text-decoration: none;
	color: #333333;
}
.main .write .chart table td a:hover {
	text-decoration: none;
	color: #333333;
}
.main .write .chart table td .pdf {
	display: flex;
	align-items: center;
}
/* --------------------------------------------------
		.notice
-------------------------------------------------- */
.main .write .notice {
	margin-top: 15px;
}
.main .write .notice ul li {
	font-size: 14px;
	text-indent: -14px;
	color: #555555;
	margin-left: 14px;
}
.main .write .notice ul li a:link, content .write .notice ul li a:visited {
	text-decoration: underline;
	color: #333333;
}
.main .write .notice ul li a:hover {
	text-decoration: none;
	color: #333333;
}
.main .blue-btn {
	margin-top: 56px;
}
}

/* ==================================================
		
		ニュース詳細 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;
}
.main .news .news-inner {
	margin: 5px 12px 0;
	display: flex;
	justify-content: center;
}
.main .news .news-box-txt01 {
	font-size: 12px;
	color: #555555;
}
.main .news .news-box-txt02 {
	font-size: 12px;
	text-align: right;
	color: #555555;
}
/* --------------------------------------------------
		 .write
-------------------------------------------------- */
.main .write {
	padding-top: 20px;
	border-top: 1px solid #e4e4e4;
	margin-top: 20px;
	display: flex;
	justify-content: center;
}
.main .write .write-inner {
	width: 100%;
	margin: 0 12px;
	box-sizing: border-box;
}
.main .write h4 {
	font-size: 12px;
	text-align: center;
	color: #555555;
}
/* --------------------------------------------------
		.chart
-------------------------------------------------- */
.main .write .chart {
	margin-top: 10px;
}
.main .write .chart table {
	width: 100%;
	border-collapse: collapse;
}
.main .write .chart table tr:first-child {
	border-top: 1px solid #cccccc;
}
.main .write .chart table th {
	font-size: 12px;
	color: #ffffff;
	padding: 6px;
	border: 1px solid #cccccc;
	border-top: 1px solid transparent;
	background: #0775a8;
	display: block;
}
.main .write .chart table td {
	font-size: 12px;
	color: #333333;
	padding: 6px;
	border: 1px solid #cccccc;
	border-top: 1px solid transparent;
	display: block;
}
.main .write .chart table td:nth-child(2) {
 text-align: left;
}
.main .write .chart table td .ml10{
	margin-left: 10px;
}
.main .write .chart table td a:link, .main .write .chart table td a:visited {
	text-decoration: underline;
	color: #333333;
}
.main .write .chart table td a:hover {
	text-decoration: none;
	color: #333333;
}
.main .write .chart table .tel a:link, .main .write .chart table .tel a:visited {
	text-decoration: none;
	color: #333333;
}
.main .write .chart table td a:hover {
	text-decoration: none;
	color: #333333;
}
.main .write .chart table td .pdf {
	display: flex;
	align-items: center;
}
.main .write .chart table td .pdf img {
	width: 28px;
	height: 28px;
}

/* --------------------------------------------------
		.notice
-------------------------------------------------- */
.main .write .notice {
	font-size: 12px;
	text-indent: -12px;
	color: #555555;
	margin: 10px 0 0 12px;
}
.main .write .notice a:link, .main .write .notice a:visited {
	text-decoration: underline;
	color: #333333;
}
.main .write .notice a:hover {
	text-decoration: none;
	color: #333333;
}
.main .blue-btn {
	margin-top: 25px;
}
}
