@charset "UTF-8";

/* ================================================== *
 *
 *    RESET
 *
 * ================================================== */
section,
nav,
article,
aside,
hgroup,
header,
footer,
figure,
figcaption,
details {
  display: block;
}

video,
audio,
canvas {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  line-height: 0;
  font-family: arial, helvetica, sans-serif;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  margin: 0;
}

p,
blockquote,
dl,
dd,
figure {
  margin: 0;
}

hr {
  color: inherit;
  height: auto;
  box-sizing: content-box;
}

pre {
  font-family: monospace, sans-serif;
  white-space: pre-wrap;
  word-wrap: break-word;
  margin: 0;
}

ol,
ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

/* 
a:focus {
  outline: thin dotted;
} */
/* 
a:hover,
a:active {
  outline: 0;
} */

strong,
b {
  font-weight: bold;
}

small {
  font-size: 0.83em;
}

q {
  quotes: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

code,
samp,
kbd {
  font-family: monospace, sans-serif;
}

mark {
  color: black;
  background-color: yellow;
}

sub,
sup {
  font-size: 0.83em;
  line-height: 0;
  vertical-align: baseline;
  position: relative;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

br {
  *letter-spacing: 0;
}

img {
  border: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  padding: 0;
  text-align: left;
}

th,
td {
  text-align: left;
  vertical-align: baseline;
  padding: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

legend {
  border: 0;
  *margin-left: -7px;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: 1em;
  color: inherit;
  margin: 0;
}

input,
button {
  line-height: normal;
  vertical-align: inherit;
  *vertical-align: middle;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]:focus {
  outline-offset: -2px;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

select {
  line-height: normal;
}

textarea {
  vertical-align: top;
  overflow: auto;
  *font-family: sans-serif;
}

/* ================================================== *
 *
 *    BASE
 *
 * ================================================== */
html {
  margin: 0;
  padding: 0;
}

body {
  width: 100%;
  text-align: left;
  line-height: 1.7;
  font-family: arial, helvetica, sans-serif;
  color: #000000;
  /* word-break: break-all; */
  word-wrap: break-word;
}

a {
  /* outline: none; */
  color: #000000;
}

ul,
ol,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* ================================================== *
 *
 *    LAYOUT
 *
 * ================================================== */
/* --------------------------------------------------- *
 *    header
 * --------------------------------------------------- */
.l-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  min-width: 960px;
  height: 96px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  font-size: 14px;

}

@media only screen and (max-width: 767px) {
  .l-header {
    position: static;
    min-width: 100%;
    height: 55px;
    border-bottom-color: #dcdcdc;
  }
}

.header {
  height: 96px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .header {
    height: 55px;
    background-color: #ffffff;
  }
}

.header_title {
  float: left;
  display: inline-block;
  margin: 23px 0 0 30px;
  text-align: center;
  font-size: 1px;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .header_title {
    margin: 14px 0 0 20px;
    background-color: white;
  }
}

.header_title a,
.header_title span {
  display: block;
  text-decoration: none;
}

.header_title a:hover img,
.header_title span:hover img {
  opacity: .5;
}

.header_title a img,
.header_title span img {
  vertical-align: top;
}

@media only screen and (max-width: 767px) {
  .header_title_logo {
    display: inline-block;
    width: 95px;
    height: 33px;
    background: url('https://global.sharp/pci/en/shared/img/logo_sharp.png') no-repeat 0 0;
    background-size: auto 33px;
  }
}

@media only screen and (max-width: 767px) {
  .header_title_logo img {
    display: none;
  }
}

.header_navbtn {
  display: none;
}

@media only screen and (max-width: 767px) {
  .header_navbtn {
    display: block;
  }

  /* グローバルナビ開閉ボタン */
  .btn-gnavi-open,
  .btn-gnavi-close {
    width: 44px;
    height: 55px;
  }

  .btn-gnavi-open .icon-gnavi,
  .btn-gnavi-close .icon-gnavi-close {
    width: 19px;
    height: 18px;
    margin-inline: auto;
  }
}

.header_navbtn_li {
  position: absolute;
  top: 0;
  right: 45px;
  z-index: 0;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
}

.header_navbtn_li.is-close {
  z-index: -1;
}

@media only screen and (max-width: 767px) {

  .header_navbtn_li>a,
  .header_navbtn_li>span {
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 44px;
    height: 55px;
    padding-top: 40px;
    background-color: #ffffff;
    color: #e6000d;
    text-align: center;
    text-decoration: none;
  }
}

@media only screen and (max-width: 767px) {

  .header_navbtn_li.is-close>a,
  .header_navbtn_li.is-close>span {
    background-color: #f0f0f0;
    height: 56px;
    border-bottom: 1px solid #f0f0f0;
  }
}

@media only screen and (max-width: 767px) {
  /* 
  .header_navbtn_li>a i.is-menu,
  .header_navbtn_li>span i.is-menu {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 19px;
    height: 18px;
    margin: auto;
    background: url("/pci/en/shared/img/icon_menu_01.svg") 0 0/19px 18px no-repeat;
  } */
}

@media only screen and (max-width: 767px) {

  .header_navbtn_li>a span,
  .header_navbtn_li>span span {
    display: none;
  }
}

.header_nav {
  float: left;
  margin-left: 12px;
}

@media only screen and (max-width: 1100px) {
  .header_nav {
    margin-left: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .header_nav {
    position: absolute;
    top: 55px;
    left: 0;
    z-index: 99;
    display: none;
    float: none;
    width: 100%;
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .header_nav.is-active {
    display: block;
    padding-bottom: 500px;
  }
}

.header_nav_menu {
  display: table;
}

@media only screen and (max-width: 767px) {
  .header_nav_menu {
    display: block;
    background-color: #dcdcdc;
    box-shadow: 0px 300px 200px 200px rgba(0, 0, 0, .8);
  }
}

.header_nav_menu_li {
  display: table-cell;
  margin-left: 1px;
  text-align: center;
  vertical-align: middle;
}

.no-flexbox .header_nav_menu_li {
  float: left;
}

@media only screen and (max-width: 767px) {
  .header_nav_menu_li {
    box-sizing: border-box;
    float: left;
    width: 50%;
    margin-left: 0;
    text-align: left;
    border-bottom: 1px solid #dcdcdc;
  }
}

@media only screen and (max-width: 767px) {
  .header_nav_menu_li:nth-child(odd) {
    border-right: 1px solid #dcdcdc;
  }
}

.header_nav_menu_li.is-global {
  display: none;
}

@media only screen and (max-width: 767px) {
  .header_nav_menu_li.is-global {
    display: block;
  }
}

.header_nav_menu_li a {
  display: block;
  height: 96px;
  padding: 0 17px 0 18px;
  line-height: 96px;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .header_nav_menu_li a {
    position: relative;
    display: block;
    width: auto;
    height: 49px;
    padding: 0 20px 0 20px;
    background-color: #f0f0f0;
    font-size: 11px;
    line-height: 49px;
  }
}

@media only screen and (max-width: 767px) {
  .header_nav_menu_li a:after {
    content: "";
    position: absolute;
    top: 0;
    right: 5px;
    bottom: 0;
    display: block;
    width: 11px;
    height: 16px;
    margin: auto;
    background: url("https://global.sharp/pci/en/shared/img/icon_arrow_right_01.svg") 0 0/11px 16px no-repeat;
  }
}

.header_nav_menu_li a:hover {
  opacity: .5;
}

@media only screen and (max-width: 767px) {
  .header_nav_menu_li a.is-line2 {
    box-sizing: border-box;
    padding-top: 10px;
    line-height: 16px;
  }
}

.header_utility {
  position: absolute;
  top: 0;
  right: 0;
}

@media only screen and (max-width: 767px) {
  @media only screen and (max-width: 767px) {
    .header_utility {
      width: 44px;
      height: 55px;
    }
  }
}

/* 
.header_utility_menu_li {
  float: left;
  border-left: 1px solid rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
} */

ul.header_utility_menu>li:first-child {
  border-left: 1px solid rgba(0, 0, 0, 0.08);
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  margin-right: 70px;
}

@media only screen and (max-width: 767px) {
  /* .header_utility_menu_li {
    border-left-color: #dcdcdc;
  } */
}

@media only screen and (max-width: 767px) {
  .header_utility_menu_li.is-global {
    display: none;
  }
}

.header_utility_menu_li>a,
.header_utility_menu_li>span {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 70px;
  height: 96px;
  padding-top: 55px;
  /* background-color: #ffffff; */
  color: #e6000d;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  font-size: 13px;
}

@media only screen and (max-width: 767px) {

  .header_utility_menu_li>a,
  .header_utility_menu_li>span {
    width: 44px;
    height: 55px;
  }
}

.header_utility_menu_li.is-global>a,
.header_utility_menu_li.is-global>span {
  width: 108px;
  padding-top: 53px;
  line-height: 13px;
}

@media only screen and (max-width: 767px) {

  .header_utility_menu_li.is-global>a,
  .header_utility_menu_li.is-global>span {
    display: none;
  }
}

.header_utility_menu_li.is-close {
  background-color: #ffffff;
}

.header_utility_menu_li.is-close>a,
.header_utility_menu_li.is-close>span {
  background-color: #e6000d;
  color: #ffffff;
}

@media only screen and (max-width: 767px) {

  .header_utility_menu_li.is-close>a,
  .header_utility_menu_li.is-close>span {
    background-color: #f0f0f0;
    height: 56px;
    border-bottom: 1px solid #f0f0f0;
  }
}

.header_utility_menu_li.is-close>a:after,
.header_utility_menu_li.is-close>span:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  z-index: 99;
  bottom: -10px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: #e6000c transparent transparent transparent;
  margin: auto;
}

@media only screen and (max-width: 767px) {

  .header_utility_menu_li.is-close>a:after,
  .header_utility_menu_li.is-close>span:after {
    display: none;
  }
}

.header_utility_menu_li.is-close>a:hover,
.header_utility_menu_li.is-close>span:hover {
  background-color: #f27f86;
  opacity: 1;
}

@media only screen and (max-width: 767px) {

  .header_utility_menu_li.is-close>a:hover,
  .header_utility_menu_li.is-close>span:hover {
    background-color: #f0f0f0;
  }
}

.header_utility_menu_li.is-close>a:hover:after,
.header_utility_menu_li.is-close>span:hover:after {
  border-top-color: #f27f86;
}

.header_utility_menu_li>a i.is-global,
.header_utility_menu_li>span i.is-global {
  position: absolute;
  top: 25px;
  right: 0;
  left: 0;
  margin: auto;
  display: block;
  width: 23px;
  height: 23px;
  background: url("https://global.sharp/pci/en/shared/img/icon_global_01.svg") 0 0 no-repeat;
}

.header_utility_menu_li>a i.is-search,
.header_utility_menu_li>span i.is-search {
  position: absolute;
  top: 30px;
  right: 0;
  left: 0;
  margin: auto;
  display: block;
  width: 22px;
  height: 21px;
  background: url("https://global.sharp/pci/en/shared/img/icon_search_01.svg") 0 0 no-repeat;
}

@media only screen and (max-width: 767px) {

  .header_utility_menu_li>a i.is-search,
  .header_utility_menu_li>span i.is-search {
    top: 0;
    bottom: 0;
    width: 19px;
    height: 18px;
    background-size: 19px 18px;
  }
}

.header_utility_menu_li>a i.is-close,
.header_utility_menu_li>span i.is-close {
  position: absolute;
  top: 33px;
  right: 0;
  left: 0;
  margin: auto;
  display: block;
  width: 16px;
  height: 15px;
  background: url("https://global.sharp/pci/en/shared/img/icon_close_01.svg") 0 0 no-repeat;
}

@media only screen and (max-width: 767px) {

  .header_utility_menu_li>a i.is-close,
  .header_utility_menu_li>span i.is-close {
    top: 0;
    bottom: 0;
    width: 19px;
    height: 18px;
    background-image: url("https://global.sharp/pci/en/shared/img/icon_search_01.svg");
    background-size: 19px 18px;
  }
}

@media only screen and (max-width: 767px) {

  .header_utility_menu_li>a span,
  .header_utility_menu_li>span span {
    display: none;
  }
}

.header_utility_menu_li>a:hover,
.header_utility_menu_li>span:hover {
  opacity: .5;
}

@media only screen and (max-width: 767px) {

  .header_utility_menu_li>a:hover,
  .header_utility_menu_li>span:hover {
    opacity: 1;
  }
}

.header_search {
  position: absolute;
  top: 96px;
  right: 0;
  width: 426px;
  display: none;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.6);
}


@media only screen and (max-width: 767px) {
  .header_search_form_input {
    display: block;
    margin-right: 40px;
  }
}

.header_search_form_input input[type="search"] {
  position: relative;
  float: left;
  box-sizing: border-box;
  display: block;
  width: 350px;
  padding: 5px 10px 5px 34px;
  border: none;
  border-radius: 0;
  background: #ffffff url("https://global.sharp/pci/en/shared/img/icon_search_01.svg") 7px 50%/18px 18px no-repeat;
  color: #000000 !important;
}

@media only screen and (max-width: 767px) {
  .header_search_form_input input[type="search"] {
    width: 100%;
    padding: 4px 10px 4px 26px;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    background-position: 4px 50%;
    background-size: 17px 17px;
    font-size: 11px;
    line-height: 20px;
  }
}

/* サイト内検索ボタン */
.btn-search-open,
.btn-search-close {
  display: none;
}

.btn-search-open.active,
.btn-search-close.active {
  display: inline-block;
  width: 70px;
  height: 66px;
  padding-top: 37px;
  font-size: 13px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}

.btn-search-open {
  background-color: #fff;
  color: #e6000d;
}

.btn-search-close {
  background-color: #e6000d;
  color: #ffffff;
}

.btn-search-open::before,
.btn-search-open::after,
.btn-search-close::before,
.btn-search-close::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background: center center/contain no-repeat;
}

.btn-search-open.active::before {
  top: 13px;
  width: 22px;
  height: 21px;
  background-image: url("https://global.sharp/pci/en/shared/img/icon_search_01.svg");
}

.btn-search-close.active::before {
  top: 17px;
  width: 16px;
  height: 15px;
  background-image: url("https://global.sharp/pci/en/shared/img/icon_close_01.svg");
}

.btn-search-close.active::after {
  bottom: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: #e6000c transparent transparent transparent;
}

@media only screen and (max-width: 767px) {

  .btn-search-open.active,
  .btn-search-close.active {
    display: inline-block;
    width: 44px;
    height: 55px;
  }

  .btn-search-open::before,
  .btn-search-open::after,
  .btn-search-close::before,
  .btn-search-close::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    background: center center/contain no-repeat;
  }

  .btn-search-open.active::before {
    top: 18px;
    width: 19px;
    height: 18px;
  }

  .btn-search-close.active::before {
    top: 18px;
    width: 16px;
    height: 15px;
  }

  .btn-search-close.active::after {
    bottom: -10px;
    width: 0;
    height: 0;
    border-width: 10px 8px 0 8px;
  }

  .btn-search-label {
    opacity: 0;
  }
}

.header_search_form_btn {
  float: left;
  display: block;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .header_search_form_btn {
    float: right;
    width: 40px;
  }
}

.header_search_form_btn input[type="submit"] {
  background-color: #e6000d;
  border: none;
  padding: 5px 10px 5px 10px;
  border-radius: 0;
  color: #ffffff;
  /* outline: none; */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media only screen and (max-width: 767px) {
  .header_search_form_btn input[type="submit"] {
    width: 40px;
    padding: 0 0;
    border-top: 1px solid #c6000b;
    border-right: 1px solid #c6000b;
    border-bottom: 1px solid #c6000b;
    font-size: 13px;
    line-height: 28px;
    font-weight: bold;
  }
}

.header_search_form_btn input[type="submit"]:hover {
  background-color: #f27f86;
}

/* --------------------------------------------------- *
 *    footer
 * --------------------------------------------------- */
.l-footer {
  width: 100%;
  min-width: 960px;
  border-top: 1px solid #dcdcdc;
}

@media only screen and (max-width: 767px) {
  .l-footer {
    min-width: 100%;
    background-color: #f0f0f0;
  }
}

.footer {
  width: auto;
  margin: 0 40px;
  padding: 10px 0 20px;
}

@media only screen and (max-width: 767px) {
  .footer {
    margin: 0 20px;
  }
}

.footer_nav {
  float: left;
}

@media only screen and (max-width: 767px) {
  .footer_nav {
    float: none;
  }
}

.footer_nav li {
  float: left;
  padding: 0 15px;
  border-right: 1px solid #aaaaaa;
  font-size: 11px;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .footer_nav li {
    float: none;
    margin-top: 10px;
    padding: 0;
    border-right: none;
    font-size: 10px;
    line-height: 1.5;
  }
}

.footer_nav li:first-child {
  border-left: 1px solid #aaaaaa;
}

@media only screen and (max-width: 767px) {
  .footer_nav li:first-child {
    border-left: none;
  }
}

.footer_nav li a:hover {
  color: #999;
  text-decoration: none;
}

.footer_copyright {
  float: right;
  font-size: 11px;
  line-height: 1;
  font-family: Arial, sans-serif;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .footer_copyright {
    float: none;
    margin-top: 20px;
  }
}

.footer_copyright a {
  text-decoration: none;
}

.footer_copyright a:hover {
  color: #999;
}

/* ================================================== *
 *
 *    UTILITY
 *
 * ================================================== */
/* -------------------------------------------------- *
 *    clear
 * -------------------------------------------------- */
.u-clear_b {
  clear: both;
}

.u-clear_r {
  clear: right;
}

.u-clear_l {
  clear: left;
}

/* clearfix */
.u-clear:before {
  content: " ";
  display: table;
}

.u-clear:after {
  content: " ";
  display: table;
  clear: both;
}

/* --------------------------------------------------- *
 *    font family
 * --------------------------------------------------- */
.u-alphabet {
  font-family: Arial, sans-serif !important;
}




/**
 * media query
 */
/* ================================================== *
 *
 *    FONTS
 *
 * ================================================== */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url("https://global.sharp/pci/en/shared/font/SourceSansPro-Regular.eot");
  src: url("https://global.sharp/pci/en/shared/font/SourceSansPro-Regular.eot?#iefix") format("embedded-opentype"), url("https://global.sharp/pci/en/shared/font/SourceSansPro-Regular.woff2") format("woff2"), url("https://global.sharp/pci/en/shared/font/SourceSansPro-Regular.woff") format("woff"), url("https://global.sharp/pci/en/shared/font/SourceSansPro-Regular.ttf") format("truetype");
}

@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: url("https://global.sharp/pci/en/shared/font/SourceSansPro-Bold.eot");
  src: url("https://global.sharp/pci/en/shared/font/SourceSansPro-Bold.eot?#iefix") format("embedded-opentype"), url("https://global.sharp/pci/en/shared/font/SourceSansPro-Bold.woff2") format("woff2"), url("https://global.sharp/pci/en/shared/font/SourceSansPro-Bold.woff") format("woff"), url("https://global.sharp/pci/en/shared/font/SourceSansPro-Bold.ttf") format("truetype");
}

