@charset "UTF-8";

/*========================================================================

  reset

========================================================================*/

body {
	overflow-x: hidden;
	background: url(../img/common/bg_blue.jpg) center / contain;
}
body:before {
	content: '';
	position: fixed;
	width: 1200px;
	height: 800px;
	left: 50%;
}
body:before {
	transform:translateX(-50%);
	background: url(../img/common/bg_blue-anime.gif) no-repeat center;
}
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	vertical-align: top;
}
.pbHeaderArea,
.pbFooterArea {
	overflow: visible;
}
:focus {
	outline: none;
}
:root ol, :root ul {
	margin: 0;
	padding: 0;
}
.pbNested {
	clear: none;
	overflow: visible;
	min-width: 10px;
}
.pb-layout {
	outline: 1px dotted #ccc !important;
	box-shadow: none!important;
}
.pb-handle {
	display: block!important;
	width: auto!important;
	height: auto!important;
	min-width: auto!important;
	min-height: auto!important;
	border: 1px solid #999!important;
	font-family: Meiryo, 'Hiragino Kaku Gothic ProN', 'MS PGothic', Sans-serif!important;
	font-weight: normal!important;
	letter-spacing: normal!important;
	text-indent: 0!important;
	line-height: 1.6;
}
.pb-handle:before,
.pb-handle:after {
	display: none!important;
}
.pbNotEditable {
	min-width: 200px!important;
	background: rgba(32, 32, 32, 0.5)!important;
}
.pbZero td {
	vertical-align: middle;
}

/*========================================================================

  base

========================================================================*/

.pbPage {
	position: relative;
	max-width: 520px;
	min-height: 100vh;
	margin: 0 auto;
	background: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 87.5%;
	line-height: 1.8;
}
.pbPage + span {
	display: none!important;
}

/*  title
------------------------------------------------*/

h1,
h2,
h3 {
	font-size: 100%;
}

/*  link
------------------------------------------------*/

a {
	color: #000;
	text-decoration: none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	transition: all .3s;
}
a img {
	transition: all .3s;
}

/*  list
------------------------------------------------*/

ol,
ul {
	list-style: none;
}

/*  img
------------------------------------------------*/

img {
	max-width: 100%;
	height: auto;
}

/*  label
------------------------------------------------*/

label,
button {
	cursor: pointer;
	transition: all .3s;
}

/*  table
------------------------------------------------*/

table {
	max-width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
}

/*  style
------------------------------------------------*/

/*  inner  */

.inner {
	position: relative;
	width: calc(100% - 50px);
	margin: 0 auto;
}

/*  button  */

.button {
	text-align: center;
}
.button img {
	max-height: 46px;
	transition: all .3s;
	vertical-align: middle;
}
@media (min-width: 768px) {
	.button img:hover {
		opacity: .7;
	}
}
.button button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0 auto;
	background: none;
	border: 0;
}
.button.disabled button {
	pointer-events: none;
}
.button.disabled button img {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: .6;
}

/*  ruby  */

[data-ruby] {
    display: inline-block;
    position: relative;
}
[data-ruby]:before {
    content: attr(data-ruby);
    position: absolute;
    top: -.8em;
    left: -20px;
    right: -20px;
    margin: auto;
    font-size: 10px;
    white-space: nowrap;
    text-align: center;
    transform: scale(.8);
    font-weight: bold;
}

/*  button  */

.nt_button:not(:first-child) {
	margin-top: 20px;
}
.nt_button {
	font-size: 15px;
	line-height: 1.4;
}
.nt_button li:not(:first-child) {
	margin-top: 7px;
}
.nt_button li {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 63px;
	padding: 7px 35px 5px 70px;
	background-color: #fff77f;
	background-repeat: no-repeat;
	background-position: 12px center;
	background-size: 53px auto;
	border-radius: 30px;
	box-shadow: 0 2px 0 #d1ca68;
	transition: .2s;
}
.nt_button li.login {
	background-image:url(../img/common/btn_login.png);
}
.nt_button li.training {
	background-image:url(../img/common/btn_training.png);
}
.nt_button li.report {
	background-image:url(../img/common/btn_report.png);
}
.nt_button li.allreport {
	background-image:url(../img/common/btn_allreport.png);
}
@media (min-width: 768px) {
	.nt_button li:hover {
		transform: translateY(2px);
		box-shadow: 0 0 0 #d1ca68;
	}
}
.nt_button li:before,
.nt_button li:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
.nt_button li:before {
	right: 15px;
	width: 15px;
	height: 15px;
	background: #00aa28;
	border-radius: 50%;
}
.nt_button li:after {
	right: 21px;
	width: 4px;
	height: 4px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
}
.nt_button li a {	
	font-weight: bold;
	color: #13b107;
}
.nt_button li a:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
.nt_button li span {
	margin: 0 3px;
	font-size: 14px;
	vertical-align: baseline;
}
.nt_button li.active {
	background-color: #3abc42;
	box-shadow: 0 2px 0 #3abc42;
	pointer-events: none;
}
.nt_button li.active a {
	color: #fff;
}
.nt_button li.active:before {
	background: #fff;
}
.nt_button li.active:after {
	border-color: #3abc42;
}

/*  other
------------------------------------------------*/

br.pc-only {
	display: none;
}
@media screen and (max-width: 767px) {
	br.pc-only {
		display: block;
	}
}

/*========================================================================

  header

========================================================================*/

.nt_header {
	padding: 15px 0;
	background: url(../img/common/bg_green.jpg);
}
.nt_header .logo {
	text-align: center;
}
.nt_header .logo img {
	max-height: 76px;
}
.nt_header .howto {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 0;
	width: 58px;
	height: 58px;
}
.nt_header .howto a {
	display: block;
}
@media (min-width: 768px) {
	.nt_header .howto a:hover {
		transform: translateY(2px);
	}
}
.nt_navigation {
	background: #f3f3f3;
	line-height: 1.4;
}
.nt_navigation .pbBlockNavigation {
	width: calc(100% - 30px);
	margin: 0 auto;
	padding: 12px 0 9px;
	font-size: 11px;
}
.nt_navigation .pbBlockNavigation a {
	position: relative;
	padding-right: 20px;
	transition: none;
	display: inline-block;
}
@media (min-width: 768px) {
	.nt_navigation .pbBlockNavigation a:hover {
		color: #009944;
		text-decoration: underline;
	}
}
.nt_navigation .pbBlockNavigation a:after {
	content: '＞';
	position: absolute;
	right: 5px;
	color: #000;
}

/*========================================================================

  footer

========================================================================*/

/*  f-menu
========================================================================*/

.nt_f-menu {
	padding: 30px 0 25px;
	background: #fff9d3;
	font-size: 15px;
}
.nt_f-menu .button {
	margin-top: 20px;
	text-align: center;
}
.nt_f-menu button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 10px 45px;
	background: #f3f3f3;
	font-weight: bold;
	color: #13b107;
	font-family: "Hiragino Kaku Gothic Pro","Yu Gothic",YuGothic,sans-serif;
	font-size: 15px;
	border: none;
	border-radius: 10px;
	box-shadow: 0 2px 0 #d1ccac;
	cursor: pointer;
	transition: .2s;
}
@media (min-width: 768px) {
	.nt_f-menu button:hover {
		transform: translateY(2px);
		box-shadow: 0 0 0 #d1ccac;
	}
}

/*  f-form
========================================================================*/

.nt_f-form {
	padding: 25px 0;
	background: url(../img/common/bg_green.jpg);
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}
.nt_f-form .link {
	margin-top: 10px;
}
.nt_f-form .link a {
	position: relative;
	display: inline-block;
	padding: 15px 50px 13px;
	background: #fff;
	color: #3d3d3d;
	font-weight: bold;
	border-radius: 30px;
}
@media (min-width: 768px) {
	.nt_f-form .link a:hover {
		background: #f3f3f3;
	}
}
.nt_f-form .link a:before,
.nt_f-form .link a:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
.nt_f-form .link a:before {
	right: 20px;
	width: 15px;
	height: 15px;
	background: #3d3d3d;
	border-radius: 50%;
}
.nt_f-form .link a:after {
	right: 26px;
	width: 4px;
	height: 4px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
}

/*  f-setting
========================================================================*/

.nt_f-setting {
	padding: 18px 0 24px;
	background: #ccc;
}
.nt_f-setting .title {
	padding-left: 38px;
	background: url(../img/common/f_setting.png) no-repeat left 0px / 28.5px auto;
	color: #3d3d3d;
	font-size: 18px;
	font-weight: bold;
}
.nt_f-setting ul {
	margin-top: 5px;
	font-size: 15px;
}
.nt_f-setting li:not(:first-child) {
	margin-top: 5px;
}
.nt_f-setting li a {
	position: relative;
	display: block;
	padding: 16px 35px 7px 20px;
	background: #fff;
	color: #3d3d3d;
	font-weight: bold;
}
@media (min-width: 768px) {
	.nt_f-setting li a:hover {
		background: #f3f3f3;
	}
}
.nt_f-setting li a:before,
.nt_f-setting li a:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
.nt_f-setting li a:before {
	right: 15px;
	width: 15px;
	height: 15px;
	background: #3d3d3d;
	border-radius: 50%;
}
.nt_f-setting li a:after {
	right: 21px;
	width: 4px;
	height: 4px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
}

/*  totop
========================================================================*/

.nt_totop {
	padding: 13px 0;
	background: #54c9ed;
}
.nt_totop a {
	display: block;
	text-align: center;
}
.nt_totop a:before,
.nt_totop a:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
.nt_totop a:before {
	right: 15px;
	width: 15px;
	height: 15px;
	background: #fff;
	border-radius: 50%;
}
.nt_totop a:after {
	right: 21px;
	width: 4px;
	height: 4px;
	border-top: 1px solid #54c9ed;
	border-right: 1px solid #54c9ed;
	transform: rotate(45deg);
}
.nt_totop img {
	width: 260px;
}
@media (min-width: 768px) {
	.nt_totop a:hover {
		opacity: .7;
	}
}

/*  footer
========================================================================*/

/*  pagetop
------------------------------------------------*/

.pbFooterArea {
	position: relative;
}
.nt_footer .pagetop {
	display: none;
	position: fixed;
	z-index: 1;
	width: calc(100% - 30px);
	max-width: 500px;
	left: 50%;
	transform: translateX(-50%);
}
.nt_footer .pagetop a {
	display: block;
	width: 50px;
	height: 50px;
	margin-left: auto;
	background: #f3f3f3;
	border-radius: 50%;
	box-shadow: 0 0 5px rgba(0,0,0,.1);
}
@media (min-width: 768px) {
	.nt_footer .pagetop a:hover {
		transform: translateY(-2px);
	}
}
.nt_footer .pagetop a:after {
	content: '';
	position: absolute;
	top: 5px;
	bottom: 0;
	right: 17px;
	margin: auto;
	width: 10px;
	height: 10px;
	border-top: 3px solid #00aa28;
	border-right: 3px solid #00aa28;
	transform: rotate(-45deg);
}

/*  banner
------------------------------------------------*/

.nt_footer .banner {
	padding: 25px 0;
}
.nt_footer .banner p + ul:not(:first-child) {
	margin-top: 30px;
}
.nt_footer .banner ul + ul {
	margin-top: 5px;
}
.nt_footer .banner ul {
	display: flex;
	justify-content: space-between;
}
.nt_footer .banner li:not(:only-child) {
	width: calc(50% - 3px);
}
.nt_footer .banner a {
	overflow: hidden;
	display: block;
	border-radius: 10px;
	border: 1px solid #d2d2d2;
}
.nt_footer .banner img {
	width: 100%;
}
@media (min-width: 768px) {
	.nt_footer .banner a:hover img {
		transform: scale(1.02);
	}
}

/*  common-footer
========================================================================*/

.footer-totop,
.stViewMode {
	display: none;
}
.footer-lower {
	margin: 0 auto;
	padding: 5px 20px 100px;
	background: #ffffff url(/library/default/middle/img_renew/layout/footer_line.png) no-repeat 100% bottom/contain;
	font-family: "Hiragino Kaku Gothic ProN", "Meiryo", "MS PGothic", sans-serif;
}
.page-footer .footer-lower .footer-logo {
	text-align: center;
}
.page-footer .footer-lower .footer-logo img {
	width: 116px;
}
@media (min-width: 768px) {
	.page-footer .footer-lower .footer-logo a:hover img {
		opacity: .7;
	}
}
.page-footer .footer-lower .footer-sub-nav {
	margin: 15px auto 0;
	line-height: 1;
}
.page-footer .footer-lower .footer-sub-nav .footer-sub-nav_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0;
	text-align: center;
}
.page-footer .footer-lower .footer-sub-nav .footer-sub-nav_list > li {
	margin: 12px 7px 0 0;
	padding-right: 7px;
	border-right: 1px solid #bcbcbc;
	font-size: 11px;
}
.page-footer .footer-lower .footer-sub-nav .footer-sub-nav_list > li:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}
.page-footer .footer-lower .footer-sub-nav .footer-sub-nav_list a {
	transition: none;
}
@media (min-width: 768px) {
	.page-footer .footer-lower .footer-sub-nav .footer-sub-nav_list a:hover {
		color: #009944;
		text-decoration: underline;
	}
}
.page-footer .footer-lower .copyright {
	margin: 25px 0 0 0;
	text-align: center;
}
.page-footer .footer-lower .copyright small {
	font-size: 10px;
}

/*========================================================================

  parts

========================================================================*/

/*  title
========================================================================*/

.nt_title {
	display: flex;
	justify-content: center;
	background: url(../img/common/bg_green.jpg);
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.1;
}
.nt_title > * {
	padding: 21px 0;
	max-width: calc(100% - 30px);	
}

.nt_title.record > * {
	padding-left: 50px;
	background: url(../img/mypage/h2_record.png) no-repeat left center / 46px;
}

.nt_title.course > * {
	padding: 18px 0 17px;
}
.nt_title.course img {
	width: 248px;
}

.nt_title.report > * {
	padding: 11px 0 8px 50px;
	background: url(../img/mypage/report/h2_report.png) no-repeat left 10px / 40px;
	font-size: 30px;
}
.nt_title.report span {
	display: block;
	font-size: 18px;
}

