@charset "UTF-8";
/* ===================================================================

	teacher_training CSS

=================================================================== */
.teacher_area{
	width: 100%;
	padding: 0;
	margin: 0 0 50px 0;
}
.teacher_area {
	margin: 0 0 1em;
}
.teacher_area .textbox{
	margin: 0 auto 30px;
	width: 86%;
}
.note{
	color: #e22626;
}
a i {
  color: #e22626;
}
.caution{
	font-size: 1.5rem;
	color: #646464;
	padding: 0 0 0 1em;
	text-indent: -1em;
	line-height: 1.4;
}
.teacher_area table {
	margin: 0 auto 0;
	table-layout: fixed;
	border-collapse: collapse;
	border: #ddd solid 1px;
	font-size: 100%;
	width: 86%;
}

.teacher_area table th,
.teacher_area table td {
	border: #ddd solid 1px;
	font-size: 1.4rem;
	font-weight: normal;
	padding: 1em 1em;
	text-align: left;
	vertical-align: top;
	line-height: 1.6;
}

.teacher_area table th {
	background-color: rgba(123, 201, 201, 0.2);
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
}

.teacher_area table td {
	background-color: #fff;
}
.teacher_area table td.bgcolor{
	background-color: rgb(238, 238, 238);
	text-align: center;
	vertical-align: middle;
}
.teacher_area table td.bgcolor02{
	background-color: rgba(123, 201, 201, 0.1);
	text-align: center;
	vertical-align: middle;
}
figure img{
	margin: auto;
}

.teacher_area > ul{
	width: 100%;
	margin: 0;
	padding: 0;
}
.teacher_area ul.liststyle01 li{
	list-style-type: disc;
	margin: 0 0 6px 1em;
	padding: 0 0 0 0;
}
.teacher_area ul.liststyle02 li{
	list-style-type: circle;
	margin: 0 0 0 1em;
	padding: 0 0 0 0;
}

@media all and (max-width: 767px){
.teacher_area table,
.teacher_area table tbody,
.teacher_area table tr,
.teacher_area table th,
.teacher_area table td {
	display: block;
	width: auto;
}
.teacher_area table {
	border-right: none;
	border-bottom: none;
	border-left: none;
}
.teacher_area table th {
	border-top: none;
	padding: .5em 1em;
}
.teacher_area table td {
	border-top: none;
}
.line01{
	display: none !important;
}
tr.line01 th:first-child{
	width: 100%;
}
tr.line01 th:nth-child(2){
	width: 100%;
}
.textbox{
	margin: 0 auto 30px;
	width: 100%;
}
}
.teacher_ttl{
  width: 100%;
  margin: 0 auto 0;
  padding: 0 0;
  box-sizing: border-box;
  font-size: 1.6rem;
  color: #00afb0;
  font-weight: bold;
}
.line{
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px dotted #ccc;
}