@charset "utf-8";
/*国キャリ講座「資格更新のための1級キャリアコンサルティング技能士による実務指導」*/

/*特設ページ 2021.7*/

/*リセット*/
table tbody tr td:nth-of-type(1) a {
    display: inline;
    width: auto;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    margin-bottom: 0;
    padding: 0;
    text-align: left;
    color: #000;
    margin: 0;
}

/*ボタン*/
table.cc1s-timetable tbody tr th a,
table.cc1s-timetable tbody tr td:last-child a {
	display:block;
	text-align:center;
	color:#FFF;
	background-color:#1565C0;
	padding:5px 10px;
	border-radius:5px;
}

table.cc1s-timetable tbody tr th a:hover,
table.cc1s-timetable tbody tr td:last-child a:hover {
	background-color:#64B5F6;
	text-decoration:none;
}

table.cc1s-timetable tbody tr th a {
	width:3.0em;
	text-decoration:none;
}

table.cc1s-timetable tbody tr td:last-child a {
	width:4.0em;
	text-decoration:none;
}

/*枠*/
table.cc1s-timetable tbody tr th {
	width: 4.0em;
}

table.cc1s-timetable tbody tr td:last-child {
	width: 5.0em;
}

/*table.cc1s-timetable tbody tr td:nth-child(1) {
	width: 2.5em;
}*/

/*講師リスト*/
table.cc1s-timetable ul li:first-child {
	list-style-type: none;
	font-weight: bold;
}

/*担当者なし*/
table.cc1s-timetable ul.none li:not(:first-child) {
	display: none;
}

#syuhigimu h4 {
	display: inline-block;
	padding: 5px 20px;
	margin-bottom: 0.5em;
}

/* PC*/
@media print,screen and (min-width: 768px) {
	table.cc1s-timetable thead tr th:nth-child(2) span::before {
		content: "/";
	}

	table.cc1s-timetable ul {
		display: flex;
	}

	table.cc1s-timetable ul li {
		/*list-style-type: none;*/
		margin-right: 3.0em;
	}

	table.cc1s-timetable ul li:first-child::after {
		content: "：";
		}

	#teacher-info .msg-box p:not(.last-link) {
		display: none;
	}	
}

/* SP */
@media screen and (max-width:767px) {
		table.cc1s-timetable thead tr th:nth-child(2) span,
		table.cc1s-timetable thead tr th:nth-child(2) span small {
		display: block;
	}

	table.cc1s-timetable ul li:first-child::before {
		content: "【";
	}

		table.cc1s-timetable ul li:first-child::after {
		content: "】";
	}

	table.cc1s-timetable ul li:first-child {
		margin-left: -1.0em;
	}
}

#teacher-info p {
	display: block;
	text-align: right;
}

#teacher-info .msg-box p small a::before {
	content: "▲";
	margin-right: 0.5em;
}

/*特徴等*/
.main-msg-box {
	border: 1px #3F51B5 solid;
	border-radius: 15px;
	background-color: #B3E5FC;
	padding: 10px;
	margin-bottom: 1.5em;
}

.main-msg-box strong {
	display: inline-block;
	background-color: #F4511E;
	border-radius: 15px;
	padding: 3px 15px;
	color: #FFF;
	margin-bottom: 0.5em;
}

/* 申し込みの流れ PC*/
@media print,screen and (min-width: 768px) {
	ol.flow {
		display: flex;
	}

	ol.flow li {
		list-style-type: none;
	}

	ol.flow li:not(:last-child)::after {
		content: "→";
		margin: 0 0.5em;
	}
}

/* Tablet */
@media screen and (max-width:1024px) {}

/* Tablet */
@media only screen and (min-width: 767px) and (max-width:1024px) {}
