@charset "UTF-8";


:root ol, :root ul {
	margin: 0;
	padding: 0;
}

.nt_modal.center {
    padding: 0;
}
.nt_modal.center .modal-inner {
    top: calc(50% + 10px);
    bottom: auto;
    transform: translateY(0%);
    border-radius: 10px;
}
.nt_modal.center .content {
	max-height: calc(100vh - 230px);
	border: 4px solid #05a526;
	padding: 40px 35px;
	border-radius: 10px;
}
@media screen and (max-width: 767px){
    .nt_modal.center .content {
        padding: 20px 20px;
    }
}

body.modal-open {
	overflow: hidden;
}
.nt_modal {
	opacity: 0;
	visibility: hidden;
	display: flex;
	justify-content: center;
	position: fixed;
	z-index: 3;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 25px 0 0;
	transition: all .3s;
}
.nt_modal.show {
	opacity: 1;
	visibility: visible;
}
.nt_modal.hide {
	opacity: 0;
	visibility: hidden;
}
.nt_modal .modal-bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,.4);
}
.nt_modal .modal-inner {
	position: absolute;
	top: 28px;
	bottom: 0;
	width: 85%;
	max-width: 653px;
	padding-bottom: 45px;
	background: #fff;
	border-radius: 30px 30px 0 0;
	transform: translateY(40px);
	transition: all .3s;
}
.nt_modal.show .modal-inner {
	transform: translateY(-50%);
	padding: 5px 5px;
}
.nt_modal .modal-close {
	position: absolute;
	right: -15px;
	top: -20px;
	width: 50px;
	height: 50px;
	background: #ff793e;
	border-radius: 50%;
	box-shadow: 0 0 5px rgba(0,0,0,.1);
	cursor: pointer;
	transition: all .3s;
}
.nt_modal .modal-close:before,
.nt_modal .modal-close:after {
	content: '';
	position: absolute;
	top: 23px;
	right: 14px;
	width: 20px;
	height: 2px;
	background: #ffffff;
	transform: rotate(45deg);
	pointer-events: none;
	border-radius: 5px;
}
.nt_modal .modal-close:after {
	transform: rotate(-45deg);
}
.nt_modal .title {
	margin-bottom: 25px;
	padding: 12px 20px 10px;
	background: url(../img/common/bg_green.jpg);
	color: #fff;
	font-weight: bold;
	font-size: 21px;
	text-align: center;
	border-radius: 25px 25px 0 0;
}
.nt_modal .title.course {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 11px 20px 9px;
	background: url(../img/common/bg_green.jpg);
	color: #fff;
	font-weight: bold;
	font-size: 21px;
}
.nt_modal .title.course .icon {
	overflow: hidden;
	width: 42px;
	background: #fff;
	border-radius: 50%;
}
.nt_modal .title.course .text {
	width: calc(100% - 55px);
	color: #fff;
	font-size: 21px;
	text-align: left;
	display: flex;
	align-items: center;
}
.nt_modal .title.course .small {
	font-size: 12px;
	margin-left: 8px;
}
.nt_modal .content {
	overflow: auto;
	max-height: calc(100vh - 210px);
}
@media (orientation: landscape){
      .nt_modal .content {
        max-height: calc(100vh - 130px);
    }
}
.nt_modal .content::-webkit-scrollbar {
	width: 7px;
}
.nt_modal .content::-webkit-scrollbar-thumb {
	background: #d9dcdf;
	border: 2px solid #fff;
}
.nt_modal .text {
	color: #00a726;
	font-size: 23px;
	font-weight: bold;
	line-height: 1.4;
}
.nt_modal .text li {
	padding: 10px 20px 10px 0;
	position: relative;
}
.nt_modal .text li:before {
	content: "";
	position: absolute;
	background: url(../img/icon_arrow_green.png) no-repeat right center / 25px;
	width: 28px;
	height: 28px;
	top: 0;
	right: 0;
	bottom: 0;
	top: 50%;
	transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
	.nt_modal .text {
		font-size: 14px;
	}
	.nt_modal .text li {
		padding: 10px 30px 10px 0;
		position: relative;
	}
	.nt_modal .text li:before {
		background: url(../img/icon_arrow_green.png) no-repeat right center / 20px;
		width: 20px;
		height: 20px;
	}
}
.nt_modal .text ol {
	display: inline-block;
	font-size: 14px;
	margin: 0 22px;
}
.nt_modal .text ol > li {
	position: relative;
	text-align: left;
	padding-left: 28px;
	counter-increment: cnt;
	line-height: 1.8em;
}
.nt_modal .text ol > li:before {
	content: counter(cnt)"";
	position: absolute;
	left: 0;
	line-height: 1.7em;
	width: 21px;
	height: 21px;
	text-align: center;
	color: #fff;
	background-color: #00a726;
	border-radius: 30px;
}
.nt_modal .text ol > li [data-ruby]:before {
  top: -1.3em;
}
.nt_modal .image {
	margin-top: 10px;
	text-align: center;
}
.nt_modal .image img {
	width: 118px;
}
.nt_modal .close {
	margin-top: 20px;
}
.nt_modal .nt_form {
    margin-top: 0;
    padding-bottom: 5px;
    border-radius: 0;
}
.nt_modal .nt_form .form .title {
	width: calc(100% - 30px);
	border-radius: 0;
	text-align: left;
}
.nt_modal .nt_form .form ul {
	width: calc(100% - 30px);
	margin: 0 auto;
	pointer-events: none;
}
.nt_modal .nt_form .form ul p {
	transform: translateY(2px);
	color: #3d3d3d;
	box-shadow: 0 0 0 #d0d0d0;
}
