@charset "utf-8";

/* **************************************************

Name: modify.css

Description: Sub CSS

Create: 2014.07.03
Update: 2023.01.16

Copyright 2023 Hitachi,Ltd.

***************************************************** */


/* ----------------------------------------------------------------------------------------

Modify Setting

------------------------------------------------------------------------------------------- */


/* Common
=========================================================================================== */
.linkBtn a {
  padding: 0 0 0 12px;
  display: inline-block;
  position: relative;
  width: 138px;
  height: 25px;
  line-height: 25px;
  color: #fff;
  background: #d50127 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAOCAYAAAD9lDaoAAAACXBIWXMAAAsSAAALEgHS3X78AAAAWklEQVQokZ2R7QmAMAxETydwBEdzZEfpBq8UK2hzGuhBflx45HMBJGmXVHpENQgowAls3b/iNgeXLPg0n+BY2oKhvwMdFMDVrjxqpl06eHqC9Jgt+fuW/MGSKsZXScyk137fAAAAAElFTkSuQmCC) center right 5px no-repeat;
  text-decoration: none;
  box-sizing: border-box;
	transition: opacity ease .3s;
}
.linkBtn a:hover {
  opacity: .7;
}

.pageHeader {
  margin: 0 auto 50px;
  max-width: 1440px;
  position: relative;
  overflow: hidden;
}
.pageHeaderImg {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.pageHeaderImg img {
  max-width: 100%;
}
.pageHeaderText {
  margin: 0 auto;
  padding: 30px 0 0;
  max-width: 965px;
  width: 100%;
  color: #fff;
  box-sizing: border-box;
}
.pageHeaderImg + .pageHeaderText {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.pageTitle {
  margin: 0 0 5px;
  padding: 0;
  background: none;
  line-height: 1.3;
  font-size: 46px;
  font-weight: bold;
}
.pageLead {
  max-width: 400px;
}
.sectionTitle {
  margin: 0 0 5px;
  padding: 0;
  line-height: 1.3;
  color: #D60127;
  background: none;
  font-size: 46px;
  font-weight: bold;
}
.sectionLead {
  margin: 0 0 1.5em;
  color: #231815;
}
.bottomContact {
  margin: 80px auto 30px;
  padding: 25px 0 15px;
  max-width: 1920px;
  background-color: #CECECE;
}
.linkContact a {
  display: block;
  line-height: 50px;
  color: #fff;
  background: #CA0929 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAUCAYAAABWMrcvAAAACXBIWXMAAAsSAAALEgHS3X78AAAAh0lEQVQ4jY3TiwmAMAwE0OAEHcERHMkRHMlRHMERHMENTkIpxNAkF2ihbR7phwqA0Q4AzYzDNhZO9LgZqN2Of5TQVwJT0Q5o6CcoOCtfwuiwKcyuNoTVQ07hInlcbnUVkZZV8Y/+Atiy7YUgQimYoRJ4RAGLaBB9jRQMpAmaSAG7PU18GABAPvowLcx3UB3BAAAAAElFTkSuQmCC) center right 20px no-repeat;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.6);
  transition: opacity ease .3s;
  
  max-width: 965px;
  margin-right: auto;
  margin-left: auto;
}
.linkContact a:hover {
  opacity: .6;
}





/* Top
=========================================================================================== */
.indexWrap {
  margin: 0 auto;
  max-width: 1920px;
  overflow: hidden;
}
.keyVisual {
  position: relative;
  height: 645px;
}
.keyVisual .indexTitle {
  margin: 0 auto;
  padding: 60px 15px 460px;
  position: relative;
  max-width: 965px;
  line-height: 1.27;
  color: #fff;
  font-size: 55px;
  font-weight: bold;
  text-shadow: 0px 0px 10px rgba(0,0,0,0.6);
  opacity: 0;
  transition: opacity cubic-bezier(.81,.1,.2,.97) 1s 1.4s;
}
.keyVisual .keyVisualA {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translateX(-50%);
  transition: opacity cubic-bezier(.81,.1,.2,.97) 1.2s,transform cubic-bezier(.81,.1,.2,.97) .8s;
}
.keyVisual .keyVisualB {
  position: absolute;
  top: 0;
  left: calc(50% - 960px);
  width: 1920px;
  opacity: 0;
  transform: translateX(50%);
  transition: opacity cubic-bezier(.81,.1,.2,.97) 1.2s .4s,transform cubic-bezier(.81,.1,.2,.97) .8s .4s;
}
.introAdvantageWrap {
  margin: 0 auto 140px;
  max-width: 1920px;
  overflow: hidden;
}
.introAdvantage {
  padding-top: 80px;
  position: relative;
}
.introAdvantage:before {
  content: "";
  display: block;
  position: absolute;
  top: -143px;
  left: calc(50% - 960px);
  width: 1920px;
  height: calc(100% + 230px);
  background-color: rgba(30,60,96,.9);
  opacity: 0;
  transform: translateX(50%) skewY(-13.8deg);
  transition: opacity ease 1.2s 1s,transform cubic-bezier(.81,.1,.2,.97) .8s 1s;
}
.loaded .introAdvantage:before {
  opacity: 1;
  transform: translateX(0) skewY(-13.8deg);
}
.loaded .keyVisual .indexTitle,
.loaded .keyVisual .keyVisualA,
.loaded .keyVisual .keyVisualB {
  opacity: 1;
  transform: translateX(0);
}
.introAdvantage>* {
  position: relative;
}
.introAdvantageTitle {
  margin: 0 0 5px;
  padding: 0;
  line-height: 1.3;
  color: #fff;
  background: none;
  font-size: 46px;
  font-weight: bold;
  
  padding-left: 70px;
}
.introAdvantage ul li {
  padding: 14px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  color: #fff;
}
.introAdvantage ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
/*  left: -50px;*/
  width: 1275px;
  height: 1px;
  background-color: rgba(140,156,174,.7);
}
.introAdvantage ul li .advantageArticle {
  box-sizing: border-box;
}
.introAdvantage ul li .advantageArticleTitle {
  margin: 0 0 10px;
  padding: 0;
  line-height: 1.3;
  color: #fff;
  background: none;
  font-size: 32px;
  font-weight: bold;
}
.introAdvantage ul li .advantageArticleTitle:before {
  position: absolute;
  content: "1";
  line-height: 1;
  color: #344f70;
  font-size: 150px;
  font-weight: bold;
   text-shadow: 
       1px  1px 0px #6b7f96,
      -1px  1px 0px #6b7f96,
       1px -1px 0px #6b7f96,
      -1px -1px 0px #6b7f96,
       1px  0px 0px #6b7f96,
       0px  1px 0px #6b7f96,
      -1px  0px 0px #6b7f96,
       0px -1px 0px #6b7f96;
}
.introAdvantage ul li .advantageArticleText {
  line-height: 1.88;
}
.introAdvantage ul li:nth-child(1) {
  flex-direction: row-reverse;
  z-index: 2;
}
.introAdvantage ul li:nth-child(1) .advantageArticleTitle:before {
  top: -30px;
  right: 40px;
}
.introAdvantage ul li:nth-child(1) .advantageImage {
  /*width: calc(502/1275*100%);*/
  width: calc(650/1275*100%);
/*  transform: translateX(-28px);*/
  transform: translateX(28px);

}
.introAdvantage ul li:nth-child(1) .advantageImage02 {
  position: absolute;
  bottom: -8px;
  right: -20px;
  width: calc(194/1275*100%);
}
.introAdvantage ul li:nth-child(1) .advantageArticle {
  padding-right: calc(140/1275*100%);
  width: calc(550/1275*100%);
}
.introAdvantage ul li:nth-child(1) .advantageArticleText {
  padding-right: 2em;
}

.introAdvantage ul li:nth-child(2) {
}
.introAdvantage ul li:nth-child(2) .advantageArticleTitle:before {
  content: "2";
  top: -24px;
  left: 40px;
}
.introAdvantage ul li:nth-child(2) .advantageArticle {
  padding-left: calc(160/1275*100%);
  width: calc(560/1275*100%);
}
.introAdvantage ul li:nth-child(2) .advantageImage {
  width: calc(650/1275*100%);
  transform: translateX(-28px);
}

.introAdvantage ul li:nth-child(3) {
  flex-direction: row-reverse;
}
.introAdvantage ul li:nth-child(3) .advantageArticleTitle:before {
  content: "3";
  top: -24px;
  right: 40px;
}
.introAdvantage ul li:nth-child(3) .advantageArticle {
  padding-right: calc(160/1275*100%);
  width: calc(720/1275*100%);
}
.introAdvantage ul li:nth-child(3) .advantageImage {
  width: calc(530/1275*100%);
}
.introAdvantage ul li:nth-child(3) .advantageImage img {
  width: calc(550/430*100%);
  transform: translateX(-16%);
}
.introAdvantage ul li:nth-child(3):after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
/*  left: -50px;*/
  width: 1275px;
  height: 1px;
  background-color: rgba(140,156,174,.7);
}
.contentsList {
}
.contentsList ul {
}
.contentsList ul li {
  position: relative;
  color: #fff;
}
.contentsList ul li + li {
  margin-top: 15px;
}
.contentsList ul li .contentsListImage {
/*  transform: translateX(-47px) */
}
.contentsList ul li .contentsListTitle {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 40px;
  left: 47px;
  line-height: 1.3;
  color: #fff;
  background: none;
  font-size: 46px;
  font-weight: bold;
}
.contentsList ul li .contentsListText {
  position: absolute;
  top: 100px;
  left: 47px;
  max-width: 450px;
  line-height: 1.88;
}
.contentsList ul li .linkBtn {
  position: absolute;
  bottom: 35px;
  left: 47px;
}
.traction_motorsIndex .anime {
  opacity: 0;
  visibility: hidden;
  transition: opacity ease .6s,visibility ease .6s;
}
.traction_motorsIndex .animated {
  opacity: 1;
  visibility: visible;
  
  max-width: 1275px;
  margin-right: auto;
  margin-left: auto;
}

