#title-header {
  background-image: url("../../../assets/images/sub-oa1-640x4262.jpg");
}
@media (min-width: 992px) {
  #title-header .nks-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  #title-header .nks-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  #title-header .nks-text {
    text-align: center;
  }
}
#title-header H1 {
  text-align: left;
}
/*-----------------------------------------------------------------------------------------------------------*/
#title-01 {
  padding-top: 110px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
#title-01 h2 {
  text-align: left;
}
#title-01 h4 {
  text-align: left;
  font-weight: 500;
}
#title-01 p {
  color: #767676;
  text-align: left;
}
#title-01 .aside-content {
  flex-basis: 100%;
}
#title-01 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
#title-01 .media {
  margin: initial;
  align-items: center;
}
#title-01 .nks-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
#title-01 .card-img {
  padding-right: 2rem;
  width: auto;
}
#title-01 .card-img span {
  font-size: 3em;
  color: #707070;
}
@media (min-width: 992px) {
  #title-01 .nks-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  #title-01 .nks-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  #title-01 .card-img span {
    font-size: 40px !important;
  }
}
/*-----------------------------------------------------------------------------------------------------------*/
#head-01 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
#head-01 .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
#head-01 .section-text {
  padding: 2rem 0;
}
#head-01 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  #head-01 .inner-container {
    width: 100% !important;
  }
}
/*-----------------------------------------------------------------------------------------------------------*/

#content-01 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
#content-01 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
#content-01 p {
  color: #767676;
  text-align: left;
}
#content-01 .card-box {
  padding-top: 2rem;
}
/*------------------------------------------------------------------------------------------------------------------*/
#title-02 {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
#title-02 .nks-section-subtitle {
  color: #767676;
}
#title-02 B {
  color: #2e2e2e;
}
/*--------------------------------------------------------------------------------------*/
#head-02 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
#head-02 .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
#head-02 .section-text {
  padding: 2rem 0;
}
#head-02 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  #head-02 .inner-container {
    width: 100% !important;
  }
}
/*-------------------------------------------------------------------------------------------------------------------*/
#content-02 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
#content-02 .card-img a {
  display: block;
  padding-top: 2rem;
}
#content-02 .card-box {
  padding: 0 0.5rem;
}
#content-02 .nks-section-btn {
  padding-top: 1rem;
  margin-top: auto;  
}
#content-02 .nks-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
#content-02 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
#content-02 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
#content-02 .nks-text {
  color: #767676;
}
#content-02 .card-wrapper {
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
  display: flex;
  justify-content:flex-start;
  align-items: center;
  flex-direction: column;
}
#content-02 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
/*---------------------------------------------------------------*/
#table-content {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
#table-content .nks-section-subtitle {
  color: #767676;
}
#table-content .container-table {
  margin: 0 auto;
}
#table-content .scroll {
  overflow-x: auto;
  padding: 0;
}
#table-content .dataTables_wrapper {
  display: block;
}
#table-content .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
#table-content .dataTables_wrapper .table {
  overflow-x: auto;
}
#table-content table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
#table-content table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
#table-content table th:hover {
  background: #cccccc;
  color: #000000;
}
#table-content table td {
  border-top: 1px solid #cccccc;
}
#table-content table.table {
  background: #ffffff;
}
#table-content .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
#table-content .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
#table-content .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
#table-content .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  #table-content .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  #table-content .dataTables_filter {
    text-align: center;
  }
  #table-content .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
/*--------------------------------------------------------------------------------------*/
section {
    z-index: 1;
}

