/* 通信課程 */
@media screen and ( min-width : 769px ) {
#ts_hed {
  background: #fff;
}
#ts_hed section.content_top {
	width: 100%;
	min-width: 320px;
	margin: 0 auto ;
}
#ts_hed img{
  width: 100%;
}
#ts_midashi {
  background: #fff;
}
#ts_midashi section.content_top {
	max-width: 1080px;
	min-width: 320px;
	padding: 20px 0 0 0;
	margin: 0 auto ;
}
.ts_midashi_ttl{
	text-align: left;
	font-size: 35px;
	color: #101010;
	margin: 0 10px 20px 10px;
}
.ts_midashi_txt{
	text-align: left;
	font-size: 20px;
	color: #101010;
	line-height: 1.5;
	margin: 0 10px 0 10px;
}
#ts_tokucho {
  background: #fff;
}
#ts_tokucho section.content_top {
	max-width: 1080px;
	min-width: 320px;
	padding: 30px 0 0 0;
	margin: 0 auto ;
}
.ts_tokucho_ttl {
	text-align: center;
	border-bottom: solid 1px #009c9e;
	color: #009c9e;
	font-size: 30px;
	padding: 0 0 10px 0;
	margin: 50px 0 0 0;
	}
.ts_tokucho_sec {
	display: flex;
	flex-wrap: wrap;
	padding: 5px 0;
}
.ts_tokucho_sec img{
	width: 100%;
}
.ts_tokucho_sec .tstokucho {
  width: calc(50% - 40px);
  margin: 5px 20px 5px 20px;
}
.tstokucho01_1 {
	width: 100%;
	text-align: left;
	font-weight: bold;
	color: #101010;
	font-size: 22px;
	margin: 5px 0;
}
.tstokucho01_2 {
	width: 100%;
	text-align: left;
	color: #101010;
	font-size: 20px;
	margin: 5px 0;
}
.tstokucho02_1 {
	width: 100%;
	text-align: center;
	font-weight: bold;
	background: #009c9e;
	color: #fff;
	font-size: 22px;
	padding: 5px 0;
}
.tstokucho02_2 {
	width: 100%;
}
.tstokucho02_3 {
	width: 100%;
	text-align: center;
	font-weight: bold;
	color: #101010;
	font-size: 20px;
	margin: 5px 0;
}
.tstokucho02_4 {
	width: 100%;
	text-align: left;
	color: #101010;
	font-size: 20px;
	margin: 5px 0;
}
.ts_txt {
	text-align: left;
	font-size: 20px;
	color: #101010;
	line-height: 1.5;
	margin: 20px 10px 0 ;
}
.ts_txt01 {
	text-align: center;
	font-size: 20px;
	color: #101010;
	line-height: 1.5;
	margin: 10px 10px 0 ;
}
.ts_txt02 {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	color: #101010;
	line-height: 1.5;
	margin: 40px 10px 0 ;
}
.ts_tokucho_sec04 {
	display: flex;
	flex-wrap: wrap;
	padding: 5px 0;
}
.ts_tokucho_sec04 .tscre {
  width: calc(25% - 10px);
  margin: 0px 10px 0 0px;
}
.ts_crepic {
	width: 100%;
}
.ts_crepic img {
	width: 100%;
}
.ts_crename {
	width: 100%;
	text-align: center;
	color: #17184b;
	font-weight: bold;
	font-size: 16px;
}
.ts_lesson_ttl {
	width: 100%;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	background: #009c9e;
	margin-top: 10px;
	padding: 5px 0;
}
.ts_nagare{
	width: 100%;
}
.ts_nagare img {
	width: 100%;
}
.ts_miryoku {
	background: #a1d3ce;
	padding: 10px;
	margin-bottom: 50px;
}
.ts_miryoku_sec {
	display: flex;
	flex-wrap: wrap;
	padding: 15px 0;
}
.ts_miryoku_sec .tsmiryoku {
  width: calc(33.3% - 30px);
  margin: 5px 15px 5px 15px;
	background: #fff;
}
.tsmiryoku01{
	text-align: center;
	color: #101010;
	font-weight: bold;
	font-size: 20px;
	border-bottom: solid 1px #101010;
	padding: 5px;
	margin: 0 5px;
}
.tsmiryoku02{
	text-align: left;
	color: #101010;
	font-size: 18px;
	padding: 5px;
	margin: 0 5px;
}
.ts_toukoubi_sec {
	display: flex;
	flex-wrap: wrap;
	padding: 15px 0;
}
.ts_toukoubi_sec .tstoukou {
  width: calc(50% - 100px);
  margin: 5px 50px 5px 50px;
	background: #fff;
}
.tstoukou01{
	text-align: left;
	color: #101010;
	font-size: 18px;
	padding: 5px;
	margin: 0 5px;
}
.ts_webmensetsu{
	width: 60%;
	margin: 0 auto;
}
.ts_webmensetsu img {
	width: 100%;
}
.gakka2023_sec05_ttl_ts {
	width: 100%;
	text-align: center;
	color: #009c9e;
	font-size: 30px;
	font-weight: bold;
	border-bottom: 3px solid #009c9e;
	margin: 50px 0 0;
}

}
@media screen and (max-width:768px) {
#ts_hed {
  background: #fff;
}
#ts_hed section.content_top {
	max-width: 768px;
	min-width: 320px;
	margin: 0 auto ;
}
#ts_hed img{
  width: 100%;
}
#ts_midashi {
  background: #fff;
}
#ts_midashi section.content_top {
	max-width: 768px;
	min-width: 320px;
	padding: 10px 0 0 0;
	margin: 0 auto ;
}
.ts_midashi_ttl{
	text-align: left;
	font-size: 22px;
	color: #101010;
	margin: 0 10px 10px 10px;
}
.ts_midashi_txt{
	text-align: left;
	font-size: 14px;
	color: #101010;
	line-height: 1.5;
	margin: 0 10px 0 10px;
}
#ts_tokucho {
  background: #fff;
}
#ts_tokucho section.content_top {
	max-width: 1080px;
	min-width: 320px;
	padding: 10px 0 0 0;
	margin: 0 auto ;
}
.ts_tokucho_ttl {
	text-align: center;
	border-bottom: solid 1px #009c9e;
	color: #009c9e;
	font-size: 20px;
	padding: 0 0 10px 0;
	margin: 30px 0 0 0;
	}