.NewGL {
  max-width: 1275px;
  margin-right: auto;
  margin-left: auto;
}



/* Case Study
=========================================================================================== */
.pageCasestudy .pageHeaderText {
  padding-top: 10%;
}
.productsMap {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 4;
  width: 100%;
  height: 100%;
  transform: translateX(-50%);
}
.productsMapBox {
  position: absolute;
}
.productsMapBox .mapIcon {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: #d30127;
  animation: zoom ease-in-out infinite 1.5s alternate;
  transform: scale(0.9);
  cursor: pointer;
  transition: opacity ease .3s;
}
@keyframes zoom {
  100% {
    transform: scale(1.4);
  }
}
.productsMapBox .mapIcon:hover {
  opacity: .6;
}
.productsMapBox dl {
  position: absolute;
  bottom: calc(100% + 20px);
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  transition: opacity ease .6s;
}
.productsMapBox .mapIcon.active + dl {
  pointer-events: all;
  opacity: 1;
}
.productsMapBox dl:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 16px 18px 0;
  border-color: transparent rgba(0,0,0,.8) transparent transparent;
}
.productsMapBox dl dt {
  padding: 4px 12px;
  color: #fff;
  background-color: #D30127;
  font-size: 15px;
  font-weight: bold;
}
.productsMapBox dl dd {
  padding: 8px 12px 4px;
  background-color: rgba(0,0,0,.8);
  font-size: 13px;
}
.productsMapBox dl dd:last-child {
  padding-bottom: 8px;
}
.productsMapBox dl dd + dd {
  padding-top: 0;
}
.productsMapBox dl dd a {
  padding-right: 20px;
  display: inline-block;
  color: #fff;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAOCAYAAAD9lDaoAAAACXBIWXMAAAsSAAALEgHS3X78AAAAWklEQVQokZ2R7QmAMAxETydwBEdzZEfpBq8UK2hzGuhBflx45HMBJGmXVHpENQgowAls3b/iNgeXLPg0n+BY2oKhvwMdFMDVrjxqpl06eHqC9Jgt+fuW/MGSKsZXScyk137fAAAAAElFTkSuQmCC) center right no-repeat;
  text-decoration: none;
}
.productsMapBox dl dd a:hover {
  text-decoration: underline;
}
.productsMapBox.mapJpn {
  top: calc(270/607*100%);
  right: calc(265/1440*100%);
}
.productsMapBox.mapJpn dl {
  right: -33px;
}
.productsMapBox.mapJpn dl:after {
  bottom: -18px;
  right: 36px;
}
.productsMapBox.mapUK {
  top: calc(230/607*100%);
  left: calc(784/1440*100%);
}
.productsMapBox.mapUK dl {
  left: -62px;
}
.productsMapBox.mapUK dl:after {
  bottom: -18px;
  left: 50px;
}
.productsMapBox.mapIta {
  top: calc(270/607*100%);
  left: calc(826/1440*100%);
}
.productsMapBox.mapIta dl {
  bottom: auto;
  top: -3px;
  left: calc(100% + 20px);
}
.productsMapBox.mapIta dl:after {
  top: 6px;
  left: -18px;
  border-width: 0 18px 16px 0;
}

