.termArea{
	word-break:keep-all;
	letter-spacing:-0.7px;
	font-family:"noto3";
}
.termArea ul li{
	float:none;
}
.txtArea .tc{
	text-align:center !important;
}
.txtArea .tl{
	text-align:left !important;
}
.txtArea .tr{
	text-align:right !important;
}
.txtArea{
	width:100%;
	margin:15px auto 0;
}
.txtArea:first-child{
	margin:0 0 0 ;
}
.txtArea .term_title{
	font-size:16px;
	margin-bottom:7px;
	display:block;
}
.txtArea .term_txt,
.txtArea ul{
	word-break:keep-all;
	line-height:150%;
}
.txtArea ul li{
	margin-bottom:6px;
}
.list-number-round li{
	position:relative;
	padding-left: 15px;
	margin:0 0 6px;
	line-height: 130%;
}
.list-number-round li:after{
	position:absolute;
	top: 0px;
	left:0;
	display:inline-block;
}
.list-number-round > li:nth-child(1):after{
	content:'①';
}
.list-number-round > li:nth-child(2):after{
	content:'②';
}
.list-number-round > li:nth-child(3):after{
	content:'③';
}
.list-number-round > li:nth-child(4):after{
	content:'④';
}
.list-number-round > li:nth-child(5):after{
	content:'⑤';
}
.list-number-round > li:nth-child(6):after{
	content:'⑥';
}
.list-number-round > li:nth-child(7):after{
	content:'⑦';
}
.list-number-round > li:nth-child(8):after{
	content:'⑧';
}
.list-number-round > li:nth-child(9):after{
	content:'⑨';
}
.list-number-round > li:nth-child(10):after{
	content:'⑩';
}
.list-number{
	counter-reset: item;
}
.list-number > li{
	padding-left:13px;
	margin:0 0 6px;
    position:relative;
}
.list-number > li:after{
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 10px;
	content: counter(item) ".";
	counter-increment: item;
}
.sub-list {
	margin:10px 0 10px;
}
.term_table{
	border:1px solid #989898;
	border-collapse: collapse;
}
.term_table th,
.term_table td{
	border:1px solid #989898;
	padding:7px;
	word-break:keep-all;
	line-height:140%;
	font-size:13px !important;
}
.term_table td > ul li{
	font-size:13px !important;
	margin-bottom:3px;
}
.term_table th{
	background:#eee;
	color:#000;
	font-family:"noto4";
}
.term_table td{
	padding:5px;
}
.term_result_area{
	border:1px solid #989898;
	font-size:13px;
	padding:10px;
	margin:10px 0 0 0;
	box-sizing:border-box;
	max-width:600px;
}
.term_result_area > ul li{
	margin:0 0 5px !important;
	font-size:12px;
}
.term_result_area > .prev_term_view{
	display:block!important;
	margin:5px 0 !important;
	background:#989898!important;
	padding:5px 15px!important;
	border-radius:5px!important;
	color:#ffffff!important;
	box-sizing:border-box!important;

}
.txtArea .select_wrap, .terms_wrap .select_wrap{
	position: relative;
}
.txtArea .select_wrap::after, .terms_wrap .select_wrap::after{
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	background: url(https://static-sdedu.akamaized.net/img1/mobile/images/new_icon/arrow_down.png)center center no-repeat;
	background-size: 15px;
	right: 4%;
	top: 70%;
	margin: -10px 0 0 0;
}

.prev_term_list_new{
	width: 100%;
	border: 1px #000 solid;
	line-height: 35px;
	height: 40px;
	box-sizing: border-box;
	padding: 0 0 0 15px;
	font-size: 12px;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;

	font-weight: 600;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	background: #fff !important;
	color: #000 !important;
}
@media screen and (min-width: 999px) {
	.prev_term_list_new{
		width: 280px;
	}
	.terms_wrap .select_wrap::after, .txtArea .select_wrap::after{
		transform: translate(-115%, 0%);
		right: auto;
	}

}
.prev_term_list_new option{
	margin: 0;
	padding: 0;
	text-decoration: none !important;
	float: none !important;
	outline: none!important;
	box-sizing: border-box;
}
