body {
  padding: 0px;
  margin: 0px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  overflow-x: hidden;
}

* {
  user-select: none;
  /* supported by Chrome and Opera */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
}

a {
  color: #000;
  text-decoration: none;
}

.cPolicyCont a:hover {
  border-bottom: 2px solid #61d6ff;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Noto Sans JP, sans-serif;
}

p {
  color: #FFF;
}

.clsheadercolor {
  justify-content: start !important;
}

.logo {
    background: #FFFFFF;
  height: 100%;
  width: 180px;
  margin: 0px 0px 0 -20px;
  overflow: hidden;
  position: relative;
    height: 55px;
  box-sizing: border-box;
  vertical-align: baseline;
}

.image-container {
  z-index: 999;
  position: absolute;
  top: 50%;
  margin-left: 40px;
  transform: translateY(-50%);
  cursor: pointer;
}
.image-container img{
  width: 100px;
}


#header {
  color: #575759;
  font-family: 'Noto Sans JP';
  font-size: 12px;
  line-height: 22px;
  font-weight: 100;
  background: #FFFFFF;
  z-index: 9998;
  width: inherit;
  max-width: inherit;
  position: sticky;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .07);

  border-bottom: 1px solid transparent;
  border-image: linear-gradient(90deg, #61d6ff, #61d6ff 45.02%, #9c4de8 63.56%, #da291c 85.52%, #da291c);
  border-image-slice: 1;
  
  /* right:16px; */
}

/*#header::before {
  content: '';
  position: absolute;
  width: 50%;
  height: 72px;
  background: #DA291C;
}*/

#footer{
  margin-top: 22px;
  border-top: 1px solid #CCC;
}
@media (max-width: 768px) {
  
  .cPolicyCont{
    text-align: center !important;
  }
  .cLandBack{
    text-align: center;
  }
  .cPolicyBack{
    margin: auto;
  }
  .footer .cIndentDiv{
    display: none !important;
  }
  .footer .container{
    padding: 8px !important;
  }
  .footer .credits{
    display: none
  };
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
#navbar {
  min-height: 70px;
  max-width: 1440px;
  margin: 0 auto;
  background: #FFFFFF;
  position: relative;
}


.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  margin-left: 32px;
  padding: 0;
  display: flex;
  list-style: none;
  /* align-items: center; */
  background: #FFF;
}

.navbar li {
  position: relative;
  margin-right: 40px;
  margin-left: 4px;
}

.navbar a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Noto Sans JP";
  font-size: 16px;
  color: #000000;
  white-space: nowrap;
  /* transition: 0.3s; */
  border-bottom: 2px solid #ffffff;
  outline: none;
}

.navbar a i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar li>a>span {
  padding-bottom: 3px;
  box-sizing: border-box;
  border-bottom: 2px solid #FFFFFF;
}
.navbar .active>span,
.navbar a:hover>span,
.navbar li:hover>a>span {
  border-bottom: 2px solid #61d6ff;
}