.nt_title.allreport > * {
	padding-left: 55px;
	background: url(../img/mypage/allreport/h2_allreport.png) no-repeat left center / 46px;
}

/*  main
========================================================================*/

.nt_main.gray {
	background: #f3f3f3;
}
.nt_main.shadow {
	box-shadow: 0 3px 5px 0 rgb(0,0,0,.1);
}
.nt_main > div {
	width: calc(100% - 30px);
	margin: 0 auto;
	padding: 20px 0 50px;
}
.nt_main.small > div {
	padding: 15px 0 40px;
}
.nt_main.pb0 > div {
	padding: 20px 0 0px;
}

/*  text
========================================================================*/

.nt_text.center {
	text-align: center;
}
.nt_text.small {
	font-size: 13px;
	line-height: 1.6;
}

/*  modal
========================================================================*/

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: 100%;
	max-width: 520px;
	padding-bottom: 45px;
	background: #fff;
	border-radius: 30px 30px 0 0;
	transform: translateY(40px);
	transition: all .3s;
}
.nt_modal.show .modal-inner {
	transform: translateY(0);
}
.nt_modal .modal-close {
	position: absolute;
	right: 5px;
	top: -20px;
	width: 50px;
	height: 50px;
	background: #f3f3f3;
	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: #3abc42;
	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: 15px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
}
.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;
	margin-top: 15px;
	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;
	font-size: 12px;
	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;
}

/*  center
------------------------------------------------*/

.nt_modal.center {
    padding: 0;
}
.nt_modal.center .modal-inner {
    top: calc(50% + 10px);
    bottom: auto;
    transform: translateY(-50%);
    border-radius: 30px;
}
.nt_modal.center .content {
	max-height: calc(100vh - 230px);
}
@media (orientation: landscape){
      .nt_modal.center .content {
        max-height: calc(100vh - 180px);
    }
}

/*  simple
------------------------------------------------*/

.nt_modal.simple .modal-bg {
    background: rgba(255,255,255,.6);
}
.nt_modal.simple .modal-inner {
	width: auto;
	pointer-events: none;
	padding: 15px 25px;
	background: #e3e3e3;
	border-radius: 0;
}
.nt_modal.simple .modal-close {
	display: none;
}
.nt_modal.simple .text {
	margin: 7px 0 0;
	color: #111;
	font-size: 17px;
	line-height: 1.6;
}

/*  alert
------------------------------------------------*/

.nt_modal.alert .modal-bg {
    background: rgba(255,255,255,.6);
}
.nt_modal.alert .modal-inner {
	width: auto;
	pointer-events: none;
	padding: 25px 35px;
	background: #fcf0f0;
	border-radius: 0;
	font-family: 'BIZ UDPGothic', sans-serif;
	line-height: 1.4;
	letter-spacing: .5px;
}
.nt_modal.alert .modal-close {
	display: none;
}
.nt_modal.alert .message {
	padding-top: 23px;
	background: url(../img/common/icon_exclamation.png) no-repeat center top / 18px;
	font-weight: bold;
	color: #e60012;
	font-size: 17px;
	text-align: center;
}
.nt_modal.alert .notes {
	margin-top: 10px;
	color: #111;
	font-size: 12px;
}

/*  hedding
========================================================================*/

.nt_hedding {
	padding: 10px 0;
	line-height: 1.2;
}
.nt_hedding .inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.nt_hedding .icon {
	width: 26.5px;
}
.nt_hedding .title {
	width: calc(100% - 125px);
	color: #3abc42;
	font-size: 15px;
	font-weight: bold;
}
.nt_hedding .button {
	width: 80px;
}
.nt_hedding .button a {
	display: block;
	padding: 5px 4px;
	background: #f3f3f3;
	color: #13b107;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	border-radius: 10px;
	box-shadow: 0 2px 0 #d0d0d0;
}
@media (min-width: 768px) {
	.nt_hedding .button a:hover {
		transform: translateY(2px);
		box-shadow: 0 0 0 #d0d0d0;
	}
}

/*  class
========================================================================*/

.nt_class:not(:first-child) {
	margin-top: 7px;
}
.nt_class {
	display: flex;
	align-items: center;
	color: #13b107;
	font-weight: bold;
	line-height: 1;
	margin-left: -5px;
}
.nt_class .grade {
	position: relative;
	margin-right: 6px;
	font-weight: bold;
	transform: translateY(-3px);
	white-space: nowrap;
}
.nt_class .grade:only-child {
	margin-top: 10px;
}
.nt_class .grade span.num {
	position: relative;
	top: 3px;
	display: inline-block;
	font-size: 45px;
	letter-spacing: -2px;
	vertical-align: baseline;
	margin-right: 3px;
	min-width: 47px;
	text-align: right;
}
.nt_class .grade span:not(.num) {
	font-size: 30px;
	vertical-align: baseline;
}
.nt_class .grade span:not(.num):only-child {
	font-size: 37px;
}
.nt_class .box {
	flex-grow: 1;
}
.nt_class .text {
	padding-left: 18px;
	background: url(../img/common/icon_pt.png) no-repeat left 0px / 15px;
	white-space: nowrap;
	margin-top: 4px;
	line-height: 1.1;
}
.nt_class .text [data-ruby]:before {
    top: -1em;
    letter-spacing: -.1em;
}
.nt_class .text .num {
	font-size: 16px;
	line-height: 0.9;
}
.nt_class .bar {
	overflow: hidden;
	margin-top: 5px;
	height: 11px;
	background: #f3f3f3;
	box-shadow: 0 8px 8px -8px rgb(0,0,0,.1) inset;
	border-radius: 5px;
}
.nt_class .bar span {
	position: relative;
	display: block;
	height: 11px;
	background: #13b107;
	box-shadow: 0 8px 8px -8px rgb(0,0,0,.1) inset;
	border-radius: 5px;
	transition: 1s;
	animation: bar 1s forwards;
}
@keyframes bar {
	0% {left: -100%;}
	100% {left: 0;}
}

/*  class not-bar
========================================================================*/

.not-bar .nt_class {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	font-weight: bold;
	line-height: 0.9;
	margin: 8px 0 0 0;
	padding: 0 20px 3px 20px;
	color: #13b107;
}
.not-bar .nt_class .point {
	display: flex;
	padding-left: 48px;
	background: url(../img/common/icon_pt.png) no-repeat left 0px / 43px;
	height: 44px;
}
.not-bar .nt_class .point .num {
	font-size: 47px;
}
.not-bar .nt_class .text {
	font-size: 12px;
	margin-top: 5px;
	background: none;
	letter-spacing: 0.05em;
}
.not-bar .nt_class .text .num {
	font-size: 12px;
	line-height: 1.1;
}

/*  form
========================================================================*/

.nt_form {
	overflow: hidden;
	margin-top: 12px;
	padding-bottom: 30px;
	background: #fff;
	border-radius: 25px;
}
.nt_form .course {
	display: flex;
	align-items: center;
	padding: 11px 20px 9px;
	background: url(../img/common/bg_green.jpg);
	color: #fff;
	font-weight: bold;
	font-size: 21px;
	justify-content: flex-start;
}
.nt_form .course .icon {
	overflow: hidden;
	width: 42px;
	background: #fff;
	border-radius: 50%;
	margin-right: 10px;
}
.nt_form .course .text {
	line-height: 1.6;
	display: table;
}
.nt_form .course .text:only-child {
	width: 100%;
	display: block;
	padding: 2px 0;
	text-align: center;
}
.nt_form .course .small {
	font-size: 12px;
	vertical-align: middle;
}
@media screen and (max-width: 767px) {
	.nt_form .course .small {
		display: table-cell;
	}
}

.nt_form .status {
	overflow: hidden;
	position: relative;
	padding: 0 20px;
	color: #848484;
	font-weight: bold;
	box-shadow: 0 3px 5px 0 rgb(0,0,0,.1);
}
.nt_form .status:before,
.nt_form .status:after {
	content: '';
	position: absolute;
	margin: auto;
	width: 10px;
	height: 10px;
    border-left: 2px solid #3bbb42;
    border-bottom: 2px solid #3cba42;
	opacity: 1;
}
.nt_form .status:before {
	top: 0;
	bottom: 0;
	left: 10px;
	transform: rotate(45deg);
}
.nt_form .status:after {
	top: 0;
	bottom: 0;
	right: 10px;
	transform: rotate(-135deg);
}
.nt_form .status.mameshiba:before,
.nt_form .status.mameshiba:after {
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-bottom: 8px solid #3cba42;
	transform: rotate(135deg);
}
.nt_form .status.mameshiba:before {
	transform: rotate(135deg);
}
.nt_form .status.mameshiba:after {
	transform: rotate(-45deg);
}
.nt_form .status ul {
	display: flex;
	overflow-x: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
	cursor: pointer;
}
.nt_form .status ul::-webkit-scrollbar {  
    display: none;
}
.nt_form .status li {
	position: relative;
	margin: 0 6px;
	padding: 8px 10px;
	white-space: nowrap;
	cursor: pointer;
	transition: all .3s;
}
.nt_form .status li:first-child {
	margin-left: 0;
}
.nt_form .status li:last-child {
	margin-right: 0;
}
@media (min-width: 768px) {
	.nt_form .status li:hover {
		color: #3d3d3d;
	}
}
.nt_form .status .active:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5px;
}
.nt_form .status .active:after {
	background: #3abc42;
}
.nt_form .status .active {
	color: #3d3d3d;
	pointer-events: none;
}
.nt_form form {
	display: none;
}
.nt_form form.active {
	display: block;
	animation: form-fade .4s ease-in-out 0s;
	z-index: 99999 !important

}
@keyframes form-fade {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
.nt_form .form-title:not(:first-child) {
	margin-top: 30px;
}
.nt_form .form-title {
	padding: 7px 15px;
	font-size: 20px;
	font-weight: bold;
	background: #e5e5e5;
	color: #3d3d3d;
}
.nt_form .form .title {
	margin: 25px auto 15px;
	padding: 8px 13px;
	background: #fdf57d;
	color: #3d3d3d;
	font-weight: bold;
	font-size: 15px;
}
.nt_form .form ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 10px;
}
.nt_form form:not(.myStatus) ul{
	pointer-events: none;
}
.nt_form .form ul:after,
.nt_form .form ul:before {
	content: '';
	display: block;
	width: calc(25% - 6px);
}
.nt_form .form ul:before {
	order: 1;
}
.nt_form .form li {
	width: calc(25% - 6px);
}
.nt_form .form ul input {
	display: none;
}
.nt_form .form ul p {
	background: #e5e5e5;
	color: #3abc42;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	border-radius: 10px;
	border: 3px solid #e5e5e5;
	box-shadow: 0 2px 0 #d0d0d0;
	transition: transform .2s, box-shadow .2s;
}
.nt_form .form .disableButton ul p {
	background: #d5d5d5;
	color: #fff;
	border: 3px solid #d5d5d5;
	box-shadow: none;
}
.nt_form .form .disableButton ul p.active {
	background: #e5e5e5;
	border: 3px solid #e5e5e5;
}

@media (min-width: 768px) {
	.nt_form .form ul p:hover {
		transform: translateY(2px);
		box-shadow: 0 0 0 #d0d0d0;
	}
}
.nt_form .form ul p.active {
	position: relative;
}
.nt_form .form ul p.active:after {
	content: '';
	position: absolute;
	top: -7px;
	right: -7px;
	width: 20px;
	height: 27px;
	background: url(../img/common/icon_clear.png) no-repeat center / contain;
}
.nt_form .form ul span {
	display: block;
}
.nt_form .form .count {
	padding: 3px 3px 5px;
	font-size: 12px;
}
.nt_form .form .count:only-child {
	padding: 15px 3px;
}
.nt_form .form .count strong {
	margin-right: 2px;
	font-size: 18px;
	vertical-align: baseline;
}
@media screen and (max-width: 767px) {
	.nt_form .form ul p span.count strong {
		font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	}
}
.nt_form .form .score {
	padding: 4px 3px 1px;
	font-size: 12px;
	background: #fff462;
	border-radius: 0 0 8px 8px;
}
.nt_form .form .score:before {
	content: '';
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-right: 3px;
	background: url(../img/common/icon_pt.png) no-repeat center / contain;
	vertical-align: middle;
	transform: translateY(-2px);
}
.nt_form .form .disableButton .score {
	padding: 4px 3px 1px;
	font-size: 12px;
	background: #bcbbbb;
	border-radius: 0 0 8px 8px;
}
.nt_form .form .clear {
	display: flex;
	justify-content: center;
	margin: 0 -3px -4px;
	padding: 6px 0;
	background: #d43f3f;
	color: #fff77f;
	font-size: 11px;
	border-radius: 0 0 8px 8px;
	white-space: nowrap;
}
.nt_form .form .clear:before {
    content: attr(data-day);
    display: inline-block;
    white-space: nowrap;
    transform: translateX(-2px);
}
@media screen and (max-width: 767px) {
	.nt_form .form .clear {
		font-size: 10px;
		padding-right: 5px;
	}
	.nt_form .form .clear:before {
		transform: scale(.9) translateX(3px);
	}
}
.nt_form .form ul input[type=checkbox]:checked + p {
	background: #3abc42;
	border-color: #3abc42;
	transform: translateY(2px);
	box-shadow: 0 0 0 #d0d0d0;
}
.nt_form .form ul input[type=checkbox]:checked + p .count {
	color: #fff;
}
.nt_checkbox {
	margin-top: 25px;
	padding: 0 10px;
	text-align: center;
}
.nt_checkbox a {
	color: #13b107;
	border-bottom: 1px solid #13b107;
}
@media (min-width: 768px) {
	.nt_checkbox a:hover {
		border: none;
	}
}

/*  checkbox
========================================================================*/