.searchArea {
  margin: 25px 0 50px;
  padding: 15px;
  background-color: #d3d3d3;
}
.searchArea dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.searchArea dl dt {
  padding-right: 1em;
  width: 160px;
  color: #666;
  font-size: 26px;
  font-weight: bold;
  white-space: nowrap;
}
.searchArea dl dd {
  width: calc(100% - 160px);
}
.searchArea dl dd ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.searchArea dl dd ul li {
  margin-right: 10px;
}
.searchArea dl dd label {
  padding: 0 0 0 22px;
  position: relative;
  color: #000;
  font-size: 16px;
  white-space: nowrap;
}
.searchArea dl dd .icon {
  border: 1px #a0a0a0 solid;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: calc(50% - 10px);
  left: 0;
  width: 18px;
  height: 18px;
  background-color: #fff;
  box-sizing: border-box;
}
.searchArea dl dd input {
  display: none;
}
.searchArea dl dd input:checked + .icon {
  background-color: #e40127;
}
.searchArea .btnSearch {
  margin-top: 10px;
}
.searchArea .btnSearch input,
.searchArea .btnSearch a {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 3px;
  display: block;
  width: 100%;
  line-height: 54px;
  color: #fff;
  background-color: #1a3053;
  font-size: 26px;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: opacity ease .3s;
  box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.6);
}
.searchArea .btnSearch input:hover,
.searchArea .btnSearch a:hover {
  opacity: .6;
}
.searchResults {
  margin: 0 auto;
  padding: 60px 0 10px;
  max-width: 1920px;
  background-color: #dfdfdf;
}
.searchResults ul {
}
.resultBox {
  margin-bottom: 24px;
  display: flex;
  justify-content: space-between;
  position: relative;
  border: 6px #fff solid;
  overflow: hidden;
  background-color: #fff;
  box-sizing: border-box;
}
.resultBox .resultImg {
  z-index: 2;
  width: calc(563/1263*100%);
}
.resultBox .resultInfo {
  width: calc(660/1263*100%);
}
.resultBox .resultTitle {
  margin: 0 0 10px;
  padding: 10px 0 15px;
  position: relative;
  color: #fff;
  font-weight: bold;
}
.resultBox .resultTitle:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  background-color: #1a3053;
  transform-origin: top right;
  transform: skewX(-30deg)
}
.resultBox .resultCountry {
  padding-right: calc(190/530*100% + 10px);
  position: relative;
  font-size: 25px;
}
.resultBox .resultName {
  padding-right: calc(200/530*100% + 10px);
  position: relative;
  line-height: 1.17;
  font-size: 35px;
}
.resultBox .motorImg {
  position: absolute;
  top: 30px;
  right: 10px;
  width: calc(190/530*100%);
}
.resultBox .resultData {
  padding: 0 calc(190/530*100% + 10px) 5px 0;
  display: flex;
  color: #000;
  font-size: 18px;
}
.resultData {padding-top: 10px !important;}