/* ================================================== *
 *
 *    BASE
 *
 * ================================================== */
html {
  min-width: 980px;
}

@media screen and (max-width: 767px) {
  html {
    min-width: 0;
  }
}

body {
  -webkit-font-smoothing: antialiased;
  font-family: arial, helvetica, sans-serif;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

/* ================================================== *
 *
 *    PAGE LAYOUT
 *
 * ================================================== */
/* ------------------------------------------------- *
 *        header
 * ------------------------------------------------- */
@media screen and (min-width: 768px) {
  .header_nav_menu_li.cr a {
    position: relative;
    color: #E90000;
    font-weight: 700;
  }

  .header_nav_menu_li.cr a:after {
    content: '';
    display: block;
    width: 18px;
    height: 4px;
    background: #E90000;
    position: absolute;
    bottom: 1px;
    left: 50%;
    margin-left: -9px;
  }
}

@media screen and (max-width: 767px) {
  .header_nav_menu_li.cr {
    display: none;
  }
}

/* ------------------------------------------------- *
 *        header_subNav
 * ------------------------------------------------- */
.header_subNav {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .header_subNav {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    min-width: 980px;
    position: absolute;
    top: 66px;
    left: 0;
    z-index: 10;
    background: #403D32;
    padding: 0 40px 0 40px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .header_subNav.-fixed {
    position: fixed;
    top: 0;
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .header_subNav {
    background: #dcdcdc;
  }
}

@media screen and (min-width: 768px) {
  .header_subNav_title {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    font-weight: 700;
    color: #FFF;
    margin: 1px 46px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .header_subNav_title {
    font-weight: normal;
    color: #FFF;
    border-bottom: #dcdcdc 1px solid;
  }
}

@media screen and (min-width: 768px) {
  .header_subNav_title a {
    color: #FFF;
    text-decoration: none;
  }
}

@media screen and (max-width: 767px) {
  .header_subNav_title a {
    font-size: 13px;
    position: relative;
    display: block;
    padding: 14px 30px 14px 20px;
    background: #f0f0f0;
    text-decoration: none;
  }

  .header_subNav_title a:after {
    content: "";
    position: absolute;
    top: 0;
    right: 8px;
    bottom: 0;
    display: block;
    width: 11px;
    height: 16px;
    margin: auto;
    background: url(https://global.sharp/pci/en/shared/img/icon_arrow_right_01.svg) 0 0/11px 16px no-repeat;
  }
}

@media screen and (min-width: 768px) {
  .header_subNav_menu {
    display: inline-block;
    vertical-align: middle;
  }
}

@media screen and (min-width: 768px) {
  .header_subNav_menu_li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 25px 0 0;
    font-weight: 300;
  }
}

@media screen and (max-width: 767px) {
  .header_subNav_menu_li {
    border-bottom: #dcdcdc 1px solid;
  }

  .header_subNav_menu_li:last-child {
    border-bottom: #dcdcdc 3px solid;
  }
}

@media screen and (min-width: 768px) {
  .header_subNav_menu_li a {
    font-size: 15px;
    color: #FFF;
    text-decoration: none;
    display: block;
    padding: 12px 14px;
    position: relative;
  }

  .header_subNav_menu_li a:after {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-top: #fff 1px solid;
    border-left: #fff 1px solid;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -4px;
  }
}

@media screen and (max-width: 767px) {
  .header_subNav_menu_li a {
    font-size: 13px;
    position: relative;
    display: block;
    padding: 14px 30px 14px 45px;
    background: #f0f0f0;
    text-decoration: none;
  }

  .header_subNav_menu_li a:after {
    content: "";
    position: absolute;
    top: 0;
    right: 8px;
    bottom: 0;
    display: block;
    width: 11px;
    height: 16px;
    margin: auto;
    background: url(https://global.sharp/pci/en/shared/img/icon_arrow_right_01.svg) 0 0/11px 16px no-repeat;
  }
}

@media screen and (min-width: 768px) {
  .header_subNav_menu_li.cr a {
    position: relative;
  }

  .header_subNav_menu_li.cr a:before {
    content: '';
    display: block;
    width: 18px;
    height: 4px;
    background: #E90000;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -9px;
  }
}

@media screen and (max-width: 767px) {
  .header_subNav_menu_li.cr a {
    color: #E90000;
  }
}

.header_subNav_lang {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .header_subNav_lang {
    float: right;
    display: inline-block;
    vertical-align: middle;
  }
}

@media screen and (max-width: 767px) {
  .header_subNav_lang {
    position: relative;
    background: #f0f0f0;
    padding: 0 20px;
    border-bottom: #dcdcdc 3px solid;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .header_subNav_lang_li {
    display: inline-block;
    vertical-align: middle;
    margin: 10px 0;
    color: #FFF;
  }

  .header_subNav_lang_li:before {
    content: "|";
    margin-left: 6px;
    margin-right: 6px;
  }

  .header_subNav_lang_li:first-child:before {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .header_subNav_lang_li {
    display: inline-block;
    vertical-align: middle;
    width: 30%;
    margin: 15px 0;
    color: #dcdcdc;
  }

  .header_subNav_lang_li:before {
    content: "|";
  }

  .header_subNav_lang_li:first-child:before {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .header_subNav_lang_li a {
    font-size: 13px;
    line-height: 29px;
    color: #FFF;
    text-decoration: none;
    display: inline-block;
    padding: 0;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .header_subNav_lang_li a {
    display: inline-block;
    width: 95%;
    text-decoration: none;
  }
}

.header_subNav_lang_li.cr a {
  color: #E90000;
}

/* /pci/en/shared/css/styles.css Overwrite */
.l-header {
  width: 100%;
  height: 66px;
  min-width: 980px;
}

@media screen and (max-width: 767px) {
  .l-header {
    min-width: 100%;
    height: 55px;
  }
}

.header {
  height: 66px;
}

@media screen and (max-width: 767px) {
  .header {
    height: 55px;
    background-color: #ffffff;
  }
}

.header_title {
  margin: 16px 25px 0 30px;
}

@media screen and (max-width: 767px) {
  .header_title {
    margin: 14px 0 0 20px;
  }
}

.header_title img {
  width: 104px;
}

@media screen and (max-width: 767px) {
  .header_nav_menu_li:nth-child(6) {
    border-right: 1px solid #dcdcdc;
  }

  .header_nav_menu_li:last-child {
    border-right: none;
  }
}

.header_nav_menu_li a {
  height: 66px;
  line-height: 66px;
}

@media screen and (max-width: 767px) {
  .header_nav_menu_li a {
    height: 49px;
    line-height: 49px;
  }

  .header_nav_menu_li a.is-line2 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 10px;
    line-height: 16px;
  }
}

.header_utility_menu_li>a,
.header_utility_menu_li>span {
  height: 66px;
  padding-top: 37px;
  font-size: 13px;
}

@media screen and (max-width: 767px) {

  .header_utility_menu_li>a,
  .header_utility_menu_li>span {
    height: 55px;
  }
}

.header_utility_menu_li>a i.is-global,
.header_utility_menu_li>span i.is-global {
  top: 12px;
}

.header_utility_menu_li>a i.is-global>a,
.header_utility_menu_li>a i.is-global>span,
.header_utility_menu_li>span i.is-global>a,
.header_utility_menu_li>span i.is-global>span {
  width: 108px;
  padding-top: 40px !important;
  line-height: 11px !important;
}

.header_utility_menu_li>a i.is-search,
.header_utility_menu_li>span i.is-search {
  top: 13px;
}

@media screen and (max-width: 767px) {

  .header_utility_menu_li>a i.is-search,
  .header_utility_menu_li>span i.is-search {
    top: 0;
  }
}

.header_utility_menu_li>a i.is-close,
.header_utility_menu_li>span i.is-close {
  top: 18px;
}

@media screen and (max-width: 767px) {

  .header_utility_menu_li>a i.is-close,
  .header_utility_menu_li>span i.is-close {
    top: 0;
  }
}

body.en .header_utility_menu_li>a,
body.en .header_utility_menu_li>span,
body.cn .header_utility_menu_li>a,
body.cn .header_utility_menu_li>span {
  font-size: 13px;
}

body.en .header_utility_menu_li.is-global>a,
body.en .header_utility_menu_li.is-global>span,
body.cn .header_utility_menu_li.is-global>a,
body.cn .header_utility_menu_li.is-global>span {
  width: 108px;
  padding-top: 40px !important;
  line-height: 11px !important;
}

.header_search {
  top: 66px;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .header_search {
    top: 55px;
    z-index: 10;
    box-sizing: border-box;
    width: 100vw;
    padding: 15px 15px 16px;
    border-bottom: 1px solid #dcdcdc;
    background-color: #f0f0f0;
  }
  
@media screen and (min-width: 481px) and (max-width: 767px) {
  .header_search {
    background-color: rgba(0, 0, 0, .6);
    border-bottom: none;
  }
}

}

/* ------------------------------------------------- *
 *        main
 * ------------------------------------------------- */
.l-main {
  display: block;
  width: 100%;
  padding-top: 66px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
}

.l-main.hasSubMenu {
  padding-top: 115px;
}

@media screen and (max-width: 767px) {
  .l-main {
    padding-top: 0;
  }
}


/* ------------------------------------------------- *
 *        footer
 * ------------------------------------------------- */
/* ------------------------------------------------- *
 *        fnav
 * ------------------------------------------------- */
@media screen and (max-width: 767px) {
  .fnav {
    background: #fff;
  }

  .fnav .ul01 {
    display: table;
    width: 100%;
    height: 60px;
  }

  .fnav .ul01 li {
    display: table-cell;
    vertical-align: middle;
    width: 25%;
    border-left: #999 1px solid;
  }

  .fnav .ul01 li:first-child {
    border-left: none;
  }

  .fnav .ul01 li:last-child img {
    margin-bottom: 12px;
  }

  .fnav .ul01 a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 10px 0 0 0;
    font-size: 10px;
    color: #fff;
    height: 72px;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    background: #403d33;
  }

  .fnav .ul01 img {
    position: relative;
    height: 20px;
    width: 100%;
    margin: 0 0 5px;
  }

  .fnav .box {
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 30px 12px 50px;
  }

  .fnav .box .-title {
    margin: 0;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    font-size: 25px;
  }

  .fnav .box .-title a {
    color: #666;
    text-decoration: none;
  }

  .fnav .box .-subTitle {
    font-size: 12px;
    position: relative;
    padding: 0 0 8px 10px;
  }

  .fnav .box .-subTitle:before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    display: block;
    width: 0;
    height: 0;
    border-top: transparent 4px solid;
    border-left: #999 5px solid;
    border-bottom: transparent 4px solid;
  }

  .fnav .box .-subTitle a {
    text-decoration: none;
  }

  .fnav .box li {
    margin: 0 0 2px;
    padding: 0 0 0 22px;
    position: relative;
  }

  .fnav .box li:before {
    content: '-';
    color: #E6000D;
    position: absolute;
    top: 1px;
    left: 12px;
  }

  .fnav .box li a {
    font-size: 11px;
    text-decoration: none;
  }

  .fnav [class^="-list0"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 50%;
    margin: 20px 0 0;
  }
}