@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,300);
/****************************************

    Reset

*****************************************/
/* Reset Style */
html {
  font-size: 62.5%;
  overflow-y: scroll;
  font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #000;
}

html, body {
  width: 100%;
  margin: 0;
  padding: 0;
}

body {
  -webkit-text-size-adjust: 100%;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

img {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

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

li {
  list-style-type: none;
}

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

caption, th {
  text-align: left;
}

q:before, q:after {
  content: '';
}

img,
object,
embed {
  vertical-align: top;
}

legend {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style-type: none;
}

select, input, button, textarea {
  font: 99% arial,helvetica,clean,sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

area {
  border: none;
  outline: none;
}

em, strong {
  font-weight: bold;
}

figure {
  margin: 0;
}

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

    Link

*****************************************/
a {
  outline: none;
}

a:link {
  color: #333;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a.disable {
  color: #333;
  cursor: default;
}

a:visited {
  color: #333;
  text-decoration: none;
}

a.disable:hover {
  text-decoration: none;
}

a.default:link {
  color: #0000ff;
  text-decoration: underline;
}
a.default:link:hover {
  text-decoration: none;
}

a.default:visited {
  color: #800080;
}

a.default:active {
  color: #ff8000;
}

a.default:hover {
  color: #b80120;
}

a.underline {
  text-decoration: underline;
}
a.underline:hover {
  text-decoration: none;
}

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

    clearfix

*****************************************/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

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

    common

*****************************************/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  font-size: 14px;
  font-size: 1.4rem;
}

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

  コーディング規約参考：http://google-styleguide.googlecode.com/svn/trunk/htmlcssguide.xml
                        http://www.cyberagent.co.jp/recruit/techreport/report/

----------------------------------------------------------------- */
/*
 * 共通
 */
.view-pc {
  display: block;
}

.view-sp {
  display: none;
}

body {
  min-width: 980px;
}

.over {
  display: inline-block;
  opacity: 1;
  -moz-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  text-decoration: none;
}
.over:hover {
  opacity: 0.6;
  text-decoration: none;
}

.glHeader {
  position: relative;
}
.glHeader .headBox {
  max-width: 980px;
  margin: 0 auto;
}
.glHeader .headBox {
  *zoom: 1;
}
.glHeader .headBox:before, .glHeader .headBox:after {
  content: "";
  display: table;
}
.glHeader .headBox:after {
  clear: both;
}
.glHeader .logo {
  float: left;
  padding: 16px 0 0;
}
.glHeader .btnInquiry {
  float: right;
  margin: 39px 0 0 32px;
}
.glHeader .btnInquiry a {
  display: block;
  border: 1px solid #4d4d4d;
  transition: all 0.2s ease-in;
  background: url("../img/common/btn_inquiry_ov.png") no-repeat 0 0;
}
.glHeader .btnInquiry a img {
  transition: all 0.2s ease-in;
}
.glHeader .btnInquiry a:hover {
  border: 1px solid #df0615;
}
.glHeader .btnInquiry a:hover img {
  opacity: 0;
}
.glHeader .language {
  float: right;
  width: 151px;
  margin: 32px 0 0 32px;
}
.glHeader .language {
  *zoom: 1;
}
.glHeader .language:before, .glHeader .language:after {
  content: "";
  display: table;
}
.glHeader .language:after {
  clear: both;
}
.glHeader .language dt {
  width: 100%;
  height: 21px;
  text-align: center;
}
.glHeader .language dd ul li {
  float: left;
  width: 50%;
  text-align: center;
  box-sizing: border-box;
  border-right: 1px dotted #727171;
  padding: 1px 0 2px;
}
.glHeader .language dd ul li .current {
  opacity: 0.5;
}
.glHeader .language dd ul li:first-child {
  border-left: 1px dotted #727171;
}
.glHeader .glNav {
  width: 100%;
  height: 41px;
  border-top: 3px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  margin-top: 12px;
  padding-top: 9px;
}
.glHeader .glNav .glNavList {
  display: table;
  max-width: 979px;
  width: 100%;
  height: 31px;
  margin: 0 auto;
  border-right: 1px solid #d9d9d9;
}
.glHeader .glNav .glNavList > li {
  width: 23%;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  border-left: 1px solid #d9d9d9;
  box-sizing: border-box;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0 10px;
  white-space: nowrap;
  position: relative;
}
.glHeader .glNav .glNavList > li > a {
  box-sizing: border-box;
  padding-right: 10px;
  width: 100%;
  height: 100%;
  color: #000;
  display: table;
  text-decoration: none;
  background: url("../img/common/nav_arw.png") no-repeat 92% center;
  transition: all 0.2s ease-in;
}
.glHeader .glNav .glNavList > li > a > span {
  display: table-cell;
  vertical-align: middle;
}
.glHeader .glNav .glNavList > li > a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  top: -12px;
  left: 0;
  background: #d9d9d9;
  transition: all 0.2s ease-in;
}
.glHeader .glNav .glNavList > li > a:hover {
  color: #d7000f;
  text-decoration: none;
}
.glHeader .glNav .glNavList > li > a .subNav.open {
  display:block;
}
.glHeader .glNav .glNavList > li > a:hover:before {
  width: 100%;
  background: #df0615;
}
.glHeader .glNav .glNavList > li > a.current {
  color: #d7000f;
  text-decoration: none;
}
.glHeader .glNav .glNavList > li > a.current:before {
  width: 100%;
  background: #df0615;
}
.glHeader .glNav .glNavList > li > a.current:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #ffffff transparent transparent transparent;
}
.glHeader .glNav .glNavList .subNav {
  display:none;
  width:100%;
  padding-top:10px;
  position:absolute;
  top:100%;
  left:0;
  background-color:#fff;
  z-index:1;
}
.glHeader .glNav .glNavList .subNav .subList {
  width:100%;
}
.glHeader .glNav .glNavList .subNav .subList span {
  display:inline-block;
  color:#000;
  cursor:pointer;
  white-space:normal;
  width:100%;
  padding:10px;
  border-top:1px solid #f1f1f1;
  box-sizing:border-box;
}
.glHeader .glNav .glNavList .subNav .subList span:hover {
  color:#d7000f;
}

