/*
 media query
 */
#search input::-webkit-input-placeholder {
  line-height:normal!important;
}
#search input{
  -webkit-appearance:none;
 }
#globalHeader #companyLogo {
  background-color: #000; }

#globalHeader #companyLogo span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 10px 10px; }

#globalHeader #companyLogo a {
  display: block;
  width: 74px;
  height: 13.5px;
  text-decoration: none;
  text-indent: -9999px;
  overflow: hidden;
  background: url(/content/dam/corporate/images/logo_sony.svg) center center no-repeat;
  line-height: 1; }

#globalHeader #headerWrapper {
  padding-bottom: 15px; }

#globalHeader #headerWrapperBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #d3d3d3; }

#globalHeader #logoCorp {
  margin: 0;
  padding: 12.5px 0 12.5px 25px; }

#globalHeader #logoCorp a {
  display: block;
  width: 120px;
  height: 44px;
  text-indent: -9999px;
  overflow: hidden;
  background: url(/content/dam/corporate/images/logo_sie.png) center center no-repeat;
  background-size: 100%; }

#globalHeader #headerMenu {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 40px; }

#globalHeader #headerMenu li,
#pcMenu ul li {
  list-style: none; }

#globalHeader button {
  width: 100%;
  background-color: transparent;
  border: 0;  }
#globalHeader #headerMenu button {
  cursor: pointer; }

#globalHeader #headerMenu a,
#globalHeader #headerMenu button,
#pcMenu a {
  position: relative;
  color: #000;
  padding: 23.5px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none; }
  #globalHeader #headerMenu button:hover,
  #pcMenu a:hover {
    color: #0070d1; }
  #globalHeader #headerMenu button.select,
  #pcMenu a.select {
    color: #0070d1; }
  #globalHeader #headerMenu button::after,
  #pcMenu a::after {
    content: " ";
    width: 10px;
    height: 6px;
    display: inline-block;
    margin-left: 7px;
    background: url("/content/dam/corporate/images/gn_arrow.png") center center no-repeat;
    background-size: 100%; }
  #globalHeader #headerMenu button:hover::after, #globalHeader #headerMenu button.select::after, #globalHeader #headerMenu button.current::after,
  #pcMenu a:hover::after,
  #pcMenu a.select::after,
  #pcMenu a.current::after {
    background: url("/content/dam/corporate/images/gn_arrow_blue.png") center center no-repeat;
    background-size: 100%; }

#globalHeader #headerMenu li ul,
#pcMenu ul {
  position: absolute;
  top: 70px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 2;
  padding: 0;
  background-color: #fff;
  width: 100%;
  border-top: none;
  border-bottom: 1px solid #d3d3d3;
  padding: 0 5px 0 185px; }

#globalHeader #headerMenu li ul {
  display: none; }

#pcMenu ul {
  position: static;
  margin-bottom: 0; }

#globalHeader #headerMenu li ul a,
#pcMenu ul a {
  padding: 7px 20px; }

#globalHeader #headerMenu li ul a::before,
#pcMenu ul a::before {
  display: none; }

#globalHeader #headerMenu li ul a::after,
#pcMenu ul a::after {
  display: none; }

#globalHeader #headerMenu li ul li a::before {
  content: " ";
  font-size: 0rem;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50% 50%;
  margin-right: 7px;
  background-color: #0070d1; }

#pcMenu {
  border-bottom: 1px solid #d3d3d3; }
  #pcMenu ul {
    border-bottom: none; }

#globalHeader #headerMenuBox .searchplus-form {
  top: 13.5px;
  right: 25px;
  width: 188px; }

#globalHeader #headerMenuBox .searchplus-query {
  border: 1px solid #d3d3d3;
  padding-top: 8px;
  padding-bottom: 8px; }

#globalHeader #headerMenuBox .searchplus-submit {
  top: 10px;
  background: url(/content/dam/corporate/images/icon_search.svg) center center no-repeat;
  right: 15px; }

#globalHeader #mobileMenu {
  display: none;
  position: absolute;
  top: 15.5px;
  right: 0;
  width: 92px;
  height: 38px;
  border-radius: 3px;
  cursor: pointer; }

#globalHeader #mobileMenu span,
#globalHeader #mobileMenu:before,
#globalHeader #mobileMenu:after {
  display: block;
  position: absolute;
  top: 18px;
  right: 25px;
  width: 32px;
  height: 2px;
  background: #000000;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }

#globalHeader #mobileMenu span {
  text-indent: -45px;
  line-height: 2px;
  font-size: 85%;
  color: #fff; }

#globalHeader #mobileMenu:before,
#globalHeader #mobileMenu:after {
  content: "";
  top: 6px; }

#globalHeader #mobileMenu:after {
  top: 30px; }

#globalHeader #mobileMenu.on:before {
  -webkit-transform: translateY(12px) rotate(45deg);
      -ms-transform: translateY(12px) rotate(45deg);
          transform: translateY(12px) rotate(45deg); }

