.t_wrap {
	background-color: #f5f9fd;
}
.t_1000 {
	width: 90%;
	margin: 0 auto;
}
.t_tl {
	display: flex;
	align-items: center;
	margin: 3vh 0 3vh;
}
.t_tl img {
	margin-right: 1vh;
}
.t_tl h2 {
	color: #40a0fb;
	font-size: 6vw;
}
.t_freeword {
	background: #f5f5f5;
	border: 10px solid #fff;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
	padding: 15px 0;
	margin-bottom: 40px;
}
.t_freeword_box {
	width: 100%;
	padding: 0 5%;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	justify-content: center;
	&:first-child {
		border-bottom: 1px solid #ccc;
		margin-bottom: 15px;
		padding-bottom: 15px;
	}
	p {
		font-weight: bold;
		font-size: 16px;
		padding-bottom: 10px;
		width: 100%;
	}
}
.t_main_txt {
	font-size: 4vw;
	padding: 0 0 4vh;
	line-height: 1.5;
}
.t_main_info {
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	width: 100%;
	margin: 20px auto 40px;
	height: 200px;
	overflow-y: auto;
	padding: 3%;
	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 {
        background: #ebf3fb;
        border: 1px solid #2c3f50;
        box-sizing: border-box;
        padding: 5px 20px 10px 10px;
        margin-bottom: 45px;
}
.search_wrap {
	align-items: center;
	margin-top: 20px;
	margin-left: 10px;
}
.search .ttl {
	font-size: 5vw;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin-left: 10px;
    padding-top: 10px;
}

.search .ttl span {
	background-color: #eb5c01;
    border-radius: 12px;
    color: #ffffff;
    font-size: 12px;
    padding: 0 8px 2px;
    margin-left: 10px;
}

.t_box_top {
}

.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;
	padding: 0 10px;
	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: 4vh 0 3vh;
}
.t_box_tl {
	font-size: 5vw;
	font-weight: bold;
	display: flex;
	align-items: center;
}
.t_box_tl span {
	background-color: #eb5c01;
	border-radius: 4vw;
	color: #ffffff;
	font-size: 3vw;
	padding: 0 1vh 0.3vh;
	margin-left: 1vh;
}
.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 {
	width: 90%;
	margin: 3vh auto;
}
.t_data_tag {
	width: 100%;
	background: #f5f5f5;
	padding: 4vh 0;
}
.t_data_li_wrap {}
.t_data_li {
	display: flex;
	flex-wrap: wrap;
}
.t_data_one {
	box-sizing: border-box;
	margin-bottom: 2vw;
}
.t_data_one>a {
	display: block;
	padding: 2vw 2vw 0 2vw;
	text-decoration: none;
	box-sizing: border-box;
}
.t_data_one_movie, .t_data_one_thumb {
	margin-bottom: 1vh;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
	border-radius: 3px;
}
.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: 100%;
	height: 180px;
	object-fit: scale-down;
	background: #fff;
	transition-duration: 0.3s;
}
.t_data_one>a:hover .t_data_one_name {
	color: #409FFB;
}
.t_data_one_name {
	color: #111;
	height: 44px;
	font-size: 13px;
	font-weight: bold;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.t_data_one_tag {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	padding: 0 10px;
}
.t_data_one_tag p {
	display: flex;
	flex-wrap: wrap;
}
.t_data_one_tag label a {
	border-radius: 3px;
	margin-bottom: 0 1px 2px 1px;
	color: #409FFB;
	font-weight: bold;
	font-size: 11px;
	line-height: 18px;
	padding: 5px;
}
.t_data_one_tag label a:before {
	content: "#";
	padding-right: 2px;
}
.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;
}
span.jcjs_good_icon:before {
	content: "いいね";
	background: #fff;
	color: #f98289;
	font-size: 3.5vw;
	padding: 0 5px;
	margin-right: 5px;
	font-family: 'Noto Sans JP', "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
span.jcjs_good_cnt_icon::before {
	content: "いいね";
	background: #fff;
	color: #f98289;
	font-size: 3vw;
	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_search_form {
	margin: 2vh 0;
}
.cms_keysearch_form {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.cms_keysearch_form input {
	border: 1px solid #2C3F50;
	background: #fff;
	border-radius: 5px;
	color: #111;
	font-size: 16px;
	line-height: 1;
	padding: 5px 10px;
	width: 80%;
	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;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
	line-height: 1.5;
	color: #fff;
	width: 17%;
	font-family: "Noto Sans JP", メイリオ, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	img {
		width: 20px;
		height: 20px;
	}
}
.cms_keysearch_form button:hover {
	background: #008dd0;
}
.category_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 4vh 0 3vh;
}
.cat_box {
	background-color: #ffffff;
	border-radius: 5px;
	width: 47%;
	margin-bottom: 2vh;
	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: 7%;
}
.cat_box_tl {
	font-size: 4vw;
	color: #000;
	position: relative;
	display: block;
	margin-bottom: 1vh;
	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: 3.5vw;
	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: 0.5vw;
}
/* ----------------------------------------
参考用動画
 ---------------------------------------- */
.t_box_movie {
	border-top: 1px solid #000;
	margin: 0 0 3vh;
}
.t_box_movie .t_box_tl {
	padding: 5vh 0 0;
}
.t_vlist_li_wrap {
	width: 90%;
	margin: 3vh auto 0;
}
.t_vlist_li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.t_vlist_one {
	margin-bottom: 4vh;
	box-sizing: border-box;
	position: relative;
}
.t_vlist_one>a {
	display: block;
	padding: 2vw 2vw 0 2vw;
	text-decoration: none;
	box-sizing: border-box;
}
.t_vlist_one_movie, .t_vlist_one_thumb {
	margin-bottom: 2vh;
	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_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_slide a img {
	width: 78vw;
	height: 43.9vw;
}
.t_vlist_one_movie_good a img {
	width: 41vw;
	height: 23.1vw;
}
.t_vlist_one_movie a img {
	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);
	position: absolute;
	background-size: 100%;
	z-index: 2;
}
.t_vlist_one_movie_slide a:before {
	width: 60px;
	height: 36px;
	left: 30vw;
	top: 18vw;
}
.t_vlist_one_movie_good a:before {
	width: 60px;
	height: 36px;
	left: 13vw;
	top: 7vw;
}
.t_vlist_one_movie a::after {
	transition: .3s;
	opacity: 0;
	content: "";
	display: block;
	background: rgba(0, 0, 0, 0.3);
	position: absolute;
	left: 0;
	top: 0;
	background-size: 100%;
	z-index: 1;
}
.t_vlist_one_movie_slide a:after {
	width: 78vw;
	height: 43.9vw;
}
.t_vlist_one_movie_good a:after {
	width: 41vw;
	height: 23.1vw;
}
.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: 44px;
	font-weight: bold;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.t_vlist_one_name h2 {
	display: inline;
	font-size: 3.5vw;
}
.t_vlist_one_tag {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	padding: 0 10px;
}
.t_vlist_one_tag p {
	display: flex;
	flex-wrap: wrap;
}
.t_vlist_one_tag ul {
	display: flex;
	flex-wrap: wrap;
}
.t_vlist_one_tag a {
	border-radius: 3px;
	margin: 0 3px 3px 0;
	color: #409FFB;
	font-weight: bold;
	font-size: 11px;
	line-height: 18px;
	padding: 5px;
}
.t_vlist_one_tag a:before {
	content: "#";
	padding-right: 3px;
}
.t_vlist_one_tag li:hover a {
	background: #daecfd;
}
.t_vlist_one_tag label.good_button {
	flex-shrink: 0;
	margin-left: auto;
}
/* ----------------------------------------
参考用動画タグ一覧
---------------------------------------- */
.t_box_tag_wrap {
	border: 10px solid #ffffff;
	padding: 2vw;
	margin: 3vh 0 6vh;
	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 a {
	border-radius: 14px;
	font-size: 14px;
	line-height: 1.3;
	height: 28px;
	display: flex;
	align-items: center;
	padding: 0 15px;
	margin: 1vw;
	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 li:hover a {
	background-color: #409FFB;
	color: #ffffff;
}
/* ----------------------------------------
いいね数が上位の動画
---------------------------------------- */
.t_box_good .t_vlist_li_wrap {
	width: 100%;
	margin: 3vh auto 0;
}
.t_box_good .t_vlist_one {
	width: 45vw;
}
.t_box_good .t_vlist_one_tag {
	display: block;
	padding: 0 10px;
}
.t_box_good label.good_button span {
	width: fit-content;
	margin: 5px 0 0 auto;
}
/* ----------------------------------------
ボタン
---------------------------------------- */
.t_movie_btn {
	margin: -3vh auto 8vh;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
	border-radius: 5vh;
	width: 75%;
	line-height: 5vh;
}
.t_movie_btn a {
	display: block;
	border-radius: 5vh;
	font-size: 4vw;
	text-align: center;
	color: #000;
	background-color: #ffffff;
}
.t_movie_btn:hover {
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.6);
	border-radius: 5vh;
}