.contents {
  width: 980px;
  margin: 0 auto;
  padding-bottom: 72px;
}

.bannerBox {
  width: 100%;
  padding: 45px 0 55px;
  background: #eff3f6;
}
.bannerBox .bannerBoxInner {
  width: 980px;
  margin: 0 auto;
}
.bannerBox .bnrNetxt {
  width: 270px;
  float: left;
  margin-top: 12px;
}
.bannerBox .bnrNetxt a img {
  border: 1px solid #b2b2b2;
}
.bannerBox .bnrInfineon {
  width: 702px;
  float: right;
}
.bannerBox .bnrInfineon li {
  width: 222px;
  float: left;
  margin: 12px 0 0 12px;
}

.glFooter {
  width: 980px;
  margin: 0 auto;
  padding: 24px 0 46px;
}
.glFooter .pagetop {
  text-align: right;
}
.glFooter .glFooterInner {
  margin-top: 18px;
}
.glFooter .glFooterInner .fotterNav {
  float: left;
  font-size: 0;
  border-right: 2px dotted #c3c2c2;
}
.glFooter .glFooterInner .fotterNav li {
  display: inline-block;
  padding: 0 20px 0;
  font-size: 13px;
  font-size: 1.3rem;
  border-left: 2px dotted #c3c2c2;
}
.glFooter .glFooterInner .fotterNav li:first-child {
  border-left: none;
}
.glFooter .glFooterInner .fotterNav li.footerNavEtc {
  margin-right:20px;
  padding: 1px 0;
  background:none;
  background-color:#000;
}
.glFooter .glFooterInner .fotterNav li.footerNavEtc a {
  color:#fff;
  padding: 0 20px;
}
.glFooter .glFooterInner .fotterNav li a {
  padding-right: 25px;
  background: url("../img/common/nav_arw.png") no-repeat right center;
}
.glFooter .glFooterInner .fotterNav li a.icoWin {
  padding-right: 16px;
  background-image: url("../img/common/ico_blank.png");
}
.glFooter .copyright {
  float: left;
  margin: 4px 0 0 25px;
  font-size: 10px;
  font-size: 1rem;
}

.titleWrap {
  width: 100%;
  min-height: 179px;
  background: url("../img/common/title_bg.jpg") no-repeat 0 0;
  background-size: cover;
}
.titleWrap .title {
  text-align: center;
  width: 920px;
  margin: 0 auto;
  padding-top: 78px;
}