.card{
    display: block;
}
.card-img, .card-box{
  width: 100%;
}
.card-wrapper {
  min-height: 500px;
}
/*------------------------------------------------------------------------------------*/
.wrpsystemIlustIn{
  width:100%;
  max-width: 880px;
  margin: 0 auto;
  padding: 1% 0 5% 0;
  position:relative;
  overflow: visible;
  top: 0;
  bottom: 0;
}
.systemIllustIn{
  width:60%;
  padding:0 0 60% 0;
  position:relative;
  margin: auto;
/*  border:1px solid #000;*/
}
.systemIllustIn::before{
  content: "";
  width:100%;
  height:100%;
  position:absolute;
  border-radius:100%;
  top: 50%;
  left: 50%;
  margin:-50% 0 0 -50%;
  padding:0;
  border:0 double rgba(150, 210, 240, 1.0);
  z-index: 0;
  opacity: 0.6;
}
.systemIllustIn:hover::before{
  width:120%;
  height:120%;
  margin:-60% 0 0 -60%;
  opacity: 0;
  border-width: 45px;
  background: rgba(240, 200, 75, 0.65);
  background: rgba(150, 210, 240, 0.8);
  transition: all 2.5s ease-in-out;
}
.systemIllustBg{
  width:100%;
  height: 100%;
  position:absolute;
  border-radius:100%;
  top: 50%;
  left: 50%;
  margin:-50% 0 0 -50%;
  padding:0;
  border:18px double rgba(150, 210, 240, 0.88);
  background: rgba(255, 255, 255, 0.99);
  box-shadow: 0px 0px 2px 5px rgba(220, 220, 220, 0.4);
}
.systemIllustBg2{
  width:88%;
  height: 88%;
  position:absolute; 
  top: 50%;
  left: 50%;
  margin:-44% 0 0 -44%;
  border-radius: 100%;
  background: rgb(240, 235, 235);
  border: 2px solid rgba(250, 160, 15, 0.5);
  box-shadow: 0px 3px 5px 3px rgba(240, 235, 235, 0.9);
}
.systemIllustArrow{
  width:66%;
  height: 66%;
  position:absolute;  
  top: 50%;
  left: 50%;
  margin:-33% 0 0 -33%;
  padding:0;
  background-image: url("../../../assets/images/systemilustarrow.png");
  background-size:contain;
  background-repeat: no-repeat;
  background-position: center;
/*  border:2px solid silver;*/
}
.systemIllustList li{
  position:absolute;
  width:36%;
  height:36%;
  border:3px double rgb(255, 255, 255);
  border-radius:100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.6);
  color: rgb(255, 255, 255);
  box-shadow: 0px 3px 10px 3px rgba(240, 235, 235, 0.4);