.nt_checkbox input[type=checkbox] {
	display: none;
}
.nt_checkbox input[type=checkbox] + span {
	position: relative;
	display: inline-block;
	padding-left: 27px;
}
.nt_checkbox input[type=checkbox] + span:before,
.nt_checkbox input[type=checkbox] + span:after {
	content: '';
	position: absolute;
	top: 2px;
	left: 0;
	width: 22px;
	height: 19px;
}
.nt_checkbox input[type=checkbox] + span:before {
	background: url(../img/common/checkbox_off.png) no-repeat center / 22px;
}
.nt_checkbox input[type=checkbox]:checked + span:before {
	opacity: 0;
}
.nt_checkbox input[type=checkbox] + span:after {
	opacity: 0;
	background: url(../img/common/checkbox_on.png) no-repeat center / contain;
}
.nt_checkbox input[type=checkbox]:checked + span:after {
	opacity: 1;
}
.nt_checkbox button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	margin: 10px auto 0;
	background: none;
	border: 0;
	cursor: pointer;
	transition: all .3s;
}
@media (min-width: 768px) {
	.nt_checkbox button:hover {
		opacity: .7;
	}
}
.nt_checkbox button img {
	max-height: 46px;
	transition: all .3s;
}
.nt_checkbox:not(.active) button {
	pointer-events: none;
}
.nt_checkbox:not(.active) button img {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: .6;
}

/*  accordion
========================================================================*/

.nt_accordion {
	margin-top: 25px;
	background: #fff;
	border: 1px solid #ccc;
}
.nt_accordion .trigger {
	position: relative;
	padding: 15px 40px 7px 15px;
	cursor: pointer;
}
.nt_accordion .trigger:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 10px;
	width: 20px;
	height: 20px;
	background: #e5e5e5;
}
.nt_accordion .trigger:after {
	content: '';
	position: absolute;
	top: -2px;
	bottom: 0;
	margin: auto;
	right: 16px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #3d3d3d;
	border-right: 1px solid #3d3d3d;
	transform: rotate(135deg);
}
.nt_accordion.active .trigger:after {
	top: 5px;
	transform: rotate(-45deg);
}
.nt_accordion .content {
	border-top: 1px solid #ccc;
}
.nt_accordion .content ul {
	padding: 20px 15px;
}
.nt_accordion .content li:not(:first-child) {
	margin-top: 15px;
}

/*========================================================================

  mypage

========================================================================*/

/*  mypage-status
========================================================================*/

.nt_mypage-status {
	padding: 20px 0 30px;
	border-top: 2px solid #3abc42;
}
.nt_mypage-status .inner {
	display: flex;
	align-items: center;
}
.nt_mypage-status .status-box:first-child {
	width: 130px;
	text-align: center;
}
.nt_mypage-status .status-box:first-child img {
	width: 112px;
}
.nt_mypage-status .status-box:last-child {
	width: calc(100% - 130px);
}
.nt_mypage-status .course {
	display: flex;
	background: url(../img/common/bg_green.jpg);
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
	border-radius: 30px;
	align-items: center;
	justify-content: center;
}
.nt_mypage-status .not-bar .course {
	font-size: 14px;
	line-height: 1.4;
	padding: 3px;
}
.nt_mypage-status .not-bar .course p {
	display: flex;
	align-items: center;
}
.nt_mypage-status .not-bar .small {
	font-size: 10px;
}
@media screen and (max-width: 767px) {
	.nt_mypage-status .not-bar .course {
		display: flex;
		flex-direction: column;
	}
	.nt_mypage-status .not-bar .course p {
		display: block;
	}
}

.nt_mypage-status .balloon {
	position: relative;
	margin-top: 7px;
	padding: 11px;
	background: #f3f3f3;
	box-shadow: 0 8px 8px -8px rgb(0,0,0,.1) inset;
	border-radius: 10px;
}
.nt_mypage-status .balloon [data-ruby]:before {
	top: -8px;
}
.nt_mypage-status .balloon:before {
	content: '';
	position: absolute;
	top: 14px;
	left: -15px;
	width: 16px;
	height: 20px;
	background: url(../img/common/bg_balloon.png) no-repeat center / 16px;
}
@media screen and (max-width: 767px) {
	.nt_mypage-status .nt_class .text .num {
		margin-right: -4px;
	}
	.nt_mypage-status .not-bar .nt_class .text .num {
		margin-right: 0;
	}
	.nt_mypage-status .nt_class .text [data-ruby]:before {
		transform: scale(.7);
	}
}



/*  mypage-link
========================================================================*/

.nt_mypage-link {
	overflow: hidden;
	padding: 0 0 28px;
	background: #fff9d3;
	box-shadow: 0 3px 5px 0 rgb(0,0,0,.1) inset;
}
.nt_mypage-link .tab [data-ruby]:before {
	top: -.9em;
}
.nt_mypage-link .tab ul {
	display: flex;
	justify-content: space-between;
	font-size: 12px;
	letter-spacing: -1px;
}
.nt_mypage-link .tab li {
	width: calc(50% - 3px);
	transform: translateY(-2px);
}
.nt_mypage-link .tab a:before {
	content: '';
	display: inline-block;
	height: 43px;
	margin-right: 3px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	vertical-align: middle;
	transform: translateY(-2px);
}
.nt_mypage-link .tab .course a:before {
	width: 68px;
	margin-right: 6px;
	background-image: url(../img/mypage/btn_course.png);
}
.nt_mypage-link .tab .course.course_new a:before {
	width: 68px;
	margin-right: 6px;
	background-image: url(../img/mypage/btn_course_new.png);
}
.nt_mypage-link .tab .account a:before {
	width: 45px;
	background-image: url(../img/mypage/btn_account.png);
}
.nt_mypage-link .tab a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px 4px 6px;
	background: #e5e4e4;
	color: #13b107;
	font-weight: bold;
	text-align: center;
	border-radius: 0 0 10px 10px;
	box-shadow: 0 2px 0 #d1ccac;
}
@media (min-width: 768px) {
	.nt_mypage-link .tab a:hover {
		transform: translateY(2px);
		box-shadow: 0 0 0 #d1ccac;
	}
}

/*  mypage-episode
========================================================================*/

.nt_mypage-episode {
	padding: 70px 0 40px;
}
.nt_mypage-episode .box {
	padding: 25px;
	border: 2px solid #13b107;
	border-radius: 20px;
}
.nt_mypage-episode h2 {
    margin-top: -55px;
    text-align: center;
}
.nt_mypage-episode h2 img {
	max-height: 58px;
}
.nt_mypage-episode .image {
	margin-top: 15px;
}
.nt_mypage-episode .image img {
	width: 100%;
}
.nt_mypage-episode .title {
	margin-top: 15px;
}
.nt_mypage-episode .title p {
	display: inline;
	background: linear-gradient(transparent 60%, #ff6 60%);
	color: #13b107;
	font-size: 16px;
	font-weight: bold;
}
.nt_mypage-episode .text {
	margin-top: 10px;
}

/*========================================================================

  course

========================================================================*/

/*  course-list
========================================================================*/

.nt_course-list {
	background:#fff77f ;
}
.nt_course-list > div {
	position: relative;
	width: calc(100% - 30px);
	margin: 0 auto;
	padding: 30px 0 40px;
}
.nt_course-list .item:not(:first-child) {
	margin-top: 15px;
}
.nt_course-list .item {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 15px 20px;
	background: #fff;
	border-radius: 20px;
}
.nt_course-list .item.challenge:before {
	content: '';
	position: absolute;
	top: -2px;
	left: -2px;
	width: 100%;
	height: 52px;
	background: url(../img/mypage/course/icon_challenge.png) no-repeat left center / contain;
}
.nt_course-list .item-image {
	width: 81px;
}
.nt_course-list .item-box {
	width: calc(100% - 90px);
}
.nt_course-list .item-title {
	color: #3d3d3d;
	font-size: 20px;
	font-weight: bold;
}
.nt_course-list .item-title span {
	display: block;
	font-size: 14px;
	margin-top: -5px;
}
.nt_course-list .nt_modal-trigger {
	position: relative;
	margin-top: 4px;
	display: inline-block;
	color: #13b107;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid;
	cursor: pointer;
	line-height: 1.3;
}
@media (min-width: 768px) {
	.nt_course-list .nt_modal-trigger:hover {
		border: none;
	}
}
.nt_course-list .nt_modal-trigger:before,
.nt_course-list .nt_modal-trigger:after {
	content: '';
	position: absolute;
	top: 2px;
	bottom: 0;
	margin: auto;
}.nt_course-list .nt_modal-trigger:before
 {
	right: -18px;
	width: 13px;
	height: 13px;
	background: #00aa28;
	border-radius: 50%;
}
.nt_course-list .nt_modal-trigger:after {
	right: -13px;
	width: 4px;
	height: 4px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
}
.nt_course-list .nt_modal-trigger [data-ruby]:before {
	top: -1em;
}
.nt_course-list .button {
	margin-top: 8px;
	text-align: left;
}

/*========================================================================

  report

========================================================================*/

/*  report-achieve
========================================================================*/

.nt_report-achieve {
	margin-top: 30px;
}
.nt_report-achieve .tab {
	padding-bottom: 20px;
}
.nt_report-achieve .tab ul {
	display: flex;
	justify-content: center;
	text-align: center;
	flex-wrap: wrap;
	margin: 0 -5px;
}
.nt_report-achieve .tab li {
	position: relative;
	width: calc(33.3% - 10px);
	margin: 0 5px;
	min-height: 110px;
	padding: 15px 0 5px;
	border-radius: 10px;
	background-color: #e5e5e5;
	color: #13b107;
	font-weight: bold;
	box-shadow: 0 2px 0 #d0d0d0;
	transition: all .3s;
	cursor: pointer;
}
.nt_report-achieve .tab li:not(:nth-child(-n+3)) {
	margin-top: 20px;
}

@media (min-width: 768px) {
	.nt_report-achieve .tab li:hover {
		transform: translateY(2px);
		box-shadow: 0 0 0 #d0d0d0;
	}
}
.nt_report-achieve .tab .icon {
	overflow: hidden;
	display: block;
	width: 60px;
	margin: 0 auto 3px;
	background: #fff;
	border-radius: 50%;
}
.nt_report-achieve .tab li.kangaroo {
	font-size: 12px;
	letter-spacing: -1px;
}
.nt_report-achieve .tab li.kangaroo .icon {
	margin-bottom: 5px;
}
.nt_report-achieve .tab li.disable {
	opacity: .4;
	pointer-events: none;
	transform: translateY(2px);
	box-shadow: 0 0 0 #d0d0d0;
}
.nt_report-achieve .tab li.active {
	background: url(../img/common/bg_green.jpg);
	color: #fff;
	transform: translateY(2px);
	box-shadow: 0 0 0 #d0d0d0;
}
.nt_report-achieve .tab li.challenge:before {
	content: '';
	position: absolute;
	top: -16px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 25px;
	background: url(../img/mypage/report/icon_challenge.png) no-repeat center / contain;
}
.nt_report-achieve .tab li.active:after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%) rotate(45deg);
	width: 20px;
	height: 20px;
	background: url(../img/common/bg_green.jpg);
}
.nt_report-achieve .nt_form {
	margin-top: 0;
	visibility: hidden;
	height: 0;
	padding-bottom: 0;
}
.nt_report-achieve .nt_form.active {
	visibility: visible;
	height: auto;
	padding-bottom: 30px;
	animation: report-fade .4s ease-in-out 0s;
}
@keyframes report-fade {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
.nt_report-achieve .nt_form form ul {
	pointer-events: none;
}
.nt_report-achieve .nt_form .form ul p {
	color: #3d3d3d;
}

/*  report-map
========================================================================*/

.nt_report-map {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 10px 25px 25px;
}
.nt_report-map:not(:last-child) {
	border-bottom: 1px solid #e5e5e5;
}
.nt_report-map .map-icon {
	width: 75px;
}
.nt_report-map .map-box {
	width: calc(100% - 90px);
}
.nt_course .nt_class .grade .num {
    min-width: auto;
    margin-right: 7px;
}
.nt_report-map .map-map {
	position: relative;
	width: 100%;
	height: 0;
	margin-top: 15px;
	padding-top: 100%;
	background: url(../img/mypage/report/map_bg.png) no-repeat center / contain;
}
.nt_report-map .map-map.mameshiba,
.nt_report-map .map-map.mameshiba-evening {
	padding-top: 129%;
}
.nt_report-map .map-map.sheep,
.nt_report-map .map-map.sheep-evening {
	padding-top: 125%;
}
.nt_report-map .map-map.rabbit {
    background: url(../img/mypage/report/map_bg_rabbit.png) no-repeat center / contain;
}
.nt_report-map .map-map.kangaroo {
    background: url(../img/mypage/report/map_bg_kangaroo.png) no-repeat center / contain;
}
.nt_report-map .map-map.tiger {
    background: url(../img/mypage/report/map_bg_tiger.png) no-repeat center / contain;
}
.nt_report-map .map-map.mameshiba {
    background: url(../img/mypage/report/map_bg_mameshiba.jpg) no-repeat center / contain;
}
.nt_report-map .map-map.mameshiba-evening {
    background: url(../img/mypage/report/map_bg_mameshiba_evening.jpg) no-repeat center / contain;
}
.nt_report-map .map-map.sheep {
    background: url(../img/mypage/report/map_bg_sheep.jpg) no-repeat center / contain;
}
.nt_report-map .map-map.sheep-evening {
    background: url(../img/mypage/report/map_bg_sheep_evening.jpg) no-repeat center / contain;
}
.nt_report-map .map-map li {
	position: absolute;
	width: 18.1%;
}
.nt_report-map .map-map li.map10 {
	top: 3.1%;
	left: 9.1%;
}
.nt_report-map .map-map li.map09 {
	top: 13.8%;
	left: 28.5%;
}
.nt_report-map .map-map li.map08 {
	top: 16.5%;
	left: 49.8%;
}
.nt_report-map .map-map li.map07 {
	top: 20.9%;
	left: 72.2%;
}
.nt_report-map .map-map li.map06 {
	top: 37.1%;
	left: 58.6%;
}
.nt_report-map .map-map li.map05 {
	top: 39%;
	left: 37%;
}
.nt_report-map .map-map li.map04 {
	top: 39.3%;
	left: 15.9%;
}
.nt_report-map .map-map li.map03 {
	top: 58.8%;
	left: 7.8%;
}
.nt_report-map .map-map li.map02 {
	top: 71.6%;
	left: 24.8%;
}
.nt_report-map .map-map li.map01 {
	top: 76.3%;
	left: 45.5%;
}
.nt_report-map .map-map li.map-master {
	width: 23.5%;
	top: 73.3%;
	left: 67.5%;
}
.nt_report-map .map-map.mameshiba li.map-coin01,
.nt_report-map .map-map.mameshiba-evening li.map-coin01 {
	top: 8.7%;
	left: 7.8%;
}
.nt_report-map .map-map.mameshiba li.map-coin02,
.nt_report-map .map-map.mameshiba-evening li.map-coin02 {
	top: 8.7%;
	left: 29.8%;
}
.nt_report-map .map-map.mameshiba li.map-coin03,
.nt_report-map .map-map.mameshiba-evening li.map-coin03 {
	top: 8.7%;
	left: 52%;
}
.nt_report-map .map-map.mameshiba li.map-coin04,
.nt_report-map .map-map.mameshiba-evening li.map-coin04 {
	top: 8.7%;
	left: 74.2%;
}
.nt_report-map .map-map.mameshiba li.map-coin05,
.nt_report-map .map-map.mameshiba-evening li.map-coin05 {
	top: 25.9%;
	left: 7.7%;
}
.nt_report-map .map-map.mameshiba li.map-coin06,
.nt_report-map .map-map.mameshiba-evening li.map-coin06 {
	top: 25.9%;
	left: 30%;
}
.nt_report-map .map-map.mameshiba li.map-coin07,
.nt_report-map .map-map.mameshiba-evening li.map-coin07 {
	top: 25.9%;
	left: 52%;
}
.nt_report-map .map-map.mameshiba li.map-coin08,
.nt_report-map .map-map.mameshiba-evening li.map-coin08 {
	top: 25.9%;
	left: 74.2%;
}
.nt_report-map .map-map.mameshiba li.map-coin09,
.nt_report-map .map-map.mameshiba-evening li.map-coin09 {
	top: 43%;
	left: 7.8%;
}
.nt_report-map .map-map.mameshiba li.map-coin10,
.nt_report-map .map-map.mameshiba-evening li.map-coin10 {
	top: 43%;
	left: 29.8%;
}
.nt_report-map .map-map.mameshiba li.map-coin11,
.nt_report-map .map-map.mameshiba-evening li.map-coin11 {
	top: 43%;
	left: 52%;
}
.nt_report-map .map-map.mameshiba li.map-coin12,
.nt_report-map .map-map.mameshiba-evening li.map-coin12 {
	top: 43%;
	left: 74.2%;
}
.nt_report-map .map-map.mameshiba li.map-coin13,
.nt_report-map .map-map.mameshiba-evening li.map-coin13 {
	top: 60%;
	left: 7.8%;
}
.nt_report-map .map-map.mameshiba li.map-coin14,
.nt_report-map .map-map.mameshiba-evening li.map-coin14 {
	top: 60%;
	left: 29.8%;
}
.nt_report-map .map-map.mameshiba li.map-coin15,
.nt_report-map .map-map.mameshiba-evening li.map-coin15 {
	top: 60%;
	left: 52%;
}
.nt_report-map .map-map.mameshiba li.map-coin16,
.nt_report-map .map-map.mameshiba-evening li.map-coin16 {
	top: 60%;
	left: 74.2%;
}
.nt_report-map .map-map.mameshiba li.map-coin17,
.nt_report-map .map-map.mameshiba-evening li.map-coin17 {
	top: 77%;
	left: 7.8%;
}
.nt_report-map .map-map.mameshiba li.map-coin18,
.nt_report-map .map-map.mameshiba-evening li.map-coin18 {
	top: 77%;
	left: 29.8%;
}
.nt_report-map .map-map.mameshiba li.map-coin19,
.nt_report-map .map-map.mameshiba-evening li.map-coin19 {
	top: 77%;
	left: 52%;
}
.nt_report-map .map-map.mameshiba li.map-coin20,
.nt_report-map .map-map.mameshiba-evening li.map-coin20 {
	top: 77%;
	left: 74.2%;
}
.nt_report-map .map-map.sheep li.map-coin01,
.nt_report-map .map-map.sheep-evening li.map-coin01 {
	width: 19%;
	top: 41.8%;
	left: 17.6%;
}
.nt_report-map .map-map.sheep li.map-coin02,
.nt_report-map .map-map.sheep-evening li.map-coin02 {
	width: 19%;
	top: 41.8%;
	left: 40.6%;
}
.nt_report-map .map-map.sheep li.map-coin03,
.nt_report-map .map-map.sheep-evening li.map-coin03 {
	width: 19%;
	top: 41.8%;
	left: 63.4%;
}
.nt_report-map .map-map.sheep li.map-coin04,
.nt_report-map .map-map.sheep-evening li.map-coin04 {
	width: 19%;
	top: 60.2%;
	left: 6%;
}
.nt_report-map .map-map.sheep li.map-coin05,
.nt_report-map .map-map.sheep-evening li.map-coin05 {
	width: 19%;
	top: 60.2%;
	left: 29%;
}
.nt_report-map .map-map.sheep li.map-coin06,
.nt_report-map .map-map.sheep-evening li.map-coin06 {
	width: 19%;
	top: 60.2%;
	left: 51.9%;
}
.nt_report-map .map-map.sheep li.map-coin07,
.nt_report-map .map-map.sheep-evening li.map-coin07 {
	width: 19%;
	top: 60.2%;
	left: 75%;
}
.nt_report-map .map-map.sheep li.map-coin08,
.nt_report-map .map-map.sheep-evening li.map-coin08 {
	width: 19%;
	top: 78.6%;
	left: 17.5%;
}
.nt_report-map .map-map.sheep li.map-coin09,
.nt_report-map .map-map.sheep-evening li.map-coin09 {
	width: 19%;
	top: 78.6%;
	left: 40.5%;
}
.nt_report-map .map-map.sheep li.map-coin10,
.nt_report-map .map-map.sheep-evening li.map-coin10 {
	width: 19%;
	top: 78.6%;
	left: 63.4%;
}
.nt_report-map .map-map li:not(.open) img {
	opacity: 0;
}

/*  total
========================================================================*/

.nt_report-total:not(:first-child) {
	margin-top: 50px;
}
.nt_report-total {
	overflow: hidden;
	background: #fff;
	border-radius: 25px;
}
.nt_report-total .title {
	padding: 13px 20px 11px;
	background: url(../img/common/bg_green.jpg);
	color: #fff;
	font-weight: bold;
	font-size: 21px;
	text-align: center;
}
.nt_report-total .item {
	padding: 15px 10px 40px;
	line-height: 1.3;
}
.nt_report-total li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-height: 50px;
	padding: 8px 20px;
	background: #fdf57d;
	border-radius: 10px;
	font-weight: bold;
}
.nt_report-total li:not(:first-child) {
	margin-top: 10px;
}
.nt_report-total p {
	font-size: 16px;
}
.nt_report-total p span {
	display: block;
	font-size: 10px;
}
.nt_report-total .num {
	font-size: 18px;
	color: #13b107;
}
.nt_report-total .num span {
	margin-left: 3px;
	font-size: 14px;
	vertical-align: baseline;
}
.nt_report-total .total-line {
  display: flex;
  align-items: center;
  margin: 15px 0;
}