@media only screen and (max-width: 768px) {
  .view-pc {
    display: none;
  }

  .view-sp {
    display: block;
  }

  .over:hover {
    opacity: 1;
  }

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

  body {
    min-width: 0;
  }

  .glHeader .headBox {
    padding-bottom: 7px;
  }
  .glHeader .logo {
    margin: 12px 0 0 8px;
    padding: 0;
    width: 187px;
    height: 35px;
    background: url("../img/common/logo_sp.png") no-repeat 0 0;
    background-size: contain;
  }
  .glHeader .logo img {
    display: none;
  }
  .glHeader .logo a {
    width: 100%;
    height: 100%;
    display: block;
  }
  .glHeader .btnInquiry {
    float: none;
    position: absolute;
    top: 6px;
    right: 6px;
    margin: 0;
  }
  .glHeader .btnInquiry a {
    display: block;
    width: 106px;
    height: 23px;
    transition: none;
    background: url("../img/common/btn_inquiry_sp.png") no-repeat 0 0;
    background-size: contain;
  }
  .glHeader .btnInquiry a img {
    display: none;
    transition: none;
  }
  .glHeader .btnInquiry a:hover {
    border: 1px solid #4d4d4d;
  }
  .glHeader .language {
    float: right;
    position: relative;
    width: 85px;
    margin: 35px 16px 0 0;
  }
  .glHeader .language dt {
    width: 85px;
    height: 18px;
    background: url("../img/common/language_sp.png") no-repeat center;
    background-size: contain;
  }
  .glHeader .language dt img {
    display: none;
  }
  .glHeader .language dd {
    display: none;
    position: absolute;
    top: 24px;
    left: 0;
    background: #fff;
    width: 85px;
    z-index: 10;
  }
  .glHeader .language dd ul li {
    text-align: center;
    float: none;
    width: 100%;
    text-align: center;
    border-right: 0;
    border-top: 1px dotted #727171;
    padding: 7px 0;
  }
  .glHeader .language dd ul li:first-child {
    border-left: 0;
    border-top: 0;
  }
  .glHeader .glNav {
    width: 100%;
    height: auto;
    border-top: 1px solid #808080;
    border-bottom: 1px solid #808080;
    margin-top: 0;
    padding-top: 0;
  }
  .glHeader .glNav .glNavList {
    width: 100%;
    height: 42px;
    margin: 0 auto;
    border-right: 0;
  }
  .glHeader .glNav .glNavList > li {
    width: 25%;
    display: table-cell;
    border-left: 1px solid #808080;
    font-size: 11px;
    font-size: 1.1rem;
  }
  .glHeader .glNav .glNavList > li:first-child {
    border-left: 0;
  }
  .glHeader .glNav .glNavList > li a {
    width: 100%;
    height: 100%;
    background: url("../img/common/nav_arw.png") no-repeat right center;
  }
  .glHeader .glNav .glNavList > li a span {
    display: table-cell;
    vertical-align: middle;
  }
  .glHeader .glNav .glNavList > li a:before {
    content: none;
  }
  .glHeader .glNav .glNavList > li a:hover {
    text-decoration: none;
  }
  .glHeader .glNav .glNavList > li a.current:after {
    bottom: -10px;
  }
  .glHeader .glNav .glNavList .subNav {
    padding-top:0;
  }
  .glHeader .glNav .glNavList .subNav .subList span {
    font-size:11px;
  }

  .contents {
    width: auto;
    margin: 0 24px;
    padding-bottom: 25px;
  }

  .bannerBox {
    padding: 30px 0 30px;
  }
  .bannerBox .bannerBoxInner {
    width: auto;
    margin: 0 auto;
  }
  .bannerBox .bnrNetxt {
    width: 270px;
    float: none;
    margin: 0 auto;
  }
  .bannerBox .bnrInfineon {
    width: auto;
    float: none;
  }
  .bannerBox .bnrInfineon li {
    width: 222px;
    float: none;
    margin: 12px auto 0;
  }

  .glFooter {
    width: auto;
    margin: 0 auto;
    padding: 24px 0;
  }
  .glFooter .pagetop {
    text-align: center;
  }
  .glFooter .glFooterInner {
    margin: 18px 20px 0;
  }
  .glFooter .glFooterInner .fotterNav {
    float: none;
    font-size: 0;
    border:none;
  }
  .glFooter .glFooterInner .fotterNav li {
    width: 50%;
    box-sizing: border-box;
    padding: 0 10px;
    font-size: 10px;
    font-size: 1rem;
    text-align: center;
  }
  .glFooter .glFooterInner .fotterNav li a {
    display: block;
  }
  .glFooter .glFooterInner .fotterNav li:last-child {
    border-right: 2px dotted #c3c2c2;
  }
  .glFooter .glFooterInner .fotterNav li.footerNavEtc {
    color:#fff;
    width:100%;
    margin:0 0 10px;
    padding:0;
    background:none;
    background-color:#000;
  }
  .glFooter .glFooterInner .fotterNav li.footerNavEtc a {
    padding:5px 0;
  }
  .glFooter .glFooterInner .fotterNav li a.icoWin {
    padding-right: 0;
  }
  .glFooter .copyright {
    float: none;
    margin: 15px 0 0;
    font-size: 8px;
    font-size: 0.8rem;
    text-align: center;
  }

  .titleWrap {
    height: 90px;
    min-height:0;
  }
  .titleWrap .title {
    width: auto;
    padding: 38px 0 0 20px;
  }
  .titleWrap .title img {
    width: auto;
    height: 18px;
  }
}
