.title {
  background: url(../img/titlebg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.title h1 {
  width: 1320px;
  height: 160px;
  margin: 0 auto;
  display: grid;
  place-items: center start;

  color: #FFFFFF;
  font-size: 40px;
  font-weight: 700;
}


.breadcrumbs {
  background-color: #F8F8F8;
  margin-bottom: 80px;
}


ul.breadcrumbs-one {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  width: 1320px;
  display: block;
  overflow: hidden;
}
 
ul.breadcrumbs-one li{
  float: left;
  font-size: 14px;
  background-image: linear-gradient(90deg, rgba(248, 248, 248, 1), rgba(227, 227, 227, 1));
}
 
ul.breadcrumbs-one a{
  padding: .7em 1em .7em 2em;
  float: left;
  text-decoration: none;
  color: #E3E3E3;
  position: relative;
}

ul.breadcrumbs-one a span {
  color: #51555B;
}
 
ul.breadcrumbs-one li:first-child a{
  padding-left: 1em;
  border-radius: 5px 0 0 5px;
}

 
ul.breadcrumbs-one a::after,
ul.breadcrumbs-one a::before{
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1.5em;
  border-top: 1.5em solid #F8F8F8;
  border-bottom: 1.5em solid #F8F8F8;
  border-left: 1em solid;
  right: -1em;
}
/* ul.breadcrumbs-one a::after,
ul.breadcrumbs-one a::before{
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1.5em;
  border-top: 1.5em solid #E3E3E3;
  border-bottom: 1.5em solid #E3E3E3;
  border-left: 1em solid;
  right: -1em;
} */
 
ul.breadcrumbs-one a::after{
  z-index: 2;
  border-left-color: #E3E3E3;
}
 
ul.breadcrumbs-one a::before{
  border-left-color: #F8F8F8;
  right: -1.1em;
  z-index: 1;
}
 


ul.breadcrumbs-one a.current {
  background: #E3E3E3;

}

ul.breadcrumbs-one .current::after,
ul.breadcrumbs-one .current::before{
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1.5em;
  border-top: 1.5em solid #F8F8F8;
  border-bottom: 1.5em solid #F8F8F8;
  border-left: 1em solid;
  right: -1em;
}

.page {
  padding-bottom: 80px;

}
.page h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 30px;
}

.page p {
  margin-bottom: 4rem;

}
.table__bace {
  margin-bottom: 50px ;
  width: 100%;
}

.table__bace th {
  width: 20%;
  border-bottom: #E6E6E6 solid 1px;
  padding: 20px;
  text-align: left;
}

.table__bace tr:nth-last-of-type(1) th,
.table__bace tr:nth-last-of-type(1) td {
border-bottom: none;
}

.table__bace td span {
  border-left: #E6E6E6 dashed 1px;
  display: block;
  padding-left: 20px;
}

.table__bace td {
  width: 80%;
  border-bottom: #E6E6E6 solid 1px;
  padding: 20px;
}



.graybox {
  background: #F7F7FA;
  border: #EDEDF0 solid 1px;
  border-radius: 4px;
  padding: 80px;
}

.graybox.company__g {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 50px;

}

.company__g img {
  width: 38%;
}


.flex {
  display: flex;
  align-items: center;
  gap: 50px;
}


.flex_table {
  display: flex;
  align-items: flex-start;
  gap: 50px;
}

.page h3 {
  background: url(../img/hbg.png) repeat-y;
  background-position: left top;
  font-size: 26px;
  font-weight: 700;
  padding: 10px 10px 10px 30px;
  border-bottom: #E6E6E6 solid 1px;
  margin-bottom: 30px;
}


.name {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.name img {
  width: 140px;

}

.table__results {
  width: 100%;
  margin: 0 auto;
}


.table__results th {
  background: #EDEDF0;
  font-size: 14px;
  padding: 10px;
}

.table__results td {
  border: #EDEDF0 solid 1px;
  font-size: 14px;
  padding: 5px;
}


.flex_table .table__results {
  width: 40%;
}

.table__results--people {
  width: 20%;
}

.table__results th:nth-of-type(1) {

}

.table__results th:nth-of-type(2) {
  width: 15%;
}
.table__results th:nth-of-type(3) {
  width: 10%;
}
.table__results th:nth-of-type(4) {
  width: 30%;
}

.table__results th:nth-of-type(5) {
  width: 10%;
}
.table__results th:nth-of-type(6) {
  width: 20%;
}


.company-map p {
  margin-bottom: 30px;
}

.clo__blue {
  color: #274D86;
}

.center {
  text-align: center;
}

.sitemap__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 80%;
  margin: 0 auto;
}
.sitemap__list li{ 

  
  width: 31%;
  box-sizing: border-box;

}

.sitemap__list li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 20px;
    box-sizing: border-box;
}

