@charset "UTF-8";

body {
  min-width: 1080px;
}
section,
nav,
article,
aside,
header,
footer {
  display: block;
}
/* --------------------------------------------------
**
** column
**
** -------------------------------------------------- */
div.row {
  clear: both;
}
.col1of3 {
  width: 33.33%;
}
.col2of3 {
  width: 66.66%;
}
.col1of4 {
  width: 25%;
}
.col2of4 {
  width: 50%;
}
.col3of4 {
  width: 75%;
}
.col1of3,
.col2of3,
.col1of4,
.col2of4,
.col3of4 {
  float: left;
  zoom: 1;
}
.col1of3.rtl,
.col2of3.rtl,
.col1of4.rtl,
.col2of4.rtl,
.col3of4.rtl {
  float: right;
}
.imgText .col1of3.img {
  width: 30.6%;
  width: -webkit-calc(33.33% - 30px);
  width: calc(33.33% - 30px);
}
.imgText .col2of3.txt {
  width: 69.4%;
  width: -webkit-calc(66.66% + 30px);
  width: calc(66.66% + 30px);
}
.imgText .col1of4.img {
  width: 22.26%;
  width: -webkit-calc(25% - 30px);
  width: calc(25% - 30px);
}
.imgText .col1of4.txt {
  width: 27.74%;
  width: -webkit-calc(25% + 30px);
  width: calc(25% + 30px);
}
.imgText .col3of4.txt {
  width: 77.74%;
  width: -webkit-calc(75% + 30px);
  width: calc(75% + 30px);
}
.imgText .col2of4.img {
  width: 47.26%;
  width: -webkit-calc(50% - 30px);
  width: calc(50% - 30px);
}
.imgText .col2of4.txt {
  width: 52.74%;
  width: -webkit-calc(50% + 30px);
  width: calc(50% + 30px);
}
.imgText figure {
  margin: 0 30px 30px;
}
.imgText figure.imgL {
  margin: 0 0 30px 30px;
}
.imgText figure.imgR {
  margin: 0 30px 30px 0;
}
.imgText figure a:hover img {
  opacity: 0.6;
  -ms-filter: 'alpha(opacity=60)';
}
.imgText figure figcaption {
  margin: 1em 0;
  font-size: 14px;
  color: #080808;
}
.imgText.float .imgL {
  float: left;
  margin: 30px 30px 20px 0;
}
.imgText.float .imgL:first-child {
  margin-top: 0;
}
.imgText.float .imgR {
  float: right;
  margin: 30px 0 20px 30px;
}
.imgText.float .imgR:first-child {
  margin-top: 0;
}
/* --------------------------------------------------
**
** layout
**
** -------------------------------------------------- */
div.container {
  width: 1080px;
  margin: 0 auto;
  position: relative;
}

.container.typeNarrow {
  width: 820px;
}

#content div.container {
  padding-bottom: 30px;
}
div.container > div.containerIn {
  width: 75%;
  margin: 0 auto;
}
div.container > div.containerIn.narrow {
  width: 50%;
}
/* --------------------------------------------------
**
** clearfix
**
** -------------------------------------------------- */
.dropDownArea .dropDownBlock ul:after,
#headerNav:after,
.container:after,
.row:after {
  content: '';
  display: block;
  clear: both;
}
.dropDownArea .dropDownBlock ul,
#headerNav,
.container,
.row {
  display: inline-table;
}
* html .dropDownArea .dropDownBlock ul,
* html #headerNav,
* html .container,
* html .row {
  height: 1%;
}
.dropDownArea .dropDownBlock ul,
#headerNav,
.container,
.row {
  zoom: 1;
  display: block;
}
/* --------------------------------------------------
**
** header
**
** -------------------------------------------------- */
header {
  position: relative;
  border-bottom: 1px solid #e9e9e9;
}
body.top header {
  background-color: #000;
  border-bottom: 1px solid transparent;
}
header .colL {
  float: left;
  margin: 26px 0 23px 30px;
}
header .colL .logo a {
  overflow: hidden;
  display: block;
  width: 264px;
  height: 47px;
  background: url(/common2/images/bg-logo-avio-01.png) no-repeat 0 0;
  text-indent: 100%;
  white-space: nowrap;
  background-size: contain;
}
body.top header .colL .logo a {
  background: url(/common2/images/bg-logo-avio-02.png) no-repeat 0 0;
  background-size: contain;
}
header .colR {
  float: right;
  margin: 26px 30px 0 0;
}

