	.t_wrap {
		background-color: #f5f9fd;
	}
	.t_1000 {
		width: 1000px;
		margin: 0 auto;
	}
	.t_tl {
		display: flex;
		align-items: center;
		margin: 40px 0;
	}
	.t_tl img {
		margin-right: 10px;
	}
	.t_tl h2 {
		color: #40a0fb;
		font-size: 40px;
	}
	.t_freeword {
		background: #f5f5f5;
		border: 10px solid #fff;
		box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
		padding: 20px 0;
		margin-bottom: 40px;
		display: flex;
		justify-content: center;
	}
	.t_freeword_box {
		width: 50%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		&:first-child {
			border-right: 1px solid #ccc;
		}
		p {
			font-weight: bold;
			font-size: 17px;
			margin-bottom: 10px;
			width: 370px;
		}
	}
	.t_main_txt {
		font-size: 14px;
		padding: 0 0 40px;
		line-height: 1.5;
	}
	.t_main_info {
		overflow: hidden;
		-webkit-overflow-scrolling: touch;
		width: 100%;
		margin: 20px auto 40px;
		height: 200px;
		overflow-y: auto;
		padding: 20px;
		box-sizing: border-box;
		background: #fff;
		box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
	}
	.t_main_info iframe {
		display: block;
		width: 100%;
		height: 100%;
	}
	/* ----------------------------------------
search
 ---------------------------------------- */
	.search {
		width: 1000px;
		background: #ebf3fb;
		border: 1px solid #2c3f50;
		box-sizing: border-box;
		padding: 20px 40px 25px 30px;
		margin-bottom: 45px;
	}
	.search_wrap {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-top: 20px;
		margin-left: 10px;
	}
	.search .ttl {
		font-size: 25px;
		font-weight: bold;
		display: flex;
		align-items: center;
	}
	.search .ttl span {
		background-color: #eb5c01;
		border-radius: 12px;
		color: #ffffff;
		font-size: 12px;
		padding: 0 8px 2px;
		margin-left: 10px;
	}
	.t_box_top {
		display: flex;
		justify-content: space-between;
	}
	.t_search_form {
		align-items: center;
		line-height: 20px;
	}
	.t_search_form p {
		color: #000;
		font-size: 15px;
		font-weight: bold;
		margin-right: 10px;
	}
	.cms_keysearch_form {
		overflow: hidden;
		display: flex;
		margin: 0;
	}
	.cms_keysearch_form input {
		background: #d4e3f5;
		color: #111;
		font-size: 15px;
		line-height: 1.5;
		height: 40px;
		padding: 0 10px;
		width: 255px;
		box-sizing: border-box;
		font-family: "Noto Sans JP", メイリオ, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		border: none;
		margin-top: 3px;
	}
	.cms_keysearch_form placeholder {
		color: #999;
	}
	.cms_keysearch_form button {
		background: none;
		border: none;
		cursor: pointer;
		margin-left: 3px;
	}
	.cms_keysearch_form button:hover {
		opacity: 0.7;
	}
	/* ----------------------------------------
資料・業務
 ---------------------------------------- */
	.t_box {
		margin: 50px 0 30px;
	}
	.t_box_tl {
		font-size: 25px;
		font-weight: bold;
		display: flex;
		align-items: center;
	}
	.t_box_tl span {
		background-color: #eb5c01;
		border-radius: 12px;
		color: #ffffff;
		font-size: 12px;
		padding: 0 8px 2px;
		margin-left: 10px;
	}
	.t_box_tl a {
		margin-left: auto;
		font-size: 13px;
		font-weight: bold;
		color: #409FFB;
	}
	.t_box_tl a:hover {
		text-decoration: underline;
	}
	.t_data_wrap {
		padding-bottom: 15px;
	}
	.t_data_wrap .icon_img {
		width: 40px;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.t_data_li_wrap {
		width: 1000px;
		margin: 25px auto 0;
	}
	.t_data_li {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.t_data_one {
		width: 320px;
		height: auto;
		padding: 7px;
		box-sizing: border-box;
		position: relative;
	}
	.t_data_one:nth-child(3n) {
		margin-right: 0;
	}
	.t_data_one>a {
		display: block;
		text-decoration: none;
		box-sizing: border-box;
	}
	.t_data_one_movie, .t_data_one_thumb {
		margin-bottom: 20px;
		box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
		border-radius: 3px;
		background: #fff;
		width: 320px;
		height: 210px;
	}
	.t_data_one>a:hover .t_data_one_movie, .t_data_one>a:hover .t_data_one_thumb {
		box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.6);
	}
	.t_data_one_thumb img {
		width: 320px;
		height: 210px;
		object-fit: scale-down;
		transition-duration: 0.3s;
	}
	.t_data_one_movie iframe {
		width: 320px;
		height: 180px;
	}
	.t_data_one_movie object {
		display: block;
	}
	.t_data_one_movie a {
		position: relative;
		display: block;
		overflow: hidden;
		border-radius: 5px;
		background: #fff;
	}
	.t_data_one_movie a img {
		width: 320px;
		height: 180px;
		object-fit: scale-down;
		transition-duration: 0.3s;
	}
	.t_data_one_movie a:hover img {
		transform: scale(1.1);
		transition-duration: 0.3s;
	}
	.t_data_one_movie a::before {
		transition: .3s;
		opacity: 0;
		content: "";
		display: block;
		background: url(/channel_setting/img/thum_icon.png);
		width: 70px;
		height: 40px;
		position: absolute;
		left: 125px;
		top: 70px;
		background-size: 100%;
		z-index: 2;
	}
	.t_data_one_movie a::after {
		transition: .3s;
		opacity: 0;
		content: "";
		display: block;
		background: rgba(0, 0, 0, 0.3);
		width: 320px;
		height: 180px;
		position: absolute;
		left: 0;
		top: 0;
		background-size: 100%;
		z-index: 1;
	}
	.t_data_one_movie a:hover::after,
	.t_data_one_movie a:hover::before {
		opacity: 1;
		transition: .3s;
	}
	.t_data_one>a:hover .t_data_one_name p {
		background: linear-gradient(transparent 50%, #f9ceb2 50%);
	}
	.t_data_one_name {
		color: #111;
		height: 48px;
		font-weight: bold;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		font-size: 15px;
	}
	.t_data_one_name p {
		display: inline;
		padding: 0;
		margin: 0;
	}
	.t_data_one_tag {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-direction: row-reverse;
	}
	.t_data_one_tag p {
		display: flex;
		flex-wrap: wrap;
	}
	.t_data_one_tag label a {
		border-radius: 3px;
		margin: 0 3px 3px 0;
		color: #409FFB;
		font-weight: bold;
		font-size: 12px;
		line-height: 18px;
		padding: 5px 7px;
	}
	.t_data_one_tag label a:before {
		content: "#";
		padding-right: 3px;
	}
	.t_data_one_tag label:hover a {
		background: #daecfd;
	}
	.t_data_one_tag label.good_button {
		flex-shrink: 0;
	}
	label.good_button span {
		cursor: pointer;
		border: 1px solid #f98289;
		border-radius: 3px;
		background: #f98289;
		display: flex;
		font-size: 13px;
		line-height: 20px;
		font-weight: bold;
		color: #fff;
		padding-right: 6px;
		font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	}
	.t_wrap label.good_button span {
		cursor: default;
	}
	span.jcjs_good_icon:before, span.jcjs_good_cnt_icon::before {
		content: "いいね";
		background: #fff;
		color: #f98289;
		font-size: 11px;
		padding: 0 5px;
		margin-right: 5px;
		font-family: 'Noto Sans JP', "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
	span.jcjs_good_icon:hover:before,
	label.good_button span.checked:before {
		background: #f98289;
		color: #fff;
	}
	/* ----------------------------------------
資料・業務カテゴリ
 ---------------------------------------- */
	.t_box_top {
		display: flex;
		justify-content: space-between;
	}
	.t_search_form {
		display: flex;
		justify-content: flex-end;
	}
	.cms_keysearch_form {
		overflow: hidden;
		display: flex;
	}
	.cms_keysearch_form input {
		border: 1px solid #2C3F50;
		background: #fff;
		border-radius: 5px;
		color: #111;
		font-size: 15px;
		line-height: 1.5;
		height: 40px;
		padding: 0 10px;
		width: 300px;
		box-sizing: border-box;
		font-family: "Noto Sans JP", メイリオ, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
	.cms_keysearch_form placeholder {
		color: #999;
	}
	.cms_keysearch_form button {
		background: #2C3F50;
		border-radius: 5px;
		text-align: center;
		display: block;
		padding: 0 15px;
		border: none;
		box-sizing: border-box;
		cursor: pointer;
		font-size: 13px;
		line-height: 1.5;
		color: #fff;
		margin-left: 10px;
		font-family: "Noto Sans JP", メイリオ, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		img {
			width: 24px;
			height: 24px;
		}
	}
	.cms_keysearch_form button:hover {
		background: #008dd0;
	}
	.category_wrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 50px 0 35px;
	}
	.cat_box {
		background-color: #ffffff;
		border-radius: 5px;
		width: 180px;
		height: 120px;
		margin-bottom: 25px;
		box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
	}
	.cat_box:hover {
		box-shadow: 0px 3px 5px 0 rgb(126 183 241 / 50%);
	}
	.cat_box a {
		display: block;
		padding: 20px 15px;
	}
	.cat_box_tl {
		font-size: 16px;
		color: #000;
		position: relative;
		display: block;
		margin-bottom: 10px;
		font-weight: bold;
	}
	.cat_box:hover .cat_box_tl {
		color: #409FFB;
	}
	.cat_box_tl::after {
		width: 8px;
		height: 8px;
		border-top: 1px solid #999999;
		border-right: 1px solid #999999;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		margin: auto;
		content: "";
	}
	.cat_box_inner {
		position: relative;
	}
	.cat_box_txt {
		font-size: 12px;
		line-height: 2;
		color: #999999;
	}
	.cat_box_txt p {}
	.cat_box_icon {
		display: flex;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.cat_box_icon img {
		margin-left: 5px;
	}
	/* ----------------------------------------
参考用動画
 ---------------------------------------- */
	.t_box_movie {
		border-top: 1px solid #000;
		margin: 0 0 30px;
	}
	.t_box_movie .t_box_tl {
		padding: 50px 0 0;
	}
	.t_vlist_wrap {
		padding-bottom: 50px;
		font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Noto Sans Japanese", Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
	.t_vlist_wrap .icon_img {
		width: 40px;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.t_vlist_tag {
		width: 100%;
		background: #f5f5f5;
		padding: 40px 0;
	}
	.t_vlist_tag ul {
		display: flex;
		justify-content: center;
		width: 1100px;
		margin: 0 auto;
		flex-wrap: wrap;
	}
	.t_vlist_tag li a {
		border: 1px solid #309df8;
		border-radius: 3px;
		margin: 4px;
		background: #fff;
		color: #309df8;
		font-weight: bold;
		font-size: 14px;
		padding: 4px 10px;
		display: block;
	}
	.t_vlist_tag a:hover {
		background: #309df8;
		color: #fff;
	}
	.t_vlist_li_wrap {
		width: 1000px;
		margin: 35px auto 0;
	}
	.t_vlist_li {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.t_vlist_one {
		width: 320px;
		height: auto;
		padding: 6px;
		position: relative;
	}
	.t_vlist_one:nth-child(3n) {
		margin-right: 0;
	}
	.t_vlist_one>a {
		display: block;
		text-decoration: none;
		box-sizing: border-box;
	}
	.t_vlist_one_movie, .t_vlist_one_thumb {
		margin-bottom: 20px;
		box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
		border-radius: 3px;
	}
	.t_vlist_one>a:hover .t_vlist_one_movie, .t_vlist_one>a:hover .t_vlist_one_thumb {
		box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.6);
	}
	.t_vlist_one_thumb img {
		width: 320px;
		height: 210px;
		object-fit: scale-down;
		background: #fff;
		transition-duration: 0.3s;
	}
	.t_vlist_one_movie iframe {
		width: 320px;
		height: 180px;
	}
	.t_vlist_one_movie object {
		display: block;
	}
	.t_vlist_one_movie a {
		position: relative;
		display: block;
		overflow: hidden;
		border-radius: 5px;
		background: #fff;
	}
	.t_vlist_one_movie a img {
		width: 320px;
		height: 180px;
		object-fit: scale-down;
		transition-duration: 0.3s;
	}
	.t_vlist_one_movie a:hover img {
		transform: scale(1.1);
		transition-duration: 0.3s;
	}
	.t_vlist_one_movie a::before {
		transition: .3s;
		opacity: 0;
		content: "";
		display: block;
		background: url(/channel_setting/img/thum_icon.png);
		width: 70px;
		height: 40px;
		position: absolute;
		left: 125px;
		top: 70px;
		background-size: 100%;
		z-index: 2;
	}
	.t_vlist_one_movie a::after {
		transition: .3s;
		opacity: 0;
		content: "";
		display: block;
		background: rgba(0, 0, 0, 0.3);
		width: 320px;
		height: 180px;
		position: absolute;
		left: 0;
		top: 0;
		background-size: 100%;
		z-index: 1;
	}
	.t_vlist_one_movie a:hover::after,
	.t_vlist_one_movie a:hover::before {
		opacity: 1;
		transition: .3s;
	}
	.t_vlist_one>a:hover .t_vlist_one_name h2 {
		background: linear-gradient(transparent 50%, #f9ceb2 50%);
	}
	.t_vlist_one_name {
		color: #111;
		height: 48px;
		font-weight: bold;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}
	.t_vlist_one_name h2 {
		display: inline;
	}
	.t_vlist_one_tag {
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
	}
	.t_vlist_one_tag p {
		display: flex;
		flex-wrap: wrap;
	}
	.t_vlist_one_tag label a {
		border-radius: 3px;
		margin: 0 3px 3px 0;
		color: #409FFB;
		font-weight: bold;
		font-size: 12px;
		line-height: 18px;
		padding: 5px 7px;
	}
	.t_vlist_one_tag label a:before {
		content: "#";
		padding-right: 3px;
	}
	.t_vlist_one_tag label:hover a {
		background: #daecfd;
	}
	.t_vlist_one_tag label.good_button {
		flex-shrink: 0;
	}
	/* ----------------------------------------
参考用動画タグ一覧
---------------------------------------- */
	.t_box_tag_wrap {
		border: 10px solid #ffffff;
		padding: 20px;
		margin: 30px 0 60px;
		box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
	}
	.t_box_tag_wrap p {
		display: flex;
		flex-wrap: wrap;
	}
	.t_box_tag_wrap label {
		margin: 5px;
	}
	.t_box_tag_wrap a {
		display: flex;
		border-radius: 14px;
		font-size: 14px;
		padding: 3px 15px 5px;
		background-color: #ffffff;
		color: #000;
		box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
	}
	.t_box_tag_wrap a:before {
		content: "#";
		padding-right: 3px;
	}
	.t_box_tag_wrap label:hover a {
		background-color: #409FFB;
		color: #ffffff;
	}
	/* ----------------------------------------
ボタン
---------------------------------------- */
	.t_movie_btn {
		margin: -30px auto 80px;
		border-radius: 50px;
		width: 300px;
		line-height: 50px;
		font-weight: bold;
	}
	.t_movie_btn a {
		display: block;
		border-radius: 50px;
		font-size: 14px;
		text-align: center;
		box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.3);
		color: #000;
		background-color: #ffffff;
	}
	.t_movie_btn a:hover {
		color: #ffffff;
		background-color: #2C3F50;
	}