/* ----------------------------------------
    grouppaging
    ---------------------------------------- */
.grouppaging {
	padding: 20px 0;
	display: flex;
	justify-content: center;
}
.grouppaging li {
	padding: 5px;
	line-height: 30px;
}
.grouppaging a,
.grouppaging span {
	border-radius: 50%;
	border: 1px solid #2C3F50;
	color: #2C3F50;
	background: #fff;
	width: 40px;
	height: 40px;
	box-sizing: border-box;
	display: block;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 37px;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}
.grouppaging a {
	text-decoration: none;
}
.grouppaging a:hover,
.grouppaging span {
	background: #2C3F50;
	color: #fff;
}
.grouppaging p {
	font-size: 20px;
	font-weight: bold;
	line-height: 28px;
}
.de_tag_btn {
	display: flex;
	margin-left: auto;
	align-items: center;
}
.de_tag_btn label {
	margin-left: 10px;
}
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: 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;
}
label.favo_button span {
	cursor: pointer;
	border-radius: 3px;
	display: block;
	font-weight: bold;
	color: #fff;
}
label.favo_button span.jcjs_favorite_icon:before {
	content: "★";
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	line-height: 1;
	font-family: 'Noto Sans JP', "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-stroke: 1px #111;
}
label.favo_button span.jcjs_favorite_icon:hover:before,
label.favo_button span.checked:before {
	color: #FDCE00;
}
/* 閲覧権限なし
---------------------------------------- */
.detail_unview {
	display: flex;
	align-items: center;
	justify-content: center;
	height: calc(100% - 50px);
}
.detail_unview p {
	width: 400px;
	height: 150px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #fff;
	border: 1px solid;
	border: 1px solid #2C3F50;
}
/* コメント
---------------------------------------- */
.detail_comment {
	border-top: 1px solid #ccc;
	padding-top: 30px;
}
/* コメント入力前
---------------------------------------- */
.jcjs_comment_input_box {
	background: #eee;
	padding: 20px;
	position: relative;
}
.jcjs_comment_input_box form {
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.jcjs_comment_input_box ul {
	margin-right: 30px;
}
.jcjs_comment_input_box ul li {
	display: flex;
	align-items: flex-start;
	padding: 5px 0;
}
.jcjs_comment_input_box ul li label.lbl {
	width: 100px;
}
.jcjs_comment_input_box ul li input.nick_name,
.jcjs_comment_input_box ul li textarea {
	background: #fff;
	font-family: 'Noto Sans JP', "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 1.5;
	padding: 5px;
	border: none;
}
.jcjs_comment_input_box ul li input.nick_name:valid,
.jcjs_comment_input_box ul li textarea:valid {
	background: #fff;
}
.jcjs_comment_input_box ul li input.nick_name {
	width: 200px;
}
.jcjs_comment_input_box ul li textarea {
	width: 600px;
	height: 120px;
}
.jcjs_comment_input_box button.jcjs_comment_send {
	font-family: 'Noto Sans JP', "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #111;
	color: #fff;
	font-weight: bold;
	border: none;
	cursor: pointer;
	width: 80px;
	height: 34px;
	border-radius: 20px;
	font-size: 15px;
	letter-spacing: 2px;
	margin-bottom: 5px;
}
.jcjs_comment_input_box button.jcjs_comment_send:hover {
	background: #666;
}
.jcjs_comment_input_box .jcjs_comment_err {
	position: absolute;
	bottom: -30px;
	left: 0;
	width: 100%;
	text-align: center;
}
/* コメント入力後
---------------------------------------- */
.jcjs_comment_list {
	margin-top: 40px;
}
.jcjs_comment_list .comment-row {
	box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
	padding: 20px;
	border-radius: 5px;
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.jcjs_comment_list .comment-nickname {
	font-size: 12px;
	color: #999;
}
.jcjs_comment_list .comment-date {
	font-size: 12px;
	color: #999;
}
.jcjs_comment_list .comment-content {
	width: 100%;
	margin-top: 10px;
	font-size: 14px;
}
/* detail_emxamlink
---------------------------------------- */
.detail_emxamlink:not(:empty) {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
	a {
		display: flex;
		align-items: center;
		justify-content: center;
		background: #409FFB;
		border-radius: 5px;
		border: none;
		color: #fff;
		font-weight: bold;
		font-size: 18px;
		width: 400px;
		height: 60px;
		cursor: pointer;
		&:hover {
			background: #2C3F50;
		}
	}
}
/* scenario_btn_done
---------------------------------------- */
.scenario_btn_done {
	margin: 20px 0;
	display: flex;
	justify-content: center;
}
.scenario_btn_done a {
	display: block;
	color: #111;
	border: 1px solid #999;
	background: #eee;
	border-radius: 3px;
	padding: 6px 10px 7px;
	display: block;
	font-size: 15px;
	text-align: center;
	width: 250px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.scenario_btn_done a:hover {
	background: #cfcfcf;
}
/* ----------------------------------------
	video list
	---------------------------------------- */
.vlist_wrap {
	padding-bottom: 15px;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Noto Sans Japanese", Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.vlist_top {
	padding: 40px 0;
}
.vlist_wrap .icon_img {
	width: 40px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.vlist_top p {
	font-size: 17px;
	color: #111;
	font-weight: bold;
	text-align: center;
}
.vlist_tag {
	width: 100%;
	background: #f5f5f5;
	padding: 40px 0;
}
.vlist_tag ul {
	display: flex;
	justify-content: center;
	width: 1100px;
	margin: 0 auto;
	flex-wrap: wrap;
}
.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;
}
.vlist_tag a:hover {
	background: #309df8;
	color: #fff;
}
.vlist_li_wrap {
	width: 1030px;
	margin: 40px auto;
}
.vlist_li {
	display: flex;
	flex-wrap: wrap;
}
.vlist_one {
	width: 340px;
	height: auto;
	margin-bottom: 40px;
	margin-right: 5px;
	box-sizing: border-box;
	position: relative;
}
.vlist_one:nth-child(3n) {
	margin-right: 0;
}
.vlist_one>a {
	display: block;
	padding: 10px 10px 0 10px;
	text-decoration: none;
	box-sizing: border-box;
}
.vlist_one_movie, .vlist_one_thumb {
	margin-bottom: 20px;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
	border-radius: 3px;
}
.vlist_one>a:hover .vlist_one_movie, .vlist_one>a:hover .vlist_one_thumb {
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.6);
}
.vlist_one_thumb img {
	width: 320px;
	height: 210px;
	object-fit: scale-down;
	background: #fff;
	transition-duration: 0.3s;
}
.vlist_one_movie iframe {
	width: 320px;
	height: 180px;
}
.vlist_one_movie object {
	display: block;
}
.vlist_one_movie a {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 5px;
	background: #fff;
}
.vlist_one_movie a img {
	width: 320px;
	height: 180px;
	object-fit: scale-down;
	transition-duration: 0.3s;
}
.vlist_one_movie a:hover img {
	transform: scale(1.1);
	transition-duration: 0.3s;
}
.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;
}
.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;
}
.vlist_one_movie a:hover::after,
.vlist_one_movie a:hover::before {
	opacity: 1;
	transition: .3s;
}
.vlist_one>a:hover .vlist_one_name span {
	background: linear-gradient(transparent 50%, #f9ceb2 50%);
}
.vlist_one_name {
	color: #111;
	font-weight: bold;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.vlist_one_tag {
	display: flex;
	justify-content: space-between;
	padding: 0 10px;
}
.vlist_one_tag p {
	display: flex;
	flex-wrap: wrap;
}
.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;
}
.vlist_one_tag label a:before {
	content: "#";
	padding-right: 3px;
}
.vlist_one_tag label:hover a {
	background: #daecfd;
}
.vlist_one_tag label.good_button {
	flex-shrink: 0;
}
.vlist_newicon {
	position: absolute;
	top: 15px;
	left: 15px;
}
.vlist_newicon .jcjs_new_icon {
	display: flex;
	border-radius: 3px;
}
.vlist_newicon .jcjs_new_icon::before {
	content: "new";
	font-size: 13px;
	font-weight: bold;
	line-height: 1.2;
	padding: 0 5px;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}
.vlist_newicon .noread {
	background: #FDCE00;
	color: #111;
}
.vlist_newicon .readed {
	background: #eee;
	color: #666;
}
.vlist_favo_button {
	margin-left: auto;
}
.vlist_favo_button span {
	cursor: pointer;
	border-radius: 3px;
	display: flex;
	font-weight: bold;
	padding: 5px 15px;
	background: #2C3F50;
}
.vlist_favo_button span.jcjs_favorite_icon:before {
	content: "一覧をフォローする";
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.5;
	font-family: 'Noto Sans JP', "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.vlist_favo_button span.checkable:hover,
.vlist_favo_button span.checked {
	background: #2899fb;
}
.vlist_favo_button span.checked:hover {
	background: #2C3F50;
}
.vlist_favo_button span.checked:before {
	content: "一覧をフォロー中";
}
/* ----------------------------------------
detail_01
---------------------------------------- */
.detail_01 .detail_row {
	width: 1000px;
	margin: 10px auto 60px;
}
.detail_01 .detail_01_blok {
	margin-top: 20px;
	background: #fff;
	border-radius: 5px;
	padding: 50px;
}
.detail_01 .ch_tag {
	margin: 0 0 10px 0;
	float: left;
}
.detail_01 .ch_date {
	margin: 0 0 10px 0;
	float: right;
	color: #999999;
	line-height: 30px;
}
.detail_01 h2 {
	margin: 0;
	font-size: 26px;
	font-weight: bold;
	line-height: 34px;
	padding-bottom: 25px;
	clear: both;
}
.de_tag {
	padding: 16px;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
.de_tag p:first-child {
	display: flex;
	flex-wrap: wrap;
}
.de_tag p:first-child label {
	margin-right: 5px;
}
.de_tag a {
	display: block;
	background: #fff;
	border: 1px solid #409FFB;
	border-radius: 5px;
	padding: 0 10px;
	line-height: 23px;
	color: #409FFB;
	font-weight: 500;
	letter-spacing: 0;
}
.de_tag a:hover {
	background: #409FFB;
	color: #fff;
}
.de_tag p {
	font-weight: bold;
}
.detail_01 .detail_01_movie_wrap {
	display: block;
	margin: 50px auto;
	text-align: center;
}
.detail_01 .detail_01_movie_wrap iframe {
	width: 800px;
	min-width: 800px;
	min-height: 450px;
	max-height: 70vh;
	display: block;
	margin: 0 auto;
	zoom: 1;
}
.detail_01 .detail_01_movie_wrap img {
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
.detail_copy {
	display: flex;
	justify-content: center;
	margin-top: -30px;
	padding-bottom: 20px;
}
.detail_copy button {
	cursor: pointer;
	background: #111;
	color: #fff;
	font-family: 'Noto Sans JP', "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	border-radius: 3px;
	padding: 5px 20px;
	border: 2px solid #111;
}
.detail_copy button:hover {
	background: #fff;
	color: #111;
}
.detail_01 .detail_01_txt {
	font-size: 15px;
	line-height: 28px;
	color: #111;
	width: 90%;
	margin: 0 auto;
	word-break: break-all;
}
.detail_01 .detail_01_txt a:not([class^="fancybox"]) {
	color: #409FFB;
	font-weight: bold;
}
.detail_01 .detail_01_txt a:not([class^="fancybox"]):hover {
	text-decoration: underline;
	color: #999;
}
.detail_01 .detail_01_txt a.linkbox {
	display: inline-block;
	color: #409FFB;
	border: 2px solid #409FFB;
	border-radius: 3px;
	padding: 8px 15px;
	font-weight: bold;
	margin-bottom: 5px;
}
.detail_01 .detail_01_txt a.linkbox:hover {
	color: #fff;
	background: #409FFB;
	text-decoration: none;
}
.detail_01_txt table {
	max-width: 100%;
	border-collapse: collapse;
	width: 100% !important;
}
.detail_01_txt table th,
.detail_01_txt table td {
	border: 1px solid #ccc;
	padding: 5px 10px;
}
.detail_01_txt table th {
	background: #eee;
}
.detail_01 .detail_01_dl:not(:empty) {
	width: 90%;
	margin: 0 auto 30px;
}
.detail_01_dl {
	display: flex;
	flex-wrap: wrap;
	padding-top: 20px;
}
.detail_01_dl a {
	border: 1px solid #409FFB;
	background: #fff;
	margin: 5px;
	padding: 5px 15px 6px;
	color: #409FFB;
	display: flex;
	align-items: center;
	border-radius: 3px;
	font-weight: bold;
}
.detail_01_dl a:hover {
	background: #daecfd;
}
.detail_01_dl a img {
	margin-right: 3px;
}
.detail_01_page_next {
	margin-top: 50px;
	padding-top: 20px;
	border-top: 1px solid #ccc;
}
.detail_01_page_next ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.detail_01_page_next li {
	flex-basis: 350px;
	align-self: center;
	font-size: 14px;
	line-height: 22px;
	position: relative;
}
.detail_01_page_next li:nth-child(1) a {
	padding: 35px 0 35px 65px;
}
.detail_01_page_next li:nth-child(1) a::before {
	content: '\f053';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	top: 50%;
	left: 25px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.detail_01_page_next li:nth-child(2) {
	flex-basis: 80px;
	height: 40px;
	border: 1px solid #999999;
	border-radius: 3px;
	background-color: #ffffff;
	text-align: center;
	line-height: 40px;
	box-sizing: border-box;
}
.detail_01_page_next li:nth-child(2) a {
	display: block;
	color: #111111;
	text-decoration: none;
}
.detail_01_page_next li:nth-child(3) a {
	padding: 35px 65px 35px 0;
}
.detail_01_page_next li:nth-child(3) a::after {
	content: '\f054';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	top: 50%;
	right: 25px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.detail_01_page_next li a {
	display: block;
	color: #0086d1;
}
.detail_01_page_next li:hover a {
	text-decoration: none;
	color: #999;
}
.tb_wide {
	width: 100%;
	th {
		width: 250px;
		text-align: left;
		vertical-align: middle;
	}
	th, td {
		font-size: 14px;
		line-height: 1.5;
		padding: 10px !important;
	}
}
/* ----------------------------------------
    info_wrap
    ---------------------------------------- */
.info_wrap {
	padding: 50px;
	width: 900px;
	margin: 30px auto;
	background: #fff;
}
.info_li {
	padding-bottom: 10px;
}
.info_li>div:nth-child(2n-1) {
	background: #F5F8FD;
}
.info_box {
	position: relative;
}
.info_box a {
	display: flex;
	padding: 20px 10px;
	font-size: 15px;
}
.info_box span {
	width: 10%;
	font-weight: bold;
	color: #111
}
.info_box>a>p {
	width: 75%;
	color: #111;
}
.info_box a:hover>p {
	color: #008dd0;
	text-decoration: underline;
}
.info_box .info_tag {
	width: 15%;
	box-sizing: border-box;
	padding: 0 2%;
}
.info_box .info_tag .cms_topic_tag {
	font-size: 12px;
	background-color: #409FFB;
	color: #ffffff;
	text-align: center;
	border-radius: 15px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.info_detail .info_ttl {
	font-weight: bold;
	font-size: 22px;
	line-height: 1.7;
	background: #F5F8FD;
	padding: 20px;
	margin-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.info_detail .info_ttl .info_detail_tag {
	font-size: 12px;
	background-color: #409FFB;
	color: #ffffff;
	text-align: center;
	border-radius: 15px;
	height: 24px;
	display: flex;
	margin-left: 10px;
	padding: 0 20px;
	align-items: center;
	justify-content: center;
}
.info_detail .info_detail_inner {
	font-size: 16px;
	line-height: 1.7;
	width: 860px;
	margin: 0 auto 60px;
}
.info_detail .info_detail_inner a {
	color: #2899fb;
	font-weight: bold;
}
.info_detail .info_detail_inner a:hover {
	color: #999;
}
.info_detail .info_detail_back a {
	display: block;
	width: 400px;
	border: 1px solid #111;
	border-radius: 3px;
	text-align: center;
	padding: 20px 0;
	color: #111;
	text-decoration: none;
	font-weight: bold;
	margin: 0 auto;
}
.info_detail .info_detail_back a:hover {
	background: #111;
	color: #fff;
}
/* ----------------------------------------
	scenario
	---------------------------------------- */
.scenario_li {
	width: 1000px;
	margin: 30px auto 60px;
	display: flex;
	flex-wrap: wrap;
}
.scenario_libox {
	width: 320px;
	margin-bottom: 20px;
	&:not(:nth-child(3n)) {
		margin-right: 20px;
	}
}
.scenario_libox>a, .scenario_linolink {
	padding: 15px 30px 30px;
	border-radius: 3px;
	height: 100%;
	box-sizing: border-box;
	background: #fff;
}
.scenario_libox>a {
	display: block;
	border: 1px solid #999;
	color: #111;
}
.scenario_libox>a:hover {
	border: 1px solid #309df8;
}
.scenario_littl {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #999;
	height: 60px;
	display: flex;
	align-items: center;
}
.scenario_libox>a .scenario_littl {
	color: #309df8;
}
.scenario_linolink {
	color: #999;
	border: 1px solid #ccc;
}
.scenario_date {
	span {
		font-weight: bold;
		padding-right: 5px;
	}
}
.scenario_opendate {
	display: none;
	&:has(span:not(:empty)) {
		display: flex;
		align-items: center;
		margin-bottom: 3px;
		&:before {
			content: "公開";
			background: #2C3F50;
			font-size: 12px;
			padding: 1px 10px;
			margin-right: 5px;
			color: #fff;
			border-radius: 3px;
		}
	}
}
.scenario_closedate {
	display: none;
	&:has(span:not(:empty)) {
		display: flex;
		align-items: center;
		&:before {
			content: "終了";
			background: #2C3F50;
			font-size: 12px;
			padding: 1px 10px;
			margin-right: 5px;
			color: #fff;
			border-radius: 3px;
		}
	}
}
/* ----------------------------------------
	step
	---------------------------------------- */
.step_li {
	width: 1000px;
	margin: 30px auto 60px;
}
.step_libox {
	background: #fff;
	margin-bottom: 30px;
}
.step_libox>a, .step_linolink {
	padding: 20px 30px;
	border-radius: 3px;
}
.step_libox>a {
	display: flex;
	align-items: flex-start;
	position: relative;
	border: 1px solid #999;
	&:before {
		position: absolute;
		top: 0;
		right: 0;
		content: "";
		width: 30px;
		height: 100%;
		background: #f5f5f5;
		border: 3px solid #fff;
		box-sizing: border-box;
		border-radius: 3px;
	}
	&:after {
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		content: "";
		vertical-align: middle;
		right: 12px;
		width: 6px;
		height: 6px;
		border-top: 2px solid #111;
		border-right: 2px solid #111;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	&:hover {
		border: 1px solid #309df8;
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
		&:before {
			background: #309df8;
		}
		&:after {
			border-top: 2px solid #fff;
			border-right: 2px solid #fff;
		}
	}
}
.step_libox img {
	width: 300px;
	margin-right: 15px;
}
.step_libox img[src="/img/no_img.jpg"] {
	display: none;
}
.step_li_wrap {
	display: flex;
	flex-direction: column;
}
.step_littl {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 20px;
	color: #999;
}
.step_libox>a .step_littl {
	color: #309df8;
	display: flex;
	align-items: center;
}
.step_litxt {
	color: #999;
}
.step_libox>a .step_litxt {
	color: #111;
}
.step_linolink {
	border: 1px solid #ccc;
}
.step_back {
	margin: 20px 0 40px;
	a {
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0 auto;
		width: 300px;
		height: 50px;
		border-radius: 3px;
		border: 1px solid #111;
		background: #fff;
		font-weight: bold;
		margin: 0 auto;
		color: #111;
		&:hover {
			background: #111;
			color: #fff;
		}
	}
}
.jcjs_scenario_stepfin_icon {
	margin-right: 5px;
}
.jcjs_scenario_stepfin_icon::before {
	display: block;
	content: "完了";
	border: 1px solid #309df8;
	color: #309df8;
	padding: 2px 5px 3px;
	font-size: 12px;
	border-radius: 3px;
}