@media screen and (max-width:750px) {
  header .colR {
  display: none;
}

}


.topLinkWrap {
  display: flex;
  justify-content: right;
  align-items: center;
}
.topLinkWrap__link {
  margin-right: 14px;
}
.top a.topLinkWrap__link {
  color: #fff;
}
#lang {
  overflow: hidden;
  text-align: right;
  font-size: 10px;
}
#lang:before {
  display: inline-block;
  content: '';
  vertical-align: middle;
  width: 12px;
  height: 12px;
  background: url(/common2/images/bg-btn-lang-01.png) no-repeat 0 0;
}
body.top #lang:before {
  background-position: 0 -30px;
}
#lang li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
}
#lang li.jp {
  margin-left: 0;
}
* + html #lang li {
  display: inline;
}
#lang li a {
  display: block;
  height: 15px;
  background: url(/common2/images/bg-btn-lang-01.png) no-repeat -12px 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-decoration: none;
}
#lang .jp a {
  width: 45px;
  background-position: -14px 0;
}
body.top #lang .jp a {
  background-position: -14px -30px;
}
body.top #lang .jp a:hover,
#lang .jp a:hover {
  background-position: -14px -15px;
}
#lang .en a {
  width: 66px;
  background-position: -67px 0;
}
body.top #lang .en a {
  background-position: -67px -30px;
}
body.top #lang .en a:hover,
#lang .en a:hover {
  background-position: -67px -15px;
}
#lang .ch a {
  width: 33px;
  background-position: -141px 0;
}
body.top #lang .ch a {
  background-position: -141px -30px;
}
body.top #lang .ch a:hover,
#lang .ch a:hover {
  background-position: -141px -15px;
}
.headerNavBlock {
  margin-top: 10px;
}
.headerNavBlock .gNav {
  display: inline-block;
  vertical-align: top;
  font-size: 10px;
}
* + html .headerNavBlock .gNav {
  display: inline;
}
#headerNav > li {
  float: left;
  padding-bottom: 23px;
}
#headerNav > li > a {
  position: relative;
  display: block;
  height: 26px;
  background: url(/common2/images/bg-nav-headernav-01.png) no-repeat 0 0;
  text-indent: -9999px;
  text-decoration: none;
}
#headerNav > .products > a {
  width: 124px;
  background-position: 0 0;
}
body.top #headerNav > .products > a {
  background-position: 0 -52px;
}
#headerNav > .products > a.hover,
#headerNav > .products > a:hover {
  background-position: 0 -26px;
}
body.top #headerNav > .products > a.hover,
body.top #headerNav > .products > a:hover {
  background-position: 0 -78px;
}
#headerNav > .company > a {
  width: 124px;
  background-position: -124px 0;
}
body.top #headerNav > .company > a {
  background-position: -124px -52px;
}
#headerNav > .company > a.hover,
#headerNav > .company > a:hover {
  background-position: -124px -26px;
}
body.top #headerNav > .company > a.hover,
body.top #headerNav > .company > a:hover {
  background-position: -124px -78px;
}
#headerNav > .contact > a {
  width: 170px;
  background-position: -248px 0;
}
body.top #headerNav > .contact > a {
  background-position: -248px -52px;
}
#headerNav > .contact > a:hover {
  background-position: -248px -26px;
}
body.top #headerNav > .contact > a:hover {
  background-position: -248px -78px;
}
header .searchBlock {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
}
* + html header .searchBlock {
  display: inline;
}
header .searchBlock input[type='text'] {
  width: 152px;
  height: 12px;
  padding: 7px 9px;
  border: none;
  background-color: #eee;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.01) inset;
  box-sizing: inherit;
  vertical-align: middle;
  font-size: 12px;
  font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic',
    'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
}
body.top header .searchBlock input[type='text'] {
  background-color: #ebebeb;
}
header .searchBlock input[type='text']::-webkit-input-placeholder {
  color: #080808;
}
header .searchBlock input[type='text']::-moz-placeholder {
  color: #080808;
}
header .searchBlock input[type='text']:-ms-input-placeholder {
  color: #080808;
}
header .searchBlock input[type='submit'] {
  position: absolute;
  top: 0;
  right: 0;
  width: 14px;
  height: 13px;
  margin: 7px 9px;
  border: none;
  background: url(/common2/images/bg-icon-search-01.png) no-repeat 0 0;
  cursor: pointer;
}
/* --------------------------------------------------
**
** topicPathArea
**
** -------------------------------------------------- */
.topicPathArea {
  margin: 0 30px;
}
.topicPathArea .topicPath {
  display: table-cell;
  width: 100%;
  margin: 0 30px;
  padding: 11px 0;
}
.topicPathArea .topicPath li {
  float: left;
  font-size: 12px;
  line-height: 1.7;
}
.topicPathArea .topicPath li[itemscope]:after {
  content: '>';
  margin: 0 10px;
  color: #d8d8d8;
}
.topicPathArea .topicPath li a {
  display: inline-block;
  text-decoration: underline;
  color: #080808;
}
.topicPathArea .topicPath li a:hover {
  background: none;
}
.topicPathArea .topicPathBtn {
  display: table-cell;
  margin: 0 30px;
  padding: 6px 0;
  vertical-align: top;
}
.topicPathArea .topicPathBtn li {
  display: table-cell;
  padding-left: 14px;
  line-height: 1.7;
}
.topicPathArea .topicPathBtn li a {
  display: block;
  min-width: 160px;
  min-height: 18px;
  padding: 5px;
  background-color: #1785c4;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  color: #fff;
}