.resultBox .resultData dt {
  white-space: nowrap;
  line-height: 1.36;
}
.resultBox .resultData dt:after {
  margin-right: .5em;
  content: ":";
}
.resultBox .resultData dd {
  line-height: 1.36;
}
.resultBox .linkBtn {
  padding: 15px 0 10px;
}
.resultBox.highlight {
  border-color: #1a3053;
}
.resultBox.disable .resultTitle:before {
  background-color: #666;
}
.resultBox.disable {
  opacity: .5;
}
.resultBox.series12600 .motorImg {
  width: calc(248/530*100%);
}
.resultBox.series12600 .resultCountry,
.resultBox.series12600 .resultName,
.resultBox.series12600 .resultData {
  padding-right: calc(248/530*100% + 10px);
}
.casestudyHeader {
  margin: 0 auto 25px;
  display: flex;
  max-width: 1275px;
  min-height: 350px;
  background-color: #1a3053;
}
.casestudyHeader .caseImg {
  width: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.seriesE5 .casestudyHeader .caseImg {
  background-position: bottom right;
}
.casestudyHeader .caseInfo {
  padding: 30px 40px;
  width: 50%;
  min-height: 245px;
  box-sizing: border-box;
}
.casestudyHeader .caseName {
  margin: 0 0 10px;
  line-height: 1.3;
  color: #fff;
  font-size: 37px;
  font-weight: bold;
}
.casestudyHeader dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 18px;
}
.casestudyHeader dl dt {
  width: 7.5em;
  color: #8d98a9;
  font-weight: bold;
}
.casestudyHeader dl dd {
  width: calc(100% - 7.5em);
  color: #fff;
}
.casestudyMotor {
  margin: 0 auto 25px;
  position: relative;
  display: flex;
  max-width: 1275px;
}
.casestudyMotor .motorData {
  padding-right: 10px;
  width: 60%;
  box-sizing: border-box;
}
.casestudyMotor .motorLead {
  margin: 0 0 10px;
  line-height: 1.17;
  color: #000;
  font-size: 24px;
  font-weight: bold;
}
.casestudyMotor .motorData dl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 14px;
}
.casestudyMotor .motorData dl dt {
  width: 7.5em;
  color: #808080;
  font-weight: bold;
}
.casestudyMotor .motorData dl dd {
  width: calc(100% - 7.5em);
  color: #000;
}
.casestudyMotor .motorData dl.relatedLinks {
  margin-top: 1em;
  display: block;
}
.casestudyMotor .motorData dl.relatedLinks dt {
  line-height: 1.27;
  width: auto;
}
.casestudyMotor .motorData dl.relatedLinks dd {
  width: auto;
}
.casestudyMotor .motorData dl dd a {
  display: inline;
  color: #CA0929;
  text-decoration: none;
}
.casestudyMotor .motorData dl dd a:after {
  content: " >";
}
.casestudyMotor .motorData dl dd a:hover {
  text-decoration: underline;
}
.casestudyMotor .motorDetail {
  padding-right: 20px;
  width: 40%;
  box-sizing: border-box;
}
.casestudyMotor .motorImg {
  width: 100%;
  text-align: right;
}
.otherCase {
  margin: 0 auto;
  padding: 30px 0 0;
  max-width: 1920px;
  background-color: #d3d3d3;
}
.otherCaseList {
  margin: 0 auto 15px;
  max-width: 1275px;
}
.otherCaseList dl {
  padding: 14px 8px;
  border-top: 1px #fff solid;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: bold;
}
.otherCaseList dl:last-of-type {
  border-bottom: 1px #fff solid;
}
.otherCaseList dl dt {
  width: 230px;
  color: #808080;
  font-size: 14px;
  box-sizing: border-box;
}
.otherCaseList dl dd {
  width: calc(100% - 230px);
  font-size: 16px;
}
.otherCaseList ul {
}
.otherCaseList ul li {
}
.otherCaseList ul li + li {
  margin-top: 5px;
}
.otherCaseList ul li a {
  padding-right: 20px;
  display: inline;
  color: #231815;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAOCAYAAAD9lDaoAAAACXBIWXMAAAsSAAALEgHS3X78AAAAj0lEQVQokYXR0Q2EIAyA4Z9O4Bbok47gKOcGt8HdCI7gKDfCPaFr3ALWYOCCUaFJk4Z8KdCiqjhj387YytdXKbPUI/ACPrPUFRchwAT8gPYOSrMuX6DPQd+JEpRY5KCkbRNIhCcU4pnU/ucc5uKMnZyxGvIRz4vgj3JgRyWwryV55NCsi5/+OcJ13d1yVZUNMwOpqs+8rvAAAAAASUVORK5CYII=) center right no-repeat;
  text-decoration: none;
}
.otherCaseList ul li a:hover {
  text-decoration: underline;
}