.sitemap__list li ol li {
  width: 100%; 
  box-sizing: border-box;
    margin-bottom: 5px;
    background: #EDF6FC;

}

.sitemap__list li ul li {
  width: 100%; 
      box-sizing: border-box;
    margin-bottom: 5px;
background: #EDF6FC;
}

.sitemap__list div {
  width: 100%;
}

.sitemap__list li ol {
  margin-bottom: 20px;
}


.sitemap__list p {
  margin: 0;
  padding: 20px;
  background: #274D86;
  color: #FFFFFF;
}


.sitemap__list p a {
  padding: 0;
}

.technical__photo {
  display: flex;
  /*justify-content: space-between;*/
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
}

.technical__photo img {
  width: 33%;
}


.table__history {
  width: 90%;
  margin: 0 auto;
}

.table__company {
   width: 90%;
  margin: 0 auto; 
}









/*404*/


.errorPage_ttl {
        font-size: 64px;
        margin: 48px 0;
        text-align: center;
    }


    .errorPage_ttl span {
        font-size: 21px;
        margin-left: 23px;
    }




    .errorPage_lead {
        font-size: 15px;
        text-align: center;
        margin-bottom: 24px;
        position: relative;
        z-index: 10;
    }

.errorPage_lead .en {
    display: block;
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.2;
    margin-top: 10px;
    text-align: center;
}



    .errorPage_txt {
        font-size: 15px;
        text-align: center;
        padding: 0;
    }





.errorPage_btn {
width: 80%;
max-width: 300px;
margin: 0 auto;
}


.topmenu {
transform: translate(0);
margin-bottom: 50px;
}






/* Responsive styles */
@media (max-width: 991px) {

  .title h1 {
    width: 100%;
    height: 80px;
    margin: 0 auto;
    display: grid;
    place-items: center start;
  
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 700;
    padding: 0 20px;
    box-sizing: border-box;
  }
  
  
  .breadcrumbs {
    background-color: #F8F8F8;
    margin-bottom: 30px;
  }
  
  
  ul.breadcrumbs-one {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    width: 100%;
    display: block;
    overflow: hidden;
  }


  .page h2 {
    font-size: 22px;

}

ul.breadcrumbs-one li {
  float: left;
  font-size: 10px;
}




.flex {
  display: block;
}

.graybox.company__g {
  display: block;
}

.company__g img {
  display: block;
  width: 100%;
}



.sitemap__list {
    display: block;
    width: 100%;
}
.sitemap__list li {
    width: 100%;
}



.flex_table {
    display: block;
}


.flex_table .table__results {
    width: 100%;
}



.table__bace th {
    width: 100%;
    display: block;
    border-bottom: none;
    padding: 0px;
}



.table__bace td {
    width: 100%;
    display: block;
    padding: 0px 0 10px 0;
    margin-bottom: 10px;
}



.table__bace td span {
    border-left: none;
    display: block;
    padding-left: 0px;
}



.table__bace td span.sp_none {
display: none;
}


.table__company {
width: 100%;
}


.table__history {
    width: 100%;
    margin: 0 auto;
}



.page h3 {
    font-size: 22px;
}


.technical__photo img {
width: 45%;
}

.technical__photo {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
}

.table-area thead,.table-area tbody {
    display: block;
}

.table-area thead th,.table-area tbody td {
    box-sizing: border-box;
}
.table-area tbody {
    overflow-y: scroll;
    height: 50vh;
}
.table-area {
	width: 90%;
	margin: 0 auto;
	overflow-x: scroll;
}
table.sp-table {
	width: 100%;
	min-width: 1500px;
	
}


























.table-area tbody td:nth-of-type(1),
.table-area thead th:nth-of-type(1){
width: 100px;
box-sizing: border-box;
}

.table-area tbody td:nth-of-type(2),
.table-area thead th:nth-of-type(2){
width: 400px;
box-sizing: border-box;
}


.table-area tbody td:nth-of-type(3),
.table-area thead th:nth-of-type(3){
width: 100px;
}



.table-area tbody td:nth-of-type(4),
.table-area thead th:nth-of-type(4){
width: 400px;
}

.table-area tbody td:nth-of-type(5),
.table-area thead th:nth-of-type(5){
width: 200px;
}
.table-area tbody td:nth-of-type(6),
.table-area thead th:nth-of-type(6){
width: 300px;
}
.table-area tbody td:nth-of-type(7),
.table-area thead th:nth-of-type(7){
width: 100px;
}


}