.topicPathArea .topicPathBtn li a.topicPathBtn__wide {
  min-width: 195px;
}
body.assem .topicPathArea .topicPathBtn li a {
  background-color: #ef7b46;
}
body.infrared .topicPathArea .topicPathBtn li a {
  background-color: #bf1818;
}
body.methermo .topicPathArea .topicPathBtn li a {
  background-color: #548235;
}
body.industrial .topicPathArea .topicPathBtn li a {
  background-color: #59538b;
}
body.mlb .topicPathArea .topicPathBtn li a {
  background-color: #3a9a7e;
}
body.me .topicPathArea .topicPathBtn li a {
  background-color: #87c258;
}
.topicPathArea .topicPathBtn li a:hover {
  opacity: 0.6;
  -ms-filter: 'alpha(opacity=60)';
}
/* --------------------------------------------------
**
** dropDownArea
**
** -------------------------------------------------- */
.dropDownArea {
  position: relative;
  z-index: 200;
}
.dropDownArea .dropDownBlock {
  display: none;
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  border-top: 1px solid #c9c9c9;
  background-color: #fff;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3);
  z-index: 200;
}
#localNavArea + .dropDownArea .dropDownBlock {
  top: 0;
  border-top: none;
}
#localNavArea + .dropDownArea .dropDownBlock .row {
  padding: 0 15px;
}
.dropDownArea .dropDownBlock.show {
  z-index: 201;
}
.dropDownArea .dropDownBlock.products .container:before {
  content: '';
  position: absolute;
  top: -9px;
  left: 502px;
  width: 15px;
  height: 9px;
  background: url(/common2/images/bg-nav-dropdown-01.png) no-repeat 0 0;
}
.dropDownArea .dropDownBlock.company .container:before {
  content: '';
  position: absolute;
  top: -9px;
  left: 629px;
  width: 15px;
  height: 9px;
  background: url(/common2/images/bg-nav-dropdown-01.png) no-repeat 0 0;
}
.dropDownArea .dropDownBlock .btn {
  padding: 30px 30px 40px 20px;
}
.dropDownArea .dropDownBlock .btn > li {
  float: left;
  margin: 10px 0 0 10px;
}
.dropDownArea .dropDownBlock .btn > li > a {
  display: block;
  width: 293px;
  height: 105px;
  padding: 55px 20px 20px;
  text-decoration: none;
  color: #080808;
}
.dropDownArea .dropDownBlock .btn > .infrared a {
  width: 465px;
  background: url(/common2/images/img-nav-infrared-02.jpg) no-repeat 0 0;
}
.dropDownArea .dropDownBlock .btn > .assem a {
  width: 464px;
  background: url(/common2/images/img-nav-assem-02.jpg) no-repeat 0 0;
}
.dropDownArea .dropDownBlock .btn > .me a {
  width: 465px;
  padding: 35px 20px 40px;
  background: url(/common2/images/img-nav-me-01.jpg) no-repeat 0 0;
}
.dropDownArea .dropDownBlock .btn > .support a {
  width: 464px;
  background: url(/common2/images/img-nav-support-01.jpg) no-repeat 0 0;
}
.dropDownArea .dropDownBlock .btn > .avio a {
  background: url(/common2/images/img-nav-avio-01.jpg) no-repeat 0 0;
}
.dropDownArea .dropDownBlock .btn > .ir a {
  background: url(/common2/images/img-nav-ir-01.jpg) no-repeat 0 0;
}
.dropDownArea .dropDownBlock .btn > .recruit a {
  background: url(/common2/images/img-nav-recruit-01.jpg) no-repeat 0 0;
}
.dropDownArea .dropDownBlock .btn > li > a:hover {
  opacity: 0.6;
  -ms-filter: 'alpha(opacity=60)';
}
.dropDownArea .dropDownBlock .btn > li > a .ttl {
  font-size: 18px;
}
.dropDownArea .dropDownBlock .btn > li > a .ttl + span {
  display: block;
  font-size: 12px;
}
.dropDownArea .dropDownBlock .btn > li > a p {
  font-size: 12px;
  line-height: 1.7;
}
.dropDownArea.local .dropDownBlock .container {
  padding-top: 30px;
}
.dropDownArea.local .dropDownBlock ul.itemLinks {
  margin: 0 15px 30px;
}
.dropDownArea.local .dropDownBlock ul.itemLinks > li {
  margin-bottom: 3px;
  font-size: 13px;
}
.dropDownArea.local .dropDownBlock ul.itemLinks > li.separate {
  margin-top: 11px;
  padding-top: 14px;
  border-top: 1px solid #e8e8e8;
}
.dropDownArea.local .dropDownBlock ul.itemLinks > li a {
  display: inline-block;
  padding-left: 20px;
  background: url(/common2/images/bg-icon-arrow-01.png) no-repeat 5px 0.5em;
  text-decoration: none;
  color: #080808;
}
body.assem .dropDownArea.local .dropDownBlock ul.itemLinks > li a {
  background: url(/common2/images/bg-icon-arrow-assem-01.png) no-repeat 5px
    0.5em;
}
body.infrared .dropDownArea.local .dropDownBlock ul.itemLinks > li a {
  background: url(/common2/images/bg-icon-arrow-infrared-01.png) no-repeat 5px
    0.5em;
}
body.industrial .dropDownArea.local .dropDownBlock ul.itemLinks > li a {
  background: url(/common2/images/bg-icon-arrow-industrial-01.png) no-repeat 5px
    0.5em;
}
body.mlb .dropDownArea.local .dropDownBlock ul.itemLinks > li a {
  background: url(/common2/images/bg-icon-arrow-mlb-01.png) no-repeat 5px 0.5em;
}
body.me .dropDownArea.local .dropDownBlock ul.itemLinks > li a {
  background: url(/common2/images/bg-icon-arrow-me-01.png) no-repeat 5px 0.5em;
}
#platform .dropDownArea.local .dropDownBlock ul.itemLinks > li.pdf a {
  background: url(/common2/images/bg-icon-pdf-01.png) no-repeat 0 0.3em;
}
.dropDownArea.local .dropDownBlock ul.itemLinks > li:first-child {
  margin-bottom: 10px;
  font-size: 20px;
}
.dropDownArea.local .dropDownBlock ul.itemLinks > li:first-child a {
  display: inline;
  padding-left: 0;
  background: none;
  color: #1785c4;
}
body.assem .dropDownArea.local .dropDownBlock ul.itemLinks > li:first-child a {
  background: none;
  color: #ef7b46;
}
body.infrared
  .dropDownArea.local
  .dropDownBlock
  ul.itemLinks
  > li:first-child
  a {
  background: none;
  color: #bf1818;
}
body.industrial
  .dropDownArea.local
  .dropDownBlock
  ul.itemLinks
  > li:first-child
  a {
  background: none;
  color: #59538b;
}
body.mlb .dropDownArea.local .dropDownBlock ul.itemLinks > li:first-child a {
  background: none;
  color: #3a9a7e;
}
body.me .dropDownArea.local .dropDownBlock ul.itemLinks > li:first-child a {
  background: none;
  color: #87c258;
}
.dropDownArea.local .dropDownBlock ul.itemLinks > li a:hover {
  text-decoration: underline;
}