.nt_report-total .total-line:before,
.nt_report-total .total-line:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #d0d0d0;

}
.nt_report-total .total-line:before {
  margin: 0 0.8em 0 0;
}
.nt_report-total .total-line:after {
  margin: 0 0 0 0.8em;
}
.nt_report-total ul.universal4 li {
  background: #fed3e6;
}
.nt_report-total ul.universal5 li {
  background: #c1ebf9;
}

/*  link
========================================================================*/

.nt_report-link {
	padding: 40px 0;
}
.nt_report-link.gray {
	background: #f3f3f3;
}
.nt_report-link .image img {
	display: block;
	max-height: 16px;
	margin: 0 auto;
}
.nt_report-link .button {
	margin-top: 15px;
}

/*========================================================================

  allreport

========================================================================*/

/*  allreport-form
========================================================================*/

.nt_allreport-form {
	margin-top: 10px;
	text-align: center;
}
.nt_allreport-form .label:not(:first-child) {
	margin-top: 35px;
}
.nt_allreport-form .label {
	display: inline-block;
	padding: 6px 18px 5px;
	background: #3abc42;
	color: #fff;
	font-weight: bold;
	border-radius: 20px;
	line-height: 1.1;
}
.nt_allreport-form .title {
	margin-top: 10px;
	color: #3abc42;
	font-size: 18px;
	font-weight: bold;
}
.nt_allreport-form ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 10px;
	font-size: 16px;
	font-weight: bold;
}
.nt_allreport-form ul.step1 {
	width: calc(100% - 10px);
	margin-left: auto;
	margin-right: auto;
}
.nt_allreport-form li {
	width: calc(25% - 6px);
}
.nt_allreport-form ul.step2 li {
	width: calc(100% / 3 - 6px);
	font-size: 14px;
}
.nt_allreport-form ul.step2 li.kangaroo {
	font-size: 12px;
}
.nt_allreport-form li:nth-child(n+5) {
	margin-top: 10px;
}
.nt_allreport-form label {
	display: flex;
	width: 100%;
	height: 100%;
}
.nt_allreport-form input[type=radio] {
	display: none;
}
.nt_allreport-form input[type=radio] + p {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	min-height: 52px;
	padding: 7px 5px 3px;
	background: #e5e5e5;
	color: #3abc42;
	line-height: 1;
	border-radius: 10px;
	box-shadow: 0 2px 0 #d0d0d0;
	transition: all .2s;
}
.nt_allreport-form ul.step2 p {
	min-height: 107px;
}
@media (min-width: 768px) {
	.nt_allreport-form input[type=radio] + p:hover {
		transform: translateY(2px);
		box-shadow: 0 0 0 #d0d0d0;
	}
}
.nt_allreport-form input[type=radio]:checked + p {
	background: #3abc42;
	color: #fff;
	transform: translateY(2px);
	box-shadow: 0 0 0 #d0d0d0;
}
.nt_allreport-form .icon {
	overflow: hidden;
	display: block;
	width: 60px;
	margin: 0 auto 5px;
	background: #fff;
	border-radius: 50%;
}
.nt_allreport-form .button {
	margin-top: 35px;
}

/*  list-accordion
========================================================================*/

.nt_list-accordion {
	overflow: hidden;
	margin-top: 5px;
	padding-bottom: 20px;
	background: #fff;
	border-radius: 25px;
}
.nt_list-accordion .title {
	padding: 11px 20px 9px;
	background: url(../img/common/bg_green.jpg);
	color: #fff;
	font-weight: bold;
	font-size: 21px;
	text-align: center;
}
.nt_list-accordion .box {
	padding: 30px 25px;
}
.nt_list-accordion .item:not(:first-child) {
	margin-top: 15px;
}
.nt_list-accordion .trigger {
	position: relative;
	padding: 7px 40px 5px 15px;
	background: #3abc42;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	border-radius: 10px;
	cursor: pointer;
}
.nt_list-accordion .trigger:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 10px;
	width: 20px;
	height: 20px;
	background: #fff;
}
.nt_list-accordion .trigger:after {
	content: '';
	position: absolute;
	top: -3px;
	bottom: 0;
	margin: auto;
	right: 16px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #3abc42;
	border-right: 1px solid #3abc42;
	transform: rotate(135deg);
}
.nt_list-accordion .item.active .trigger:after {
	top: 3px;
	transform: rotate(-45deg);
}
.nt_list-accordion .list {
	padding-bottom: 10px;
}
.nt_list-accordion .list ul {
	padding: 15px 15px 0;
	font-size: 13px;
	line-height: 1.1;
}
.nt_list-accordion .list img {
	width: 20px;
	margin-right: 8px;
}
.nt_list-accordion .list li {
	display: flex;
	align-items: center;
}
.nt_list-accordion .list li:not(:first-child) {
	margin-top: 5px;
}
.nt_list-accordion .list li.hide {
	display: none;
}
.nt_list-accordion .list li:not(.hide) {
	animation: more-fade .4s ease-in-out 0s;
}
@keyframes more-fade {
	0% {opacity: 0; transform: translateY(20px);}
	100% {opacity: 1; transform: translateY(0);}
}
.nt_list-accordion .open {
	position: relative;
	width: calc(100% - 20px);
	margin: 20px auto 0;
	padding: 8px 40px 6px 15px;
	font-size: 14px;
	border: 1px solid #ccc;
	cursor: pointer;
}
.nt_list-accordion .open:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 10px;
	width: 20px;
	height: 20px;
	background: #e5e5e5;
}
.nt_list-accordion .open:after {
	content: '';
	position: absolute;
	top: -3px;
	bottom: 0;
	margin: auto;
	right: 16px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #3d3d3d;
	border-right: 1px solid #3d3d3d;
	transform: rotate(135deg);
}

/*========================================================================

  tutorial

========================================================================*/

/*  tutorial-h1
========================================================================*/

.nt_tutorial-h1 {
	padding: 30px 15px 15px;
	text-align: center;
}
.nt_tutorial-h1 img {
	max-height: 30px;
}

/*  tutorial-slider
========================================================================*/

