/* 出張トレーニング */
h2.title_text {
  width: 930px;
  text-align: left;
  text-indent: 0;
  color: #28a0ff;
  border-bottom: 1px solid #d5e7e8;
  font-family: serif;
  font-size: 20px;
  font-weight: 300;
  font-style: italic;
  line-height: 24px;
  font-feature-settings: "palt";
}
h2.title_text span {
  color: #4d4d4d;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Osaka,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  font-size: 14px;
  font-style: normal;
  font-feature-settings: "palt";
	width: fit-content;
}


#tbl{
	width: 910px;
	margin: 50px auto;
}

#tbl th,
#tbl td{
	text-align: left;
	padding: 10px;
	border-width: 1px 0;
	border-style: solid;
	border-color: #d0ecff;
}

#tbl th{
	padding: 10px 0;
	width: 200px;
	color: #52a8ff;
}



#tbl a{
	color: #c5444d;
}

#tool{
	float: left;
	display: inline;
	width: 180px;
	margin: 10px 0 0 0;
}

#tool img{
	width: 100%;
	height: auto;
}

#tool_caption{
	float: left;
	display: inline;
	width: 500px;
	margin: 55px 0 0 10px;
	font-size: 90%;
}