#globalHeader #mobileMenu.on:after {
  -webkit-transform: translateY(-12px) rotate(-45deg);
      -ms-transform: translateY(-12px) rotate(-45deg);
          transform: translateY(-12px) rotate(-45deg); }

#globalHeader #mobileMenu.on span {
  opacity: 0; }

@media (min-width: 1024px) {
#globalHeader #headerMenu .globalMenu ul.menu li {
  list-style: none; }

#globalHeader #headerMenu .globalMenu ul.menu a {
  position: relative;
  color: #000;
  padding: 23.5px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none; }
  #globalHeader #headerMenu .globalMenu ul.menu a:hover {
    color: #0070d1; }
  #globalHeader #headerMenu .globalMenu ul.menu a.select {
    color: #0070d1; }
  #globalHeader #headerMenu .globalMenu ul.menu a::after {
    content: " ";
    width: 10px;
    height: 6px;
    display: inline-block;
    margin-left: 7px;
    background: url("/content/dam/corporate/images/gn_arrow.png") center center no-repeat;
    background-size: 100%; }
  #globalHeader #headerMenu .globalMenu ul.menu a:hover::after,
  #globalHeader #headerMenu .globalMenu ul.menu a.select::after,
  #globalHeader #headerMenu .globalMenu ul.menu a.current::after {
    background: url("/content/dam/corporate/images/gn_arrow_blue.png") center center no-repeat;
    background-size: 100%; }

#globalHeader #headerMenu .globalMenu ul.menu {
  position: absolute;
  top: 70px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 2;
  padding: 0;
  background-color: #fff;
  width: 100%;
  border-top: none;
  border-bottom: 1px solid #d3d3d3;
  padding: 0 5px 0 185px; }

#globalHeader #headerMenu .globalMenu ul.menu {
  margin-top: 1px;
  margin-bottom: 0; }

#globalHeader #headerMenu .globalMenu ul.menu a {
  padding: 7px 20px; }

#globalHeader #headerMenu .globalMenu ul.menu a::before {
  display: none; }

#globalHeader #headerMenu .globalMenu ul.menu a::after {
  display: none; }

#globalHeader #headerMenu .globalMenu ul.menu li a::before {
  content: " ";
  font-size: 0rem;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50% 50%;
  margin-right: 7px;
  background-color: #0070d1; }

#globalHeader #headerMenu .globalMenu {
  border-bottom: none; }

}

@media (max-width: 1023px) {
  #globalHeader #headerWrapper {
    padding-bottom: 10px; }
  #globalHeader #logoCorp {
    padding-left: 25px; }
  #globalHeader #headerWrapperBox,
  #globalHeader #headerMenu,
  #globalHeader #headerMenu li ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  #globalHeader #headerMenu {
    margin: 0;
    width: 100%;
    top: 69px;
    border-top: 1px solid #d3d3d3;
    display: none; }
  #globalHeader #headerMenu li {
    width: 100%;
    background-color: #ffffff; }
  #globalHeader #headerMenu li ul {
    position: static;
    padding: 0;
    border: none; }
  #globalHeader #headerMenu button {
    cursor: pointer; }
  #globalHeader #headerMenu button,
  #globalHeader #headerMenu li ul a {
    padding: 12px 25px !important; }
  #globalHeader #headerMenu li ul a::before {
    display: none !important; }
  #globalHeader #headerMenu button::before {
    display: none; }
  #globalHeader #headerMenu button:hover, #globalHeader #headerMenu button.select, #globalHeader #headerMenu button.current {
    color: inherit; }
    #globalHeader #headerMenu button:hover::after, #globalHeader #headerMenu button.select::after, #globalHeader #headerMenu button.current::after {
      background: url("/content/dam/corporate/images/gn_arrow.png") center center no-repeat;
      background-size: 100%; }
  #globalHeader #headerMenu button.select::after {
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg); }
  #globalHeader #headerMenu li ul li {
    background-color: #f5f5f5;
    border-bottom: 1px solid #e6e6e6; }
    #globalHeader #headerMenu li ul li:first-child {
      border-top: 1px solid #e6e6e6; }
  #globalHeader #headerMenuBox .searchplus-form {
    position: absolute;
    margin: 0;
    right: 92px;
    width: 18.37732%;
    min-width: 140.95406px; }
  #globalHeader #mobileMenu {
    display: block; }
  #pcMenu {
    display: none !important; } }