/*  background: rgb(0, 0, 0);*/
  font-size: 16px;
}
.systemIllustList li:nth-of-type(1){
  top:50%;
  left:50%;
  margin-top:-18%;
  margin-left:-18%;
  border:9px double rgba(0, 0, 0 ,0.15);
  border-radius: 100%;
  background: rgb(220, 220, 220);
  background: rgba(255, 255, 255, 0.4);
}
.systemIllustList li:nth-of-type(2){
  top: 0;
  left: 50%;
  margin-top: -13.5%;
  margin-left: -18%;
}
.systemIllustList li:nth-of-type(3){
  bottom: 9%;
  left: -7%;
}
.systemIllustList li:nth-of-type(4){
  bottom: 9%;
  right: -7%;
}
.systemIllustList li:nth-of-type(5){
  width:26%;
  height:26%;  
  bottom: 55%;
  left: -11%;
  font-size: 13px;
}
.systemIllustListBox{
  width:80%;
  height:80%;
  border-radius:100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(150, 210, 240, 0.9);
  color: rgb(255, 255, 255);
  text-align: center;
  font-weight: 600;
  border:1px solid rgba(0, 0, 0, 0.1);
  line-height: 1em;
}
.systemIllustList li:nth-of-type(1) .systemIllustListBox{
  width:93%;
  height:93%;
  background: rgba(220, 220, 220, 1.0);
  border-color: rgba(150, 210, 240, 1.0);
}
.systemIllustList li:nth-of-type(5) .systemIllustListBox{
  width:88%;
  height:88%;
  background: rgba(240, 200, 75, 0.65);
  border-color: rgba(240, 200, 75, 1.0);
}
.systemIllustListTit,.systemIllustListTxt{
  margin: 0;
  padding: 0;
  font-size: 1.5em;
  font-weight: 600;
}
/*.systemIllustList li:nth-of-type(5) .systemIllustListTit{
  font-size: 1.15rem;
  font-weight: 600;
}*/
.systemIllustListTit span{
  display: inline-block;
}
.capsystemIllust{
  position: absolute;
  top:-10%;
  bottom: 0%;
  left:0;
  right:0;
  opacity: 0;
  overflow: visible;
  transition: all 1.0s ease-in-out;
}
.capsystemIllust h4{
  font-size: 1.15em;
  text-align: center;
  background: rgba(255, 255, 255, 0.4);
  background: rgba(0, 0, 235, 0.4);
  padding: 0.5em;
  color: rgb(255, 255, 255);
  border:1px solid rgb(255, 255, 255);
  box-shadow: 0 0 10px 2px rgb(255, 255, 255);
  border-radius: 0.05em;
}
.capsystemIllust p{
  font-size: 0.85em;
  position:absolute;
  border-radius: 0.5em;
  background: rgba(255, 255, 255, 0.4);
  background: rgba(0, 0, 0, 0.4);
  padding: 0.5em;
  color: rgb(255, 255, 255);
  border:1px solid rgb(255, 255, 255);
  box-shadow: 0 0 10px 2px rgb(255, 255, 255);
  opacity: 0;
}
/*.capsystemIllust p:after { 
content: '';
position: absolute;
border-left: 20px solid rgba(0, 0, 0, 0.4);
border-top: 15px solid transparent;
border-bottom: 15px solid transparent;
bottom: -20px; 
left: 50%;
}*/
.capsystemIllust p:nth-of-type(1){
  top: 35%;
  left: 55%;
  right: -5%;
  border-bottom-left-radius: 0;
  transition: all 1.0s ease-in-out;
}
.capsystemIllust p:nth-of-type(2){
  top: 15.5%;
  left: -5%;
  right: 50%;
  border-top-right-radius: 0;
  opacity: 0;
  transition: all 1.0s ease-in-out;
}
.capsystemIllust p:nth-of-type(3){
  bottom: 5%;
  left: 15%;
  right: 15%;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  opacity: 0;
  transition: all 1.0s ease-in-out;
}
.capsystemIllust p:nth-of-type(4){
  top: 40.5%;
  left: -3%;
  right: 70%;
  border-top-left-radius: 0;
  opacity: 0;
  transition: all 1.0s ease-in-out;
}
.systemIllustIn:hover .capsystemIllust{
  opacity: 1.0;  
  transition: all 1.0s ease-in-out;
}
.systemIllustIn:hover .capsystemIllust p:nth-of-type(1){
  opacity: 1.0;
  transition: all 1.5s 0.35s ease-in-out;
}
.systemIllustIn:hover .capsystemIllust p:nth-of-type(2){
  opacity: 1.0;
  transition: all 1.5s 1.0s ease-in-out;
}
.systemIllustIn:hover .capsystemIllust p:nth-of-type(3){
  opacity: 1.0;
  transition: all 1.5s 1.45s ease-in-out;
}
.systemIllustIn:hover .capsystemIllust p:nth-of-type(4){
  opacity: 1.0;
  transition: all 1.75s 2.0s ease-in-out;
}
@media (max-width: 768px) {
  .wrpsystemIlustIn{
    padding-bottom: 10%;
  }
  .systemIllustIn{
    width:86%;
    padding:0 0 86% 0;
    margin: 12.5% auto auto auto;
  }
  .systemIllustListTit{
    font-size: 0.85em;
  }
}
@media (max-width: 576px) {
  .systemIllustIn{
  }
  .systemIllustListTit{
  }
  .systemIllustList li:nth-of-type(1){
    border-width: 5px;
  }
  .systemIllustList li:nth-of-type(1){
  /*width:46%;
  margin-left:-23%;*/
  }
  .capsystemIllust{
    font-size: 12px;
  }

}
@media (max-width: 336px) {
  .wrpsystemIlustIn{
    padding-bottom: 25%;
  }
  .systemIllustIn{
  }
  .systemIllustListTit{
    font-size: 0.85em;
  }
  .capsystemIllust{
    top: -10%;
    left: -4%;
    right: -4%;
  }
  .capsystemIllust h4{
    margin-bottom: 0;
    font-size: 0.9em;
    border-width: 0;
    box-shadow: 0 0 0 0 ;
  }
  .capsystemIllust p{
    position:static;
    margin: 0 auto;
    border-width: 0;
    box-shadow: 0 0 0 0 ;
    border-radius: 0 !important;
 /* border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0;*/
    }
}