@charset "utf-8";

#con_sec_ts {
	clear: both;
	width: 100%;
	padding: 60px 0px 80px;
}
#ts_wrap {
	clear: both;
	width: 1240px;
	margin: 0px auto 60px;
}
/*タブ切り替え全体のスタイル*/
.tabs {
	margin-top: 50px;
	padding-bottom: 40px;
	background-color: #fff;
	border: 1px solid #CCC;
	width: 1240px;
	margin: 0 auto;
}
/*タブのスタイル*/
.tab_item {
	width: calc(100%/2);
	height: 50px;
	border-bottom: 3px solid #c1619d;
	background-color: #d9d9d9;
	line-height: 50px;
	font-size: 16px;
	text-align: center;
	color: #353535;
	display: block;
	float: left;
	font-weight: bold;
	transition: all 0.2s ease;
}
.tab_item:hover {
	opacity: 0.75;
	cursor: pointer;
}
/*ラジオボタンを全て消す*/
input[name="tab_item"] {
	display: none;
}
/*タブ切り替えの中身のスタイル*/
.tab_content {
	display: none;
	padding: 40px 40px 0;
	clear: both;
	overflow: hidden;
}
/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content, #programming:checked ~ #programming_content, #design:checked ~ #design_content {
	display: block;
}
/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
	background-color: #c1619d;
	color: #fff;
}

/**/
.tab_content h2 {
	font-size: 22px;
	font-weight: bold;
	color: #FFF;
	box-sizing: border-box;
	padding: 20px 0px 20px 30px;
	background-image: linear-gradient(90deg, rgba(40, 97, 157, 1), rgba(94, 33, 118, 1));
}
.tst {
	clear: both;
	width: 100%;
	table-layout: fixed;
	border: 1px solid #999999;
	box-sizing: border-box;
}
.tst th {
	font-size: 13px;
	font-weight: bold;
	line-height: 1.2em;
	text-align: center;
	vertical-align: middle;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-collapse: collapse;
	padding: 10px 4px 10px;
	color: #FFFFFF;
	background-color: #D98DBD;
}

.tst .th_w1 {
	width: 88px;
}
.tst .th_w2 {
	width: 200px;
}
.tst .th_w3 {
	width: 280px;
}
.tst .th_w4 {
	width: 70px;
}
.tst .th_w5 {
	width: 60px;
}
.tst .th_w6 {
	width: 60px;
}
.tst .th_w7 {
	width: 200px;
}
.tst .th_w8 {
	width: 220px;
}
.tst .th_w9 {
	width: 70px;
}

.tst th.time {
	width: 120px;
}

.tst td.time {
	width: 80px;
	text-align: left;
	font-size: 13px;
}
.tst td {
	text-align: center;
	font-size: 13px;
	font-weight: normal;
    letter-spacing: 0.00025em;
	line-height: 1.1em;
	vertical-align: middle;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-collapse: collapse;
	padding: 15px 4px 15px;
}

.tst td sup {
	font-size: 8px;
	vertical-align: text-top;
	padding: 0px 2px 0px;
}
.tst td sub {
	font-size: 8px;
	vertical-align: text-bottom;
	padding: 0px 2px 0px;
}

.tst td a {
	font-size: 13px;
	font-weight: bold;
	line-height: 1.1em;
	color: #0074FF;
	transition: all .3s ease;
}
.tst td a:hover {
	color: #FF7600;
	transition: all .3s ease;
}

.tst td.blank {
	background-color: #dedede;
}


.tst td.top_bo_none {
	border-top: none!important;
}
.tst td.bottom_bo_none {
	border-bottom: none!important;
}
.mb50 {
	margin-bottom: 50px;
}

.sp_yokosc {
	display: none;
}


@media screen and (max-width: 750px) {
	.sp_yokosc {
		display: block;
		font-size: 2.2vw;
		width: 100%;
		color: #B17900;
		font-weight: bold;
		text-align: right;
		padding-top: 3.0vh;
	}

	
	#con_sec {
		padding: 5.0vh 0px 0vh;
	}
	
	#ts_wrap {
		clear: both;
		width: 100%;
		overflow-x: scroll;
		margin: 0px auto 60px;
	}
	/*タブ切り替え全体のスタイル*/
	.tabs {
		margin-top: 3.0vh;
		padding-bottom: 2.0vh;
		width: 100%;
		overflow-x: scroll;
		margin: 0 auto;
	}
	.tab_content {
		display: none;
		padding: 2.0vh 3.0vw 0;
		clear: both;
		width: auto;
		overflow-x: scroll;
	}
	
	.tab_content h2 {
		font-size: 5.4vw;
		line-height: 1.3em;
		padding: 2.5vh 2.0vw 2.5vh 2.0vw;
	}
	.tst {
		table-layout: inherit;
	}
	
	.tst th {
		font-size: 4.0vw;
		font-weight: bold;
		line-height: 1.5em;
		white-space: nowrap;
		padding: 1.5vh 2.0vw 1.5vh;
	}
	.tst .time {
		width: 200px!important;
		white-space: nowrap;
	}
	.tst td {
		font-size: 4.0vw;
		padding: 1.5vh 2.0vw 1.5vh;
	}

	
	
	.mb50 {
		margin-bottom: 3.0vh;
	}
}