.dropDownArea.local
  .dropDownBlock
  ul.itemLinks
  li:nth-of-type(2)
  .itemLinksTitle {
  margin-top: 0px;
}

.dropDownArea.local .dropDownBlock ul.itemLinks .itemLinksTitle {
  font-size: 16px;
  color: #080808;
  margin-top: 16px;
}

/* --------------------------------------------------
**
** localNavArea
**
** -------------------------------------------------- */
#localNavArea {
  border-bottom: 1px solid #d8d8d8;
  background-color: #ececec;
}
#localNav {
  margin: 0 30px;
}
#localNav li {
  position: relative;
  display: table-cell;
  height: 50px;
  vertical-align: middle;
  text-align: center;
}
#localNav li:first-child {
  background: url(/common2/images/bg-icon-localnav-03.png) no-repeat 0 50%;
}
#localNav li.current:before,
#localNav li:hover:before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  border-bottom: 4px solid #1785c4;
}
body.assem #localNav li.current:before,
body.assem #localNav li:hover:before {
  border-bottom: 4px solid #ef7b46;
}
body.infrared #localNav li.current:before,
body.infrared #localNav li:hover:before {
  border-bottom: 4px solid #bf1818;
}
body.industrial #localNav li.current:before,
body.industrial #localNav li:hover:before {
  border-bottom: 4px solid #59538b;
}
body.mlb #localNav li.current:before,
body.mlb #localNav li:hover:before {
  border-bottom: 4px solid #3a9a7e;
}
body.me #localNav li.current:before,
body.me #localNav li:hover:before {
  border-bottom: 4px solid #87c258;
}
#localNav li:hover:after {
  content: '';
  position: absolute;
  bottom: 3px;
  left: 50%;
  width: 13px;
  height: 7px;
  margin-left: -6.5px;
  background: url(/common2/images/bg-icon-localnav-02.png) no-repeat 0 0;
}
body.assem #localNav li:hover:after {
  background-position: -13px 0;
}
body.infrared #localNav li:hover:after {
  background-position: -26px 0;
}
body.industrial #localNav li:hover:after {
  background-position: -39px 0;
}
body.mlb #localNav li:hover:after {
  background-position: -52px 0;
}
body.me #localNav li:hover:after {
  background-position: -65px 0;
}
#localNav li a {
  position: relative;
  display: block;
  padding: 10px 17px;
  background: url(/common2/images/bg-icon-localnav-03.png) no-repeat 100% 50%;
  line-height: 1.3;
  text-decoration: none;
  font-size: 13px;
  color: #080808;
}
#localNav li.dropMenu a:after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 6px;
  margin-left: 8px;
  background: url(/common2/images/bg-icon-localnav-01.png) no-repeat right
    center;
}
#localNav li.external a:after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 8px;
  background: url(/common2/images/bg-icon-external-02.png) no-repeat right
    center;
}
/* --------------------------------------------------
**
** fixGoToTop
**
** -------------------------------------------------- */
#fixGoToTop {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 100;
}
#fixGoToTop a {
  display: block;
  width: 50px;
  height: 50px;
  background: url(/common2/images/bg-btn-pagetop-01.png) no-repeat 0 0;
  text-indent: -9999px;
}
#fixGoToTop a:hover {
  background-position: 0 -50px;
}
/* --------------------------------------------------
**
** footer
**
** -------------------------------------------------- */
footer {
  position: relative;
  margin-top: 89px;
  background-color: #6d6d6d;
}
footer .sitemap {
  position: absolute;
  top: -39px;
  left: 30px;
  width: 140px;
  height: 19px;
  padding: 10px 20px 10px 10px;
  background-color: #c9c9c9;
  text-align: center;
  font-size: 14px;
  color: #080808;
  cursor: pointer;
  line-height: 1.7;
}
footer .sitemap:after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 14px;
  height: 10px;
  margin-top: -5px;
  background: url(/common2/images/bg-icon-sitemap-01.png) no-repeat 0 0;
}
footer .sitemap:hover {
  opacity: 0.6;
  -ms-filter: 'alpha(opacity=60)';
}
footer .sitemap.active:after {
  background-position: 0 -10px;
}
footer .sitemapArea {
  overflow: hidden;
  width: 1080px;
  margin: 0 auto;
  padding: 40px 0;
}
footer .sitemapArea .col {
  box-sizing: border-box;
  float: left;
  width: 25%;
  padding: 0 30px;
  zoom: 1;
}
footer .sitemapArea .col ul li {
  margin-bottom: 0.5em;
  font-size: 12px;
  line-height: 1.7;
}
footer .sitemapArea .col ul li:first-child {
  font-size: 14px;
}
footer .sitemapArea .col ul li:last-child {
  margin-bottom: 0;
}
footer .sitemapArea .col ul li a {
  display: inline-block;
  text-decoration: none;
  color: #d1d1d1;
}
footer .sitemapArea .col ul li:first-child a {
  color: #fff;
}
footer .sitemapArea .col ul li a:hover {
  background: none;
  opacity: 0.6;
  -ms-filter: 'alpha(opacity=60)';
}
footer .copyrightArea {
  overflow: hidden;
  padding: 15px 30px;
  background-color: #333;
}
footer .copyrightArea ul {
  overflow: hidden;
  float: left;
  line-height: 17px;
}
footer .copyrightArea ul li {
  float: left;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #bcbcbc;
  line-height: 1.7;
  font-size: 10px;
}
footer .copyrightArea ul li:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}
footer .copyrightArea ul li a {
  display: inline-block;
  color: #bcbcbc;
  text-decoration: none;
  font-size: 12px;
}
footer .copyrightArea ul li a:hover {
  background: none;
  opacity: 0.6;
  -ms-filter: 'alpha(opacity=60)';
}
footer .copyrightArea small {
  float: right;
  font-size: 12px;
  color: #bcbcbc;
  line-height: 1.7;
}

.container.formInquiry .col2of4 .colIn:hover {
  opacity: 0.6;
}

.container.tellInquiry h3::before {
  content: url(/common2/images/bg-icon-tel-01.png);
  vertical-align: middle;
  padding-right: 20px;
}

.container.tellInquiry h3 + p {
  margin-left: 102px;
}

/* seminar */
.seminarBtn li a {
	display: block;
	min-width: 160px;
	min-height: 18px;
	padding: 5px;
	background-color: #1785c4;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	color: #fff;
}

.seminarBtn li a:hover {
	opacity: 0.6;
	-ms-filter: 'alpha(opacity=60)';
}