/* Products
=========================================================================================== */
.pageProducts .pageHeaderText {
  padding-top: 80px;
}
.typicalModels {
  margin: -50px auto 0;
  padding-top: 50px;
  max-width: 1920px;
  background-color: #dadada;
}
.typicalModelsHeader {
  margin: 0 0 30px;
  display: flex;
  align-items: flex-end;
}
.typicalModelsHeader .sectionTitle {
  padding-right: 1em;
  white-space: nowrap;
}
.typicalModelsHeader ul {
  padding-bottom: 12px;
}
.typicalModelsHeader ul li {
  margin-right: .5em;
  display: inline-block;
}
.typicalModelsList {
  margin-bottom: 60px;
}
.typicalModelsList ul {
  display: flex;
  flex-wrap: wrap;
}
.typicalModel {
  margin: 0 calc(37/965*100%) 0 0;
  padding: 20px 25px;
  border-left: 6px #1a3053 solid;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(464/965*100%);
  background-color: #fff;
  box-sizing: border-box;
}
.typicalModel:nth-child(even) {
  margin-right: 0;
}
.typicalModel:nth-child(n+3) {
  margin-top: 30px;
}
.typicalModel .modelTitle {
  margin: 0 0 20px;
  line-height: 1.28;
  font-size: 18px;
  font-weight: bold;
  
  min-width: 400px;
}
.typicalModel .modelImg {
  width: calc(200/408*100%);
}
.typicalModel .modelImg img {
  width: 100%;
}
.typicalModel .modelData {
  width: calc(192/408*100%);
}
.typicalModel .modelData dl {
  display: flex;
  flex-wrap: wrap;
  color: #000;
}
.typicalModel .modelData dl dt {
  width: 5.6em;
}
.typicalModel .modelData dl dd {
  width: calc(100% - 5.6em);
}
.modelStar {
  color: #CA0929 !important;
}
.typicalModel .linkBtn {
  margin-top: 20px;
  text-align: right;
}
.typicalModel .linkBtn a {
  text-align: left;
}
.modelModal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.7);
  overflow: auto;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: opacity ease .6s,visibility ease .6s;
}
.modalOn {
  overflow: hidden;
}
.modalOpen.modelModal {
  pointer-events: all;
  visibility: visible;
  opacity: 1;
}
.modelModal .modalWrap {
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: auto;
}
.modelModal .modalWrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.modelModal .modalInner {
  margin: 0 auto;
  border-left: 6px #1a3053 solid;
  position: relative;
  display: inline-block;
  max-width: 965px;
  width: calc(100% - 30px);
  background-color: #fff;
  text-align: left;
  vertical-align: middle;
  box-sizing: border-box;
}
.modelModal .modalClose {
  position: absolute;
  top: 20px;
  right: 25px;
  width: 28px;
  height: 28px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAdCAYAAABWk2cPAAAACXBIWXMAAAsSAAALEgHS3X78AAABMklEQVRIibXXMU6EQBSA4X/nBNbQeACLoTfGI5hAYusRPMLGE9ja2dlQeARjYcsewYbeG2CGrGZ2F2bem515CYFA4MuDmccbpmmisu2D25feKtvayrYXpm66S+C5brpXCkbddBb4AG7NOPTf7gC4KwV74OM49O/GnRyHflcKPgLnZ5u/iyXgJfAAzQ2vgSdoLjgELqLnwjFwFU2FJWAQ1cJSMIpKYQ0oQmOwFhSja3AK6GLjCrEmPOgTuNGCSeg+w3vgDfgah/5ae7/49Xqgy/QF2AJXKQVEhR59w6fUAiJGlwZNauUSoaFRmgJHUcm00MJBVDMPNfAqmjLxpfAimlpppPAJeg4ohQ/QHKAE/kdzgjHYlAJD8Ma1+YBruLODfniJbee/jFta7Dv9ojEvYeDnF9WVUagw2bGHAAAAAElFTkSuQmCC) center right no-repeat;
  cursor: pointer;
  transition: opacity ease .3s;
}
.modelModal .modalClose:hover {
  text-decoration: underline;
}
.modelModal .modalTitle {
  padding: 15px 60px 20px 35px;
  line-height: 1.41;
  color: #000;
  font-size: 27px;
  font-weight: bold;
}
.modelModal .modalContent {
  margin: 0 35px;
  padding: 0 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.modelModal .modalContent + .modalContent {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px #d3d3d3 solid;
}
.modelModal .modalImg {
  width: calc(400/889*100%);
  order: 2;
  text-align: center;
}
.modelModal .modalImg img {
  max-width: 100%;
}
.modelModal .modalContent .modalData {
  padding-right: 20px;
  width: calc(489/889*100%);
  font-size: 14px;
  order: 1;
  box-sizing: border-box;
}
.modelModal .modalContent .modalData dl:not(.relatedLinks) {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.modelModal .modalContent .modalData dl dt {
  width: 8em;
  color: #A0A0A0;
  font-weight: bold;
}
.modelModal .modalContent .modalData dl:not(.relatedLinks) dd {
  width: calc(100% - 8em);
}
.modelModal .modalContent .modalData dl.relatedLinks {
  margin-top: 1em;
}
.modelModal .modalContent .modalData dl.relatedLinks dt {
  width: auto;
  line-height: 1.27;
}
.modelModal .modalContent .modalData dl.relatedLinks dd a {
  display: inline;
  color: #CA0929;
  text-decoration: none;
}
.modelModal .modalContent dl.relatedLinks dd a:after {
  content: " >";
}
.modelModal .modalContent dl.relatedLinks dd a:hover {
  text-decoration: underline;
}
.modelModal .modalAchivements {
  padding: 15px 35px 40px;
  background-color: #d3d3d3;
}
.modelModal .modalAchivements dl {
}
.modelModal .modalAchivements dl dt {
  margin: 0 0 5px;
  font-size: 14px;
  font-weight: normal;
}
.modelModal .modalAchivements dl dd {
  font-weight: bold;
}
.modelModal .modalAchivements dl dd a {
  padding-right: 20px;
  display: inline;
  color: #231815;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAOCAYAAAD9lDaoAAAACXBIWXMAAAsSAAALEgHS3X78AAAAj0lEQVQokYXR0Q2EIAyA4Z9O4Bbok47gKOcGt8HdCI7gKDfCPaFr3ALWYOCCUaFJk4Z8KdCiqjhj387YytdXKbPUI/ACPrPUFRchwAT8gPYOSrMuX6DPQd+JEpRY5KCkbRNIhCcU4pnU/ucc5uKMnZyxGvIRz4vgj3JgRyWwryV55NCsi5/+OcJ13d1yVZUNMwOpqs+8rvAAAAAASUVORK5CYII=) center right no-repeat;
  text-decoration: none;
}
.modelModal .modalAchivements dl dd a:hover {
  text-decoration: underline;
}





/* Technology
=========================================================================================== */
.pageTech .pageLead {
  max-width: 440px;
}
.pageTech .pageHeaderText {
  padding-top: 0;
  top: 50%;
  transform: translate(-50%,-50%)
}
.techAnchor {
  margin: -35px 0 25px;
}
.techAnchor ul {
}
.techAnchor ul li {
  margin: 0 40px 22px 0;
  display: inline-block;
}
.techAnchor ul li a {
  padding-bottom: 5px;
  border-bottom: 2px #1a3052 solid;
  position: relative;
  display: block;
  color: #1a3052;
  text-decoration: none;
  font-size: 26px;
  font-weight: bold;
}
.techAnchor ul li a:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -15px;
  left: calc(50% - 6px);
  width: 13px;
  height: 10px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAKCAYAAABv7tTEAAAACXBIWXMAAAsSAAALEgHS3X78AAAAyElEQVQokY2RwQ3CMBAEhzRA3vGHDrArgBKQXQChg5QAHVACFBApHQAVhA4Qj/yhgqCLzigRBLGS5ZO9s76TaduWzPqZ7L+WeDLrU6kT48IWuBkXckZkXEiBK3AWRwJUat0bF+wIJ+apgiRNXUqx0cOzpr5lXDgAc+DS1GUeX6KpS7k4RrAHFMAauAOreD6RwXomARYaIEEn4AkstaNO3Us9SZqkSnqctegDH1BTlw8FJV1a3WnrQ337m8z6PLO+Gvu3wUx/CXgBWHl5NLSn1UkAAAAASUVORK5CYII=) 0 0 no-repeat;
}