.cCompTrainCont{
  border: none;
  background: none;
} 
.cCompTrainCont>div{
  top: 14px;
  position: relative;
  box-shadow: 0 10px 14px 0 rgba(0, 0, 0, .35);
  background: #FFFFFF;
  padding: 30px 30px 30px 30px;
}
.dropdown-item{
  color: #000000;
  cursor: pointer;
  box-sizing: border-box;
  margin-bottom: 15px;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #000000;
    background: none;
}
.dropdown-item:focus span, .dropdown-item:hover span{
  border-bottom: 2px solid #61d6ff;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 30px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  font-weight: 500;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}


.dropdown-toggle::after{
  font-size: 10px;
  font-weight: bold;
  color: #61d6ff;
  border: none;
  content: "∟";
  transform: rotate(315deg);
  margin-left: 7px;
}
.dropdown-toggle[aria-expanded="true"]::after {
  transform: scale(-1, -1) rotate(315deg);
  margin-top: 4px;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
      left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
      left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #000;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #000;
}

@media (max-width: 950px) {
  .mobile-nav-toggle {
      display: block;
      margin-right: 15px;
  }

  .navbar-mobile .mobile-nav-toggle.bi-x::before {
    margin-right: -15px;
    margin-top: -2px;
  }

  .navbar ul {
      display: none;
  }
  .navbar li {
    border-bottom: 1px solid #d3d4d5;
  }
  .cCompTrainCont{
    padding: 0 0px 20px 20px;
  }
  .cCompTrainCont>div{
    box-shadow: none;
    top: 0;
    padding: 0;
  }
  .navbar {
      justify-content: space-between;
  }
  .cSearchBox{
    width: 90% !important;
  }
  .navbar .image-container{
    margin-left: 20px;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: relative;
  }
  .dropdown-toggle::after{
    color: #000000
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(32, 38, 34, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: fixed;
    top: 55px;
  margin-left: 0px !important;
  /* z-index: 999999999999; */
  bottom: 15px;
  height: 380px;
    width: 100%;
  left: 0px;
  padding: 10px 0;
  /*border-radius: 6px; */
  background-color: #fff;
  overflow-y: auto;
}

.navbar-mobile a {
  padding: 10px 20px;
  color: #000;
}

.navbar-mobile .getstarted {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 14px;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
.clspadding0 {
  padding: 0px
}

.pfSeparatorbg {
  background-color: #000;
  text-align: center;
}

.pfSeparator {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  margin: auto;
  min-height: 55px;
  padding: 15px 20px 15px 36px;
  max-width: 1450px;
}

/*--------------------------------------------------------------
# clssection1
--------------------------------------------------------------*/
.clsvideo {
  margin-top: 0;
}

@media (min-width: 320px) {
  .pfSeparatorbg {
      min-height: 55px;
  }
}

@media (min-width: 480px) {}

@media (min-width: 576px) {}

@media (min-width: 768px) {}

@media (min-width: 992px) {
  .navbar-mobile ul {
      display: none;
  }
}
.clsContSize .clsTopInfi{
  padding: 0 40px 0 50px;
}
@media (min-width: 1440px) {
  .clsContSize {
      width: 1440px !important;
  }
}

video::-webkit-media-controls {
  display: none;
}

/* updated */
html.noscroll {
  /* overflow: hidden; */
}

html.noscroll body {
  /* overflow: auto;
  height: 100vh; */
}

.rowpading{
  padding: 0px 8px;
}
.cTutorialHub {
  position: relative;
  display: inline;
  width: 24px;
  height: 24px;
  margin-left: 20px;
  margin-right: 5px;
}

@media (max-width: 992px) {

  .cCourseCont{
    height: auto !important;
  }
  .cCourseCont .cTitle{
    height: auto !important;
  }
}
.devices {
  background-color: #EA8C3F;
  color: #000;
}

.default {
  background-color: #DA291C;
  color: #FFF;
}


.cGreyBg{
  background: gray;
  width: 100%;
  height: 366px;
  position: absolute;
  z-index: -1;
}
.cCourseCont {
  width: 100%;
  margin-top: 22px;
}
.cCourseCont {
  padding: 0 0 10px 0px;
  height: calc(100% - 22px);
  background-color: #ffffff;
  box-shadow: none;
}



.cExtLinkCont .cTutorialCont{ position: relative; clear:both; }

.cExtLinkCont .cTutorialCont .cLinkCopied{
  position: absolute;
  bottom: 0px;
  font-size: 12px;
  background: #000;
  padding: 1px 0px 3px 0px;
  border-radius: 4px;
  z-index: 11;
  width: 90px;
  text-align: center;
  color: #fff;
}
.cExtLinkCont .cTutorialCont .cLinkCopied{ bottom: -2px; left: 0px;}
.cCourseCont .cTitle {
  font-weight: 400;
  display: table;
  font-size: 20px;
}
.cCourseCont .cTitle span{
  display: block;
  margin-top: 20px;
}
.cCourseCont .cTutorials {
  border-radius: 5px 5px 0 0;
  padding: 10px 25px;
}
.cCourseCont .cTitle img {
    display: block;
    width: 36px;
    margin: 2px 10px 0 0px;
}
.cCourseCont .cCrsTitle{
  font-size: 16px;
  line-height: 18px;
  display: inline-block;
  max-width: calc(100% - 90px);
  transition: all .3s;
}
.cCourseCont .cCrsTitle.isOld{
  color: #b2b2b2;
}


.cCrsArrow{
  position: relative;
}
.cCrsArrow:before{
  content: ""; 
  margin-left: 24px;
  position: absolute;
  transform: translateX(-50%);
  box-shadow: 0 0 0 1px #61d6ff;
  height: 0;
  content: "";
  bottom: 7px;
  width: 23px;
}
.cCrsTitle:hover .cCrsArrow:before,  .autocomplete--item:hover .cCrsArrow:before{
  backface-visibility: hidden;
  filter: brightness(0) saturate(0);
  will-change: width, transform;
}
.cCrsArrow:after{
  content: "";
  position: absolute;  
  transform: translateX(-50%);
  background-image: url(./../../Common/images/icon-arrow-right.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  margin-left: 25px;
  height: 24px;
  width: 24px;
  bottom: -5px;
  top: auto;
  transition: transform .3s ease-in-out;
}
.cCrsTitle:hover .cCrsArrow:after, .autocomplete--item:hover .cCrsArrow:after{
  filter: brightness(0) saturate(0);
  transform: translateX(10px);
}
.cExtLinkCont .cCrsArrow{
  top: -2px
}
.cSearchBox {
  border: 1px solid #CCC;
  border-radius: 50px;
  padding: 4px 5px 4px 5px;  
  width: 60%;
  margin: 22px auto 0px auto;
  background-color: #f5f5f5;
}

.autocomplete {
  position: relative;
  display: inline-block;
  width: 91% !important;
}

.cSearchBox input {
  font-size: 16px;
  outline: none;
  border: none;
  width: 100%;
  position: absolute;
  z-index: 10;
  top: -20px;
  color: #000000;
  user-select: auto;
  -webkit-user-select: auto;
  -khtml-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  background-color: #f5f5f5;
}


.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 13px;
  left: 0;
  right: 0;
  max-height: 200px;
  overflow: auto;
}

.autocomplete-items div {
  padding: 6px;
  padding-right: 60px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
  font-size: 14px;
}

/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #e9e9e9;
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: DodgerBlue !important;
  color: #ffffff;
}

.cSearchBox.active{
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 0px 0px rgb(0, 0, 0 , 0.8), 0 0 8px rgba(102, 175, 233,0.6);
  box-shadow: inset 0 0px 0px rgb(0, 0, 0, 0.8), 0 0 8px rgba(102, 175, 233, 0.6);
}

.cSlidingCont .cSliding-arrow {
  background: url(./../../Common/images/sliding_arrow_black.svg) no-repeat right;
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
  display: inline-block;
  -webkit-transition: width 500ms, margin-right 500ms;
  transition: width 500ms, margin 500ms;
  /* margin-left: -20px; */
  margin-right: 15px;
  top: 5px;
  position: relative;
}
.cSlidingCont:not(.not-hover):hover .cSliding-arrow {
  margin-right: 5px;
  margin-left: 10px;
}

span.listitem {
  width: 90%;
}


.cTutorialCont{
  margin: 10px 10px 10px 20px;
  line-height: 18px;
  cursor: pointer;
}
.cTutorialCont img.cPringImg{
  width: 18px;
  height: 18px;
  margin-left: 5px;
  margin-right: 10px;
  margin-top: 1px;
  vertical-align: top;
  display: inline-block;
}


@media only screen and (min-width: 992px){ 
  .cSlidingCont.not-hover img.cPringImg, .cSlidingCont.not-hover img.cPringImg{
    -webkit-animation-name: move;
    animation-name: move;
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; 
  }
}

@keyframes move {
  100% {
    transform: rotate(0deg);
  }
  0% {
    transform: rotate(0deg);
  }
  15% {
    transform: rotate(90deg);
  }
  25% {
    transform: rotate(90deg);
  }
  40% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  65% {
    transform: rotate(270deg);
  }
  75% {
    transform: rotate(270deg);
  }
  90% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.cPolicyCont{
  flex: 1;
  padding: 0px;
  text-align: center;
}
.cPolicyCont p{
  color:#000;
  display: inline-block;
  padding: 0px 15px;
  border-right: 1px solid #b9b9b9;
  margin-bottom: 0px;
}
.cPolicyCont p:last-child {
  border-right: none;
  margin-left: 0px;
}
.cPolicyCont a{
  cursor: pointer;
  text-decoration: none;
  color: #000;
  padding-bottom: 2px;
}
.footer p{
  margin: 0;
}
.footer .container{
  width: 100% !important;
  max-width: 1440px !important;
  padding: 20px;
}
.footer .credits{visibility: hidden;}

.clsPreloader{
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,0.5);
  top: 0;
  left: 0;
  z-index: 20;
  display: none;
  color: white;
  font-size: 30px;
  text-align: center;
  padding-top: 35%;
}

.clssection1{
  padding-top: 20px;
}
.clssection2{
  background: #f5f5f5;
  margin-top: 20px;
  padding: 0 20px;
  padding-bottom: 20px;    
}
.cImgClick{
  width: 100%;
}