.ts_tokucho_sec {
	display: flex;
	flex-wrap: wrap;
	padding: 5px 0;
}
.ts_tokucho_sec img{
	width: 100%;
}
.ts_tokucho_sec .tstokucho {
  width: calc(100% - 20px);
  margin: 5px 10px 5px 10px;
}
.tstokucho01_1 {
	width: 100%;
	text-align: left;
	font-weight: bold;
	color: #101010;
	font-size: 16px;
	margin: 5px 0;
}
.tstokucho01_2 {
	width: 100%;
	text-align: left;
	color: #101010;
	font-size: 14px;
	margin: 5px 0;
}
.tstokucho02_1 {
	width: 100%;
	text-align: center;
	font-weight: bold;
	background: #009c9e;
	color: #fff;
	font-size: 16px;
	padding: 5px 0;
	margin-top: 20px;
}
.tstokucho02_2 {
	width: 100%;
}
.tstokucho02_3 {
	width: 100%;
	text-align: center;
	font-weight: bold;
	color: #101010;
	font-size: 16px;
	margin: 5px 0;
}
.tstokucho02_4 {
	width: 100%;
	text-align: left;
	color: #101010;
	font-size: 14px;
	margin: 5px 0;
}
.ts_txt {
	text-align: left;
	font-size: 14px;
	color: #101010;
	line-height: 1.5;
	margin: 20px 10px 0 10px;
}
.ts_txt01 {
	text-align: center;
	font-size: 14px;
	color: #101010;
	line-height: 1.5;
	margin: 10px 10px 0 10px;
}
.ts_txt02 {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #101010;
	line-height: 1.5;
	margin: 40px 10px 0 10px;
}
.ts_tokucho_sec04 {
	display: flex;
	flex-wrap: wrap;
	padding: 5px 0;
}
.ts_tokucho_sec04 .tscre {
  width: calc(50% - 10px);
  margin: 0px 5px 0 5px;
}
.ts_crepic {
	width: 100%;
}
.ts_crepic img {
	width: 100%;
}
.ts_crename {
	width: 100%;
	text-align: center;
	color: #101010;
	font-weight: bold;
	font-size: 14px;
}
.ts_lesson_ttl {
	width: 100%;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background: #009c9e;
	margin-top: 10px;
	padding: 5px 0;
}
.ts_nagare{
	width: 100%;
}
.ts_nagare img {
	width: 100%;
}
.ts_miryoku {
	background: #a1d3ce;
	padding: 10px;
	margin-bottom: 50px;
}
.ts_miryoku_sec {
	display: flex;
	flex-wrap: wrap;
	padding: 10px 0;
}
.ts_miryoku_sec .tsmiryoku {
  width: calc(100% - 30px);
  margin: 5px 15px 5px 15px;
	background: #fff;
}
.tsmiryoku01{
	text-align: center;
	color: #101010;
	font-weight: bold;
	font-size: 16px;
	border-bottom: solid 1px #101010;
	padding: 5px;
	margin: 0 5px;
}
.tsmiryoku02{
	text-align: left;
	color: #101010;
	font-size: 14px;
	padding: 5px;
	margin: 0 5px;
}
.ts_toukoubi_sec {
	display: flex;
	flex-wrap: wrap;
	padding: 15px 0;
}
.ts_toukoubi_sec .tstoukou {
  width: calc(100% - 40px);
  margin: 5px 20px 5px 20px;
	background: #fff;
}
.tstoukou01{
	text-align: left;
	color: #101010;
	font-size: 14px;
	padding: 5px;
	margin: 0 5px;
}
.ts_webmensetsu{
	width: 85%;
	margin: 0 auto;
}
.ts_webmensetsu img {
	width: 100%;
}
.gakka2023_sec05_ttl_ts {
	width: 98%;
	text-align: center;
	color: #009c9e;
	font-size: 25px;
	font-weight: bold;
	border-bottom: 2px solid #009c9e;
	margin: 50px auto 0;
	padding: 0 0 5px ;
}
}
/*学科紹介通信ここまで　*/