.devHistory {
  padding: 60px 0 0;
  background-color: #d7d7d7;
}
.devHistory .Section {
  padding-bottom: 0;
}
.devHistoryLine {
  padding: 15px 0 125px;
  position: relative;
}
.devHistoryLine:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: calc(320/965*100%);
  width: 10px;
  height: 100%;
  background-color: #fff;
}
.devHistoryLine li {
  padding: 0 0 25px;
  display: flex;
  align-items: flex-start;
  position: relative;
}
.historyBox {
  position: relative;
  display: flex;
  width: calc(645/965*100%);
  order: 2;
}
.historyBox:before {
  content: '';
  display: block;
  position: absolute;
  top: 45px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #808080;
}
.historyBox:after {
  content: '';
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 38px;
  left: -3px;
  width: 16px;
  height: 16px;
  background-color: #808080;
}
.historyBox:last-child {
  margin-left: calc(320/965*100%);
}
.historyBox .historyYear {
  padding: 0 30px;
  width: 160px;
  line-height: 1;
  color: #E40127;
  font-size: 46px;
  font-weight: bold;
  box-sizing: border-box;
}
.historyBox dl {
  width: calc(455/645*100% - 160px);
  color: #000;
}
.historyBox dl dt {
  margin-bottom: 10px;
  padding-bottom: 5px;
  display: flex;
  align-items: flex-end;
  height: 46px;
  line-height: 1;
  font-size: 27px;
  font-weight: bold;
  box-sizing: border-box;
}
.historyBox dl dt span {
  font-size: 67%;
}
.historyBox dl dd {
  line-height: 1.56;
}
.historyBox .historyImg {
  position: relative;
  width: calc(190/645*100%);
  text-align: center;
}
.historyBox2 {
  margin: 0 calc(70/965*100%);
  padding: 20px 20px 10px;
  position: relative;
  order: 1;
  width: calc(180/965*100%);
  background-color: #fff;
  font-size: 17px;
  font-weight: bold;
  box-sizing: border-box;
}
.historyBox2:before {
  content: '';
  display: block;
  position: absolute;
  top: 45px;
  left: 100%;
  width: 100%;
  width: calc(70/180*100%);
  height: 2px;
  background-color: #1a3053;
}
.historyBox2:after {
  content: '';
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 38px;
  left: calc(138.89% - 3px);
  width: 16px;
  height: 16px;
  background-color: #1a3053;
}
.historyBox2 .historyImg {
  margin: 0 0 10px;
}
.historyBox2 .historyImg img {
  width: 100%;
}
.historyBox2 .historyTitle {
  line-height: 1.2;
  color: #000;
}
.historyBox2 .historyTitle .sup {
  font-size: 50%;
  vertical-align: super;
}
.historyBox2 .historyYear {
  line-height: 1.2;
  color: #808080;
}
.devHistoryLine li:nth-child(1) .historyBox2 {
  margin-left: 0;
  width: calc(250/965*100%);
}
.devHistoryLine li:nth-child(1) .historyBox2:before {
  margin-top: 40px;
  width: calc(70/250*100%);
}
.devHistoryLine li:nth-child(1) .historyBox2:after {
  margin-top: 40px;
  left: calc(128% - 3px);
}
.devHistoryLine li:nth-child(4) .historyBox2:before,
.devHistoryLine li:nth-child(4) .historyBox2:after {
  margin-top: 25px;
}
.devHistoryLine li:nth-child(5) .historyBox2:before,
.devHistoryLine li:nth-child(5) .historyBox2:after {
  margin-top: 55px;
}
.historyNotice {
  margin-top: -2em;
  padding-bottom: .5em;
  line-height: 1.5;
  font-size: 14px;
  text-align: right;
}