.nt_tutorial-slider > ul {
	opacity: 0;
	max-width: 520px;
	margin: 0 auto;
}
.nt_tutorial-slider ul.slick-initialized {
	opacity: 1;
	margin-bottom: 0;
}
.nt_tutorial-slider .slick-arrow {
	
	z-index: 1;
	width: 60px;
	height: 60px;
	transform: translateY(50%) scaleX(0.5);
}
.nt_tutorial-slider .slick-prev {
	left: 8px;
}
.nt_tutorial-slider .slick-next {
	right: 8px;
}
@media (max-width: 520px) {
	.nt_tutorial-slider .slick-prev {
		left: 0;
	}
	.nt_tutorial-slider .slick-next {
		right: 0;
	}
}
.nt_tutorial-slider .slick-arrow.slick-disabled {
	display: none!important;
}
.nt_tutorial-slider .slick-arrow:focus {
	background: none;
}
.nt_tutorial-slider .slick-arrow:hover {
	background: none;
}
.nt_tutorial-slider .slick-arrow:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 35px;
	height: 35px;
	border-left: 4px solid #13b006;
	border-bottom: 4px solid #13b006;
	opacity: 1;
}
.nt_tutorial-slider .slick-prev:before {
	left: 20px;
	transform: rotate(45deg);
}
.nt_tutorial-slider .slick-next:before {
	right: 20px;
	transform: rotate(-135deg);
}
.nt_tutorial-slider .slick-dots {
	position: fixed;
	z-index: 1;
	left: 0;
	bottom: 0;
	max-width: 520px;
	left: 50%;
	transform: translateX(-50%);
	display: flex!important;
	justify-content: center;
	padding: 25px 15px;
	background: #13b007;
}
.nt_tutorial-slider .slick-dots li {
	width: 10px;
	height: 10px;
	margin: 0 6px;
}
.nt_tutorial-slider .slick-dots li button {
	width: 100%;
	height: 100%;
	padding: 0;
	background: #fff;
	border-radius: 50%;
}
.nt_tutorial-slider .slick-dots li.slick-active button {
	background: #fe742b;
}
.nt_tutorial-slider .slick-dots li button:before {
	display: none;
}
.nt_tutorial-slider .start {
	position: fixed;
	right: 30px;
	bottom: 14px;
	transition: all .3s;
}
.nt_tutorial-slider li {
	position: relative;
}
.nt_tutorial-slider li .slider-fade {
	opacity: 0;
	position: absolute;
	top: 0;
	animation: slider-fade 10s ease 2s infinite;
}
@keyframes slider-fade {
	0%   { opacity:0; }
	10%  { opacity:1; }
	50%  { opacity:1; }
	60%  { opacity:0; }
}
.nt_tutorial-slider li:not(.slick-active) .start {
	pointer-events: none;
	opacity: .5;
}
.nt_tutorial-slider .start a {
	padding-right: 20px;
	font-size: 17px;
	font-weight: bold;
	color: #fff;
}
@media (min-width: 768px) {
	.nt_tutorial-slider .start a:hover {
		opacity: .7;
	}
}
@media (max-width: 520px) {
	.nt_tutorial-slider .slick-dots {
		justify-content: start;
    padding: 18px 20px;
	}
	.nt_tutorial-slider .start {
    right: 25px;
    bottom: 8px;
	}
	.nt_tutorial-slider .start a {
    font-size: 15px;
	}
}
.nt_tutorial-slider .start a:before,
.nt_tutorial-slider .start a:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
.nt_tutorial-slider .start a:before {
	right: 0;
	width: 15px;
	height: 15px;
	background: #fff;
	border-radius: 50%;
}
.nt_tutorial-slider .start a:after {
	right: 6px;
	width: 4px;
	height: 4px;
	border-top: 1px solid #13b007;
	border-right: 1px solid #13b007;
	transform: rotate(45deg);
}

/*========================================================================

  manual

========================================================================*/

.nt_header.manual {
	padding: 19px 0;
}
.nt_header.manual img {
	max-height: 32px;
}

/*  manual-menu
========================================================================*/

.nt_main .nt_manual-menu {
	margin-top: 20px;
}
.nt_manual-menu ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.nt_manual-menu li {
	width: calc(50% - 4px);
}
.nt_manual-menu li:nth-child(n+3) {
	margin-top: 25px;
}
.nt_manual-menu li a {
	display: block;
	position: relative;
	padding: 8px 10px 7px;
	border-radius: 10px;
	background-color: #e5e5e5;
	font-size: 13px;
	color: #13b107;
	font-weight: bold;
	letter-spacing: -1px;
	box-shadow: 0 2px 0 #d0d0d0;
	transition: all .3s;
	cursor: pointer;
}
@media (min-width: 768px) {
	.nt_manual-menu li a:hover {
		transform: translateY(2px);
		box-shadow: 0 0 0 #d0d0d0;
	}
}
.nt_manual-menu li.small a {
	font-size: 12px;
}
.nt_manual-menu li a:before,
.nt_manual-menu li a:after {
	content: '';
	position: absolute;
}
.nt_manual-menu li a:before {
	right: 7px;
	bottom: 11px;
	width: 15px;
	height: 15px;
	background: #00aa28;
	border-radius: 50%;
}
.nt_manual-menu li a:after {
	right: 13px;
	bottom: 16px;
	width: 4px;
	height: 4px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
}
.nt_manual-menu li img {
	display: block;
	max-height: 58px;
	margin: 0 auto 3px;
}
.nt_manual-menu li.small img {
	margin-bottom: 6px;
}

/*  manual-detail
========================================================================*/

.nt_manual-detail {
	padding: 20px 15px 50px;
}
.nt_manual-detail .icon {
	text-align: center;
}
.nt_manual-detail .icon img {
	max-height: 84px;
}
.nt_manual-detail .title-h2 {
	margin: 5px 0;
	color: #00a726;
	font-size: 21px;
	font-weight: bold;
}
.nt_manual-detail .title-h2 [data-ruby]:before {
	top: -.6em;
}
.nt_manual-detail .title-h3 {
	margin-bottom: 15px;
	padding: 45px 0 5px;
	color: #00a726;
	font-size: 19px;
	font-weight: bold;
	border-bottom: 2px solid #00a726;
	line-height: 1.6;
}
.nt_manual-detail .image {
	max-width: 277px;
	margin: 10px 0 15px;
}
.nt_manual-detail .index {
	margin-top: 50px;
	padding: 20px 15px 15px;
	background: #f3f3f3;
	font-weight: bold;
}
.nt_manual-detail .index [data-ruby]:before {
	letter-spacing: -1px;
}
.nt_manual-detail .index .list {
	margin-top: 5px;
}
.nt_manual-detail .index li:not(:first-child) {
	margin-top: 7px;
	padding-top: 10px;
	border-top: 1px dashed #cfcfcf;
}
.nt_manual-detail .index a {
	display: block;
	color: #00a726;
}
.nt_manual-detail .nt_accordion {
	margin-top: 30px;
}
@media (min-width: 768px) {
	.nt_manual-detail .index a:hover {
		opacity: .7;
	}
}

/*  manual-yellow
========================================================================*/