@media (max-width: 767px) {
  #globalHeader #companyLogo a {
    width: 47.5px;
    height: 8.5px;
    background-size: 100%; }
  #globalHeader #companyLogo span {
    padding: 7px 0;
    padding-right: 5.5px; }
  #globalHeader #logoCorp {
    padding: 8px 0 8px 16px; }
  #globalHeader #logoCorp a {
    height: 35px;
    background-size: auto 100%;
    background-position: left center; }
  #globalHeader #headerMenuBox .searchplus-query {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1;
    height: 10px;
    font-size: 0.92857rem; }
  #globalHeader #headerMenuBox .searchplus-form {
    top: 8.5px;
    right: 65px;
    width: 120px;
    min-width: inherit; }
  #globalHeader #headerMenuBox .searchplus-submit {
    top: 9.5px;
    right: 5px;
    width: 15px;
    height: 14.5px;
    background-size: 15px 14.5px;
    background-position: top left; }
  #globalHeader #mobileMenu {
    width: 65px;
    height: 17.5px;
    top: 16.5px; }
    #globalHeader #mobileMenu::before {
      top: 0; }
    #globalHeader #mobileMenu span {
      top: 7.3px; }
    #globalHeader #mobileMenu::after {
      top: 15px; }
    #globalHeader #mobileMenu.on::before {
      -webkit-transform: translateY(7.5px) rotate(45deg);
          -ms-transform: translateY(7.5px) rotate(45deg);
              transform: translateY(7.5px) rotate(45deg); }
    #globalHeader #mobileMenu.on::after {
      -webkit-transform: translateY(-7.5px) rotate(-45deg);
          -ms-transform: translateY(-7.5px) rotate(-45deg);
              transform: translateY(-7.5px) rotate(-45deg); }
  #globalHeader #mobileMenu span,
  #globalHeader #mobileMenu:before,
  #globalHeader #mobileMenu:after {
    right: 22px;
    width: 21px; }
  #globalHeader #headerMenu button,
  #globalHeader #headerMenu li ul a {
    padding: 9.5px 16px; } }

#globalFooter {
  background-color: #093a8b; }

#globalFooter #footerCorpWrapper {
  padding: 15px 0 26px 0; }

#globalFooter #footerCorpBox {
  background: url(/content/dam/corporate/images/logo_PS.svg) no-repeat;
  background-position: 25px -1px;
  background-size: 45px 38px; }

#globalFooter #footerCorpBox > div {
  border-top: 2px solid #224e97; }

#globalFooter h2,
#globalFooter #corpNav {
  font-size: 0.92857rem;
  margin-left: 64px;
  padding: 0 25px;
  line-height: 1; }

#globalFooter h2 {
  color: #a8ccec;
  margin-bottom: 0;
  padding-top: 1px;
  font-weight: normal; }

#globalFooter #corpNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 9px;
  margin-bottom: 13.5px;
  margin-left: 52px; }

#globalFooter #corpNav li {
  list-style: none;
  padding-bottom: 3.5px; }

#globalFooter #corpNav li,
#globalFooter #corpNav a {
  color: #ffffff; }

#globalFooter #corpNav a {
  display: inline-block;
  padding: 0 12px;
  text-decoration: none; }
  #globalFooter #corpNav a:hover {
    color: #9edefa; }

#globalFooter #corpNav li:not(:last-child) a {
  border-right: 1px solid #8ec5ee; }

#globalFooter .copyright,
#globalFooter #changeLanguage {
  padding: 0 15px;
  line-height: 1; }

#globalFooter #changeLanguage {
  margin: 0;
  padding-top: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.92857rem; }
  #globalFooter #changeLanguage a {
    text-decoration: none; }
    #globalFooter #changeLanguage a:hover {
      color: #9edefa; }
  #globalFooter #changeLanguage::before {
    content: " ";
    width: 12px;
    height: 12px;
    display: inline-block;
    background: url(/content/dam/corporate/images/icon_language.svg) no-repeat;
    background-size: 100%; }

#globalFooter #changeLanguage a {
  color: #ffffff;
  padding-left: 6px; }

#globalFooter .copyright {
  color: #a8ccec;
  margin: 0;
  line-height: 1;
  padding-top: 9px;
  font-size: 0.85714rem; }
  #globalFooter .copyright small {
    font-size: 0.78571rem;
    line-height: 1; }

#SiteCatalyst {
  display: none; }

#contentWrapper {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background: #fff; }

#content {
  max-width: 1024px;
  margin: 0 auto; }

#contentBody {
  padding: 0 15px 20px;
  word-wrap: break-word; }
  #contentBody::after {
    display: block;
    clear: both;
    content: ""; }

#contentHeader {
  width: 100%;
  padding: 20px 15px;
  word-wrap: break-word; }

#contentHeader h1 {
  margin-top: 20px;
  margin-bottom: 0; }

@media (min-width: 768px) {
    #contentHeader {
        padding: 20px 30px; } }

@media (min-width: 768px) {
    #contentBody {
        padding: 0 30px 20px; } }

.breadLink_top {
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #767676;
  text-indent: 16px;
  background: url("/content/dam/corporate/images/icon_home.svg") left 4px no-repeat; }

.btnBackTop {
  display: block;
  position: fixed;
  z-index: 1000;
  bottom: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  overflow: hidden;
  background: rgba(153, 153, 153, 0.5) url(/content/dam/corporate/images/icon_arrow_top.svg) center center no-repeat;
  opacity: 0.8; }

.btnBackTop:hover {
  opacity: 1; }

@media print {
  #globalHeader {
    display: none; }
  #globalFooter {
    display: none; }
  .breadLink_top {
    display: none; } }