.engineeringBox {
  padding: 10px 25px 40px;
  border: 2px #1a3053 solid;
  background-color: #d7d7d7;
}
.engineeringBox + .engineeringBox {
  margin-top: 50px;
}
.engineeringLabel {
  margin: 0 0 15px -25px;
  padding: 0 0 0 25px;
  border-bottom: 2px #1a3053 solid;
  display: inline-block;
  color: #1A3053;
  font-size: 20px;
  font-weight: bold;
}
.engineeringTitle {
  margin: 0 0 5px;
  line-height: 1.41;
  color: #000;
  font-size: 27px;
  font-weight: bold;
}
.engineeringText {
  margin: 0 0 30px;
  line-height: 1.56;
}
.engineeringCol {
  display: flex;
  justify-content: space-between;
}
.engineeringCont {
  width: calc(440/910*100%);
}
.engineeringContLabel {
  margin: 0 0 15px;
  padding: 0 15px;
  color: #fff;
  background-color: #1A3053;
  font-size: 20px;
  font-weight: bold;
}
.engineeringCont dl {
  padding: 0 10px;
}
.engineeringCont dl dt {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
  font-size: 20px;
  font-weight: bold;
}
.engineeringCont dl dd {
  padding: 0 .5em;
}
.engineeringCont dl dd .engineeringContImg {
  margin-top: 10px;
}
.engineeringCont dl dd + dt {
  margin-top: 1em;
}
.engineeringCont dl dd p {
  line-height: 1.56;
}
.engineeringContImg {
  text-align: center;
}
.engineeringContImg img {
  max-width: 100%;
}
#techLink04 .engineeringCont dl dd {
  padding: 0;
}
.maintenaceBox {
  margin: 0 20px;
  position: relative;
}
.maintenaceTitle {
  margin: 0 0 30px;
  padding: 0 20px;
  color: #fff;
  background-color: #939393;
  font-size: 25px;
  font-weight: bold;
}
#maintenance01 {
  margin-bottom: 25px;
  padding-bottom: 75px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAF4AAAAxCAYAAABTcB7hAAAACXBIWXMAAAsSAAALEgHS3X78AAAB4UlEQVR4nO3bzW3CQBBA4QcNkHO4pAToID2EAkIHdJQUQBHpgJSQC/ekAiITgzZoAf/M7s7Y8yTLlmzJ1ufV3HZyOByomi9Xi+q8320/8cS79J0G6B/VcXrAkyvmO3lcvDwAX8CsftMP8OwrX6YAPfR9mu53229gE7xl5itfpgh61aYyP46a/W77DqyDm47fsyvo69r6b8bj+KLdQyeEx/FFaoLOJTyO36um6MTgcfxOtUHnGjyO36q26NyCx/Eb1QWde/A4/s26otMEHseP1gedpvA4/r/6otMGHsc/JoFOW3hGji+FThd4RooviU5XeEaGL41OH3hGgp8Cnb7wDBw/FToS8AwUPyU6UvAMDD81OpLwDAQ/BzrS8BjHz4VOCniM4udEJxU8xvBzo5MSHiP4JdBJDY9y/FLo5IBHKX5JdHLBowy/NDo54VGCrwGd3PAUxteCTgl4CuFrQqcUPJnxtaFTEp5M+BrRKQ1PYnyt6GiAJxG+ZnS0wCOMrx0dTfAI4VtARxs8PfGtoKMRno74ltDRCk9LfGvoaIanIb5F9KrzlnrNzZerV+At+MTjJuj62hw6VuC5jo9FdCzBE8cPM4OO9hl/WWTmnzKFjjV44vjm0LE2asLqsXP6EbYCfgGIA9qMLePnggAAAABJRU5ErkJggg==) bottom center no-repeat;
}
#maintenance02 {
  background-color: #fff;
}
#maintenance02 .maintenaceTitle {
  background-color: #e40127;
}
.maintenaceTitle .small {
  font-size: 80%;
}
.maintenaceImg {
  margin: 0 20px 20px;
  text-align: center;
}
.maintenaceText {
  margin: 0 20px;
  line-height: 1.56;
}
.maintenanceColumn {
  margin: 60px 0 0;
  padding: 20px 14px;
  border: 6px #8c97a9 solid;
}
.maintenanceColumnTitle {
  color: #1A3053;
  font-size: 27px;
  font-weight: bold;
}
.maintenanceColumn dl {
}
.maintenanceColumn dl dt {
  margin: 0 0 10px;
  color: #1A3053;
  font-size: 20px;
  font-weight: bold;
}
.maintenanceColumn dl dd {
}
.maintenanceColumn dl dd img {
  max-width: 100%;
}
.maintenaceImgSP {
  display: none !important;
}
#tech02 {
  padding: 60px 0 0;
}
#tech03 {
  margin-top: 60px;
  padding: 60px 0 20px;
  background-color: #1a3053;
}
#tech03 .sectionLead {
  color: #fff;
}
#tech04 {
  padding: 60px 0 80px;
  background-color: #d7d7d7;
}
#tech05 {
  padding: 60px 0 50px;
}
.customerSupports {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
}
.customerSupports li {
  margin: 0 calc(58/965*100%) 30px 0;
  width: calc(453/965*100%);
  background-color: #1a3053;
}
.customerSupports li:nth-child(even) {
  margin-right: 0;
}
.customerSupports li .CStext {
  padding: 10px 20px 15px;
  color: #fff;
}
.customerSupports li .csTitle {
  font-size: 26px;
  font-weight: bold;
}
.customerSupports li .csLead {
  line-height: 1.5;
  font-size: 20px;
}
.customerSupports li img {
  max-width: 100%;
}