.nt_manual-yellow {
	background: #fff9d3;
}
.nt_manual-yellow > div {
	position: relative;
	width: calc(100% - 30px);
	margin: 0 auto;
	padding: 15px 0 55px;
}
.nt_manual-yellow > div:after {
	content: '';
	position: absolute;
	bottom: 7px;
	width: 100%;
	height: 2px;
	background: #00aa28;
}
.nt_manual-yellow .title {
	margin-bottom: 10px;
	color: #00a726;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

/*========================================================================

  login

========================================================================*/

.nt_header.login {
    padding: 14px 0;
    background: url(../img/common/bg_blue-top.jpg) center top;
}
.nt_header.login .logo img {
	max-height: 79px;
}

/*  login-form
========================================================================*/

.nt_login-form {
	font-family: 'BIZ UDPGothic', sans-serif;
	letter-spacing: .2px;
	word-break: break-all;
}
.nt_login-form.wide {
	padding: 0 15px;
}
.nt_login-form:not(.wide) {
	padding: 0 35px;
}
.nt_login-form form {
	line-height: 1.6;
}
.nt_login-form form + form {
	margin-top: 40px;
}
.nt_login-form .message {
	padding-top: 23px;
	background: url(../img/common/icon_exclamation.png) no-repeat center top / 18px;
	font-weight: bold;
	color: #e60012;
}
.nt_login-form .message:not(.error) {
	display: none;
}
.nt_login-form .message a {
	color: #00b4ff;
	text-decoration: underline;
}
@media (min-width: 768px) {
	.nt_login-form .message a:hover {
		text-decoration: none;
	}
}
.nt_login-form .item .error,
.nt_login-form table .error {
	margin-top: 10px;
	padding-left: 25px;
	background: url(../img/common/icon_exclamation.png) no-repeat left 1px / 18px;
	font-weight: bold;
	color: #e60012;
}
.nt_login-form .item .error + .error {
	margin-top: 5px;
}
.nt_login-form .item:not(.error) .error {
	display: none;
}
.nt_login-form .item {
	margin-top: 23px;
}
.nt_login-form .title {
	font-weight: bold;
	letter-spacing: initial;
}
.nt_login-form .title.yellow {
	display: flex;
	align-items: center;
	min-height: calc(2em * 1.4 + 16px);
	margin-bottom: 12px;
	padding: 8px 15px;
	background: #fdf57d;
	font-size: 15px;
	line-height: 1.4;
}
.nt_login-form h2 {
	margin-top: 5px;
	color: #13b107;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	letter-spacing: initial;
}
.nt_login-form h2 .marker {
	display: inline;
	background: linear-gradient(transparent 60%, #fff77f 0%);
	padding: 0 2px;
	font-size: 23px;
}
.nt_login-form h3 {
	margin-top: 5px;
	color: #13b107;
	text-align: center;
}
.nt_login-form h3 span {
	display: inline;
	background: linear-gradient(transparent 50%, #fff77f 0%);
	padding: 0 2px 0px;
}
.nt_login-form .line {
	margin: 20px -50px 0;
	padding: 13px 15px;
	background: #ccc;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}
.nt_login-form .input {
	margin-top: 3px;
}
.nt_login-form .text:not(:first-child) {
	margin-top: 10px;
}
.nt_login-form .text.mt0 {
	margin-top: 5px !important;
}
.nt_login-form h2 + .text:not(:first-child) {
	margin-top: 15px;
}
.nt_login-form form + .text:not(:first-child) {
	margin-top: 35px;
}
.nt_login-form .title + .text {
	margin-top: 0;
}
.nt_login-form .item + .text {
	margin-top: 15px;
}
.nt_login-form .text.bold + .text {
	margin-top: 5px;
}
.nt_login-form .text.right {
	text-align: right;
}
.nt_login-form .text.center {
	text-align: center;
}
.nt_login-form .text.small {
	font-size: 12px;
	margin-top: 30px;
}
.nt_login-form .text.bold {
	font-weight: bold;
}
.nt_login-form .text.bold:not(:first-child) {
	margin-top: 15px;
}
.nt_login-form .text.wide {letter-spacing: normal;margin: 0 -6px;}
.nt_login-form .text a {
	color: #00b4ff;
	text-decoration: underline;
}
@media (min-width: 768px) {
	.nt_login-form .text a:hover {
		text-decoration: none;
	}
}
.nt_login-form .text li:not(:first-child) {
	margin-top: 5px;
}
.nt_login-form .text ol {
	counter-reset: cnt;
}
.nt_login-form .text ul li {
	position: relative;
	padding-left: 20px;
}
.nt_login-form .text ul li:before {
	content: '●';
	position: absolute;
	left: 0;
}
.nt_login-form .text ol {
	counter-reset: cnt;
}
.nt_login-form .text ol li {
	position: relative;
	counter-increment: cnt;
	padding-left: 20px;
}
.nt_login-form .text ol li:before {
	content: counter(cnt)".";
	position: absolute;
	left: 0;
}
.nt_login-form .text ol ol {
	margin: 5px 0 10px;
}
.nt_login-form .text ol ol li {
	padding-left: 40px;
}
.nt_login-form .text ol ol li:before {
	content: "("counter(cnt)")";
}
.nt_login-form .text span.marker {
	display: inline;
	padding: 0 2px 0px;
	background: linear-gradient(transparent 50%, #fff77f 0%);
	color: #13b107;
	font-weight: bold;
}
.nt_login-form .list ol {
	counter-reset: list-cnt;
	line-height: 1.8;
}
.nt_login-form .list ol li {
	position: relative;
	counter-increment: list-cnt;
	padding-left: 30px;
}
.nt_login-form .list ol li:not(:first-child) {
	margin-top: 5px;
}
.nt_login-form .list ol li:before {
	content: "("counter(list-cnt)")";
	position: absolute;
	left: 0;
}
.nt_login-form .button {
	margin-top: 25px;
}
.nt_login-form .button + .button {
	margin-top: 15px;
}
.nt_login-form .link {
	margin-top: 20px;
	text-align: center;
}
.nt_login-form.wide .link {
	padding: 0 20px;
}
.nt_login-form .link button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: none;
	border: 0;
}
.nt_login-form .link:not(.back) button,
.nt_login-form .link:not(.back) a {
	display: inline-block;
	width: 100%;
	padding: 13px 4px 10px;
	background: #f3f3f3;
	color: #00aa28;
	font-weight: bold;
	font-family: 'BIZ UDPGothic', sans-serif;
	text-align: center;
	border-radius: 10px;
	box-shadow: 0 2px 0 #cecece;
	line-height: 1.6;
	cursor: pointer;
	transition: all .3s;
}
@media (min-width: 768px) {
	.nt_login-form .link button:hover,
	.nt_login-form .link a:hover {
		transform: translateY(2px);
		box-shadow: 0 0 0 #cecece;
	}
}
.nt_login-form .link.green a,
.nt_login-form .link.green button {
	background: #13b107;
	color: #fff;
	box-shadow: 0 2px 0 #0c8e02;
}
@media (min-width: 768px) {
	.nt_login-form .link.green a:hover,
	.nt_login-form .link.green button:hover {
		box-shadow: 0 0 0 #0c8e02;
	}
}

.nt_login-form .link.back button,
.nt_login-form .link.back a,
.nt_login-form .link.close button,
.nt_login-form .link.close a {
	position: relative;
	padding: 0 0 0 25px;
	background: none;
	color: #13b107;
	font-size: 15px;
	font-weight: bold;
	box-shadow: none;
}
.nt_login-form .link.close button,
.nt_login-form .link.close a {
	width: auto;
}
@media (min-width: 768px) {
	.nt_login-form .link.back button:hover,
	.nt_login-form .link.back a:hover,
	.nt_login-form .link.close button:hover,
	.nt_login-form .link.close a:hover {
		transform: translateY(0);
		opacity: .7;
	}
}
.nt_login-form .link.back button:before,
.nt_login-form .link.back button:after,
.nt_login-form .link.back a:before,
.nt_login-form .link.back a:after,
.nt_login-form .link.close button:before,
.nt_login-form .link.close button:after,
.nt_login-form .link.close a:before,
.nt_login-form .link.close a:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
.nt_login-form .link.back button:before,
.nt_login-form .link.back a:before,
.nt_login-form .link.close button:before,
.nt_login-form .link.close a:before {
	left: 0;
	width: 15px;
	height: 15px;
	background: #13b107;
	border-radius: 50%;
}
.nt_login-form .link.back button:after,
.nt_login-form .link.back a:after {
	left: 6px;
	width: 4px;
	height: 4px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(-135deg);
}
.nt_login-form .link.close button:after,
.nt_login-form .link.close a:after {
	content: '✕';
	color: #fff;
	left: 3px;
	top: 3px;
	font-size: 10px;
}

/*  text,password  */

.nt_login-form input[type=text],
.nt_login-form input[type=password] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	font-family: 'BIZ UDPGothic', sans-serif;
	padding: 19px 16px;
	border: 1px solid #707070;
	border-radius: 10px;
	font-size: 14px;
}

/*  textarea  */

.nt_login-form textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	height: 155px;
	font-family: 'BIZ UDPGothic', sans-serif;
	padding: 19px 16px;
	border: 1px solid #707070;
	border-radius: 10px;
	font-size: 14px;
	line-height: 1.8;
}

/*  radio  */

.nt_login-form .input.icon ul {
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.nt_login-form .input.icon ul:after,
.nt_login-form .input.icon ul:before {
	content: '';
	display: block;
	width: calc(25% - 1px);
}
.nt_login-form .input.icon ul:before {
	order: 1;
}
.nt_login-form .input.icon li {
	width: 25%;
}
.nt_login-form .input.icon li:nth-child(n+5) {
	margin-top: 2px;
}
.nt_login-form .input.icon input[type=radio] {
	display: none;
}
.nt_login-form .input.icon input[type=radio] + p {
	border: 2px solid transparent;
	border-radius: 50%;
	transition: all .2s;
}
.nt_login-form .input.icon input[type=radio]:checked + p {
	border-color: #3abc42;
}

/*  select  */

.nt_login-form .input.select {display: flex;align-items: flex-end;} 
.nt_login-form .input.select select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: 'BIZ UDPGothic', sans-serif;
	padding: 19px 30px 19px 10px;
	background: url(../img/common/arrow.png) no-repeat calc(100% - 10px) center / 15px;
	border: 1px solid #707070;
	border-radius: 10px;
	font-size: 14px;
	line-height: 1;
}
.nt_login-form .input.select select:only-child {
	width: 100%;
	padding-left:16px;
	background-position: calc(100% - 15px) center;
}
.nt_login-form .input.select span {
	margin: 0 4px;
}

/*  checkbox  */

.nt_login-form .input.checkbox {
    margin-top: 40px;
}
.nt_login-form .input.checkbox + .error {
	margin-top: 5px;
}
.nt_login-form .input.checkbox:not(:first-child) {
    margin-top: 13px;
}
.nt_login-form .input.checkbox input[type=checkbox] {
	display: none;
}
.nt_login-form .input.checkbox input[type=checkbox] + p {
	position: relative;
	display: inline-block;
	padding-left: 25px;
	letter-spacing: normal;
}
.nt_login-form .input.checkbox input[type=checkbox] + p:before,
.nt_login-form .input.checkbox input[type=checkbox] + p:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 22px;
	height: 19px;
}
.nt_login-form .input.checkbox input[type=checkbox] + p:before {
	background: url(../img/common/checkbox_off.png) no-repeat center / 22px;
}
.nt_login-form .input.checkbox input[type=checkbox]:checked + p:before {
	opacity: 0;
}
.nt_login-form .input.checkbox input[type=checkbox] + p:after {
	opacity: 0;
	background: url(../img/common/checkbox_on.png) no-repeat center / contain;
}
.nt_login-form .input.checkbox input[type=checkbox]:checked + p:after {
	opacity: 1;
}
.nt_login-form .input.checkbox a {
	color: #00b4ff;
	text-decoration: underline;
}
@media (min-width: 768px) {
	.nt_login-form .input.checkbox a:hover {
		text-decoration: none;
	}
}

.nt_login-form .item.episode .title + .input.checkbox {
	margin-top: 20px;
}
.nt_login-form .item.episode .input.checkbox {
    padding-left: 15px;
	line-height: 1.8;
}
.nt_login-form .item.episode .input.checkbox [data-ruby]:before {
	top: -1em;
}
.nt_login-form .item.episode .input.checkbox input[type=checkbox] + p {
	padding-left: 40px;
}

/*  password  */

.nt_login-form .input.password {
	position: relative;
}
.nt_login-form .input.password input[type=password] {
	padding-right: 50px;
}
.nt_login-form .input.password .toggle {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 50px;
	height: 54px;
	background: url(../img/login/pass_id/reset/icon_pass.png) no-repeat center / 20px;
}
.nt_login-form .input.password .toggle.on {
	background-image: url(../img/login/pass_id/reset/icon_text.png);
}

/*  error  */

.nt_login-form .item.error input[type=text],
.nt_login-form .item.error input[type=password],
.nt_login-form .item.error select,
.nt_login-form .item.error textarea {
	background-color: #fcf0f0;
	border: 1px solid #e60012;
}

/*  confirm  */

.nt_login-form .confirm {
	overflow: hidden;
	margin-top: 10px;
	border: 2px solid #3abc42;
	border-radius: 15px;
}
.nt_login-form .confirm .title {
	padding: 8px 10px;
	background: #3abc42;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
}
.nt_login-form .confirm .title span[data-ruby]:only-child {
	padding-top: 5px;
}
.nt_login-form .confirm .title span[data-ruby]:before {
	top: -.4em;
}
.nt_login-form .confirm .textarea {
	padding: 25px 30px;
}
.nt_login-form .table {
	padding: 5px 30px;
}
.nt_login-form .table table {
	width: 100%;
}
.nt_login-form .table th,
.nt_login-form .table td {
	padding: 22px 0 20px 0;
	text-align: left;
	vertical-align: top;
	letter-spacing: normal;
	line-height: 1.3;
}
.nt_login-form .table tr:not(:first-child) {
	border-top: 1px solid #e2e2e2;
}
.nt_login-form .table th {
	width: 46%;
}
.nt_login-form .table td {
	width: 54%;
}
.nt_login-form .table tr.icon img {
	width: 27px;
}
.nt_login-form .table tr.icon th,
.nt_login-form .table tr.icon td {
	padding: 15px 0;
	vertical-align: middle;
}

/*  change  */

.nt_login-form .change {
	margin-top: 15px;
	padding: 15px 30px;
	border: 2px solid #3abc42;
	border-radius: 15px;
	line-height: 1.6;
}
.nt_login-form .change .item {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 0;
	padding: 12px 0;
}
.nt_login-form .change .item:not(:first-child) {
	border-top: 1px solid #e2e2e2;
}
.nt_login-form .change .item .error {
	display: none;
}
.nt_login-form .change .item.error .error {
	display: block;
}

.nt_login-form .change-text {
    width: calc(100% - 85px);
    padding-right: 10px;
}
.nt_login-form .change-button {
	width: 85px;
}
.nt_login-form .change-input {
	width: 100%;
	margin-top: 5px;
}
.nt_login-form .change-input .input.checkbox {
	margin-top: 0;
}
.nt_login-form .change-text .text img {
    width: 27px;
}

.nt_login-form .change-button button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: none;
	border: 0;
	display: block;
	width: 100%;
	padding: 8px 5px 8px 27px;
	background: url(../img/common/icon_edit.png) no-repeat 10px center / 13px #13b107;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	border-radius: 15px;
}
@media (min-width: 768px) {
	.nt_login-form .change-button button:hover {
		opacity: .7;
	}
}
.nt_login-form .nt_modal .title {
	font-family: "Hiragino Kaku Gothic Pro","Yu Gothic",YuGothic,sans-serif;
	line-height: 1.8;
}
.nt_login-form .change-button .input.icon {
	padding: 0 50px;
}

/*========================================================================

  points

========================================================================*/

.nt_points {
	padding: 12px 0 80px;
	min-height: 100vh;
	background: #fff7ac;
	text-align: center;
}
.nt_points .image {
	width: 190px;
	height: 235px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: auto 235px;
	animation: points 1s linear 1s infinite;
	animation-timing-function: steps(2);
}
@keyframes points {
	0% {background-position: -190px bottom;}
	100% {background-position: -570px bottom;}
}
.nt_points .image.rabbit {
	background-image: url(../img/mypage/report/points/img_rabbit.png);
}
.nt_points .image.kangaroo {
	background-image: url(../img/mypage/report/points/img_kangaroo.png);
}
.nt_points .image.tiger {
	background-image: url(../img/mypage/report/points/img_tiger.png);
}
.nt_points .image.mameshiba {
	background-image: url(../img/mypage/report/points/img_mameshiba.png);
}
.nt_points .image.sheep {
	background-image: url(../img/mypage/report/points/img_sheep.png);
}
.nt_points .title {
	margin-top: 10px;
}
.nt_points .title img {
	width: 280px;
}
.nt_points .text {
	margin-top: 20px;
}
.nt_points .text img {
	width: 243px;
}
.nt_points .point {
	display: table;
	margin: 30px auto 0;
	padding: 23px 20px 23px 100px;
	background: url(../img/mypage/report/points/coin.png) no-repeat 15px center / 78px;
	border: 3px solid #13b107;
	border-radius: 60px;
}
.nt_points .point .num {
	display: table-cell;
	vertical-align: bottom;
}
.nt_points .point .num img {
	float: left;
	margin-right: 3px;
	max-height: 55px;
}
.nt_points .point .img {
	display: table-cell;
	vertical-align: bottom;
	width: 40px;
}
.nt_skip {
	position: fixed;
	z-index: 2;
	left: 0;
	bottom: 0;
	width: 100%;
	max-width: 520px;
	left: 50%;
	transform: translateX(-50%);
	padding: 10px 15px;
	background: #3dbe48;
	text-align: right;
}
.nt_skip a {
	position: relative;
	padding-right: 25px;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
}
@media (min-width: 768px) {
	.nt_skip a:hover {
		opacity: .7;
	}
}
.nt_skip a:before,
.nt_skip a:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
.nt_skip a:before {
	right: 0;
	width: 15px;
	height: 15px;
	background: #fff;
	border-radius: 50%;
}
.nt_skip a:after {
	right: 6px;
	width: 4px;
	height: 4px;
	border-top: 1px solid #13b007;
	border-right: 1px solid #13b007;
	transform: rotate(45deg);
}

/*========================================================================

  levelup

========================================================================*/

