@charset "utf-8";
/* ----------------------------------------
common
---------------------------------------- */
.mypage_wrap {
	width: 1000px;
	margin: 0 auto;
	padding: 40px 0;
	display: flex;
	justify-content: space-between;
}
.my_side {
	width: 200px;
}
.my_side_box {
	position: sticky;
	top: 70px;
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
	width: 200px;
	h2 {
		background: #607594;
		padding: 5px 0;
		font-size: 13px;
		color: #FFF;
		font-weight: bold;
		text-align: center;
	}
}
.my_side_li {
	width: 170px;
	margin: 5px auto 15px;
	li {
		padding: 3px 0px;
		border-bottom: 1px solid #607594;
		a {
			display: flex;
			align-items: center;
			padding: 5px;
			border-radius: 3px;
			font-size: 12px;
			line-height: 24px;
			color: #607594;
			font-weight: bold;
			text-decoration: none;
			position: relative;
			transition: all 0.3s;
			i {
				display: flex;
				align-items: center;
				justify-content: center;
				width: 18px;
				font-size: 16px;
				margin: 0 8px 0 0;
			}
			&:hover {
				background: #607594;
				color: #FFF;
			}
		}
	}
}
.my_main {
	width: 780px;
}
.my_h2 {
	margin-bottom: 20px;
	position: relative;
	padding-bottom: 0.7em;
	border-bottom: 4px solid #DDD;
	font-size: 18px;
	font-weight: bold;
	display: inline-block;
	width: 100%;
	&:after {
		position: absolute;
		content: ' ';
		border-bottom: solid 4px #042455;
		bottom: -4px;
		width: 13%;
		display: block;
		left: 0px;
	}
}
.my_h3 {
	border-left: 5px solid #409FFB;
	font-weight: bold;
	padding-left: 10px;
	margin-bottom: 20px;
}
.my_box {
	background: #fff;
	border-radius: 5px;
	padding: 20px;
	margin-bottom: 20px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.my_btn_more {
	margin-top: 20px;
	a, p {
		width: 200px;
		height: 30px;
		font-size: 13px;
		margin-left: auto;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 3px;
		background: #2C3F50;
		color: #fff;
		border: 1px solid #2C3F50;
		cursor: pointer;
		&:hover {
			background: #fff;
			color: #2C3F50;
		}
	}
}
/* ----------------------------------------
scenario 講座一覧
---------------------------------------- */
.my_scenario_desc {
	margin-bottom: 5px;
	position: relative;
	&>a {
		display: block;
		padding: 10px;
		color: #111;
		background: #D0E8F2;
		&:hover {
			background: #abd0df;
		}
	}
}
.my_scenario_ttl {
	font-size: 15px;
	margin-bottom: 5px;
	font-weight: bold;
}
.my_scenario_progress {
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}
.my_scenario_progress .progress_bg {
	display: flex;
	height: 13px;
	overflow: hidden;
	line-height: 0;
	font-size: 0.75rem;
	background-color: #fff;
	border-radius: 1.25rem;
	width: 450px;
	margin: 0 10px;
}
.my_scenario_progress .progress_bar {
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	background-color: #17a2b8 !important;
	transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
	.progress-bar {
		transition: none;
	}
}
.my_scenario_date {
	font-size: 13px;
	color: #999;
}
.my_scenario_button {
	position: absolute;
	bottom: 10px;
	right: 10px;
	a {
		background: #fff;
		display: block;
		border: 1px solid #2C3F50;
		color: #111;
		font-size: 13px;
		padding: 5px 15px;
		border-radius: 3px;
		&:hover {
			background: #2C3F50;
			color: #fff;
		}
	}
}
.my_scenario_step {
	margin-left: 20px;
}
.my_scenario_stepbox {
	border: 1px solid #ccc;
	border-left: 5px solid #2C3F50;
	padding: 10px;
	margin-bottom: 5px;
	min-height: 30px;
	&:hover {
		background: #eee;
	}
}
.my_scenario_stepbox {
	position: relative;
	&>a {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}
.my_scenario_stepbox .step_ttl {
	position: absolute;
	top: 10px;
	left: 10px;
	font-size: 15px;
	margin-bottom: 5px;
	font-weight: bold;
	color: #111;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.my_scenario_stepbox .step_box {
	padding-top: 30px;
	display: flex;
}
.my_scenario_stepbox .log {
	margin-right: 15px;
}
.my_scenario_stepbox .exam_popup {
	position: relative;
	z-index: 1;
	a {
		height: 20px;
		padding: 0 10px;
		font-size: 12px;
		margin-left: auto;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 3px;
		background: #2C3F50;
		color: #fff;
		border: 1px solid #2C3F50;
		cursor: pointer;
		&:hover {
			background: #fff;
			color: #2C3F50;
		}
	}
}
.my_scenario_stepbox .date {
	font-size: 13px;
	color: #999;
}
/* テスト一覧
---------------------------------------- */
.my_exam {
	ul {
		li {
			border: 1px solid #ccc;
			border-left: 5px solid #2C3F50;
			padding: 10px;
			margin-bottom: 5px;
			display: flex;
			flex-wrap: wrap;
		}
	}
}
.my_exam_ttl {
	width: 100%;
	margin-bottom: 5px;
}
.my_exam_date {
	width: 100%;
	font-size: 13px;
	color: #999;
	margin-bottom: 5px;
}
.my_exam_link {
	a {
		height: 20px;
		padding: 0 10px;
		font-size: 12px;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 3px;
		background: #2C3F50;
		color: #fff;
		border: 1px solid #2C3F50;
		cursor: pointer;
		margin-right: 10px;
		&:hover {
			background: #fff;
			color: #2C3F50;
		}
	}
}
.my_exam_popup {
	a {
		height: 20px;
		padding: 0 10px;
		font-size: 12px;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 3px;
		background: #2C3F50;
		color: #fff;
		border: 1px solid #2C3F50;
		cursor: pointer;
		&:hover {
			background: #fff;
			color: #2C3F50;
		}
	}
}
/* 回答履歴
---------------------------------------- */
@media screen and (min-width: 481px) {
	.exam_pop_wrap {
		padding: 15px;
	}
	.exam_pop_tb {
		font-size: 14px;
		width: 100%;
		th, td {
			border: 1px solid #ccc;
			padding: 15px;
		}
		thead {
			font-size: 13px;
			th {
				background: #eee;
			}
		}
		tbody {
			font-size: 15px;
		}
	}
	.exam_pop_q {
		display: flex;
		align-items: flex-start;
		span {
			background: #042455;
			color: #fff;
			padding: 2px 10px;
			font-size: 13px;
			border-radius: 5px;
			margin-right: 5px;
			flex-shrink: 0;
		}
		img {
			height: auto !important;
		}
	}
	.exam_pop_type {
		font-size: 13px;
		text-align: center;
	}
	.exam_pop_answer {
		display: flex;
		align-items: flex-start;
		.answer_status {
			color: #fff;
			padding: 2px 0;
			text-align: center;
			width: 60px;
			font-size: 13px;
			border-radius: 5px;
			margin-right: 5px;
			flex-shrink: 0;
		}
		.correct {
			background: #ff0000;
		}
		.incorrect {
			background: #042455;
		}
	}
	.exam_pop_correct {
		color: #ff0000;
	}
}
@media screen and (max-width: 480px) {
	.exam_pop_wrap {
		padding: 4%;
	}
	.exam_pop_tb {
		font-size: 14px;
		width: 100%;
		th, td {
			padding: 5px 0 10px;
		}
		thead {
			display: none;
		}
		tbody {
			font-size: 15px;
			.qt {
				border-top: 5px solid #042455;
			}
			td {
				display: block;
				&:before {
					content: attr(data-label);
					display: block;
					background: #eee;
					padding: 3px 10px;
					margin-bottom: 5px;
				}
			}
		}
	}
	.exam_pop_q {
		display: flex;
		align-items: flex-start;
		span {
			background: #042455;
			color: #fff;
			padding: 2px 10px;
			font-size: 13px;
			border-radius: 5px;
			margin-right: 5px;
			flex-shrink: 0;
		}
		img {
			height: auto !important;
		}
	}
	.exam_pop_type {
		font-size: 13px;
	}
	.exam_pop_answer {
		display: flex;
		align-items: flex-start;
		.answer_status {
			color: #fff;
			padding: 2px 0;
			text-align: center;
			width: 60px;
			font-size: 13px;
			border-radius: 5px;
			margin-right: 5px;
			flex-shrink: 0;
		}
		.correct {
			background: #ff0000;
		}
		.incorrect {
			background: #042455;
		}
	}
	.exam_pop_correct {
		color: #ff0000;
	}
}
/* ----------------------------------------
new 新着記事
---------------------------------------- */
.my_new {
	ul {
		li {
			a {
				border-top: 1px solid #ccc;
				display: block;
				padding: 10px;
				color: #111;
				&:hover {
					background: #D0E8F2;
				}
			}
			&:last-child a {
				border-bottom: 1px solid #ccc;
			}
		}
	}
}
.new-page-title {
	font-size: 15px;
	margin-bottom: 5px;
}
.new-page {
	font-size: 13px;
	color: #999;
}
/* ----------------------------------------
history 閲覧履歴
---------------------------------------- */
.my_history {
	ul {
		li {
			a {
				border-top: 1px solid #ccc;
				display: block;
				padding: 10px;
				color: #111;
				&:hover {
					background: #D0E8F2;
				}
			}
			&:last-child a {
				border-bottom: 1px solid #ccc;
			}
		}
	}
}
.my_history_ttl {
	font-size: 15px;
	margin-bottom: 5px;
}
.my_history_scenariottl:not(:empty) {
	font-size: 13px;
	padding-left: 20px;
	margin-bottom: 5px;
	color: #409FFB;
	&:before {
		content: "講座名：";
	}
}
.my_history_date {
	font-size: 13px;
	color: #999;
}
/* 一覧
---------------------------------------- */
#my_history_table {
	width: 100%;
	tr {
		td {
			border-top: 1px solid #ccc;
			a {
				display: block;
				padding: 10px;
				color: #111;
				&:hover {
					background: #D0E8F2;
				}
			}
		}
		&:last-child td {
			border-bottom: 1px solid #ccc;
		}
	}
}
/* ----------------------------------------
comment コメント
---------------------------------------- */
.my_comment {
	ul {
		li {
			position: relative;
			a {
				border-top: 1px solid #ccc;
				display: block;
				padding: 10px;
				color: #111;
				&:hover {
					background: #D0E8F2;
				}
			}
			&:last-child a {
				border-bottom: 1px solid #ccc;
			}
		}
	}
}
.my_comment_ttl {
	font-size: 15px;
	margin-bottom: 5px;
}
.my_comment_scenariottl:not(:empty) {
	font-size: 13px;
	padding-left: 20px;
	margin-bottom: 5px;
	color: #409FFB;
	&:before {
		content: "講座名：";
	}
}
.my_comment_date {
	font-size: 13px;
	color: #999;
	margin-bottom: 5px;
	i {
		margin-right: 5px;
	}
}
.my_comment_log {
	background: #F5F8FD;
	padding: 10px;
}
/* ----------------------------------------
good いいね
---------------------------------------- */
.my_good {
	ul {
		li {
			a {
				border-top: 1px solid #ccc;
				padding: 10px;
				color: #111;
				display: flex;
				justify-content: space-between;
				&:hover {
					background: #D0E8F2;
				}
			}
			&:last-child a {
				border-bottom: 1px solid #ccc;
			}
		}
	}
}
.my_good_box {
	width: 100%;
}
.my_good_ttl {
	font-size: 15px;
	margin-bottom: 5px;
}
.my_good_scenariottl:not(:empty) {
	font-size: 13px;
	padding-left: 20px;
	margin-bottom: 5px;
	color: #409FFB;
	&:before {
		content: "講座名：";
	}
}
.my_good_date {
	font-size: 13px;
	color: #999;
	margin-bottom: 5px;
	i {
		margin-right: 5px;
	}
	span {
		padding-right: 20px;
	}
}
/* ----------------------------------------
good-comment いいね・コメント履歴一覧
---------------------------------------- */
.good-comment {
	display: flex;
	flex-wrap: wrap;
	max-width: 780px;
	margin: auto;
}
.good-comment>label {
	flex: 1 1;
	order: -1;
	min-width: 70px;
	padding: .7em 1em .5em;
	background-color: #ffffff;
	color: #999;
	font-weight: 600;
	font-size: .9em;
	text-align: center;
	cursor: pointer;
	border-bottom: solid 3px #d1cfcf;
	margin-right: 0px;
}
.good-comment>label:hover {
	opacity: .8;
}
.tab_input {
	display: none;
}
.good-comment>div {
	display: none;
	width: 100%;
	background-color: #fff;
}
.good-comment label:has(:checked) {
	border-bottom: 4px solid #042455;
	color: #042455;
}
.good-comment label:has(:checked)+div {
	display: block;
}
/* ----------------------------------------
favorite お気に入り
---------------------------------------- */
.my_fav {
	ul {
		li {
			position: relative;
			&>a, .my_fav_notlink {
				border-top: 1px solid #ccc;
				display: block;
				padding: 10px;
				color: #111;
			}
			&>a:hover {
				background: #D0E8F2;
			}
			&:last-child a {
				border-bottom: 1px solid #ccc;
			}
		}
	}
}
.my_fav_ttl {
	font-size: 15px;
}
.my_fav_ttl_padding {
	padding-right: 60px;
}
.my_fav_scenariottl:not(:empty) {
	font-size: 13px;
	padding-left: 20px;
	margin-top: 5px;
	color: #409FFB;
	&:before {
		content: "講座名：";
	}
}
.my_fav_delete {
	position: absolute;
	bottom: 10px;
	right: 10px;
	a {
		background: #eee;
		display: block;
		color: #666;
		font-size: 12px;
		padding: 2px 10px;
		border-radius: 3px;
		&:hover {
			background: #2C3F50;
			color: #fff;
		}
	}
}
/* ----------------------------------------
dashboard プロフィール編集
---------------------------------------- */
.my_profile_button {
	a {
		width: 300px;
		height: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 3px;
		background: #409FFB;
		color: #fff;
		border: 1px solid #409FFB;
		&:hover {
			background: #F5F8FD;
			color: #409FFB;
		}
	}
}
/* 進行中講座一覧
---------------------------------------- */
.progression_t {
	display: flex;
	flex-direction: column;
}
.progression_t a {
	color: #000;
}
.progression_t .first {
	border-top: 1px solid #dfe2e2;
	background-color: #f2f3f3;
	justify-content: space-between;
	display: flex;
}
._item, ._item2, ._item3, ._item4, ._item5 {
	text-align: center;
	display: inline-block;
	line-height: 25px;
}
._item p, ._item2 p, ._item3 p, ._item4 p, ._item5 p {
	margin: 0px;
}
.progression_t td {
	border-width: 1px 0px;
	border-color: #dfe2e2;
	border-style: solid;
	padding: 5px;
	text-align: center;
	width: 100px;
}
.progression_tr td {
	background-color: #f2f3f3;
}
.scenario_table_detail {
	display: block;
	width: 100%;
	height: 70px;
	width: 100%;
	left: 0px;
	top: 0px;
	display: block;
	border-radius: 5px;
	box-shadow: 0px 1px 1px 1px #f1f1f1;
	margin-bottom: 5px;
}
.scenari_detail_flex {
	display: flex;
	justify-content: space-between;
	position: absolute;
	top: 35px;
	width: 100%;
}
.scenari-step-title {
	font-size: 14px;
	font-weight: bold;
	position: relative;
}
.scenari-step-title a {
	width: 100%;
	display: block;
	height: 70px
}
.scenari-step-title a:hover {
	background-color: #d7d7d7;
}
.step-title-p {
	padding: 10px 0px 0px 10px;
}
.scenari-step-title p {
	margin: 0px;
}
.dash_item {
	padding: 5px 10px;
	font-size: 14px;
	font-weight: bold;
}
.dash_item p {
	margin: 0px;
}
.scenario-desc li {
	position: relative;
}
.scenario-desc ._item-child ._item4 a {
	border-radius: 3px;
	background-color: #607594;
	padding: 1px 10px;
	color: #fff;
	font-size: 12px;
	width: 40px;
}
.scenario-desc ._item-child ._item4 {
	width: 60px;
}
._item_detail ._item-child {
	position: absolute;
	top: 35px;
	display: flex;
	justify-content: space-between;
	width: 100%;
	font-weight: normal;
}
._item_detail ._item {
	font-size: 14px;
	font-weight: bold;
}
._item_detail ._item, ._item2, ._item3, ._item4 {
	margin: 0px;
	display: flex;
}
._item2 {
	padding-left: 10px;
}
._item5 {
	padding-right: 10px;
}
._item_detail .next-in a:hover {
	background-color: #d7d7d7;
}
._item_detail a {
	background-color: #f5f5f5;
	border-bottom: 3px solid #fff;
}
.dash_item i {
	padding-right: 5px;
}
._item .fa-caret-right {
	line-height: 23px;
	padding-right: 5px;
}
._item_detail .next-in {
	border: 1px solid #D8D8D8;
}
/* 〇〇〇〇〇〇
---------------------------------------- */
.even {
	background: #fbf8f0;
}
.odd {
	background: #fefcf9;
}
.test_item_detail .answer {
	width: 100px;
}
.test_item_detail .answer a {
	display: block;
	width: 100px;
	height: 30px;
}
.test_item_detail .answer p {
	text-align: center;
	border-radius: 3px;
	border: 1px solid #607594;
	color: #607594;
	padding: 3px;
}
.good_list a:hover {
	background-color: #ccdae4;
	display: block;
	height: 70px;
}
.dashboard_new_samune {
	width: 30%;
}
.dashboard_new_samune img {
	width: 100%;
	height: 70px;
	object-fit: cover;
}
.scenario-progress .next {
	display: flex;
}
.scenario-desc ._item-child {
	display: flex;
	justify-content: space-between;
}
.dash_item ._item2 {
	display: flex;
}
.scenario-desc ._item-child p {
	margin: 0px;
}
.scenario-desc ._item-child .progress-container {
	flex-direction: initial !important;
}
.scenario-desc ._item-child ._item2 {
	display: flex;
	width: 200px;
}
.scenario-desc ._item-child ._item3 {
	width: 300px;
	display: flex;
}
.dashboard_new .my_favorite_title {
	padding: 0px;
}
.dashboard_new .my_favorite_title a {
	background-color: unset;
	box-shadow: none;
	height: 40px;
	margin-bottom: 0px;
	line-height: 40px;
}
.dashboard_new .my_favorite_title a:hover {
	background-color: #ccdae4;
	display: block;
	margin: 0px;
	border-radius: unset;
	height: 40px;
	line-height: 40px;
}
/*------------------ /dashboard ---------------*/
/*------------------ course_list ---------------*/
.progress-container {
	display: flex;
	align-items: center;
	text-align: left;
	margin: 15px 0 0;
}
.progress-control {
	display: flex;
	align-items: center;
	flex-direction: row;
	width: 130px;
}
.progress-control label {
	display: inline-block;
	width: 40%;
	overflow: visible;
	float: left;
}
.progress {
	display: flex;
	height: 13px;
	overflow: hidden;
	line-height: 0;
	font-size: 0.75rem;
	background-color: #e9ecef;
	border-radius: 1.25rem;
	width: 65%;
	margin: 10px 5px 5px;
}
.progress-bar {
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	background-color: #17a2b8 !important;
	transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
	.progress-bar {
		transition: none;
	}
}
.exam-log .answer-log {
	text-align: center;
	margin: auto;
	width: 100%;
	font-size: 14px;
}
.scenario-button-detail {
	position: absolute;
	bottom: 15px;
	right: 10px;
}
.scenario-button-detail a {
	border-radius: 3px;
	background-color: #607594;
	color: #fff !important;
	font-size: 12px;
	padding: 5px 10px;
}
/*------------------ /course_list ---------------*/
/*------------------ my_setting ---------------*/
.my_setting {
	border: 1px solid #f0f0f0;
	border-radius: 5px;
	box-shadow: 0px 1px 3px 1px #f1f1f1;
	margin-bottom: 25px;
	padding: 0px 0px 20px 0px;
}
.my_setting_button {
	text-align: center;
	border-radius: 3px;
	border: 1px solid #607594;
	color: #607594;
	padding: 3px;
	width: 50px;
	margin: auto;
}
.my_setting_button:hover {
	background: #607594;
	color: #FFF;
}
.my_setting_form {
	padding-left: 10px;
}
.my_setting_form span {
	padding-right: 20px;
}
.my_profile_button {
	padding-left: 10px;
}
/*------------------ /my_setting ---------------*/
.scenario-button-test {
	display: flex;
	justify-content: flex-start;
	float: right;
}
.scenario-button-test .good_comment_button {
	text-align: center;
	border-radius: 3px;
	border: 1px solid #607594;
	color: #607594;
	padding: 3px;
	width: 85px;
	margin: 0px !important;
	float: right;
	line-height: 20px;
	display: block;
}
.scenario-button-test a {
	display: flex;
	justify-content: flex-end;
	float: right;
	width: 93px;
	height: 25px;
	padding-left: 5px;
	box-shadow: unset;
	background-color: unset;
}
.scenario-button-test a:hover {
	background-color: unset;
}
.scenari-step-progress {
	padding-left: 10px;
	position: absolute;
	top: 40px;
	font-weight: normal;
}
.scenario-step-title {
	padding: 10px;
	width: 60%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.scenario-no-step-title {
	padding: 10px;
	width: 60%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.scenario-test-right {
	position: absolute;
	right: 10px;
	top: 40px;
	font-weight: normal;
}
.scenari_detail_time {
	font-weight: normal;
}
.scenari-title-right {
	position: absolute;
	top: 10px;
	right: 10px;
}
.comment_table_waku p {
	font-size: 13px;
	margin: 0px;
	width: 95%;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	max-height: 28px;
	padding-left: 5px;
	margin-bottom: 5px;
}
.comment_table_waku span {
	color: #6a9fd3;
	font-size: 13px;
	/* padding: 5px; */
	display: block;
	/* padding: 5px; */
	padding-left: 5px;
	padding-top: 3px;
}
.comment_table_detail {
	width: 100%;
	height: 75px;
	width: 100%;
	left: 0px;
	top: 0px;
	display: block;
	border: 1px solid #f0f0f0;
	border-radius: 3px;
	margin-bottom: 5px;
}
.comment_table_detail a {
	display: block;
	width: 100%;
	height: 75px;
}
.comment_table_link {
	display: none;
}
.comment_table_link i {
	color: #000;
}
.text_right {
	text-align: right;
	margin: auto;
	position: absolute;
	top: 28px;
	right: 10px;
}
.answer .good_comment_button {
	text-align: center;
	border-radius: 3px;
	border: 1px solid #607594;
	color: #607594;
	padding: 3px;
	width: 85px;
	margin: 0px !important;
	float: right;
	line-height: 20px;
	display: block;
}
.correct-answer a {
	text-align: center;
	border-radius: 3px;
	border: 1px solid #607594;
	color: #607594;
	padding: 3px;
	width: 85px;
	margin: 0px !important;
	line-height: 20px;
	display: block;
	position: absolute;
	right: 10px;
	top: 5px;
}
.correct-answer a:hover {
	background: #607594;
	color: #FFF;
}
.good_comment_button:hover {
	background: #607594;
	color: #FFF;
}
.jccms_comment_text {
	position: absolute;
	top: 30px;
	padding: 5px;
}
.comment_table_button {
	position: absolute;
	right: 15px;
	top: 20px;
}
.comment_button_delete {
	border-radius: 3px;
	justify-content: space-around;
	align-items: center;
	margin: 0 auto;
	padding: 5px 10px;
	color: #FFF;
	transition: 0.3s ease-in-out;
	font-weight: 600;
	background: linear-gradient(#e7e7e7, #9e9fa1);
	border-style: unset;
	&:hover {
		opacity: 0.7;
	}
}
.comment_button_edit {
	border-radius: 3px;
	justify-content: space-around;
	align-items: center;
	margin: 0 auto;
	max-width: 220px;
	padding: 5px 10px;
	color: #FFF;
	transition: 0.3s ease-in-out;
	font-weight: 600;
	background: rgb(149, 202, 252);
	background: linear-gradient(#93defd, #64a3d8);
	border-style: unset;
	&:hover {
		opacity: 0.7;
	}
}
/*------------------ /good_comment ---------------*/
/*------------------ my_favorite ---------------*/
.my_favorite_table td {
	border-width: 1px 0px;
	border-color: #dfe2e2;
	border-style: solid;
}
.my_favorite_table {
	width: 100%;
}
.my_favorite_title {
	width: 462px;
}
/* 005 */
.button005 {
	width: 70px;
	padding: 10px 0px;
}
.button005 a {
	border-radius: 3px;
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 0 auto;
	max-width: 220px;
	padding: 5px 10px;
	color: #FFF;
	transition: 0.3s ease-in-out;
	font-weight: 600;
	background: rgb(149, 202, 252);
	background: linear-gradient(#93defd, #64a3d8);
}
.button005 a:hover {
	opacity: 0.6;
	filter: brightness(110%);
}
/* 006 */
.button006 {
	padding: 0px 15px 0px 0px;
	width: 45px;
}
.button006 a {
	border-radius: 3px;
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 0 auto;
	max-width: 220px;
	padding: 5px 10px;
	color: #FFF;
	transition: 0.3s ease-in-out;
	font-weight: 600;
	background: rgb(149, 202, 252);
	background: linear-gradient(#e7e7e7, #9e9fa1);
	width: 40px;
	float: right;
}
.button006 a:hover {
	opacity: 0.6;
	filter: brightness(110%);
}
.my_favorite_table .my_setting_form {
	margin: 0px;
}
.my_setting_form input {
	margin-right: 10px;
}
.my_favorite {
	border: 1px solid #f0f0f0;
	border-radius: 5px;
	box-shadow: 0px 1px 3px 1px #f1f1f1;
}
/*------------------ /my_favorite ---------------*/
.lineup {
	justify-content: space-between;
	display: flex;
}
.good_list {
	width: 95%;
	margin: auto;
	border-top: 1px solid #dfe2e2;
}
.good_detail {
	margin: 5px 5px;
	font-size: 13px;
	width: 77%;
	position: absolute;
	top: 5px;
	left: 16%;
}
.good_detail p {
	margin: 0px;
}
.good_detail-wrap {
	display: flex;
	justify-content: flex-start;
	height: 70px;
}
span.good_detail p {
	margin-top: 5px;
}
.fa-position-right {
	position: absolute;
	top: calc(50% - .5em);
	right: 1rem;
}
.progression_t .scenario-desc {
	border-top: 1px solid #dfe2e2;
	width: 100%;
	color: #000;
	text-align: left;
	padding: 0px;
	background-color: #D0E8F2;
	border-bottom: 3px solid #fff;
}
.progression_t .scenario-desc:hover {
	background-color: #abd0df;
}
.scenario-progress .scenario-desc {
	display: unset !important;
}
.progress-control {}
.good_detail i {
	line-height: 17px;
}
.dashboard-history .title-detail {
	display: flex;
}
.dashboard-history-linkable ._item {
	width: 95%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left;
}
.dashboard-history-linkable:hover {
	background-color: #ccdae4;
}
.dashboard-history {
	border-top: 1px solid #dfe2e2;
	width: 95%;
	margin: auto;
}
.dashboard-history li {
	border-bottom: 1px solid #dfe2e2;
}
.history-bottom {
	position: absolute;
	bottom: 6px;
	display: flex;
}
.button-outside {
	position: absolute;
	right: 5px;
	bottom: 5px;
}
.button-outside ._item3 {
	width: 60px;
}
.button-outside .good_comment_button {
	display: block;
	margin: 0px !important;
}
.button-outside ._item3 {
	display: block;
}
.contents-body div {
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}
/*----------------- /dashboard -----------------*/
/*----------------- scenarios -----------------*/
.blue_button {
	text-align: center;
	border-radius: 3px;
	border: 1px solid #607594;
	color: #607594;
	padding: 3px;
	width: 85px;
	margin: 0px;
	float: right;
	line-height: 20px;
	display: block;
}
.blue_button:hover {
	background: #607594;
	color: #FFF;
}
._item_detail ._item3 a {
	display: flex;
}
.scenarios-test-list {
	width: 95%;
	margin: auto;
}
.scenario-button-outside {
	position: absolute;
	bottom: -10px;
	left: 40%;
}
.scenario-progress ._item_detail {
	position: relative;
}
.scenarios-test-list ._item_detail {
	position: relative;
}
.scenarios-test-list ._item_detail .next-in a {
	display: block;
	height: 60px;
}
.scenarios-test-list ._item_detail ._item-child {
	display: flex;
	justify-content: flex-start;
}
.scenarios-test-list ._item_detail .answer {
	position: absolute;
	right: 5px;
	bottom: -16px;
	width: 100px;
}
.scenarios-test-list ._item_detail .answer p {
	background-color: #607594;
	color: #fff;
	font-size: 12px;
}
.scenarios-test-list ._item_detail .correct-answer {
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 30%;
}
.scenarios-test-list ._item_detail .correct-answer a {
	display: block;
	height: 100%;
	width: 100%;
}
.scenarios-test-list ._item_detail .correct-answer p {
	background-color: #607594;
	color: #fff;
	font-size: 12px;
}
.scenario-titke-url {
	position: absolute;
	display: block;
	left: 30%;
	top: 5px;
}
.scenario-desc {
	position: relative;
}
.scenario-desc a {
	display: block;
	height: 100%;
}
.scenario-title-arrow {
	width: 80%;
	padding: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	font-weight: bold;
}
.scenario-release-date {
	width: 20%;
}
.scenario-release-date p {
	margin: 0px;
	padding: 10px;
}
.scenario-progress-detail {
	display: flex;
	width: 100%;
	justify-content: space-between;
}
.scenario-progress-detail2 {
	display: flex;
	width: 100%;
	justify-content: flex-start;
	line-height: 35px;
	padding-left: 10px;
}
.scenario a {
	width: 100%;
	height: 70px;
	display: block;
}
/*----------------- /scenarios -----------------*/
/*------------------ my_favorite ---------------*/
.my_favorite_table td {
	border-width: 1px 0px;
	border-color: #dfe2e2;
	border-style: solid;
}
.my_favorite_table {
	width: 100%;
}
.my_favorite_title {
	width: 462px;
}
/* 005 */
.button005 {
	width: 70px;
	padding: 10px 0px;
}
.button005 a {
	border-radius: 3px;
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 0 auto;
	max-width: 220px;
	padding: 5px 10px;
	color: #FFF;
	transition: 0.3s ease-in-out;
	font-weight: 600;
	background: rgb(149, 202, 252);
	background: linear-gradient(#93defd, #64a3d8);
}
.button005 a:hover {
	opacity: 0.6;
	filter: brightness(110%);
}
/* 006 */
.button006 {
	padding: 0px 15px 0px 0px;
	width: 45px;
}
.button006 a {
	border-radius: 3px;
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 0 auto;
	max-width: 220px;
	padding: 5px 10px;
	color: #FFF;
	transition: 0.3s ease-in-out;
	font-weight: 600;
	background: rgb(149, 202, 252);
	background: linear-gradient(#e7e7e7, #9e9fa1);
	width: 40px;
	float: right;
}
.button006 a:hover {
	opacity: 0.6;
	filter: brightness(110%);
}
.my_favorite_table .my_setting_form {
	margin: 0px;
}
.my_setting_form input {
	margin-right: 10px;
}
.my_favorite {
	border: 1px solid #f0f0f0;
	border-radius: 5px;
	box-shadow: 0px 1px 3px 1px #f1f1f1;
}
/*------------------ /my_favorite ---------------*/