/* Works
=========================================================================================== */
.pageWorks .pageLead {
  max-width: inherit;
}
.certifications {
  margin: -50px auto 0;
  padding-top: 50px;
  max-width: 1920px;
  background-color: #dadada;
}
.certifications ul.certificationsList {
  display: flex;
  flex-wrap: wrap;
}
.certifications ul.certificationsList li {
  width: calc(318/965*100%);
}
.certifications ul.certificationsList li:nth-child(n+4) {
  margin-top: 15px;
}
.certifications ul.certificationsList li .caption {
  padding: 0 1em;
}
.certificationsNotice {
  margin: 60px 0 30px;
  padding: 0 1em;
  line-height: 1.56;
}
.certificationsNotice dt {
  color: #000;
  font-size: 27px;
  font-weight: bold;
}
.certificationsNotice a {
  padding-right: 20px;
  color: #CA0929;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAALCAYAAACksgdhAAAACXBIWXMAAAsSAAALEgHS3X78AAAAnUlEQVQoka1QwQ3CMAy8K90DNWGDPCLBInQLNgDmYQ3EgyYwATxgDnoofRVUJTywZEtn31n2URJKEWk/SFVRAcDpRoIewDNhdrQ7Stuc4MqF76ED8WqF2REBRmc2Lp05lRdYH2AeEfNVwok/lJIgoFmO+9mfemgDaO10P43NqAsGtFP9n9z7n6irjMuRvue1yH0lhEib2Uwk3gAAvAHw0GcK9ZcZjAAAAABJRU5ErkJggg==) center right no-repeat;
  text-decoration: none;
}
.certificationsNotice a:hover {
  text-decoration: underline;
}





/* fancybox
=========================================================================================== */
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}