.nt_levelup {
	background-color: #3dbe48;
	padding-bottom: 47px;
}
.nt_levelup .particles-js-canvas-el {
	height: 100vh!important;
	opacity: 0;
	position: absolute;
	top: 0;
}
.nt_levelup.animation .particles-js-canvas-el {
	animation: particles 3s ease-in-out 3s forwards;
}
@keyframes particles {
	0%   { opacity: 0; }
	100% { opacity: 1; }
}
.nt_levelup .inner {
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.nt_levelup .cloud {
	opacity: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: absolute;
	z-index: 1;
	top: 4.5%;
	left: 50%;
	margin-left: -33%;
	padding-bottom: 5px;
	max-width: 66%;
	height: 33%;
	background: url(../img/mypage/report/levelup/bg_cloud.png) no-repeat center / contain;
	line-height: 1;
	text-align: center;
}
.nt_levelup.animation .cloud {
	animation: cloud .8s ease-out 1.5s forwards;
}
@keyframes cloud {
	0%   { transform: scale(1, 1) translate(0%, 0%); }
	15%  { transform: scale(.9, .9) translate(0%, 5%); }
	30%  { transform: scale(1.3, .8) translate(0%, 10%); }
	50%  { transform: scale(.8, 1.3) translate(0%, -10%); }
	70%  { transform: scale(1.1, .9) translate(0%, 5%); }
	100% { transform: scale(1, 1) translate(0%, 0%); }
	50%,100% { opacity: 1; }
}
.nt_levelup .text {
	opacity: 0;
	width: 75.8%;
	margin: 0 auto;
}
.nt_levelup.animation .text {
	animation: pop .4s ease-out 2.2s forwards;
}
@keyframes pop {
	0%   { transform: scale(.5); }
	50%  { transform: scale(1.2); }
	100% { transform: scale(1); }
	0%,100% { opacity: 1; }
}
.nt_levelup .grade {
	opacity: 0;
}
.nt_levelup.animation .grade {
	animation: pop .4s ease-out 2.2s forwards;
}
.nt_levelup .grade {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	height: 26.89%;
	margin: 5px 0 3px;
}
/* Firefox */
@-moz-document url-prefix() {
    .nt_levelup .grade {
        height: 75px;
    }
}
.nt_levelup .grade .num {
	height: 100%;
	margin-right: 4px;
}
.nt_levelup .grade .num img {
	height: 100%;
	margin-right: 3px;
}
.nt_levelup .grade .img {
	height: 72%;
}
.nt_levelup .grade .img img {
	height: 100%;
}
.nt_levelup .grade span:only-child {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	padding-bottom: 2px;
}
.nt_levelup .grade span:only-child img {
	height: 85%;
}
.nt_levelup .title {
	width: 75.8%;
	margin: 0 auto;
	opacity: 0;
}
.nt_levelup.animation .title {
	animation: pop .4s ease-out 2.2s forwards;
}
.nt_levelup .rare-pit01 {
	opacity: 0;
	position: absolute;
	top: 37.8%;
	left: 72%;
	width: 8.8%;
}
.nt_levelup.animation .rare-pit01 {
	animation: rare-zoomIn .3s ease-out 4s forwards, rare-bound 2s linear 5s infinite;
}
@keyframes rare-zoomIn {
	0%   { transform: scale(.6); }
	50%  { transform: scale(1.2); }
	100% { transform: scale(1); }
	0%,100% { opacity: 1; }
}
@keyframes rare-bound {
	0%   { transform: translateY(0);}
	10%  { transform: translateY(-10px); }
	20%  { transform: translateY(0); }
	30%  { transform: translateY(-5px); }
	40%  { transform: translateY(0); }
	100% { transform: translateY(0);}
}
.nt_levelup .rare-pit02 {
	opacity: 0;
	position: absolute;
	top: 6.8%;
	left: 25%;
	width: 7.07%;
}
.nt_levelup.animation .rare-pit02 {
	animation: rare-zoomIn .3s ease-out 4s forwards, rare-look 2s linear 5s infinite;
}
@keyframes rare-look {
	0%   { transform: translate(0);}
	40%  { transform: translate(0);}
	50%  { transform: translate(5px,5px); }
	60%  { transform: translate(0);}
	100% { transform: translate(0);}
}
.nt_levelup .rare-pit03 {
    opacity: 0;
    position: absolute;
    top: 5.8%;
    left: 20%;
    width: 7.07%;
}
.nt_levelup.animation .rare-pit03 {
	animation: rare-zoomIn .3s ease-out 4s forwards, rare-look 2s linear 5s infinite;
}
.nt_levelup .rare-pit04,
.nt_levelup .rare-pit05 {
    opacity: 0;
    position: absolute;
    top: 7.5%;
    left: 20%;
    width: 7.07%;
}
.nt_levelup.animation .rare-pit04,
.nt_levelup.animation .rare-pit05 {
	animation: rare-zoomIn .3s ease-out 4s forwards, rare-look 2s linear 5s infinite;
}
.nt_levelup .rare-image {
	opacity: 0;
	position: absolute;
	top: 0;
	transform: translateY(0%);
	z-index: 2;
	width: 260%;
}
.nt_levelup.animation .rare-image:not(.left) {
	animation: rare-right 3s ease-out 5s forwards;
}
@keyframes rare-right {
	0%   { transform: translateY(-30%) translateX(50%);}
	20%  { transform: translateY(0%) translateX(0%);}
	70%  { transform: translateY(0%) translateX(0%);}
	100% { transform: translateY(-50%) translateX(-100%);}
	0%,100% {opacity: 1;}
}
.nt_levelup.animation .rare-image.left {
	animation: rare-left 3s ease-out 5s forwards;
}
@keyframes rare-left {
	0%   { transform: translateY(-30%) translateX(-80%);}
	20%   { transform: translateY(0%) translateX(-61.5%);}
	70%   { transform: translateY(0%) translateX(-61.5%);}
	100% { transform: translateY(-50%) translateX(40%);}
	0%,100% {opacity: 1;}
}
.nt_levelup .map {
	position: absolute;
	top: 32%;
	width: 100%;
	height: 0;
	padding-top: 111%;
}
.nt_levelup .map li {
	position: absolute;
	width: 20.6%;
}
.nt_levelup .map li.map10 {
	top: 1.8%;
	left: 4.1%;
}
.nt_levelup .map li.map09 {
	top: 12.5%;
	left: 26.5%;
}
.nt_levelup .map li.map08 {
	top: 15.5%;
	left: 51%;
}
.nt_levelup .map li.map07 {
	top: 20%;
	left: 77%;
}
.nt_levelup .map li.map06 {
	top: 36.9%;
	left: 61%;
}
.nt_levelup .map li.map05 {
	top: 38.8%;
	left: 36.3%;
}
.nt_levelup .map li.map04 {
	top: 39%;
	left: 11.8%;
}
.nt_levelup .map li.map03 {
	top: 59.4%;
	left: 2.2%;
}
.nt_levelup .map li.map02 {
	top: 72.8%;
	left: 22%;
}
.nt_levelup .map li.map01 {
	top: 77.8%;
	left: 46%;
}
.nt_levelup .map li.map-master {
	width: 27.3%;
	top: 74.5%;
	left: 71.3%;
}
.nt_levelup .map li:not(.open) img {
	opacity: 0;
}
.nt_levelup .map li.active:after {
	opacity: 0;
	content: '';
	position: absolute;
	top: -13px;
	left: -12px;
	width: calc(100% + 25px);
	height: calc(100% + 25px);
	background: url(../img/mypage/report/levelup/dot.svg) no-repeat center / contain;
}
.nt_levelup.animation .map li.active:after {
	animation: dot .4s ease-in-out 3s forwards;
}
.nt_levelup .map li.active img {
	opacity: 0;
}
.nt_levelup.animation .map li.active img {
	animation: pop .4s ease-in-out 3s forwards;
}
@keyframes dot {
	0%   { transform: scale(.5); opacity: 1; }
	50%  { transform: scale(1.2); }
	100% { opacity: 0; }
}

/*  mameshiba,sheep
========================================================================*/

.nt_levelup.point .cloud {
	top: 0%;
	width: 64%;
	margin-left: -32%;
}
.nt_levelup.point .text {
	opacity: 0;
	width: 43%;
	margin-top: -1%;
}
.nt_levelup .pt {
	opacity: 0;
}
.nt_levelup .pt {
	justify-content: center;
	align-items: center;
	height: 21%;
	margin: 6px 0 5px;
}
.nt_levelup.animation .pt {
	animation: pop .4s ease-out 2.2s forwards;
}
.nt_levelup.point .num {
	height: 75%;
	margin-right: 4px;
}
.nt_levelup.point .num img {
	height: 100%;
	margin-right: 3px;
}
.nt_levelup.point .img {
	height: 100%;
}
.nt_levelup.point .img img {
	height: 100%;
}
.nt_levelup.point span:only-child {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	padding-bottom: 2px;
}
.nt_levelup.point span:only-child img {
	height: 90%;
}
.nt_levelup.point .title {
	width: 58%;
	margin: 0 auto;
	opacity: 0;
}
.nt_levelup.point .gole .text {
	margin-top: 0;
}
.nt_levelup.point .gole .title {
	width: 40%;
}
.nt_levelup .rare-mameshiba,
.nt_levelup .rare-sheep {
	opacity: 0;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -100%;
	z-index: 2;
}
.nt_levelup .rare-mameshiba {
	width: 81%;
}
.nt_levelup .rare-sheep {
	width: 83%;
}
.nt_levelup.point.animation .rare-mameshiba {
	animation: rare-mameshiba 3s ease-out 5s forwards;
}
@keyframes rare-mameshiba {
	0%   { bottom: -100%;}
	20%  { bottom: -8%;}
	70%  { bottom: -8%;}
	100% { bottom: -100%;}
	0%,100% {opacity: 1;}
}
.nt_levelup .map.mameshiba li {
	position: absolute;
	width: 18.5%;
}
.nt_levelup .map.mameshiba li.map-coin01 {
	top: 0.5%;
	left: 7.5%;
}
.nt_levelup .map.mameshiba li.map-coin02 {
	top: 0.5%;
	left: 29.7%;
}
.nt_levelup .map.mameshiba li.map-coin03 {
	top: 0.5%;
	left: 51.9%;
}
.nt_levelup .map.mameshiba li.map-coin04 {
	top: 0.5%;
	left: 74.2%;
}
.nt_levelup .map.mameshiba li.map-coin05 {
	top: 20.5%;
	left: 7.5%;
}
.nt_levelup .map.mameshiba li.map-coin06 {
	top: 20.5%;
	left: 29.7%;
}
.nt_levelup .map.mameshiba li.map-coin07 {
	top: 20.5%;
	left: 51.9%;
}
.nt_levelup .map.mameshiba li.map-coin08 {
	top: 20.5%;
	left: 74.2%;
}
.nt_levelup .map.mameshiba li.map-coin09 {
	top: 40.6%;
	left: 7.5%;
}
.nt_levelup .map.mameshiba li.map-coin10 {
	top: 40.6%;
	left: 29.7%;
}
.nt_levelup .map.mameshiba li.map-coin11 {
	top: 40.6%;
	left: 51.9%;
}
.nt_levelup .map.mameshiba li.map-coin12 {
	top: 40.6%;
	left: 74.2%;
}
.nt_levelup .map.mameshiba li.map-coin13 {
	top: 60.4%;
	left: 7.5%;
}
.nt_levelup .map.mameshiba li.map-coin14 {
	top: 60.4%;
	left: 29.7%;
}
.nt_levelup .map.mameshiba li.map-coin15 {
	top: 60.4%;
	left: 51.9%;
}
.nt_levelup .map.mameshiba li.map-coin16 {
	top: 60.4%;
	left: 74.2%;
}
.nt_levelup .map.mameshiba li.map-coin17 {
	top: 80.1%;
	left: 7.5%;
}
.nt_levelup .map.mameshiba li.map-coin18 {
	top: 80.1%;
	left: 29.7%;
}
.nt_levelup .map.mameshiba li.map-coin19 {
	top: 80.1%;
	left: 51.9%;
}
.nt_levelup .map.mameshiba li.map-coin20 {
	top: 80.1%;
	left: 74.2%;
}
.nt_levelup.point.animation .rare-sheep {
	animation: rare-sheep 3s ease-out 5s forwards;
}
@keyframes rare-sheep {
	0%   { bottom: -100%;}
	20%  { bottom: 0%;}
	70%  { bottom: 0%;}
	100% { bottom: -100%;}
	0%,100% {opacity: 1;}
}
.nt_levelup .map.sheep li {
	position: absolute;
	width: 20.5%;
}
.nt_levelup .map.sheep li.map-coin01 {
	top: 34.2%;
	left: 15.3%;
}
.nt_levelup .map.sheep li.map-coin02 {
	top: 34.2%;
	left: 39.8%;
}
.nt_levelup .map.sheep li.map-coin03 {
	top: 34.2%;
	left: 64.3%;
}
.nt_levelup .map.sheep li.map-coin04 {
	top: 56.3%;
	left: 3%;
}
.nt_levelup .map.sheep li.map-coin05 {
	top: 56.3%;
	left: 27.5%;
}
.nt_levelup .map.sheep li.map-coin06 {
	top: 56.3%;
	left: 52%;
}
.nt_levelup .map.sheep li.map-coin07 {
	top: 56.3%;
	left: 76.5%;
}
.nt_levelup .map.sheep li.map-coin08 {
	top: 78.5%;
	left: 15.2%;
}
.nt_levelup .map.sheep li.map-coin09 {
	top: 78.5%;
	left: 39.8%;
}
.nt_levelup .map.sheep li.map-coin10 {
	top: 78.5%;
	left: 64.3%;
}

/*========================================================================

  training

========================================================================*/

/*  training-status
========================================================================*/

.nt_training-status {
	padding: 15px 0;
	background: #f3f3f3;
	border-top: 2px solid #3abc42;
}
.nt_training-status .inner {
	padding: 9px 10px 9px 15px;
	background: #fff;
	border-radius: 10px;
}
.nt_training-status .grade {
	display: flex;
	margin-right: 15px;
	transform: translateY(0);
}
.nt_training-status .grade span.icon,
.nt_training-status .grade span.num {
	width: 40px;
	height: 40px;
	background: #fff000;
	text-align: center;
	border-radius: 50%;
}
.nt_training-status .grade span.icon {
	overflow: hidden;
}
.nt_training-status .grade span.num {
	top: 0;
	min-width: auto;
	margin: 0 0 0 3px;
	font-size: 10px;
	line-height: 40px;
	letter-spacing: -1px;
}
.nt_training-status .grade span.num em {
	margin-right: 1px;
	font-size: 14px;
	font-style: normal;
	vertical-align: baseline;
}
.nt_training-status .box {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.nt_training-status .text {
	width: auto;
	margin-top: 4px;
	padding-left: 0;
	background: none;
	font-size: 13px;
	color: #3d3d3d;
}
.nt_training-status .text:only-child {
	margin: 15px 0;
	font-size: 14px;
	color: #13b107;
}
.nt_training-status .text:only-child:before,
.nt_training-status .text:only-child:after {
	content: '';
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0 5px;
	background: url(../img/training/icon_star.png) no-repeat left center / 15px;
}
.nt_training-status .text:only-child:after {
	transform: scale(-1, 1);
}
.nt_training-status .text [data-ruby]:before {
	letter-spacing: -1px;
}
.nt_training-status .text span {
	vertical-align: baseline;
}
.nt_training-status .text .num {
	font-size: 23px;
}
.nt_training-status .bar {
    width: calc(100% - 100px);
    margin-right: 10px;
}
.nt_training-status .count {
    margin: 0 0;
    padding: 4px 0 4px 24px;
    background: url(../img/common/icon_pt.png) no-repeat left center / 19px;
    color: #848484;
}
.nt_training-status .text .num {
	font-size: 12px;
	line-height: 1.1;
}

/*  training-status point
========================================================================*/

.nt_training-status.point {
	text-align: center;
}
.nt_training-status.point .inner {
	width: auto;
	display: inline-block;
	padding: 00;
}
.nt_training-status .icon-box {
	background: url(../img/common/bg_green.jpg);
	border-radius: 10px 0px 0px 10px;
	display: block;
	padding: 12px;
}
.nt_training-status .icon-box .icon {
	display: block;
	width: 40px;
	height: 40px;
	background: #fff000;
	border-radius: 50%;
}
.nt_training-status .icon-box .icon {
	overflow: hidden;
}
.nt_training-status .box.not-bar {
    align-items: flex-end;
    padding: 10px;
}
.nt_training-status .pt {
	display: flex;
	align-items: center;
	padding-left: 36px;
	background: url(../img/common/icon_pt.png) no-repeat left 0px / 32px;
	height: 32px;
}
.nt_training-status .pt .num {
	font-size: 40px;
	margin-right: 5px;
	margin-top: -5px;
}
.nt_training-status .not-bar .text {
    color: #13b107;
}

/*  training-download
========================================================================*/

.nt_training-download {
	padding: 15px 0;
	background: #f9f4cd;
	text-align: center;
}
.nt_training-download .anchor a {
	position: relative;
	display: inline-block;
	padding: 10px 40px 9px 25px;
	background: #3abc42;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	border-radius: 30px;
}
.nt_training-download .anchor a:before,
.nt_training-download .anchor a:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
.nt_training-download .anchor a:before {
	right: 15px;
	width: 15px;
	height: 15px;
	background: #fff;
	border-radius: 50%;
}
.nt_training-download .anchor a:after {
	top: -2px;
	right: 20px;
	width: 4px;
	height: 4px;
	border-top: 1px solid #3abc42;
	border-right: 1px solid #3abc42;
	transform: rotate(135deg);
}
@media (min-width: 768px) {
	.nt_training-download .anchor a:hover {
		opacity: .7;
	}
}

/*  training-login
========================================================================*/

.nt_training-login {
	padding: 20px 0;
	background: #f3f3f3;
	text-align: center;
}
.nt_training-login .inner {
	padding: 25px 25px 20px;
	background: #fff;
	border: 2px solid rgb(19, 177, 7);
	border-radius: 20px;
}
.nt_training-login .title img {
	width: 241px;
}
.nt_training-login .image {
	margin-top: 20px;
}
.nt_training-login .image img {
	width: 237px;
}
.nt_training-login .button {
	margin-top: 10px;
}
.nt_training-login .link {
	margin-top: 15px;
}
.nt_training-login .link a {
	display: inline-block;
	width: 100%;
	max-width: 287px;
	padding: 13px 4px 10px;
	background: #f3f3f3;
	color: #00aa28;
	font-weight: bold;
	text-align: center;
	border-radius: 10px;
	box-shadow: 0 2px 0 #cecece;
	line-height: 1.3;
	transition: all .3s;
}
@media (min-width: 768px) {
	.nt_training-login .link a:hover {
		transform: translateY(2px);
		box-shadow: 0 0 0 #cecece;
	}
}
.nt_training-login .textlink {
	margin-top: 15px;
}
.nt_training-login .textlink a {
	position: relative;
	width: auto;
	padding-right: 25px;
	color: #13b107;
	font-weight: bold;
}
.nt_training-login .textlink a:before,
.nt_training-login .textlink a:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
.nt_training-login .textlink a:before {
	right: 0;
	width: 15px;
	height: 15px;
	background: #13b107;
	border-radius: 50%;
}
.nt_training-login .textlink a:after {
	right: 6px;
	width: 4px;
	height: 4px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
}
@media (min-width: 768px) {
	.nt_training-login .textlink a:hover {
		opacity: .7;
	}
}

/*  report-achieve training
========================================================================*/

.nt_report-achieve.training {
	margin-top: 0;
}
.nt_report-achieve.training .tab {
	margin: 0;
	border-bottom: 1px solid #e5e5e5;
	padding: 0;
}
.nt_report-achieve.training .tab ul {
	width: calc(100% - 30px);
	margin: 0 auto;
	padding: 25px 0 35px;
}
.nt_report-achieve.training .nt_form {
	padding-bottom: 0;
	border-radius: 0;
}
.nt_report-achieve.training .status.mameshiba {
	padding: 0 28px;
}
.nt_report-achieve.training .status {
	padding: 0 20px;
	background: #fff;
	box-shadow: none;
}
.nt_report-achieve.training .form {
	padding: 30px 0;
	background: #f3f3f3;
	box-shadow: 0 3px 5px 0 rgb(0,0,0,.1) inset;
}
.nt_report-achieve.training .training-inner {
	display: none;
	width: calc(100% - 30px);
	max-width: 520px;
	margin: 0 auto;
	pointer-events: auto;
}
.nt_report-achieve.training form.active .training-inner {
	display: block;
	animation: form-fade .4s ease-in-out 0s;
}
.nt_report-achieve.training .training-inner.active {
	display: block;
	animation: form-fade .4s ease-in-out 0s;
}
@keyframes form-fade {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
.nt_report-achieve.training .training-menu ul {
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	pointer-events: auto;
}
.nt_report-achieve.training .training-menu li {
	width: 100%;
}
.nt_report-achieve.training .training-menu li:not(:first-child) {
	margin-top: 9px;
}
.nt_report-achieve.training .training-menu a {
	position: relative;
	display: block;
	padding: 12px 45px 10px 16px;
	background: #3abc42;
	color: #fff;
	border-radius: 10px;
}
.nt_report-achieve.training .training-menu a:before,
.nt_report-achieve.training .training-menu a:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
.nt_report-achieve.training .training-menu a:before {
	right: 15px;
	width: 15px;
	height: 15px;
	background: #fff;
	border-radius: 50%;
}
.nt_report-achieve.training .training-menu a:after {
	right: 21px;
	width: 4px;
	height: 4px;
	border-top: 1px solid #3abc42;
	border-right: 1px solid #3abc42;
	transform: rotate(45deg);
}
@media (min-width: 768px) {
	.nt_report-achieve.training .training-menu a:hover {
		opacity: .7;
	}
}
.nt_report-achieve.training .training-menu.col-2 ul {
	font-size: 10px;
}
.nt_report-achieve.training .training-menu.col-2 li {
	width: 49%;
	margin-top: 0;
}
.nt_report-achieve.training .training-menu.col-2 li:nth-child(n+3) {
	margin-top: 10px;
}
.nt_report-achieve.training .training-menu.col-2 a {
    display: flex;
    align-items: center;
    height: 100%;
    min-height: calc(2em * 1.4 + 14px);
    padding: 8px 40px 6px 16px;
    line-height: 1.4;
}
.nt_report-achieve.training .training-menu.col-2 a:after {
	top: -2px;
	right: 20px;
	transform: rotate(135deg);
}
.nt_report-achieve.training .training-detail {
	overflow: hidden;
	margin-top: 30px;
	background: #fff;
	border-radius: 10px;
}
.nt_report-achieve.training .training-detail + .training-detail {
	margin-top: 25px;
}
.nt_report-achieve.training .detail-title {
	padding: 11px;
	background: #fdf57d;
	color: #3d3d3d;
	font-size: 16px;
	font-weight: bold;
	position: relative;
}
.nt_report-achieve.training .detail-title span {
	padding: 8px 12px 9px 40px;
	border: 1px solid #3abc42;
	border-radius: 30px;
	font-size: 12px;
	line-height: 1;
	color: #3abc42;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
	.training-detail-area.small .detail-title {
		font-size: 13px;
	}
	.training-detail-area.small .detail-title span {
		font-size: 10px;
	}
}
.nt_report-achieve.training .detail-title span:before {
	content: "";
	position:absolute;
	top: 50%;
	transform: translateY(-50%);
}
.nt_report-achieve.training .detail-title span.player1 {
	padding: 8px 12px 9px 30px;
}
.nt_report-achieve.training .detail-title span.player1:before {
	background: url(../img/common/icon_player01.png) no-repeat center / 10px;
	width: 10px;
	height:13px;
	left: 14px;
}
.nt_report-achieve.training .detail-title span.player2 {
	padding: 8px 12px 9px 35px;
}
.nt_report-achieve.training .detail-title span.player2:before {
	background: url(../img/common/icon_player02.png) no-repeat center / 15px;
	width: 15px;
	height:13px;
	left: 14px;
}
.nt_report-achieve.training .detail-title span.player3 {
	padding: 8px 12px 9px 45px;
}
.nt_report-achieve.training .detail-title span.player3:before {
	background: url(../img/common/icon_player03.png) no-repeat center / 22px;
	width: 22px;
	height:13px;
	left: 16px;
}
.nt_report-achieve.training .detail-title span.player4 {
	padding: 8px 12px 9px 44px;
}
.nt_report-achieve.training .detail-title span.player4:before {
	background: url(../img/common/icon_player04.png) no-repeat center / 22px;
	width: 22px;
	height:13px;
	left: 15px;
}
.nt_report-achieve.training .detail-box {
	padding: 25px 25px 25px;
}
.nt_report-achieve.training .detail-box .youtube {
	position: relative;
	padding-top: 0%!important;
	z-index: auto!important;
}
.nt_report-achieve.training .detail-box .youtube img {
	width: 100%;
}
.nt_report-achieve.training .detail-box .youtube a:hover {
	opacity: .5;
	transition: .3s;
}
.nt_report-achieve.training .detail-box .youtube a:before {
	position: absolute;
	content: "";
	background-color: #3bbb42;
	opacity: .8;
	width: 50px;
	height: 50px;
	border-radius: 25px;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}
.nt_report-achieve.training .detail-box .youtube a:after {
	position: absolute;
	content: "▲";
	color: #fff;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%) rotate(90deg);
}
.nt_report-achieve.training .detail-box .youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.nt_report-achieve.training .detail-box .grey-box:not(:first-child) {
	margin-top: 15px;
}
.nt_report-achieve.training .detail-box .grey-box {
	background: #ccc;
	padding: 20px;
}
.nt_report-achieve.training .detail-box .grey-box {
	background: #f3f3f3;
	padding: 20px 15px;
}
.nt_report-achieve.training .detail-box .grey-box .title {
	margin: 0;
	padding: 0;
	background: none;
	font-weight: bolder;
	font-size: 15px;
	line-height: 1;
}
.nt_report-achieve.training .detail-box .grey-box .list ul {
	padding: 0;
}
.nt_report-achieve.training .detail-box .grey-box .list:not(:first-child) {
	margin-top: 14px;
}
.nt_report-achieve.training .detail-box .image img {
	border: 2px solid #e5e5e5;
}
.nt_report-achieve.training .detail-box .image:not(:first-child) {
	margin-top: 15px;
}
.nt_report-achieve.training .detail-box .list {
	line-height: 1.5;
}
.nt_report-achieve.training .detail-box .list:not(:first-child) {
	margin-top: 20px;
}
.nt_report-achieve.training .detail-box .list ol {
	counter-reset: cnt;
}
.nt_report-achieve.training .detail-box .list ol li {
	position: relative;
	width: 100%;
	padding-left: 25px;
}
.nt_report-achieve.training .detail-box .list ol li:not(.attention):not(.description)  {
	counter-increment: cnt;
}
.nt_report-achieve.training .detail-box .list ol li:not(:first-child) {
	margin-top: 14px;
}
.nt_report-achieve.training .detail-box .list ol li:before {
	content: counter(cnt);
	position: absolute;
	top: .2em;
	left: 0;
	width: 1em;
	height: 1em;
	text-align: center;
	line-height: 0.9em;
	border: 1px solid #000;
	border-radius: 50%;
}
.nt_report-achieve.training .detail-box .list ol li.attention:before {
	content: "※";
	border: none;
	line-height: 1em;
}
.nt_report-achieve.training .detail-box .list ol li.description:before {
	display: none;
}
.nt_report-achieve.training .detail-box .list ol li.description {
    padding-left: 0px;
}
.nt_report-achieve.training .detail-box .list ol:not(:first-child) {
    margin-top: 10px;
}
.nt_report-achieve.training .detail-box .list ul {
	display: flex;
	flex-direction: column;
}
.nt_report-achieve.training .detail-box .list ul li {
	position: relative;
	width: 100%;
	padding-left: 18px;
}
.nt_report-achieve.training .detail-box .list ul li:not(:first-child) {
	margin-top: 10px;
}
.nt_report-achieve.training .detail-box .list ul li:before {
	content: "・";
	position: absolute;
	width: 100%;
	left: 0;
}
.nt_report-achieve.training .detail-box .list ul li span {
	display: inline;
}
.nt_report-achieve.training .detail-box .list-notes ul {
    padding: 0;
}
.nt_report-achieve.training .detail-box .list-notes:not(:first-child) {
	margin-top: 20px;
}
.nt_report-achieve.training .detail-box .list-notes li:not(:first-child) {
	margin-top: 3px;
	line-height: 1.5;
}
.nt_report-achieve.training .detail-box .list-notes li {
	position: relative;
	width: 100%;
	padding-left: 22px;
}
.nt_report-achieve.training .detail-box .list-notes li:before {
	content: '※';
	top: 0;
	left: 0;
	width: auto;
	height: auto;
	border: none;
	transform: none;
	position: absolute;
}
.nt_report-achieve.training .detail-box .point-title {
	position: relative;
	margin-top: 20px;
	text-align: center;
}
.nt_report-achieve.training .detail-box .point-title:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
	width: 100%;
	height: 1px;
	background: #000;
}
.nt_report-achieve.training .detail-box .point-title span {
	position: relative;
	padding: 0 15px;
	background: #fff;
	color: #3d3d3d;
	font-weight: bold;
}
.nt_report-achieve.training .detail-box .point {
    margin: 10px -15px 0;
}
.nt_report-achieve.training .detail-box .point ul {
	padding: 0;
	pointer-events: none;
}
.nt_report-achieve.training .detail-box .point p {
	box-shadow: 0 0 0 #d0d0d0;
}

/*  training-menu
========================================================================*/

.nt_training-menu {
	margin-bottom: 50px;
	padding: 30px 0;
	background: #fff9db;
}
.nt_training-menu .inner {
	padding: 20px 20px 25px;
	background: #fff;
	border-radius: 20px;
}
.nt_training-menu .title {
	text-align: center;
}
.nt_training-menu .title img {
	width: 266px;
}
.nt_training-menu .list {
	margin-top: 15px;
}
.nt_training-menu .list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.nt_training-menu .list li {
	width: 49%;
	width: calc(50% - 2px);
}
.nt_training-menu .list li:nth-child(n+3) {
	margin-top: 6px;
}
.nt_training-menu .list a {
	display: flex;
	width: 100%;
	max-width: 287px;
	padding: 7px 10px 5px;
	background: #e5e5e5;
	color: #00aa28;
	font-weight: bold;
	border-radius: 10px;
	box-shadow: 0 2px 0 #cecece;
	line-height: 1.3;
	transition: all .3s;
	min-height: 48px;
	margin: auto;
	align-items: center;
	position: relative;
	font-size: 12px;
}
.nt_training-menu .list a[target=_blank]:after {
	content: '';
	background: url(../img/common/icon_blank.png) no-repeat center / 15px;
	position: absolute;
	right: 10px;
	width: 15px;
	height: 15px;
}
@media (min-width: 768px) {
	.nt_training-menu .list a:hover {
		transform: translateY(2px);
		box-shadow: 0 0 0 #cecece;
	}
}


.nt_login-form .item.multi-checkbox  .input.checkbox {
  margin-top: 0px;
}
.nt_login-form .item.multi-checkbox  {
  margin-top: 10px;
}
.nt_report-link.white {
	background: #FFFFFF;
}