@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500|Roboto:300,400,500");
/* =======================================================================================================================
SCSS VARIABLE
======================================================================================================================= */
/* =======================================================================================================================
SCSS BASE
======================================================================================================================= */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
  font-weight: 300;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

h1,
h2,
h3,
h4,
h5,
h6,
img,
p,
div,
ul,
li,
dl,
dt,
.productFooter .parent01,
dd {
  margin: 0;
  padding: 0;
}

ul,
li {
  list-style: none;
}

img {
  border: none;
  vertical-align: bottom;
  height: auto;
}

.pc {
  display: block;
}

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

.sp {
  display: none;
}

@media screen and (max-width: 640px) {
  .sp {
    display: block;
  }
}

#bodyContents {
  color: #3e3a39;
}

#bodyContents #brdClm {
  margin-bottom: 0;
  padding-top: 0.4em;
  font-family: "Hiragino Kaku Gothic Pro", Meiryo, "MS PGOTHIC", Arial !important;
}

#bodyContents #brdClm .brd_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: .4em;
}

#bodyContents #brdClm .brd_menu .Cmenu {
  font-size: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

#bodyContents #brdClm .brd_menu .Cmenu a {
  position: relative;
  text-align: center;
  text-indent: 0;
  font-weight: 400;
  width: 34px;
  height: 34px;
  line-height: 34px;
  display: inline-block;
  background: #0060af;
  margin-left: .5em;
  cursor: pointer;
}

#bodyContents #brdClm .brd_menu .Cmenu a img {
  width: 45%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  line-height: 34px;
}

#bodyContents #brdClm .brd_menu .Cmenu a img.active {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

#bodyContents .CmenuContent {
  margin-bottom: 2em;
}

@media screen and (max-width: 64em) {
  #bodyContents #brdClm {
    padding-top: 1em;
  }
  #bodyContents #brdClm .brd_menu {
    padding-bottom: .8em;
  }
  #bodyContents #brdClm .brd_menu .Cmenu {
    display: none;
  }
}

#headerFix {
  z-index: 1000;
}

/* =======================================================================================================================
NAVIGATION
======================================================================================================================= */
#pt_submenu {
  position: fixed;
  top: 162px !important;
  left: 0px;
  z-index: 9999;
  padding: 0 40px 170px 0;
  text-align: left;
}

#pt_submenu .menu-trigger,
#pt_submenu .menu-trigger span {
  display: inline-block;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#pt_submenu .menu-trigger {
  position: relative;
  width: 60px;
  height: 60px;
  background: #0060af;
  padding: 8px;
}

#pt_submenu .menu-trigger span {
  position: absolute;
  left: 26%;
  width: 48%;
  height: 4px;
  background-color: #FFF;
  overflow: visible;
}

#pt_submenu .menu-trigger span:nth-of-type(1) {
  top: 10px;
}

#pt_submenu .menu-trigger span:nth-of-type(2) {
  top: 20px;
}

#pt_submenu .menu-trigger span:nth-of-type(3) {
  top: 30px;
}

#pt_submenu .menu-trigger span:nth-of-type(3):after {
  display: block;
  content: "menu";
  font-size: 8px;
  color: #FFF;
  padding: 0 -10px;
  margin: 8px -10px 0;
  text-align: center;
}

#pt_submenu .menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  -ms-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}

#pt_submenu .menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

#pt_submenu .menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  -ms-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}

#pt_submenu .menu-trigger.active span:nth-of-type(3):after {
  display: block;
  content: "close";
  font-size: 8px;
  color: #FFF;
  padding: 0 -10px;
  margin: 4px -5px;
  margin-top: 15px;
  margin-left: -80px;
  margin-bottom: 65px;
  margin-right: -80px;
  text-indent: 4.5em;
  text-align: center;
  -webkit-transform: translateY(12px) rotate(-45deg);
  -ms-transform: translateY(12px) rotate(-45deg);
  transform: translateY(12px) rotate(-45deg);
}

@media screen and (max-width: 64em) {
  #pt_submenu {
    display: none;
  }
}

.subNavi {
  display: none;
  position: absolute;
  top: 0px;
  left: 60px;
}

.subNavi ul {
  width: 310px;
  font-size: 0;
}

.subNavi ul.wide {
  width: 490px;
}

.subNavi ul li {
  padding: 0 16px;
  overflow: hidden;
  font-size: 13px;
  line-height: 50px;
  text-align: left;
}

.subNavi ul li.leve2 {
  text-indent: 1em;
}

.subNavi ul li.leve3 {
  text-indent: 2em;
}

.subNavi ul li a {
  position: relative;
  display: block;
  margin: 0 -16px;
  padding: 0 16px;
  font-size: inherit;
  font-family: 'Roboto', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
  font-weight: 400;
  color: #000;
  text-decoration: none;
  cursor: pointer;
  background: rgba(235, 235, 235, 0.85);
  border-bottom: 3px solid rgba(220, 220, 220, 0.85);
}

.subNavi ul li a.outlink:before {
  content: url(../../../common/images/arr_tx_link_ext.png) !important;
  font-family: 'FontAwesome';
  text-align: center;
  text-indent: 0;
  font-weight: 400;
  width: 1.3em;
  line-height: 1.25;
}

.subNavi ul li a:before {
  font-family: 'FontAwesome';
  content: "\f105";
  text-align: center;
  text-indent: 0;
  font-weight: 400;
  width: 1.3em;
  line-height: 1.25;
  display: inline-block;
  color: #383838;
}

.subNavi ul li a:after {
  position: absolute;
  bottom: -3px;
  left: 0;
  display: block;
  content: "";
  width: 0%;
  height: 3px;
  background-color: #0F5B9F;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.subNavi ul li a.current:after {
  width: 100%;
}

.subNavi ul li a:hover:after {
  width: 100%;
  cursor: pointer;
}

@media screen and (max-width: 640px) {
  .subNavi {
    display: none;
  }
}

.linkPDF:before {
  background: url(../../../common/images/ico_pdf.png) 0 0 no-repeat;
  content: '';
  display: inline-block;
  width: 12px;
  height: 13px;
  margin-right: 5px;
}

.baLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #F6F6F6;
  min-height: 50px;
  width: 100%;
  border-radius: 25px;
  margin-bottom: 3em;
  display: flex;
}

@media screen and (max-width: 640px) {
  .baLink {
    margin-bottom: 1em;
  }
}

.baLink li {
  width: calc((100% - 1px) / 2);
  vertical-align: middle;
}

.baLink li + li {
  background: -webkit-gradient(linear, left top, left bottom, from(#d6d6d6), to(#d6d6d6)) no-repeat;
  background: -webkit-linear-gradient(#d6d6d6, #d6d6d6) no-repeat;
  background: -o-linear-gradient(#d6d6d6, #d6d6d6) no-repeat;
  background: linear-gradient(#d6d6d6, #d6d6d6) no-repeat;
  background-size: 1px 28px;
  background-position: 0 50%;
}

.baLink li a {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-family: 'Roboto', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
  line-height: 1.2;
  padding: 18px 0;
}

@media screen and (max-width: 640px) {
  .baLink li a {
    font-size: 12px;
  }
}

.baLink li a b {
  display: table-cell;
  vertical-align: middle;
  font-weight: 400;
}

.baLink li a img {
  margin-right: 3px;
  vertical-align: middle;
}

.baLink li:first-child a {
  padding-left: 50px;
  padding-right: 10px;
  /*background: red;*/
}

.baLink li:first-child a:before {
  position: absolute;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #bebfbf;
  content: " ";
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23f6f6f6'%2F%3E%3C%2Fsvg%3E");
  background-size: 7px 44px;
  background-position: center;
  background-repeat: no-repeat;
  left: 13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.baLink li:first-child a:hover:before {
  background-color: #0060af;
}

.baLink li:last-child a {
  padding-right: 50px;
  padding-left: 10px;
  text-align: right;
}

.baLink li:last-child a:before {
  position: absolute;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #bebfbf;
  content: " ";
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23f6f6f6'%2F%3E%3C%2Fsvg%3E");
  background-size: 7px 44px;
  background-position: center;
  background-repeat: no-repeat;
  right: 13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.baLink li:last-child a:hover:before {
  background-color: #0060af;
}

.baLink li:last-child.totop a:before {
  -webkit-transform: rotate(-90deg) translateY(0) translateX(50%);
  -ms-transform: rotate(-90deg) translateY(0) translateX(50%);
  transform: rotate(-90deg) translateY(0) translateX(50%);
}

/* =======================================================================================================================
BLOCK
======================================================================================================================= */
.mainVis2 {
  max-width: 1075px;
  margin: 0 auto;
  overflow: hidden;
  font-family: 'Roboto', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
  font-weight: 400;
}

.mainVis2.top .in .txt {
  padding-right: 58.5%;
}

.mainVis2.top .in .txt p {
  line-height: 24px;
}

.mainVis2.top .in .txt h1:after {
  background: #c2c4c6;
}

.mainVis2.top .in .txt p {
  text-align: justify;
}

.mainVis2.top .in .txt p:nth-of-type(2) {
  margin-top: 5px;
}

.mainVis2.ttlOnly .in .txt {
  -webkit-transform: translateY(-38%);
  -ms-transform: translateY(-38%);
  transform: translateY(-38%);
}

.mainVis2 .in {
  max-width: 1075px;
  width: 100%;
  display: block;
  position: relative;
  background: #F4F4F4;
  margin-bottom: 25px;
  overflow: hidden;
}

.mainVis2 .in .txt {
  position: absolute;
  width: 100%;
  top: 50%;
  z-index: 10;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-right: 53%;
  padding-left: 5%;
  font-size: 108%;
  line-height: 24px;
}

.mainVis2 .in .txt.t40 {
  top: 40%;
}

@media screen and (max-width: 640px) {
  .mainVis2 .in .txt.t40 {
    top: 50%;
  }
}

.mainVis2 .in .txt h1 {
  font-weight: 400;
  font-size: 18px;
  color: #000;
  line-height: 1;
  white-space: nowrap;
  margin-bottom: 21px;
}

.mainVis2 .in .txt h1 b {
  font-weight: 500;
  font-size: 36px;
  font-family: 'Roboto', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
  font-weight: 500;
  /*font-feature-settings:'palt';*/
  letter-spacing: -0.5px;
  line-height: 1.158;
}

.mainVis2 .in .txt h1 span {
  display: block;
  margin-top: 6px;
  font-size: 16px;
  line-height: 22px;
  font-family: 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
  font-weight: 500;
}

.mainVis2 .in .txt h1:after {
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  background: #2877bb;
  margin-top: 17px;
}

.mainVis2 .in .txt .ttl {
  font-size: 120%;
  font-weight: 500;
}

.mainVis2 .in .txt p {
  font-size: 16px;
  line-height: 28px;
}

.mainVis2 .in .txt p.after {
  line-height: 24px;
}

.mainVis2 .sp {
  display: none;
}

.mainVis2 .sp .ttl {
  font-size: 120%;
  font-weight: 500;
}

@media screen and (max-width: 640px) {
  .mainVis2.ttlOnly .in .txt {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .mainVis2 .in {
    margin-bottom: 1em;
  }
  .mainVis2 .in .txt {
    -webkit-transform: translateY(-53%);
    -ms-transform: translateY(-53%);
    transform: translateY(-53%);
  }
  .mainVis2 .in .txt h1 {
    font-weight: 400;
    font-size: 2vw;
    margin-bottom: 0;
  }
  .mainVis2 .in .txt h1 b {
    font-weight: 500;
    font-size: 4.5vw;
    line-height: 1.158;
  }
  .mainVis2 .in .txt h1 span {
    font-size: 2.8vw;
    line-height: 1.2;
    margin-top: 0px;
  }
  .mainVis2 .in .txt h1:after {
    margin-top: 8px;
    height: 2px;
  }
  .mainVis2 .in .txt p {
    display: none;
  }
  .mainVis2 .sp {
    display: block;
    margin-bottom: 20px;
    text-align: center;
    font-size: 16px;
  }
  .mainVis2 .sp p {
    margin: 1em 10px;
    text-align: left;
  }
}

/* IE11 */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .mainVis2 .ph img {
    width: 100%;
  }
}

.icoList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 4em;
}

.icoList li {
  width: 20%;
  position: relative;
}

.icoList li:before, .icoList li:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}

.icoList li:before {
  width: 70%;
  height: 100%;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  margin: 0 auto;
}

.icoList li:after {
  width: 100%;
  height: 70%;
  top: 15%;
  border-left: 1px solid #e6e6e6;
}

.icoList li:nth-child(5n):after {
  border-right: 1px solid #e6e6e6;
}

.icoList li:nth-child(5n) .inBox02:before, .icoList li:nth-child(5n) .inBox02:after {
  right: 0;
}

.icoList li:nth-child(n+6):before {
  border-top: none;
}

.icoList li:nth-child(n+6) .inBox01:before,
.icoList li:nth-child(n+6) .inBox02:before {
  top: -1px;
}

.icoList li:last-child:after {
  width: calc(100% + 1px);
  border-right: 1px solid #e6e6e6;
}

.icoList li .inBox01,
.icoList li .inBox02 {
  width: 100%;
  height: 100%;
  padding-top: 46%;
}

.icoList li .inBox01:before, .icoList li .inBox01:after,
.icoList li .inBox02:before,
.icoList li .inBox02:after {
  content: "";
  display: block;
  width: 8px;
  height: 12px;
  position: absolute;
  z-index: 1;
}

.icoList li .inBox01:before {
  top: 0;
  left: 0;
  border-top: 1px solid #c8c8c8;
  border-left: 1px solid #c8c8c8;
}

.icoList li .inBox01:after {
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #c8c8c8;
  border-left: 1px solid #c8c8c8;
}

.icoList li .inBox02:before {
  top: 0;
  right: -1px;
  border-top: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
}

.icoList li .inBox02:after {
  bottom: 0;
  right: -1px;
  border-bottom: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
}

@media screen and (max-width: 640px) {
  .icoList li {
    width: 50%;
  }
  .icoList li .inBox01,
  .icoList li .inBox02 {
    padding-top: 42%;
  }
  .icoList li .inBox01:after,
  .icoList li .inBox02:after {
    bottom: -1px;
  }
  .icoList li .inBox01:before,
  .icoList li .inBox02:before {
    right: -1px;
  }
  .icoList li:nth-child(5n):after {
    border-right: none;
  }
  .icoList li:nth-child(5n) .inBox02:before, .icoList li:nth-child(5n) .inBox02:after {
    right: -1px;
  }
  .icoList li:nth-child(n+3):before {
    border-top: none;
  }
  .icoList li:nth-child(n+3) .inBox01:before,
  .icoList li:nth-child(n+3) .inBox02:before {
    top: 0;
  }
  .icoList li.lay02 .inBox01,
  .icoList li.lay02 .inBox02 {
    padding-top: 38%;
  }
}

.icoList a {
  display: block;
  width: 90%;
  height: 90%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  text-align: center;
  margin: auto;
  padding-top: 58%;
  font-weight: 400;
  font-size: 14px;
  color: #0060af;
}

.icoList a:visited {
  color: #0060af;
}

@media screen and (max-width: 640px) {
  .icoList a {
    padding-top: 51%;
    font-size: 12px;
  }
  .icoList a.ico15, .icoList a.ico16 {
    padding-top: 58%;
  }
}

.icoList a:hover {
  color: #FFF;
  text-decoration: none;
}

.icoList a:active {
  color: #FFF;
  text-decoration: none;
}

.icoList a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.icoList a span:after {
  font-family: 'FontAwesome';
  content: "\f105";
  text-align: center;
  text-indent: 0;
  font-weight: 400;
  width: 1.3em;
  line-height: 1.25;
  display: block;
  color: #959da9;
}

.icoList a.ico01 {
  background: url(../img/top/ico01_off.png) 50% 30% no-repeat;
  background-size: 80%;
}

.icoList a.ico01:hover {
  background: url(../img/top/ico01_on.png) 50% 30% no-repeat #0060af;
  background-size: 80%;
}

.icoList a.ico02 {
  background: url(../img/top/ico02_off.png) 50% 30% no-repeat;
  background-size: 80%;
}

.icoList a.ico02:hover {
  background: url(../img/top/ico02_on.png) 50% 30% no-repeat #0060af;
  background-size: 80%;
}

.icoList a.ico03 {
  background: url(../img/top/ico03_off.png) 50% 30% no-repeat;
  background-size: 80%;
}

.icoList a.ico03:hover {
  background: url(../img/top/ico03_on.png) 50% 30% no-repeat #0060af;
  background-size: 80%;
}

.icoList a.ico04 {
  background: url(../img/top/ico04_off.png) 50% 30% no-repeat;
  background-size: 80%;
}

.icoList a.ico04:hover {
  background: url(../img/top/ico04_on.png) 50% 30% no-repeat #0060af;
  background-size: 80%;
}

.icoList a.ico05 {
  background: url(../img/top/ico05_off.png) 50% 30% no-repeat;
  background-size: 80%;
}

.icoList a.ico05:hover {
  background: url(../img/top/ico05_on.png) 50% 30% no-repeat #0060af;
  background-size: 80%;
}

.icoList a.ico06 {
  background: url(../img/top/ico06_off.png) 50% 30% no-repeat;
  background-size: 80%;
}

.icoList a.ico06:hover {
  background: url(../img/top/ico06_on.png) 50% 30% no-repeat #0060af;
  background-size: 80%;
}

.icoList a.ico07 {
  background: url(../img/top/ico07_off.png) 50% 35% no-repeat;
  background-size: 60%;
}

.icoList a.ico07:hover {
  background: url(../img/top/ico07_on.png) 50% 30% no-repeat #0060af;
  background-size: 60%;
}

.icoList a.ico08 {
  background: url(../img/top/ico08_off.png) 50% 30% no-repeat;
  background-size: 80%;
}

.icoList a.ico08:hover {
  background: url(../img/top/ico08_on.png) 50% 30% no-repeat #0060af;
  background-size: 80%;
}

.icoList a.ico09 {
  background: url(../img/top/ico09_off.png) 50% 30% no-repeat;
  background-size: 80%;
}

.icoList a.ico09:hover {
  background: url(../img/top/ico09_on.png) 50% 30% no-repeat #0060af;
  background-size: 80%;
}

.icoList a.ico10 {
  background: url(../img/top/ico10_off.png) 50% 30% no-repeat;
  background-size: 80%;
}

.icoList a.ico10:hover {
  background: url(../img/top/ico10_on.png) 50% 30% no-repeat #0060af;
  background-size: 80%;
}

.icoList a.ico11 {
  background: url(../img/top/ico11_off.png) 50% 30% no-repeat;
  background-size: 80%;
}

.icoList a.ico11:hover {
  background: url(../img/top/ico11_on.png) 50% 30% no-repeat #0060af;
  background-size: 80%;
}

.icoList a.ico12 {
  background: url(../img/top/ico12_off.png) 50% 30% no-repeat;
  background-size: 80%;
}

.icoList a.ico12:hover {
  background: url(../img/top/ico12_on.png) 50% 30% no-repeat #0060af;
  background-size: 80%;
}

.icoList a.ico13 {
  background: url(../img/top/ico13_off.png) 50% 35% no-repeat;
  background-size: 30%;
}

.icoList a.ico13:hover {
  background: url(../img/top/ico13_on.png) 50% 35% no-repeat #0060af;
  background-size: 30%;
}

.icoList a.ico14 {
  background: url(../img/top/ico14_off.png) 50% 30% no-repeat;
  background-size: 80%;
}

.icoList a.ico14:hover {
  background: url(../img/top/ico14_on.png) 50% 30% no-repeat #0060af;
  background-size: 80%;
}

.icoList a.ico15 {
  background: url(../img/top/ph01.jpg) 50% 30% no-repeat;
  background-size: 80%;
}

.icoList a.ico15:hover {
  background: url(../img/top/ph01.jpg) 50% 30% no-repeat #0060af;
  background-size: 80%;
}

.icoList a.ico16 {
  background: url(../img/top/ph02.jpg) 50% 30% no-repeat;
  background-size: 80%;
}

.icoList a.ico16:hover {
  background: url(../img/top/ph02.jpg) 50% 30% no-repeat #0060af;
  background-size: 80%;
}

.icoList a.ico15, .icoList a.ico16 {
  padding-top: 68%;
}

@media screen and (max-width: 640px) {
  .icoList a.ico15, .icoList a.ico16 {
    padding-top: 56%;
  }
}

/*safari hack*/
_::-webkit-full-page-media,
_:future,
:root .icoList li:last-child:after {
  width: calc(100% + 2px);
}

.topLinkList01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*justify-content: space-between;*/
  margin-bottom: 2em;
}

.topLinkList01 li {
  width: calc(97% / 4);
  padding-right: 1%;
  padding-bottom: 1em;
}

.topLinkList01 li:nth-child(4n) {
  padding-right: 0;
}

.topLinkList01 a {
  font-size: 14px;
  font-weight: 500;
  color: #0060af;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*width: 95%;*/
  text-align: left;
}

.topLinkList01 a:visited {
  color: #6b467b;
}

.topLinkList01 a:before {
  font-family: 'FontAwesome';
  content: "\f105";
  text-align: center;
  text-indent: 0;
  font-weight: 400;
  width: 1.3em;
  line-height: 1.25;
  /*display: inline-block;*/
  width: 3%;
  color: #383838;
  text-decoration: none;
  margin-right: 2%;
}

.topLinkList01 a.outSide:before {
  font-family: 'FontAwesome';
  content: "\f105";
  text-align: center;
  text-indent: 0;
  font-weight: 400;
  width: 1.3em;
  line-height: 1.25;
  background: url(/common/images/ico-ext-link-gray.png) 3px center no-repeat;
  background-size: 8px;
  text-align: left;
  text-indent: -9999px;
}

@media screen and (max-width: 640px) {
  .topLinkList01 li {
    width: 50%;
  }
  .topLinkList01 a {
    font-size: 12px;
  }
}

.topLinkList02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 3em;
}

@media screen and (max-width: 640px) {
  .topLinkList02 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.topLinkList02 li {
  position: relative;
  margin-right: 1%;
}

@media screen and (max-width: 640px) {
  .topLinkList02 li {
    width: 49%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.topLinkList02 li:last-child {
  margin-right: 0;
}

.topLinkList02 li a {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  background: rgba(62, 58, 57, 0.66);
  color: #FFF;
  text-align: center;
  padding: 3%;
  font-weight: 400;
}

@media screen and (max-width: 640px) {
  .topLinkList02 li a {
    font-size: 10px;
  }
}

.topLinkList02 li a:after {
  font-family: 'FontAwesome';
  content: "\f105";
  text-align: center;
  text-indent: 0;
  font-weight: 400;
  width: 1.3em;
  line-height: 1.25;
  display: inline-block;
  color: #FFF;
}

.productFooter {
  /*margin-top: 4em;*/
  background: #f9f9f9;
  border-bottom: 1px solid #dedede;
  padding-top: 40px;
}

.productFooter a {
  color: #383838;
  display: inline-block;
  text-indent: -1em;
  margin-left: 1em;
}

.productFooter a:active, .productFooter a:visited {
  color: #383838;
}

.productFooter .wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 10px;
}

.productFooter h2 {
  border-left: 2px solid #0559a1;
  padding-left: 10px;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 1em;
}

.productFooter .in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.productFooter dl {
  width: 20%;
  padding-right: 1em;
  margin-bottom: 2em;
}

.productFooter dt, .productFooter .parent01 {
  font-size: 15px;
  font-weight: 500;
  border-bottom: 1px solid #b7b7b7;
  margin-bottom: .3em;
  padding-bottom: .3em;
}

.productFooter dt a:before, .productFooter .parent01 a:before {
  font-family: 'FontAwesome';
  content: "\f105";
  text-align: center;
  text-indent: 0;
  font-weight: 400;
  width: 1.3em;
  line-height: 1.25;
  display: inline-block;
  color: #383838;
}

.productFooter dt a .pc, .productFooter .parent01 a .pc {
  display: inline;
}

.productFooter li {
  font-size: 10px;
  margin-bottom: .5em;
  padding-left: 1.5em;
}

.productFooter li a:before {
  content: "・";
}

.productFooter .parent01 {
  margin-top: 1.3em;
}

.productFooter .parent02 {
  font-size: 12px;
}

.productFooter .parent01,
.productFooter .parent02 {
  padding-left: 0;
}

.productFooter .parent01 a:before,
.productFooter .parent02 a:before {
  font-family: 'FontAwesome';
  content: "\f105";
  text-align: center;
  text-indent: 0;
  font-weight: 400;
  width: 1.3em;
  line-height: 1.25;
  display: inline-block;
  color: #383838;
}

.productFooter .parent01 a.outlink:before,
.productFooter .parent02 a.outlink:before {
  content: url(../../../common/images/arr_tx_link_ext.png) !important;
  font-family: 'FontAwesome';
  text-align: center;
  text-indent: 0;
  font-weight: 400;
  width: 1.3em;
  line-height: 1.25;
}

.productFooter .parent03 {
  margin-left: .5em;
}

.productFooter .mt1em {
  margin-top: 1em;
}

@media screen and (max-width: 640px) {
  .productFooter {
    padding-top: 20px;
  }
  .productFooter h2 {
    font-size: 14px;
  }
  .productFooter dl {
    width: 100%;
    margin-bottom: 0;
    padding-right: 0;
  }
  .productFooter dt, .productFooter .parent01 {
    width: 100%;
    font-size: 13px;
    line-height: 3.5em;
  }
  .productFooter dt.noneline, .productFooter .noneline.parent01 {
    border-bottom: none;
  }
  .productFooter dt a, .productFooter .parent01 a {
    display: block;
  }
  .productFooter dd {
    display: none;
  }
  .productFooter li {
    font-size: 9px;
  }
  .productFooter .parent02 {
    font-size: 11px;
  }
  .productFooter .mt1em {
    margin-top: 0;
  }
}

.mainCont {
  max-width: 945px;
  margin: 0 auto;
  padding: 0 10px;
  font-family: 'Roboto', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
  font-weight: 400;
}

.mainCont.pt50 {
  padding-top: 50px;
}

.mainCont.pt26 {
  padding-top: 26px;
}

.mainCont p {
  margin-bottom: 1em;
  font-size: 16px;
  line-height: 28px;
}

@media screen and (max-width: 640px) {
  .mainCont p {
    line-height: 1.8;
  }
}

.mainCont h2 {
  position: relative;
  background: url(../img/common/bg_ttl_base.png) 0 0 repeat-x;
  background-size: contain;
  font-weight: 500;
  font-size: 23px;
  width: 100%;
  padding: 3px 20px;
  margin-bottom: .7em;
  margin-top: 2em;
}

.mainCont h2.mt0 {
  margin-top: 0;
}

.mainCont h2.mb4em {
  margin-bottom: 3em;
}

.mainCont h2.fontS {
  font-size: 20px;
}

.mainCont h2:before, .mainCont h2:after {
  content: "";
  width: 8px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
}

.mainCont h2:before {
  background: url(../img/common/bg_ttl_l.png) left 0 no-repeat;
  background-size: contain;
  left: 0;
}

.mainCont h2:after {
  background: url(../img/common/bg_ttl_r.png) right 0 no-repeat;
  background-size: contain;
  right: 0;
}

.mainCont h2 a {
  display: block;
  position: relative;
  color: #3e3a39;
}

.mainCont h2 a:after {
  position: absolute;
  top: 9%;
  right: 0;
  font-family: 'FontAwesome';
  content: "\f105";
  display: block;
  text-indent: 0;
  font-weight: 400;
  line-height: 1.25;
  color: #000;
}

.mainCont h2 a:hover {
  text-decoration: none;
}

.mainCont h3 {
  border-left: 2px solid #0559a1;
  padding-left: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 1em;
  margin-top: 2em;
}

@media screen and (max-width: 640px) {
  .mainCont h3 {
    margin-top: 2.5em;
  }
}

.mainCont h4 {
  font-size: 108%;
  font-weight: 500;
}

.mainCont .mb1em {
  margin-bottom: 1em;
  display: inline-block;
}

.mainCont .mb2em {
  margin-bottom: 2em;
  display: inline-block;
}

.mainCont .linkIco {
  display: inline-block;
  font-size: 16px;
}

.mainCont .linkIco:before {
  font-family: 'FontAwesome';
  content: "\f105";
  text-align: center;
  text-indent: 0;
  font-weight: 400;
  width: 1.3em;
  line-height: 1.25;
  display: inline-block;
  color: #383838;
}

.mainCont .linkIco.pdf:before {
  background: url(../../../common/images/ico_pdf.png) 0 0 no-repeat;
  content: '';
  display: inline-block;
  width: 12px;
  height: 13px;
  margin-right: 5px;
}

.mainCont .linkOuterIco {
  display: inline-block;
  background: url(../../../common/images/ico-ext-link-gray.png) no-repeat 5px 70%;
  background-size: 10px;
  padding-left: 22px;
}

.mainCont .linkIco2 {
  display: inline-block;
  background: url(../img/common/icon_link2.png) no-repeat left 50%;
  background-size: 17px;
  padding-left: 22px;
}

.mainCont ul,
.mainCont ol {
  font-size: 16px;
}

@media screen and (max-width: 640px) {
  .mainCont {
    padding: 0 2%;
  }
  .mainCont.pt50 {
    padding-top: 3% !important;
  }
  .mainCont.pt26 {
    padding-top: 2% !important;
  }
  .mainCont h2 {
    font-size: 16px;
    padding: 5px 10px;
    /*margin-top: 2em;*/
  }
  .mainCont h2.fontS {
    font-size: 12px;
  }
  .mainCont h3 {
    font-size: 14px;
  }
  .mainCont p {
    margin-bottom: 1.5em;
  }
  .mainCont .linkIco {
    font-size: 12px;
  }
}

.readLink {
  display: -webkit-flex;
  display: -moz-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 25px 0 50px;
}

.readLink p.ttl {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 1em;
}

.readLink p a {
  margin-left: 2em;
  border-radius: 2px;
  white-space: nowrap;
}

@media screen and (max-width: 640px) {
  .readLink {
    display: block;
  }
  .readLink p:last-child {
    text-align: left;
  }
  .readLink p.ttl {
    font-size: 16px;
  }
  .readLink p a {
    margin-left: 0;
    margin-top: 20px;
  }
}

/*-----------------------------------------------------*/
.imgbBlock {
  text-align: center;
  margin: 0 auto 5%;
}

.imgbBlock img.img70 {
  width: 70%;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .imgbBlock {
    margin: 5% auto;
  }
}

.imgbBlock_cap {
  margin-bottom: 2em;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#CCC), to(#CCC)) no-repeat, -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#ccc)) no-repeat, -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#ccc)) no-repeat;
  background: -webkit-linear-gradient(#CCC, #CCC) no-repeat, -webkit-linear-gradient(#ccc, #ccc) no-repeat, -webkit-linear-gradient(#ccc, #ccc) no-repeat;
  background: -o-linear-gradient(#CCC, #CCC) no-repeat, -o-linear-gradient(#ccc, #ccc) no-repeat, -o-linear-gradient(#ccc, #ccc) no-repeat;
  background: linear-gradient(#CCC, #CCC) no-repeat, linear-gradient(#ccc, #ccc) no-repeat, linear-gradient(#ccc, #ccc) no-repeat;
  background-size: 100% 1px, 1px 1em, 1px 1em;
  background-position: center center, 0 100%, 100% 100%;
}

.imgbBlock_cap span {
  background: #FFF;
  font-size: 20px;
  font-weight: 400;
  padding-left: 1em;
  padding-right: 1em;
}

@media screen and (max-width: 640px) {
  .imgbBlock_cap {
    background: -webkit-gradient(linear, left top, left bottom, from(#CCC), to(#CCC)) no-repeat, -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)) no-repeat, -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)) no-repeat;
    background: -webkit-linear-gradient(#CCC, #CCC) no-repeat, -webkit-linear-gradient(transparent, transparent) no-repeat, -webkit-linear-gradient(transparent, transparent) no-repeat;
    background: -o-linear-gradient(#CCC, #CCC) no-repeat, -o-linear-gradient(transparent, transparent) no-repeat, -o-linear-gradient(transparent, transparent) no-repeat;
    background: linear-gradient(#CCC, #CCC) no-repeat, linear-gradient(transparent, transparent) no-repeat, linear-gradient(transparent, transparent) no-repeat;
    background-size: 100% 1px, 0 0, 0 0;
    background-position: center center, 0 0, 0 0;
  }
  .imgbBlock_cap span {
    font-size: 12px;
  }
}

/*-------------------------------------------------------*/
.imgBox_col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.imgBox_col2.fs {
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 640px) {
  .imgBox_col2 {
    display: block;
  }
}

.imgBox_col2 li {
  width: 40%;
  padding: 0 1%;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .imgBox_col2 li {
    width: 80%;
    padding: 2%;
    margin: 0 auto;
  }
}

.imgBox_col2 li .cap {
  margin-top: 5px;
  font-size: 14px;
  line-height: 20px;
}

.imgBox_col2 li .ttl {
  font-weight: 500;
  margin-bottom: .3em;
}

.imgBox_col2_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 70%;
  margin: 0 auto;
}

.imgBox_col2_2 li {
  max-width: 250px;
  margin-bottom: 1em;
}

@media screen and (max-width: 640px) {
  .imgBox_col2_2 li {
    margin-bottom: .3em;
  }
}

.imgBox_col2_2 .cap {
  margin-top: 5px;
  font-size: 14px;
  line-height: 20px;
}

.imgBox_col2_3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.imgBox_col2_3.aifs {
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 640px) {
  .imgBox_col2_3 {
    display: block;
  }
}

.imgBox_col2_3 li {
  padding: 0 1%;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .imgBox_col2_3 li {
    width: 80%;
    padding: 2%;
    margin: 0 auto;
  }
}

.imgBox_col2_3 li .cap {
  margin-top: 5px;
  font-size: 14px;
  line-height: 20px;
}

.imgBox_col2_3 li .ttl {
  font-weight: 500;
  margin-bottom: .3em;
}

.imgBox_col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media screen and (max-width: 640px) {
  .imgBox_col3 {
    display: block;
  }
}

.imgBox_col3 li {
  width: 30%;
  padding: 0 1%;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .imgBox_col3 li {
    width: 100%;
    padding: 2%;
  }
}

.imgBox_col3 li .cap {
  margin-top: 5px;
  font-size: 14px;
  line-height: 20px;
}

.imgBox_col3 li .cap.mt0 {
  margin-top: 0;
}

.imgBox_col4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.imgBox_col4 li {
  width: 22%;
  padding: 0 1%;
  text-align: center;
}

.imgBox_col4 li:nth-child(1) {
  width: 25%;
}

@media screen and (max-width: 640px) {
  .imgBox_col4 li {
    width: 50%;
    padding: 2%;
  }
  .imgBox_col4 li:nth-child(1) {
    width: 54%;
  }
  .imgBox_col4 li:nth-child(2) {
    width: 46%;
  }
}

.imgBox_col4 li p {
  margin-top: 2%;
  font-size: 14px;
  line-height: 20px;
}

/*-------------------------------------------------------*/
.imgBox_row_1 {
  width: 100%;
}

.imgBox_row_1 li {
  display: block;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .imgBox_row_1 li img.img70 {
    width: 70%;
    margin: 0 auto;
  }
}

.imgBox_row_1 li .cap {
  margin-top: 5px;
  font-size: 14px;
  line-height: 20px;
}

.imgBox_row_1 li .cap.mt0 {
  margin-top: 0;
}

.imgBox_row_1 li .cap.tac {
  text-align: center;
}

.imgBox_row_1 li .cap.w250 {
  max-width: 250px;
}

/*-------------------------------------------------------*/
.crosswise {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 2em;
}

.crosswise.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.crosswise.reverse .main {
  margin-right: 0;
  margin-left: 2%;
}

.crosswise .main {
  margin-right: 2%;
  max-width: 48%;
}

.crosswise .main.mw38p {
  max-width: 38%;
}

.crosswise .main.mw55p {
  max-width: 55%;
}

.crosswise .main.mw60p {
  max-width: 60%;
}

.crosswise .main.mw65p {
  max-width: 65%;
}

.crosswise .main.mw70p {
  max-width: 70%;
}

.crosswise .main.mw75p {
  max-width: 75%;
}

.crosswise .main.mw80p {
  max-width: 80%;
}

.crosswise .main p {
  margin-bottom: 1em;
}

.crosswise .sub {
  max-width: 48%;
}

.crosswise .sub.mw30p {
  max-width: 30%;
}

.crosswise .sub.mw40p {
  max-width: 40%;
}

@media screen and (max-width: 640px) {
  .crosswise {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 1em;
  }
  .crosswise.reverse .main {
    margin-left: 0;
  }
  .crosswise .main {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 1em;
  }
  .crosswise .main.mw55p, .crosswise .main.mw60p, .crosswise .main.mw65p, .crosswise .main.mw70p, .crosswise .main.mw75p, .crosswise .main.mw80p {
    max-width: 100%;
  }
  .crosswise .sub {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  .crosswise .sub .tal {
    text-align: left;
  }
  .crosswise .sub .img70 {
    width: 70%;
    margin: 0 auto;
    display: block;
  }
  .crosswise .sub .w250 {
    width: 250px;
    margin: 0 auto;
  }
}

.crosswise2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 4em;
}

@media screen and (max-width: 640px) {
  .crosswise2 {
    display: block;
  }
}

.crosswise2.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.crosswise2.reverse .main {
  margin-right: 0;
  margin-left: 2%;
}

.crosswise2 .main {
  margin-right: 2%;
  width: 60%;
}

@media screen and (max-width: 640px) {
  .crosswise2 .main {
    margin-right: 0;
    width: 100%;
  }
}

.crosswise2 .sub {
  width: 38%;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .crosswise2 .sub {
    width: 100%;
  }
}

.crosswise2 .sub img {
  border: 1px solid #E8E8E8;
}

.crosswise_3col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 4em;
}

.crosswise_3col .col_1 {
  width: 32%;
  margin-right: 1%;
}

.crosswise_3col .col_2 {
  width: 32%;
  margin-left: 1%;
  margin-right: 1%;
}

.crosswise_3col .col_3 {
  width: 32%;
  margin-left: 1%;
}

.crosswise_3col p {
  line-height: 20px;
}

@media screen and (max-width: 640px) {
  .crosswise_3col .cap {
    font-size: 14px;
  }
}

@media screen and (max-width: 640px) {
  .crosswise_3col img.img80 {
    width: 80%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 640px) {
  .crosswise_3col {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 3em;
  }
  .crosswise_3col .col_1 {
    width: 100%;
    margin-right: 0;
  }
  .crosswise_3col .col_2 {
    width: 100%;
    margin: 0 0;
  }
  .crosswise_3col .col_3 {
    width: 100%;
    margin-left: 0;
  }
}

.define01 {
  font-size: inherit;
  /*line-height: 1.6em;*/
}

.define01.tal {
  text-align: left;
}

.define01 dt, .define01 .productFooter .parent01, .productFooter .define01 .parent01 {
  clear: both;
  float: left;
  font-weight: 400;
  font-size: inherit;
  width: 12em;
  padding: .5em 0;
}

.define01 dd {
  /*margin: -1.6em 0 6px 0;*/
  padding: .5em 0 .5em 12.5em;
  border-bottom: 1px solid #b4b4b4;
}

.define02 {
  font-size: inherit;
  line-height: 2em;
  width: 80%;
  margin: 0 auto;
}

.define02 span {
  font-size: 200%;
  color: #E60E1B;
}

.define02 dt, .define02 .productFooter .parent01, .productFooter .define02 .parent01 {
  font-weight: 400;
  font-size: inherit;
  width: 10em;
}

.define02 dd {
  margin: -2em 0 6px 0;
  padding: 0 0 6px 10em;
}

.define02 dd:before {
  content: "・・・";
}

@media screen and (max-width: 640px) {
  .define02 {
    width: 100%;
  }
}

.intro_interview {
  background-color: #F7F7F7;
  margin-top: 150px;
  margin-bottom: 52px;
}

.intro_interview.mt50 {
  margin-top: 50px;
}

.intro_interview .cont {
  padding: 51px 25px 0;
  overflow: hidden;
  /*		dl {
			font-size: inherit;
			line-height: 1.6em;
			font-weight: 500;
			dt {
				font-size: inherit;
				width: 7em;
				&.last {
					width: 100%;
				}
			}
			dd {
				margin: -1.6em 0 6px 0;
				padding: 0 0 6px 7em;
				&.last {
					width: 100%;
					padding-left: 0;
					margin-top: 0;
				}
			}
		}*/
}

.intro_interview .cont b {
  display: block;
  font-size: 28px;
  color: #3E3A39;
  margin-bottom: 30px;
  position: relative;
  font-family: 'Roboto', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
  font-weight: 400;
}

.intro_interview .cont b:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #0F5B9F;
  color: #FFF;
  font-size: 12px;
  top: -51px;
  left: 3px;
  padding: 0 25px;
  -webkit-transform: skewX(-17deg);
  -ms-transform: skewX(-17deg);
  transform: skewX(-17deg);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  width: 9em;
  height: 26px;
  z-index: 0;
}

.intro_interview .cont b:after {
  content: "INTERVIEW";
  position: absolute;
  color: #FFF;
  font-size: 12px;
  letter-spacing: 2px;
  top: -51px;
  left: -9px;
  line-height: 26px;
  display: block;
  padding: 0 25px;
  -webkit-transform: skewX(0deg);
  -ms-transform: skewX(0deg);
  transform: skewX(0deg);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  z-index: 1;
}

.intro_interview .cont b.column:before {
  width: 8em;
}

.intro_interview .cont b.column:after {
  content: "COLUMN";
}

.intro_interview .cont b.info:before {
  width: 11em;
}

.intro_interview .cont b.info:after {
  content: "INFORMATION";
}

.intro_interview .cont span {
  display: block;
  margin-bottom: .5em;
}

.intro_interview .cont dl {
  width: 50%;
  font-size: inherit;
  line-height: 1.6em;
}

.intro_interview .cont dl dt, .intro_interview .cont dl .productFooter .parent01, .productFooter .intro_interview .cont dl .parent01 {
  clear: left;
  float: left;
  width: 8em;
}

.intro_interview .cont dl dt.last_ai_museum, .intro_interview .cont dl .productFooter .last_ai_museum.parent01, .productFooter .intro_interview .cont dl .last_ai_museum.parent01 {
  clear: left;
  float: none;
  width: 100%;
  display: block;
}

.intro_interview .cont dl dd {
  margin: 0 0 1em 8em;
}

.intro_interview .cont dl dd.last_ai_museum {
  width: 100%;
  display: block;
  padding-left: 0;
  margin: 0 0 1em 0;
}

.intro_interview .phBoxPC {
  float: right;
  max-width: 63%;
  margin: -20px -26px 0 1em;
  text-align: right;
}

.intro_interview .phBoxSP {
  display: none;
}

.intro_interview .mapBoxPC {
  float: right;
  max-width: 50%;
  margin: -51px -26px 0 1em;
  text-align: right;
}

.intro_interview .mapBoxPC .google-map {
  position: relative;
  width: 100%;
  margin: 0;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.intro_interview .mapBoxPC .google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.intro_interview .mapBoxSP {
  display: none;
}

.intro_interview .mappdf {
  margin-bottom: .5em;
}

@media screen and (max-width: 640px) {
  .intro_interview {
    margin-top: 75px;
    margin-bottom: 26px;
  }
  .intro_interview .cont {
    width: 100%;
    padding: 35px 13px 0;
  }
  .intro_interview .cont b {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .intro_interview .cont b:before {
    font-size: 10px;
    top: -34px;
    padding: 0 12px;
    height: 20px;
  }
  .intro_interview .cont b:after {
    font-size: 10px;
    top: -33px;
    left: 3px;
    padding: 0 12px;
    height: 20px;
    line-height: 20px;
  }
  .intro_interview .cont dl {
    width: 100%;
  }
  .intro_interview .phBoxPC {
    display: none;
  }
  .intro_interview .phBoxSP {
    text-align: center;
    display: block;
    margin-bottom: .5em;
  }
  .intro_interview .phBoxSP img {
    vertical-align: top;
  }
  .intro_interview .mapBoxPC {
    display: none;
  }
  .intro_interview .mapBoxSP {
    text-align: center;
    display: block;
    margin-bottom: 1em;
  }
  .intro_interview .mapBoxSP .google-map {
    position: relative;
    width: 100%;
    margin: 0;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
  }
  .intro_interview .mapBoxSP .google-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.proBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 3em;
}

.proBox.reverse {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

.proBox .phWrap {
  text-align: center;
  padding-right: 3%;
  max-width: 60%;
}

.proBox .phWrap.layout1 {
  margin-top: -70px;
  z-index: 10;
}

.proBox .phWrap.layout2 {
  margin-right: 30px;
}

.proBox .phWrap .cap {
  line-height: 1.4;
}

.proBox p,
.proBox div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.proBox p.txtBoxL,
.proBox div.txtBoxL {
  margin-left: 30px;
}

@media screen and (max-width: 640px) {
  .proBox p.txtBoxL,
  .proBox div.txtBoxL {
    margin-left: 0;
  }
}

.proBox p.txtBoxR,
.proBox div.txtBoxR {
  margin-right: 30px;
}

.proBox p.txtBoxR b.ttl_h3,
.proBox div.txtBoxR b.ttl_h3 {
  display: block;
  border-left: 2px solid #0559a1;
  padding-left: 10px;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 1em;
}

.proBox p.mt4em,
.proBox div.mt4em {
  margin-top: 4em;
}

.proBox.right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.proBox.right .phWrap {
  padding-right: 0;
  padding-left: 3%;
}

.proBox .w30per {
  width: 30%;
}

.proBox .w36per {
  width: 36%;
}

.proBox .w50per {
  width: 50%;
}

.proBox .w60per {
  width: 60%;
}

@media screen and (max-width: 640px) {
  .proBox {
    display: block;
  }
  .proBox .phWrap {
    padding: 0 0 3% !important;
    text-align: center;
    max-width: 100%;
    width: 100%;
  }
  .proBox .phWrap.layout1 {
    margin-top: 0;
    margin-left: -50px;
    /*z-index: 10;*/
  }
  .proBox .phWrap.layout2 {
    margin-right: 0;
  }
  .proBox .phWrap.layout3 {
    margin-left: 50px;
  }
  .proBox .phWrap.img60 img {
    width: 60%;
    margin: auto;
  }
  .proBox .phWrap.img70 {
    width: 70%;
    margin: 0 auto;
  }
  .proBox p {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .proBox p.txtBoxL {
    margin-left: 0;
  }
  .proBox p.txtBoxR {
    margin-right: 0;
  }
  .proBox p.mt4em {
    margin-top: 0;
  }
  .proBox .w30per {
    width: 100%;
  }
  .proBox .w36per {
    width: 100%;
  }
  .proBox .w50per {
    width: 100%;
  }
  .proBox .w60per {
    width: 100%;
  }
}

.relationContArea {
  width: 100%;
  border-top: 2px solid #E8E8E8;
  padding: 38px 0;
  margin-top: 5em;
}

.relationContArea .in {
  max-width: 1115px;
  margin: 0 auto;
  padding: 0 10px;
}

.relationContArea .in h2 {
  border-left: 2px solid #084C96;
  font-size: 14px;
  padding-left: 6px;
  line-height: 1.1;
  margin-bottom: 18px;
  color: #121212;
}

@media screen and (max-width: 640px) {
  .relationContArea {
    padding: 19px 0;
  }
}

#relationCont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
}

#relationCont li {
  width: calc((100% - 26px)/ 3);
  margin-bottom: 13px;
}

#relationCont li:nth-child(2), #relationCont li:nth-child(5), #relationCont li:nth-child(8), #relationCont li:nth-child(11), #relationCont li:nth-child(14) {
  margin: 0 13px;
}

#relationCont li a {
  display: inline-block;
  padding: 14px 14px 14px 0;
  background-color: #F9F9F9;
  border-right: 1px solid #B2B4B6;
  border-bottom: 1px solid #B2B4B6;
  -webkit-box-shadow: 1px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 1px 2px 0 rgba(0, 0, 0, 0.1);
  text-decoration: none;
  color: #000;
  min-height: 164px;
}

#relationCont li a.motorcycle {
  background: #F9F9F9 url(../img/common/icon_motorcycle.png) no-repeat right bottom;
  background-size: contain;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

#relationCont li a.mortor_sports {
  background: #F9F9F9 url(../img/common/icon_mortorsports.png) no-repeat right bottom;
  background-size: contain;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

#relationCont li a.mortor_show {
  background: #F9F9F9 url(../img/common/icon_mortorshow.png) no-repeat right bottom;
  background-size: contain;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

#relationCont li a.rolling_stock {
  background: #F9F9F9 url(../img/common/icon_rolling_stock.png) no-repeat right bottom;
  background-size: contain;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

#relationCont li a.industrial_machinery {
  background: #F9F9F9 url(../img/common/icon_industrial_machinery.png) no-repeat right bottom;
  background-size: contain;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

#relationCont li a.sensor {
  background: #F9F9F9 url(../img/common/icon_sensor.png) no-repeat right bottom;
  background-size: contain;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

#relationCont li a.automotive {
  background: #F9F9F9 url(../img/common/icon_automotive.png) no-repeat right bottom;
  background-size: contain;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

#relationCont li a.highperformance {
  background: #F9F9F9 url(../img/common/icon_highperformance.png) no-repeat right bottom;
  background-size: contain;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

#relationCont li a.commercial {
  background: #F9F9F9 url(../img/common/icon_commercial.png) no-repeat right bottom;
  background-size: contain;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

#relationCont li a.nurburgring {
  background: #F9F9F9 url(../img/common/icon_nurburgring.png) no-repeat right bottom;
  background-size: contain;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

#relationCont li a.f1 {
  background: #F9F9F9 url(../img/common/icon_f1.png) no-repeat right bottom;
  background-size: contain;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

#relationCont li a.wec {
  background: #F9F9F9 url(../img/common/icon_wec.png) no-repeat right bottom;
  background-size: contain;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

#relationCont li a.nr22 {
  background: #F9F9F9 url(../img/common/icon_nr22.png) no-repeat right bottom;
  background-size: contain;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

#relationCont li a.special {
  background: #F9F9F9 url(../img/common/icon_special.png) no-repeat right bottom;
  background-size: contain;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

#relationCont li a.technology {
  background: #F9F9F9 url(../img/common/icon_technology.png) no-repeat right bottom;
  background-size: contain;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

#relationCont li a.ai_museum {
  background: #F9F9F9 url(../img/common/icon_ai_museum.png) no-repeat right bottom;
  background-size: contain;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

#relationCont li a.ai_ring {
  background: #F9F9F9 url(../img/common/icon_ai_ring.png) no-repeat right bottom;
  background-size: contain;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

#relationCont li a b {
  display: block;
  color: #231815;
  font-size: 18px;
  font-family: 'Roboto', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
  font-weight: 500;
  line-height: 1;
  border-left: 3px solid #063F8F;
  padding-left: 17px;
  padding-right: 17px;
  margin-bottom: 18px;
  background: url(../img/common/icon_link_gray.png) no-repeat 100% 50%;
  background-size: auto;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

#relationCont li a:hover {
  background-color: #f1f1f1;
}

#relationCont li a:hover b {
  border-left: 3px solid #fb0000;
}

#relationCont li a p {
  padding: 0 0 0 19px;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Roboto', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 640px) {
  #relationCont li {
    width: calc((100% - 14px)/ 2);
    margin-bottom: 13px;
  }
  #relationCont li:nth-child(2), #relationCont li:nth-child(5), #relationCont li:nth-child(8), #relationCont li:nth-child(11), #relationCont li:nth-child(14) {
    margin: 0 0 13px 0;
  }
  #relationCont li:nth-child(2n) {
    margin-left: 14px;
  }
  #relationCont li a {
    padding: 14px 8px 14px 0;
  }
  #relationCont li a b {
    padding-left: 10px;
    font-size: 3.5vw;
    font-weight: 500;
  }
  #relationCont li a p {
    line-height: 1.5;
    padding: 0 0 0 10px;
  }
}

.exhibit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 80px;
}

.exhibit li {
  width: calc((100% - 100px) / 3);
}

.exhibit li:nth-child(2) {
  margin: 0 50px;
}

.exhibit li div p {
  margin: .7em auto;
}

.exhibit li div b {
  display: block;
  margin-bottom: 5px;
  font-size: inherit;
  font-weight: 500;
}

.exhibit li div span {
  display: block;
}

@media screen and (max-width: 640px) {
  .exhibit li {
    width: calc((100% - 25px) / 2);
  }
  .exhibit li:nth-child(2) {
    margin: 0;
  }
  .exhibit li:nth-child(2n) {
    margin: 0 0 35px 25px;
  }
}

.showList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.showList li {
  width: calc(88% / 2);
  margin-bottom: 2em;
}

.showList li:nth-child(2n) {
  margin-left: 12%;
}

.showList li dl dt, .showList li dl .productFooter .parent01, .productFooter .showList li dl .parent01 {
  display: block;
}

.showList li dl dt b, .showList li dl .productFooter .parent01 b, .productFooter .showList li dl .parent01 b {
  display: block;
  border-left: 3px solid #063F8F;
  padding-left: 7px;
  line-height: 1.5;
  margin-bottom: .8em;
}

.showList li dl dd {
  display: block;
}

.showList li dl dd p:first-child {
  text-align: center;
  margin-bottom: .5em;
}

@media screen and (max-width: 640px) {
  .showList li {
    width: 100%;
  }
  .showList li:nth-child(2n) {
    margin-left: 0;
  }
}

.list_square {
  padding-left: 2em;
}

@media screen and (max-width: 640px) {
  .list_square {
    padding-left: 1.5em;
  }
}

.list_square li {
  list-style: square;
  margin-bottom: 1em;
}

/* =======================================================================================================================
BUTTON & LINK
======================================================================================================================= */
a.btn {
  display: inline-block;
  background: #676c70;
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  color: #FFF;
  padding: 29px 40px;
  text-align: center;
  border-radius: 4px;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  white-space: nowrap;
}

a.btn:after {
  font-family: 'FontAwesome';
  content: "\f105";
  text-align: center;
  text-indent: 0;
  font-weight: 400;
  width: 1.3em;
  line-height: 1.25;
  display: inline-block;
  color: #FFF;
  padding-left: 30px;
}

a.btn:hover {
  background: #0060af;
  text-decoration: none;
}

@media screen and (max-width: 640px) {
  a.btn {
    font-size: 15px;
    line-height: 15px;
    padding: 15px 30px;
  }
}

a.largeBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: #676c70;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  margin-bottom: 50px;
  overflow: hidden;
}

a.largeBtn b {
  width: 50%;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  color: #FFF;
  border-left: 5px solid #FFF;
  padding-left: 47px;
  height: 25px;
  -ms-flex-item-align: center;
  align-self: center;
  white-space: nowrap;
}

@media screen and (max-width: 640px) {
  a.largeBtn b {
    font-size: 13px;
  }
}

a.largeBtn b:after {
  font-family: 'FontAwesome';
  content: "\f105";
  text-align: center;
  text-indent: 0;
  font-weight: 400;
  width: 1.3em;
  line-height: 1.25;
  margin-left: 80px;
  display: inline-block;
  color: #FFF;
}

a.largeBtn p {
  width: 50%;
  padding: 1em 0 1em 2em;
  text-align: center;
  margin-bottom: 0;
}

a.largeBtn p img {
  max-width: 100%;
}

a.largeBtn p img.highperformance {
  margin-right: -50px;
}

a.largeBtn:hover {
  background: #0060af;
  text-decoration: none;
}

@media screen and (max-width: 640px) {
  a.largeBtn b {
    padding-left: 22px;
  }
  a.largeBtn b:after {
    margin-left: 20px;
  }
  a.largeBtn p {
    padding: 1em 0 1em 1em;
  }
}

.loginBtn {
  text-align: center;
  margin-bottom: 10%;
}

.loginBtn a {
  display: inline-block;
}

.productsLink {
  width: 100%;
  margin: 0 auto;
}

.productsLink:before, .productsLink:after {
  display: table;
  content: " ";
}

.productsLink:after {
  clear: both;
}

.productsLink li {
  width: calc((100% - 26px)/ 3);
  margin: 0 12px 13px 0;
  float: left;
}

.productsLink li:nth-child(3), .productsLink li:nth-child(6) {
  margin-right: 0;
}

.productsLink li:nth-child(1) div a {
  background: #F9F9F9 url(../img/common/icon_automotive_mini.png) no-repeat 94% 95.5%;
  -webkit-background-size: 80px auto;
  -o-background-size: 80px auto;
  background-size: 80px auto;
}

.productsLink li:nth-child(2) div a {
  background: #F9F9F9 url(../img/common/icon_commercial_mini.png) no-repeat 94% 95.5%;
  -webkit-background-size: 54px auto;
  -o-background-size: 54px auto;
  background-size: 54px auto;
}

.productsLink li:nth-child(3) div a {
  background: #F9F9F9 url(../img/common/icon_motorcycle_mini.png) no-repeat 94% 95.5%;
  -webkit-background-size: 60px auto;
  -o-background-size: 60px auto;
  background-size: 60px auto;
}

.productsLink li:nth-child(4) div a {
  background: #F9F9F9 url(../img/common/icon_rolling_stock_mini.png) no-repeat 94% 95.5%;
  -webkit-background-size: 80px auto;
  -o-background-size: 80px auto;
  background-size: 80px auto;
}

.productsLink li:nth-child(5) div a {
  background: #F9F9F9 url(../img/common/icon_industrial_machinery_mini.png) no-repeat 94% 95.5%;
  -webkit-background-size: 60px auto;
  -o-background-size: 60px auto;
  background-size: 60px auto;
}

.productsLink li:nth-child(6) div a {
  background: #F9F9F9 url(../img/common/icon_sensor_mini.png) no-repeat 94% 95.5%;
  -webkit-background-size: 30px auto;
  -o-background-size: 30px auto;
  background-size: 30px auto;
}

.productsLink li div {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.productsLink li div a {
  display: table-cell;
  width: 100%;
  padding: 17px 14px 14px 0;
  background-color: #F9F9F9;
  border-right: 1px solid #B2B4B6;
  border-bottom: 1px solid #B2B4B6;
  -webkit-box-shadow: 1px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 1px 2px 0 rgba(0, 0, 0, 0.1);
  text-decoration: none;
  color: #000;
  -webkit-transition: background-color .2s ease-in-out;
  -o-transition: background-color .2s ease-in-out;
  transition: background-color .2s ease-in-out;
}

.productsLink li div a:hover {
  background-color: #E7E7E7;
}

.productsLink li div a:hover b {
  border-left: 3px solid #fb0000;
}

.productsLink li div a b {
  display: block;
  color: #231815;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  border-left: 3px solid #063F8F;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 18px;
  background: url(../img/common/icon_link_gray.png) no-repeat 100% 17%;
  background-size: auto;
}

.productsLink li div a p {
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  padding: 10px 10px 20px 14px;
}

.productsLink li div a p img.small {
  width: 50%;
}

.productsLink li div a p img.small2 {
  width: 70%;
}

@media screen and (max-width: 640px) {
  .productsLink li {
    width: -webkit-calc((100% - 14px)/ 2);
    width: calc((100% - 14px)/ 2);
    margin-bottom: 13px;
  }
  .productsLink li:nth-child(3), .productsLink li:nth-child(6) {
    margin-right: 13px;
  }
  .productsLink li:nth-child(2n) {
    margin-right: 0;
  }
  .productsLink li div a b {
    font-size: 16px;
    margin-bottom: 5px;
    padding-left: 10px;
  }
  .productsLink li div a p img {
    max-width: 70%;
  }
}

.underLink {
  margin-bottom: 53px;
}

.underLink:before, .underLink:after {
  display: table;
  content: " ";
}

.underLink:after {
  clear: both;
}

.underLink li {
  width: -webkit-calc((100% - 26px)/ 3);
  width: calc((100% - 26px)/ 3);
  margin: 0 12px 13px 0;
  float: left;
}

.underLink li:nth-child(3), .underLink li:nth-child(6) {
  margin-right: 0;
}

.underLink li a {
  display: block;
  border: 1px solid #CCC;
  padding: 43px 11px 43px 50%;
  text-decoration: none;
  color: #3E3A39;
  background-color: #F9F9F9;
  background-repeat: no-repeat;
}

.underLink li a.disc_brake {
  background-image: url(../img/common/btn_disc.png);
  background-position: 5% 10px;
  background-size: auto;
}

.underLink li a.disc_brake:hover {
  background-color: #e8e8e8;
}

.underLink li a.drum_brake {
  background-image: url(../img/common/btn_drum.png);
  background-position: 5% 5px;
  background-size: auto;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.underLink li a.drum_brake:hover {
  background-color: #e8e8e8;
}

.underLink li a.friction {
  background-image: url(../img/common/btn_friction.png);
  background-position: 5% 55%;
  background-size: auto;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.underLink li a.friction:hover {
  background-color: #e8e8e8;
}

.underLink li a.friction span {
  text-indent: 3em;
}

@media screen and (max-width: 640px) {
  .underLink li a {
    background-size: 40% !important;
    background-position: 5% center !important;
  }
}

.underLink li a span {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  background: url(../img/common/icon_link_gray.png) no-repeat 100% 49%;
  background-size: auto;
}

@media screen and (max-width: 640px) {
  .underLink li {
    width: -webkit-calc((100% - 14px)/ 2);
    width: calc((100% - 14px)/ 2);
    margin-bottom: 13px;
  }
  .underLink li:nth-child(3), .underLink li:nth-child(6) {
    margin-right: 13px;
  }
  .underLink li:nth-child(2n) {
    margin-right: 0;
  }
  .underLink li a.friction span {
    text-indent: 0;
  }
}

.connectionLink_A {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 25px;
  margin-top: 3em;
}

@media screen and (max-width: 640px) {
  .connectionLink_A {
    display: block;
    margin-top: 2em;
    margin-bottom: 0;
  }
}

.connectionLink_A.mb200 {
  margin-bottom: 200px;
}

@media screen and (max-width: 640px) {
  .connectionLink_A.mb200 {
    margin-bottom: 100px;
  }
}

.connectionLink_A li {
  width: calc((100% - 25px)/ 2);
  margin-bottom: 25px;
}

@media screen and (max-width: 640px) {
  .connectionLink_A li {
    width: 100%;
    margin-bottom: 3%;
  }
}

.connectionLink_A li:nth-child(2n) {
  margin: 0 0 0 25px;
}

@media screen and (max-width: 640px) {
  .connectionLink_A li:nth-child(2n) {
    margin: 0 0 3% 0;
  }
}

.connectionLink_A li a {
  width: 100%;
  position: relative;
  display: block;
  background-color: #F4F4F4;
  min-height: 175px;
  text-decoration: none;
  padding: 0 23px;
}

@media screen and (max-width: 640px) {
  .connectionLink_A li a {
    padding: 0 2.5%;
    min-height: 115px;
  }
}

.connectionLink_A li a:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  bottom: 0;
  right: 0;
  border-style: solid;
  border-width: 0 0 14px 14px;
  border-color: transparent transparent #0F5B9F transparent;
}

.connectionLink_A li a.drum {
  background: url(../img/common/btn_drum_type.png) no-repeat 85% 54%, -webkit-linear-gradient(165deg, #E8E8E8 50%, #F4F4F4 0);
  background: url(../img/common/btn_drum_type.png) no-repeat 85% 54%, -o-linear-gradient(165deg, #E8E8E8 50%, #F4F4F4 0);
  background: url(../img/common/btn_drum_type.png) no-repeat 85% 54%, linear-gradient(-75deg, #E8E8E8 50%, #F4F4F4 0);
  background-size: auto;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.connectionLink_A li a.drum:hover {
  background: url(../img/common/btn_drum_type.png) no-repeat 85% 54%, -webkit-linear-gradient(165deg, #E8E8E8 50%, #E8E8E8 0);
  background: url(../img/common/btn_drum_type.png) no-repeat 85% 54%, -o-linear-gradient(165deg, #E8E8E8 50%, #E8E8E8 0);
  background: url(../img/common/btn_drum_type.png) no-repeat 85% 54%, linear-gradient(-75deg, #E8E8E8 50%, #E8E8E8 0);
  background-size: auto;
}

@media screen and (max-width: 640px) {
  .connectionLink_A li a.drum {
    background: url(../img/common/btn_drum_02_sp.png) no-repeat 95% 78%, -webkit-linear-gradient(165deg, #E8E8E8 45%, #F4F4F4 0);
    background: url(../img/common/btn_drum_02_sp.png) no-repeat 95% 78%, -o-linear-gradient(165deg, #E8E8E8 45%, #F4F4F4 0);
    background: url(../img/common/btn_drum_02_sp.png) no-repeat 95% 78%, linear-gradient(-75deg, #E8E8E8 45%, #F4F4F4 0);
    background-size: auto;
  }
  .connectionLink_A li a.drum:hover {
    background: url(../img/common/btn_drum_02_sp.png) no-repeat 95% 78%, -webkit-linear-gradient(165deg, #E8E8E8 45%, #E8E8E8 0);
    background: url(../img/common/btn_drum_02_sp.png) no-repeat 95% 78%, -o-linear-gradient(165deg, #E8E8E8 45%, #E8E8E8 0);
    background: url(../img/common/btn_drum_02_sp.png) no-repeat 95% 78%, linear-gradient(-75deg, #E8E8E8 45%, #E8E8E8 0);
    background-size: auto;
  }
}

.connectionLink_A li a.opposed_type {
  background: url(../img/common/btn_opposed_type.png) no-repeat 85% 78%, -webkit-linear-gradient(165deg, #E8E8E8 50%, #F4F4F4 0);
  background: url(../img/common/btn_opposed_type.png) no-repeat 85% 78%, -o-linear-gradient(165deg, #E8E8E8 50%, #F4F4F4 0);
  background: url(../img/common/btn_opposed_type.png) no-repeat 85% 78%, linear-gradient(-75deg, #E8E8E8 50%, #F4F4F4 0);
  background-size: auto;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.connectionLink_A li a.opposed_type:hover {
  background: url(../img/common/btn_opposed_type.png) no-repeat 85% 78%, -webkit-linear-gradient(165deg, #E8E8E8 50%, #E8E8E8 0);
  background: url(../img/common/btn_opposed_type.png) no-repeat 85% 78%, -o-linear-gradient(165deg, #E8E8E8 50%, #E8E8E8 0);
  background: url(../img/common/btn_opposed_type.png) no-repeat 85% 78%, linear-gradient(-75deg, #E8E8E8 50%, #E8E8E8 0);
  background-size: auto;
}

@media screen and (max-width: 640px) {
  .connectionLink_A li a.opposed_type {
    background: url(../img/common/btn_opposed_type_sp.png) no-repeat 95% 78%, -webkit-linear-gradient(165deg, #E8E8E8 45%, #F4F4F4 0);
    background: url(../img/common/btn_opposed_type_sp.png) no-repeat 95% 78%, -o-linear-gradient(165deg, #E8E8E8 45%, #F4F4F4 0);
    background: url(../img/common/btn_opposed_type_sp.png) no-repeat 95% 78%, linear-gradient(-75deg, #E8E8E8 45%, #F4F4F4 0);
    background-size: auto;
  }
  .connectionLink_A li a.opposed_type:hover {
    background: url(../img/common/btn_opposed_type_sp.png) no-repeat 95% 78%, -webkit-linear-gradient(165deg, #E8E8E8 45%, #E8E8E8 0);
    background: url(../img/common/btn_opposed_type_sp.png) no-repeat 95% 78%, -o-linear-gradient(165deg, #E8E8E8 45%, #E8E8E8 0);
    background: url(../img/common/btn_opposed_type_sp.png) no-repeat 95% 78%, linear-gradient(-75deg, #E8E8E8 45%, #E8E8E8 0);
    background-size: auto;
  }
}

.connectionLink_A li a.floating_type {
  background: url(../img/common/btn_floating_type.png) no-repeat 82% 78%, -webkit-linear-gradient(165deg, #E8E8E8 50%, #F4F4F4 0);
  background: url(../img/common/btn_floating_type.png) no-repeat 82% 78%, -o-linear-gradient(165deg, #E8E8E8 50%, #F4F4F4 0);
  background: url(../img/common/btn_floating_type.png) no-repeat 82% 78%, linear-gradient(-75deg, #E8E8E8 50%, #F4F4F4 0);
  background-size: auto;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.connectionLink_A li a.floating_type:hover {
  background: url(../img/common/btn_floating_type.png) no-repeat 82% 78%, -webkit-linear-gradient(165deg, #E8E8E8 50%, #E8E8E8 0);
  background: url(../img/common/btn_floating_type.png) no-repeat 82% 78%, -o-linear-gradient(165deg, #E8E8E8 50%, #E8E8E8 0);
  background: url(../img/common/btn_floating_type.png) no-repeat 82% 78%, linear-gradient(-75deg, #E8E8E8 50%, #E8E8E8 0);
}

@media screen and (max-width: 640px) {
  .connectionLink_A li a.floating_type {
    background: url(../img/common/btn_floating_type_sp.png) no-repeat 95% 78%, -webkit-linear-gradient(165deg, #E8E8E8 45%, #F4F4F4 0);
    background: url(../img/common/btn_floating_type_sp.png) no-repeat 95% 78%, -o-linear-gradient(165deg, #E8E8E8 45%, #F4F4F4 0);
    background: url(../img/common/btn_floating_type_sp.png) no-repeat 95% 78%, linear-gradient(-75deg, #E8E8E8 45%, #F4F4F4 0);
    background-size: auto;
  }
  .connectionLink_A li a.floating_type:hover {
    background: url(../img/common/btn_floating_type_sp.png) no-repeat 95% 78%, -webkit-linear-gradient(165deg, #E8E8E8 45%, #E8E8E8 0);
    background: url(../img/common/btn_floating_type_sp.png) no-repeat 95% 78%, -o-linear-gradient(165deg, #E8E8E8 45%, #E8E8E8 0);
    background: url(../img/common/btn_floating_type_sp.png) no-repeat 95% 78%, linear-gradient(-75deg, #E8E8E8 45%, #E8E8E8 0);
    background-size: auto;
  }
}

.connectionLink_A li a.nvh_type {
  background: url(../img/common/btn_nvh_type.png) no-repeat 100% 0% #F4F4F4;
  background-size: contain;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.connectionLink_A li a.nvh_type:hover {
  background: url(../img/common/btn_nvh_type.png) no-repeat 100% 0% #E8E8E8;
  background-size: contain;
}

@media screen and (max-width: 640px) {
  .connectionLink_A li a.nvh_type {
    background: url(../img/common/btn_nvh_type_sp.png) no-repeat 100% 0% #F4F4F4;
    background-size: contain;
  }
  .connectionLink_A li a.nvh_type:hover {
    background: url(../img/common/btn_nvh_type_sp.png) no-repeat 100% 0% #E8E8E8;
    background-size: contain;
  }
}

.connectionLink_A li a.material_type {
  background: url(../img/common/btn_material_type.png) no-repeat 90% 60%, -webkit-linear-gradient(165deg, #E8E8E8 50%, #F4F4F4 0);
  background: url(../img/common/btn_material_type.png) no-repeat 90% 60%, -o-linear-gradient(165deg, #E8E8E8 50%, #F4F4F4 0);
  background: url(../img/common/btn_material_type.png) no-repeat 90% 60%, linear-gradient(-75deg, #E8E8E8 50%, #F4F4F4 0);
  background-size: auto;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.connectionLink_A li a.material_type:hover {
  background: url(../img/common/btn_material_type.png) no-repeat 90% 60%, -webkit-linear-gradient(165deg, #E8E8E8 50%, #E8E8E8 0);
  background: url(../img/common/btn_material_type.png) no-repeat 90% 60%, -o-linear-gradient(165deg, #E8E8E8 50%, #E8E8E8 0);
  background: url(../img/common/btn_material_type.png) no-repeat 90% 60%, linear-gradient(-75deg, #E8E8E8 50%, #E8E8E8 0);
}

@media screen and (max-width: 640px) {
  .connectionLink_A li a.material_type {
    background: url(../img/common/btn_material_type_sp.png) no-repeat 90% 60%, -webkit-linear-gradient(165deg, #E8E8E8 50%, #F4F4F4 0);
    background: url(../img/common/btn_material_type_sp.png) no-repeat 90% 60%, -o-linear-gradient(165deg, #E8E8E8 50%, #F4F4F4 0);
    background: url(../img/common/btn_material_type_sp.png) no-repeat 90% 60%, linear-gradient(-75deg, #E8E8E8 50%, #F4F4F4 0);
    background-size: 40% auto, auto;
  }
  .connectionLink_A li a.material_type:hover {
    background: url(../img/common/btn_material_type_sp.png) no-repeat 90% 60%, -webkit-linear-gradient(165deg, #E8E8E8 50%, #E8E8E8 0);
    background: url(../img/common/btn_material_type_sp.png) no-repeat 90% 60%, -o-linear-gradient(165deg, #E8E8E8 50%, #E8E8E8 0);
    background: url(../img/common/btn_material_type_sp.png) no-repeat 90% 60%, linear-gradient(-75deg, #E8E8E8 50%, #E8E8E8 0);
    background-size: 40% auto, auto;
  }
}

.connectionLink_A li a.next_gene_type {
  background: url(../img/common/btn_next_gene_type.png) no-repeat 90% 60%, -webkit-linear-gradient(165deg, #E8E8E8 50%, #F4F4F4 0);
  background: url(../img/common/btn_next_gene_type.png) no-repeat 90% 60%, -o-linear-gradient(165deg, #E8E8E8 50%, #F4F4F4 0);
  background: url(../img/common/btn_next_gene_type.png) no-repeat 90% 60%, linear-gradient(-75deg, #E8E8E8 50%, #F4F4F4 0);
  background-size: auto;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.connectionLink_A li a.next_gene_type:hover {
  background: url(../img/common/btn_next_gene_type.png) no-repeat 90% 60%, -webkit-linear-gradient(165deg, #E8E8E8 50%, #E8E8E8 0);
  background: url(../img/common/btn_next_gene_type.png) no-repeat 90% 60%, -o-linear-gradient(165deg, #E8E8E8 50%, #E8E8E8 0);
  background: url(../img/common/btn_next_gene_type.png) no-repeat 90% 60%, linear-gradient(-75deg, #E8E8E8 50%, #E8E8E8 0);
}

@media screen and (max-width: 640px) {
  .connectionLink_A li a.next_gene_type {
    background: url(../img/common/btn_next_gene_type_sp.png) no-repeat 90% 60%, -webkit-linear-gradient(165deg, #E8E8E8 50%, #F4F4F4 0);
    background: url(../img/common/btn_next_gene_type_sp.png) no-repeat 90% 60%, -o-linear-gradient(165deg, #E8E8E8 50%, #F4F4F4 0);
    background: url(../img/common/btn_next_gene_type_sp.png) no-repeat 90% 60%, linear-gradient(-75deg, #E8E8E8 50%, #F4F4F4 0);
    background-size: auto;
  }
  .connectionLink_A li a.next_gene_type:hover {
    background: url(../img/common/btn_next_gene_type_sp.png) no-repeat 90% 60%, -webkit-linear-gradient(165deg, #E8E8E8 50%, #E8E8E8 0);
    background: url(../img/common/btn_next_gene_type_sp.png) no-repeat 90% 60%, -o-linear-gradient(165deg, #E8E8E8 50%, #E8E8E8 0);
    background: url(../img/common/btn_next_gene_type_sp.png) no-repeat 90% 60%, linear-gradient(-75deg, #E8E8E8 50%, #E8E8E8 0);
    background-size: auto;
  }
}

.connectionLink_A li a.electro_type {
  background: url(../img/common/btn_electro_type.png) no-repeat 90% 60%, -webkit-linear-gradient(165deg, #E8E8E8 50%, #F4F4F4 0);
  background: url(../img/common/btn_electro_type.png) no-repeat 90% 60%, -o-linear-gradient(165deg, #E8E8E8 50%, #F4F4F4 0);
  background: url(../img/common/btn_electro_type.png) no-repeat 90% 60%, linear-gradient(-75deg, #E8E8E8 50%, #F4F4F4 0);
  background-size: auto;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.connectionLink_A li a.electro_type:hover {
  background: url(../img/common/btn_electro_type.png) no-repeat 90% 60%, -webkit-linear-gradient(165deg, #E8E8E8 50%, #E8E8E8 0);
  background: url(../img/common/btn_electro_type.png) no-repeat 90% 60%, -o-linear-gradient(165deg, #E8E8E8 50%, #E8E8E8 0);
  background: url(../img/common/btn_electro_type.png) no-repeat 90% 60%, linear-gradient(-75deg, #E8E8E8 50%, #E8E8E8 0);
}

@media screen and (max-width: 640px) {
  .connectionLink_A li a.electro_type {
    background: url(../img/common/btn_electro_type_sp.png) no-repeat 90% 60%, -webkit-linear-gradient(165deg, #E8E8E8 50%, #F4F4F4 0);
    background: url(../img/common/btn_electro_type_sp.png) no-repeat 90% 60%, -o-linear-gradient(165deg, #E8E8E8 50%, #F4F4F4 0);
    background: url(../img/common/btn_electro_type_sp.png) no-repeat 90% 60%, linear-gradient(-75deg, #E8E8E8 50%, #F4F4F4 0);
    background-size: auto;
  }
  .connectionLink_A li a.electro_type:hover {
    background: url(../img/common/btn_electro_type_sp.png) no-repeat 90% 60%, -webkit-linear-gradient(165deg, #E8E8E8 50%, #E8E8E8 0);
    background: url(../img/common/btn_electro_type_sp.png) no-repeat 90% 60%, -o-linear-gradient(165deg, #E8E8E8 50%, #E8E8E8 0);
    background: url(../img/common/btn_electro_type_sp.png) no-repeat 90% 60%, linear-gradient(-75deg, #E8E8E8 50%, #E8E8E8 0);
  }
}

.connectionLink_A li a.mobility {
  background: url(../img/common/btn_mobility.png) no-repeat 91% 51%, -webkit-linear-gradient(165deg, #E8E8E8 45%, #F4F4F4 0);
  background: url(../img/common/btn_mobility.png) no-repeat 91% 51%, -o-linear-gradient(165deg, #E8E8E8 45%, #F4F4F4 0);
  background: url(../img/common/btn_mobility.png) no-repeat 91% 51%, linear-gradient(-75deg, #E8E8E8 45%, #F4F4F4 0);
  background-size: auto;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.connectionLink_A li a.mobility:hover {
  background: url(../img/common/btn_mobility.png) no-repeat 91% 51%, -webkit-linear-gradient(165deg, #E8E8E8 50%, #E8E8E8 0);
  background: url(../img/common/btn_mobility.png) no-repeat 91% 51%, -o-linear-gradient(165deg, #E8E8E8 50%, #E8E8E8 0);
  background: url(../img/common/btn_mobility.png) no-repeat 91% 51%, linear-gradient(-75deg, #E8E8E8 50%, #E8E8E8 0);
}

@media screen and (max-width: 640px) {
  .connectionLink_A li a.mobility {
    background: url(../img/common/btn_mobility_sp.png) no-repeat 91% 51%, -webkit-linear-gradient(165deg, #E8E8E8 45%, #F4F4F4 0);
    background: url(../img/common/btn_mobility_sp.png) no-repeat 91% 51%, -o-linear-gradient(165deg, #E8E8E8 45%, #F4F4F4 0);
    background: url(../img/common/btn_mobility_sp.png) no-repeat 91% 51%, linear-gradient(-75deg, #E8E8E8 45%, #F4F4F4 0);
    background-size: auto;
  }
  .connectionLink_A li a.mobility:hover {
    background: url(../img/common/btn_mobility_sp.png) no-repeat 91% 51%, -webkit-linear-gradient(165deg, #E8E8E8 45%, #E8E8E8 0);
    background: url(../img/common/btn_mobility_sp.png) no-repeat 91% 51%, -o-linear-gradient(165deg, #E8E8E8 45%, #E8E8E8 0);
    background: url(../img/common/btn_mobility_sp.png) no-repeat 91% 51%, linear-gradient(-75deg, #E8E8E8 45%, #E8E8E8 0);
    background-size: auto;
  }
}

.connectionLink_A li a.infra {
  background: url(../img/common/btn_infra.png) no-repeat 92% 58%, -webkit-linear-gradient(165deg, #E8E8E8 50%, #F4F4F4 0);
  background: url(../img/common/btn_infra.png) no-repeat 92% 58%, -o-linear-gradient(165deg, #E8E8E8 50%, #F4F4F4 0);
  background: url(../img/common/btn_infra.png) no-repeat 92% 58%, linear-gradient(-75deg, #E8E8E8 50%, #F4F4F4 0);
  background-size: auto;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.connectionLink_A li a.infra:hover {
  background: url(../img/common/btn_infra.png) no-repeat 92% 58%, -webkit-linear-gradient(165deg, #E8E8E8 50%, #E8E8E8 0);
  background: url(../img/common/btn_infra.png) no-repeat 92% 58%, -o-linear-gradient(165deg, #E8E8E8 50%, #E8E8E8 0);
  background: url(../img/common/btn_infra.png) no-repeat 92% 58%, linear-gradient(-75deg, #E8E8E8 50%, #E8E8E8 0);
}

@media screen and (max-width: 640px) {
  .connectionLink_A li a.infra {
    background: url(../img/common/btn_infra_sp.png) no-repeat 92% 58%, -webkit-linear-gradient(165deg, #E8E8E8 45%, #F4F4F4 0);
    background: url(../img/common/btn_infra_sp.png) no-repeat 92% 58%, -o-linear-gradient(165deg, #E8E8E8 45%, #F4F4F4 0);
    background: url(../img/common/btn_infra_sp.png) no-repeat 92% 58%, linear-gradient(-75deg, #E8E8E8 45%, #F4F4F4 0);
    background-size: auto;
  }
  .connectionLink_A li a.infra:hover {
    background: url(../img/common/btn_infra_sp.png) no-repeat 92% 58%, -webkit-linear-gradient(165deg, #E8E8E8 45%, #E8E8E8 0);
    background: url(../img/common/btn_infra_sp.png) no-repeat 92% 58%, -o-linear-gradient(165deg, #E8E8E8 45%, #E8E8E8 0);
    background: url(../img/common/btn_infra_sp.png) no-repeat 92% 58%, linear-gradient(-75deg, #E8E8E8 45%, #E8E8E8 0);
    background-size: auto;
  }
}

.connectionLink_A li a.f1 {
  background: url(../img/common/btn_f1.png) no-repeat right 50% #F4F4F4;
  background-size: auto;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.connectionLink_A li a.f1:hover {
  background: url(../img/common/btn_f1.png) no-repeat right 50% #E8E8E8;
}

@media screen and (max-width: 640px) {
  .connectionLink_A li a.f1 {
    background: url(../img/common/btn_f1_sp.png) no-repeat right 50% #F4F4F4;
    background-size: auto;
  }
  .connectionLink_A li a.f1:hover {
    background: url(../img/common/btn_f1_sp.png) no-repeat right 50% #E8E8E8;
  }
}

.connectionLink_A li a.wec {
  background: url(../img/common/btn_wec.png) no-repeat right 50% #F4F4F4;
  background-size: auto;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.connectionLink_A li a.wec:hover {
  background: url(../img/common/btn_wec.png) no-repeat right 50% #E8E8E8;
}

@media screen and (max-width: 640px) {
  .connectionLink_A li a.wec {
    background: url(../img/common/btn_wec_sp.png) no-repeat right 50% #F4F4F4;
    background-size: auto;
  }
  .connectionLink_A li a.wec:hover {
    background: url(../img/common/btn_wec_sp.png) no-repeat right 50% #E8E8E8;
  }
}

.connectionLink_A li a.nurburgring {
  background: url(../img/common/btn_nurburgring.png) no-repeat right 50% #F4F4F4;
  background-size: auto;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.connectionLink_A li a.nurburgring:hover {
  background: url(../img/common/btn_nurburgring.png) no-repeat right 50% #E8E8E8;
}

@media screen and (max-width: 640px) {
  .connectionLink_A li a.nurburgring {
    background: url(../img/common/btn_nurburgring_sp.png) no-repeat right 50% #F4F4F4;
    background-size: auto;
  }
  .connectionLink_A li a.nurburgring:hover {
    background: url(../img/common/btn_nurburgring_sp.png) no-repeat right 50% #E8E8E8;
  }
}

.connectionLink_A li a.nr22 {
  background: url(../img/common/btn_nr22.png) no-repeat right 50% #F4F4F4;
  background-size: auto;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.connectionLink_A li a.nr22:hover {
  background: url(../img/common/btn_nr22.png) no-repeat right 50% #E8E8E8;
}

@media screen and (max-width: 640px) {
  .connectionLink_A li a.nr22 {
    background: url(../img/common/btn_nr22_sp.png) no-repeat right 50% #F4F4F4;
    background-size: auto;
  }
  .connectionLink_A li a.nr22:hover {
    background: url(../img/common/btn_nr22_sp.png) no-repeat right 50% #E8E8E8;
  }
}

.connectionLink_A li a.jutender {
  background: url(../img/common/btn_jutender_type.png) no-repeat 85% 78%, -webkit-linear-gradient(165deg, #E8E8E8 50%, #F4F4F4 0);
  background: url(../img/common/btn_jutender_type.png) no-repeat 85% 78%, -o-linear-gradient(165deg, #E8E8E8 50%, #F4F4F4 0);
  background: url(../img/common/btn_jutender_type.png) no-repeat 85% 78%, linear-gradient(-75deg, #E8E8E8 50%, #F4F4F4 0);
  background-size: auto;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.connectionLink_A li a.jutender:hover {
  background: url(../img/common/btn_jutender_type.png) no-repeat 85% 78%, -webkit-linear-gradient(165deg, #E8E8E8 50%, #E8E8E8 0);
  background: url(../img/common/btn_jutender_type.png) no-repeat 85% 78%, -o-linear-gradient(165deg, #E8E8E8 50%, #E8E8E8 0);
  background: url(../img/common/btn_jutender_type.png) no-repeat 85% 78%, linear-gradient(-75deg, #E8E8E8 50%, #E8E8E8 0);
  background-size: auto;
}

@media screen and (max-width: 640px) {
  .connectionLink_A li a.jutender {
    background: url(../img/common/btn_jutender_type_sp.png) no-repeat 95% 55%, -webkit-linear-gradient(165deg, #E8E8E8 50%, #F4F4F4 0);
    background: url(../img/common/btn_jutender_type_sp.png) no-repeat 95% 55%, -o-linear-gradient(165deg, #E8E8E8 50%, #F4F4F4 0);
    background: url(../img/common/btn_jutender_type_sp.png) no-repeat 95% 55%, linear-gradient(-75deg, #E8E8E8 50%, #F4F4F4 0);
    background-size: auto;
  }
  .connectionLink_A li a.jutender:hover {
    background: url(../img/common/btn_jutender_type_sp.png) no-repeat 95% 55%, -webkit-linear-gradient(165deg, #E8E8E8 50%, #E8E8E8 0);
    background: url(../img/common/btn_jutender_type_sp.png) no-repeat 95% 55%, -o-linear-gradient(165deg, #E8E8E8 50%, #E8E8E8 0);
    background: url(../img/common/btn_jutender_type_sp.png) no-repeat 95% 55%, linear-gradient(-75deg, #E8E8E8 50%, #E8E8E8 0);
    background-size: auto;
  }
}

.connectionLink_A li a.leis {
  background: url(../img/common/btn_leis_type.png) no-repeat 85% 78%, -webkit-linear-gradient(165deg, #E8E8E8 50%, #F4F4F4 0);
  background: url(../img/common/btn_leis_type.png) no-repeat 85% 78%, -o-linear-gradient(165deg, #E8E8E8 50%, #F4F4F4 0);
  background: url(../img/common/btn_leis_type.png) no-repeat 85% 78%, linear-gradient(-75deg, #E8E8E8 50%, #F4F4F4 0);
  background-size: auto;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.connectionLink_A li a.leis:hover {
  background: url(../img/common/btn_leis_type.png) no-repeat 85% 78%, -webkit-linear-gradient(165deg, #E8E8E8 50%, #E8E8E8 0);
  background: url(../img/common/btn_leis_type.png) no-repeat 85% 78%, -o-linear-gradient(165deg, #E8E8E8 50%, #E8E8E8 0);
  background: url(../img/common/btn_leis_type.png) no-repeat 85% 78%, linear-gradient(-75deg, #E8E8E8 50%, #E8E8E8 0);
  background-size: auto;
}

@media screen and (max-width: 640px) {
  .connectionLink_A li a.leis {
    background: url(../img/common/btn_leis_type_sp.png) no-repeat 90% 78%, -webkit-linear-gradient(165deg, #E8E8E8 50%, #F4F4F4 0);
    background: url(../img/common/btn_leis_type_sp.png) no-repeat 90% 78%, -o-linear-gradient(165deg, #E8E8E8 50%, #F4F4F4 0);
    background: url(../img/common/btn_leis_type_sp.png) no-repeat 90% 78%, linear-gradient(-75deg, #E8E8E8 50%, #F4F4F4 0);
    background-size: auto;
  }
  .connectionLink_A li a.leis:hover {
    background: url(../img/common/btn_leis_type_sp.png) no-repeat 90% 78%, -webkit-linear-gradient(165deg, #E8E8E8 50%, #E8E8E8 0);
    background: url(../img/common/btn_leis_type_sp.png) no-repeat 90% 78%, -o-linear-gradient(165deg, #E8E8E8 50%, #E8E8E8 0);
    background: url(../img/common/btn_leis_type_sp.png) no-repeat 90% 78%, linear-gradient(-75deg, #E8E8E8 50%, #E8E8E8 0);
    background-size: auto;
  }
}

.connectionLink_A li a.inclinometer {
  background: url(../img/common/btn_inclinometer_type.png) no-repeat 85% 78%, -webkit-linear-gradient(165deg, #E8E8E8 50%, #F4F4F4 0);
  background: url(../img/common/btn_inclinometer_type.png) no-repeat 85% 78%, -o-linear-gradient(165deg, #E8E8E8 50%, #F4F4F4 0);
  background: url(../img/common/btn_inclinometer_type.png) no-repeat 85% 78%, linear-gradient(-75deg, #E8E8E8 50%, #F4F4F4 0);
  background-size: auto;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.connectionLink_A li a.inclinometer:hover {
  background: url(../img/common/btn_inclinometer_type.png) no-repeat 85% 78%, -webkit-linear-gradient(165deg, #E8E8E8 50%, #E8E8E8 0);
  background: url(../img/common/btn_inclinometer_type.png) no-repeat 85% 78%, -o-linear-gradient(165deg, #E8E8E8 50%, #E8E8E8 0);
  background: url(../img/common/btn_inclinometer_type.png) no-repeat 85% 78%, linear-gradient(-75deg, #E8E8E8 50%, #E8E8E8 0);
  background-size: auto;
}

@media screen and (max-width: 640px) {
  .connectionLink_A li a.inclinometer {
    background: url(../img/common/btn_inclinometer_type_sp.png) no-repeat 85% 78%, -webkit-linear-gradient(165deg, #E8E8E8 50%, #F4F4F4 0);
    background: url(../img/common/btn_inclinometer_type_sp.png) no-repeat 85% 78%, -o-linear-gradient(165deg, #E8E8E8 50%, #F4F4F4 0);
    background: url(../img/common/btn_inclinometer_type_sp.png) no-repeat 85% 78%, linear-gradient(-75deg, #E8E8E8 50%, #F4F4F4 0);
    background-size: auto;
  }
  .connectionLink_A li a.inclinometer:hover {
    background: url(../img/common/btn_inclinometer_type_sp.png) no-repeat 85% 78%, -webkit-linear-gradient(165deg, #E8E8E8 50%, #E8E8E8 0);
    background: url(../img/common/btn_inclinometer_type_sp.png) no-repeat 85% 78%, -o-linear-gradient(165deg, #E8E8E8 50%, #E8E8E8 0);
    background: url(../img/common/btn_inclinometer_type_sp.png) no-repeat 85% 78%, linear-gradient(-75deg, #E8E8E8 50%, #E8E8E8 0);
    background-size: auto;
  }
}

.connectionLink_A li a.earthquake_detector {
  background: url(../img/common/btn_earthquake_type.png) no-repeat 85% 78%, -webkit-linear-gradient(165deg, #E8E8E8 50%, #F4F4F4 0);
  background: url(../img/common/btn_earthquake_type.png) no-repeat 85% 78%, -o-linear-gradient(165deg, #E8E8E8 50%, #F4F4F4 0);
  background: url(../img/common/btn_earthquake_type.png) no-repeat 85% 78%, linear-gradient(-75deg, #E8E8E8 50%, #F4F4F4 0);
  background-size: auto;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.connectionLink_A li a.earthquake_detector:hover {
  background: url(../img/common/btn_earthquake_type.png) no-repeat 85% 78%, -webkit-linear-gradient(165deg, #E8E8E8 50%, #E8E8E8 0);
  background: url(../img/common/btn_earthquake_type.png) no-repeat 85% 78%, -o-linear-gradient(165deg, #E8E8E8 50%, #E8E8E8 0);
  background: url(../img/common/btn_earthquake_type.png) no-repeat 85% 78%, linear-gradient(-75deg, #E8E8E8 50%, #E8E8E8 0);
  background-size: auto;
}

@media screen and (max-width: 640px) {
  .connectionLink_A li a.earthquake_detector {
    background: url(../img/common/btn_earthquake_type_sp.png) no-repeat 95% 78%, -webkit-linear-gradient(165deg, #E8E8E8 50%, #F4F4F4 0);
    background: url(../img/common/btn_earthquake_type_sp.png) no-repeat 95% 78%, -o-linear-gradient(165deg, #E8E8E8 50%, #F4F4F4 0);
    background: url(../img/common/btn_earthquake_type_sp.png) no-repeat 95% 78%, linear-gradient(-75deg, #E8E8E8 50%, #F4F4F4 0);
    background-size: auto;
  }
  .connectionLink_A li a.earthquake_detector:hover {
    background: url(../img/common/btn_earthquake_type_sp.png) no-repeat 95% 78%, -webkit-linear-gradient(165deg, #E8E8E8 50%, #E8E8E8 0);
    background: url(../img/common/btn_earthquake_type_sp.png) no-repeat 95% 78%, -o-linear-gradient(165deg, #E8E8E8 50%, #E8E8E8 0);
    background: url(../img/common/btn_earthquake_type_sp.png) no-repeat 95% 78%, linear-gradient(-75deg, #E8E8E8 50%, #E8E8E8 0);
    background-size: auto;
  }
}

.connectionLink_A li a.jutender2 {
  background: url(../img/common/btn_jutender2_type.png) no-repeat 85% 78%, -webkit-linear-gradient(165deg, #E8E8E8 50%, #F4F4F4 0);
  background: url(../img/common/btn_jutender2_type.png) no-repeat 85% 78%, -o-linear-gradient(165deg, #E8E8E8 50%, #F4F4F4 0);
  background: url(../img/common/btn_jutender2_type.png) no-repeat 85% 78%, linear-gradient(-75deg, #E8E8E8 50%, #F4F4F4 0);
  background-size: auto;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.connectionLink_A li a.jutender2:hover {
  background: url(../img/common/btn_jutender2_type.png) no-repeat 85% 78%, -webkit-linear-gradient(165deg, #E8E8E8 50%, #E8E8E8 0);
  background: url(../img/common/btn_jutender2_type.png) no-repeat 85% 78%, -o-linear-gradient(165deg, #E8E8E8 50%, #E8E8E8 0);
  background: url(../img/common/btn_jutender2_type.png) no-repeat 85% 78%, linear-gradient(-75deg, #E8E8E8 50%, #E8E8E8 0);
  background-size: auto;
}

@media screen and (max-width: 640px) {
  .connectionLink_A li a.jutender2 {
    background: url(../img/common/btn_jutender2_type_sp.png) no-repeat 95% 55%, -webkit-linear-gradient(165deg, #E8E8E8 50%, #F4F4F4 0);
    background: url(../img/common/btn_jutender2_type_sp.png) no-repeat 95% 55%, -o-linear-gradient(165deg, #E8E8E8 50%, #F4F4F4 0);
    background: url(../img/common/btn_jutender2_type_sp.png) no-repeat 95% 55%, linear-gradient(-75deg, #E8E8E8 50%, #F4F4F4 0);
    background-size: auto;
  }
  .connectionLink_A li a.jutender2:hover {
    background: url(../img/common/btn_jutender2_type_sp.png) no-repeat 95% 55%, -webkit-linear-gradient(165deg, #E8E8E8 50%, #E8E8E8 0);
    background: url(../img/common/btn_jutender2_type_sp.png) no-repeat 95% 55%, -o-linear-gradient(165deg, #E8E8E8 50%, #E8E8E8 0);
    background: url(../img/common/btn_jutender2_type_sp.png) no-repeat 95% 55%, linear-gradient(-75deg, #E8E8E8 50%, #E8E8E8 0);
    background-size: auto;
  }
}

.connectionLink_A li a.aps {
  background: url(../img/common/btn_aps_type.png) no-repeat right 50% #F4F4F4;
  background-size: auto;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.connectionLink_A li a.aps:hover {
  background: url(../img/common/btn_aps_type.png) no-repeat right 50% #E8E8E8;
}

@media screen and (max-width: 640px) {
  .connectionLink_A li a.aps {
    background: url(../img/common/btn_aps_type_sp.png) no-repeat right 50% #F4F4F4;
    background-size: auto;
  }
  .connectionLink_A li a.aps:hover {
    background: url(../img/common/btn_aps_type_sp.png) no-repeat right 50% #E8E8E8;
  }
}

.connectionLink_A li a.monozukuri {
  background: url(../img/common/btn_monozukuri_type.png) no-repeat right 50% #F4F4F4;
  background-size: auto;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.connectionLink_A li a.monozukuri:hover {
  background: url(../img/common/btn_monozukuri_type.png) no-repeat right 50% #E8E8E8;
}

@media screen and (max-width: 640px) {
  .connectionLink_A li a.monozukuri {
    background: url(../img/common/btn_monozukuri_type_sp.png) no-repeat right 50% #F4F4F4;
    background-size: auto;
  }
  .connectionLink_A li a.monozukuri:hover {
    background: url(../img/common/btn_monozukuri_type_sp.png) no-repeat right 50% #E8E8E8;
  }
}

.connectionLink_A li a b {
  position: absolute;
  display: block;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  color: #282729;
  font-family: 'Roboto', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3;
  width: 43%;
}

.connectionLink_A li a b span {
  font-size: 14px;
}

@media screen and (max-width: 640px) {
  .connectionLink_A li a b {
    font-size: 16px;
    width: 70%;
    font-weight: 500;
  }
  .connectionLink_A li a b span {
    font-size: 16px;
  }
}

.connectionLink_A li a small {
  font-size: 60%;
  line-height: 1.5;
}

.connectionLink_A li a small.small2 {
  font-size: 16px;
}

.connectionLink_A li a small.small3 {
  font-size: 14px;
}

.connectionLink_A li a:hover:after {
  border-color: transparent transparent #FF0000 transparent;
}

.connectionLink_B {
  margin-bottom: 2em;
}

@media screen and (max-width: 640px) {
  .connectionLink_B {
    margin-bottom: 1em;
  }
}

.connectionLink_B.mt2em {
  margin-top: 2em;
}

.connectionLink_B li {
  margin-bottom: .5em;
  background-image: none !important;
}

.connectionLink_B li a {
  display: inline-block;
  padding-left: 18px;
  font-size: 16px;
  position: relative;
}

.connectionLink_B li a:before {
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  font-family: 'FontAwesome';
  content: "\f105";
  text-align: center;
  text-indent: 0;
  font-weight: 400;
  width: 1.3em;
  line-height: 1.25;
  color: #383838;
}

.connectionLink_B li a.outLink {
  background: url(../../../common/images/arr_tx_link_ext.png) no-repeat 2px 6px;
  padding-left: 18px;
}

.connectionLink_B li a.outLink:before {
  content: "";
}

@media screen and (max-width: 640px) {
  .connectionLink_A + .connectionLink_C {
    margin-top: 3%;
  }
}

.connectionLink_C {
  margin-bottom: 65px;
  margin-top: 4em;
}

.connectionLink_C:before, .connectionLink_C:after {
  display: table;
  content: " ";
}

.connectionLink_C:after {
  clear: both;
}

.connectionLink_C li {
  width: calc((100% - 44px)/ 3);
  margin: 35px 21px 13px 0;
  float: left;
}

.connectionLink_C li:nth-of-type(3n) {
  margin-right: 0;
}

.connectionLink_C li:nth-child(1), .connectionLink_C li:nth-child(2), .connectionLink_C li:nth-child(3) {
  margin-top: 0;
}

.connectionLink_C li a {
  width: 100%;
  position: relative;
  display: block;
  background-color: #F4F4F4;
  min-height: 115px;
  text-decoration: none;
  padding: 0 20px;
}

.connectionLink_C li a:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  bottom: 0;
  right: 0;
  border-style: solid;
  border-width: 0 0 14px 14px;
  border-color: transparent transparent #0F5B9F transparent;
}

.connectionLink_C li a:hover:after {
  border-color: transparent transparent #FF0033 transparent;
}

.connectionLink_C li a.disc_brake {
  background: url(../img/common/btn_disk_02.png) no-repeat 90% 60%, -webkit-linear-gradient(165deg, #E8E8E8 45%, #F4F4F4 0);
  background: url(../img/common/btn_disk_02.png) no-repeat 90% 60%, -o-linear-gradient(165deg, #E8E8E8 45%, #F4F4F4 0);
  background: url(../img/common/btn_disk_02.png) no-repeat 90% 60%, linear-gradient(-75deg, #E8E8E8 45%, #F4F4F4 0);
  background-size: auto;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.connectionLink_C li a.disc_brake:hover {
  background: url(../img/common/btn_disk_02.png) no-repeat 90% 60%, -webkit-linear-gradient(165deg, #E8E8E8 45%, #EFEFEF 0);
  background: url(../img/common/btn_disk_02.png) no-repeat 90% 60%, -o-linear-gradient(165deg, #E8E8E8 45%, #EFEFEF 0);
  background: url(../img/common/btn_disk_02.png) no-repeat 90% 60%, linear-gradient(-75deg, #E8E8E8 45%, #EFEFEF 0);
}

.connectionLink_C li a.drum_brake {
  background: url(../img/common/btn_drum_02.png) no-repeat 92% 66%, -webkit-linear-gradient(165deg, #E8E8E8 45%, #F4F4F4 0);
  background: url(../img/common/btn_drum_02.png) no-repeat 92% 66%, -o-linear-gradient(165deg, #E8E8E8 45%, #F4F4F4 0);
  background: url(../img/common/btn_drum_02.png) no-repeat 92% 66%, linear-gradient(-75deg, #E8E8E8 45%, #F4F4F4 0);
  background-size: auto;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.connectionLink_C li a.drum_brake:hover {
  background: url(../img/common/btn_drum_02.png) no-repeat 92% 66%, -webkit-linear-gradient(165deg, #E8E8E8 45%, #EFEFEF 0);
  background: url(../img/common/btn_drum_02.png) no-repeat 92% 66%, -o-linear-gradient(165deg, #E8E8E8 45%, #EFEFEF 0);
  background: url(../img/common/btn_drum_02.png) no-repeat 92% 66%, linear-gradient(-75deg, #E8E8E8 45%, #EFEFEF 0);
}

.connectionLink_C li a.friction {
  background: url(../img/common/btn_friction_02.png) no-repeat 92% 58%, -webkit-linear-gradient(165deg, #E8E8E8 45%, #F4F4F4 0);
  background: url(../img/common/btn_friction_02.png) no-repeat 92% 58%, -o-linear-gradient(165deg, #E8E8E8 45%, #F4F4F4 0);
  background: url(../img/common/btn_friction_02.png) no-repeat 92% 58%, linear-gradient(-75deg, #E8E8E8 45%, #F4F4F4 0);
  background-size: auto;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.connectionLink_C li a.friction:hover {
  background: url(../img/common/btn_friction_02.png) no-repeat 92% 58%, -webkit-linear-gradient(165deg, #E8E8E8 45%, #EFEFEF 0);
  background: url(../img/common/btn_friction_02.png) no-repeat 92% 58%, -o-linear-gradient(165deg, #E8E8E8 45%, #EFEFEF 0);
  background: url(../img/common/btn_friction_02.png) no-repeat 92% 58%, linear-gradient(-75deg, #E8E8E8 45%, #EFEFEF 0);
}

.connectionLink_C li a.inclinometer {
  background: url(../img/common/btn_inclinometer.png) no-repeat 90% 60%, -webkit-linear-gradient(165deg, #E8E8E8 45%, #F4F4F4 0);
  background: url(../img/common/btn_inclinometer.png) no-repeat 90% 60%, -o-linear-gradient(165deg, #E8E8E8 45%, #F4F4F4 0);
  background: url(../img/common/btn_inclinometer.png) no-repeat 90% 60%, linear-gradient(-75deg, #E8E8E8 45%, #F4F4F4 0);
  background-size: auto;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.connectionLink_C li a.inclinometer:hover {
  background: url(../img/common/btn_inclinometer.png) no-repeat 90% 60%, -webkit-linear-gradient(165deg, #E8E8E8 45%, #EFEFEF 0);
  background: url(../img/common/btn_inclinometer.png) no-repeat 90% 60%, -o-linear-gradient(165deg, #E8E8E8 45%, #EFEFEF 0);
  background: url(../img/common/btn_inclinometer.png) no-repeat 90% 60%, linear-gradient(-75deg, #E8E8E8 45%, #EFEFEF 0);
}

.connectionLink_C li a.inclinometer2 {
  background: url(../img/common/btn_inclinometer2.png) no-repeat 92% 66%, -webkit-linear-gradient(165deg, #E8E8E8 45%, #F4F4F4 0);
  background: url(../img/common/btn_inclinometer2.png) no-repeat 92% 66%, -o-linear-gradient(165deg, #E8E8E8 45%, #F4F4F4 0);
  background: url(../img/common/btn_inclinometer2.png) no-repeat 92% 66%, linear-gradient(-75deg, #E8E8E8 45%, #F4F4F4 0);
  background-size: auto;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.connectionLink_C li a.inclinometer2:hover {
  background: url(../img/common/btn_inclinometer2.png) no-repeat 92% 66%, -webkit-linear-gradient(165deg, #E8E8E8 45%, #EFEFEF 0);
  background: url(../img/common/btn_inclinometer2.png) no-repeat 92% 66%, -o-linear-gradient(165deg, #E8E8E8 45%, #EFEFEF 0);
  background: url(../img/common/btn_inclinometer2.png) no-repeat 92% 66%, linear-gradient(-75deg, #E8E8E8 45%, #EFEFEF 0);
}

.connectionLink_C li a.jutender {
  background: url(../img/common/btn_jutender.png) no-repeat 92% 58%, -webkit-linear-gradient(165deg, #E8E8E8 45%, #F4F4F4 0);
  background: url(../img/common/btn_jutender.png) no-repeat 92% 58%, -o-linear-gradient(165deg, #E8E8E8 45%, #F4F4F4 0);
  background: url(../img/common/btn_jutender.png) no-repeat 92% 58%, linear-gradient(-75deg, #E8E8E8 45%, #F4F4F4 0);
  background-size: auto;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.connectionLink_C li a.jutender:hover {
  background: url(../img/common/btn_jutender.png) no-repeat 92% 58%, -webkit-linear-gradient(165deg, #E8E8E8 45%, #EFEFEF 0);
  background: url(../img/common/btn_jutender.png) no-repeat 92% 58%, -o-linear-gradient(165deg, #E8E8E8 45%, #EFEFEF 0);
  background: url(../img/common/btn_jutender.png) no-repeat 92% 58%, linear-gradient(-75deg, #E8E8E8 45%, #EFEFEF 0);
}

.connectionLink_C li a.jutender2 {
  background: url(../img/common/btn_jutender2.png) no-repeat 92% 58%, -webkit-linear-gradient(165deg, #E8E8E8 45%, #F4F4F4 0);
  background: url(../img/common/btn_jutender2.png) no-repeat 92% 58%, -o-linear-gradient(165deg, #E8E8E8 45%, #F4F4F4 0);
  background: url(../img/common/btn_jutender2.png) no-repeat 92% 58%, linear-gradient(-75deg, #E8E8E8 45%, #F4F4F4 0);
  background-size: auto;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.connectionLink_C li a.jutender2:hover {
  background: url(../img/common/btn_jutender2.png) no-repeat 92% 58%, -webkit-linear-gradient(165deg, #E8E8E8 45%, #EFEFEF 0);
  background: url(../img/common/btn_jutender2.png) no-repeat 92% 58%, -o-linear-gradient(165deg, #E8E8E8 45%, #EFEFEF 0);
  background: url(../img/common/btn_jutender2.png) no-repeat 92% 58%, linear-gradient(-75deg, #E8E8E8 45%, #EFEFEF 0);
}

.connectionLink_C li a.leis {
  background: url(../img/common/btn_leis.png) no-repeat 92% 58%, -webkit-linear-gradient(165deg, #E8E8E8 45%, #F4F4F4 0);
  background: url(../img/common/btn_leis.png) no-repeat 92% 58%, -o-linear-gradient(165deg, #E8E8E8 45%, #F4F4F4 0);
  background: url(../img/common/btn_leis.png) no-repeat 92% 58%, linear-gradient(-75deg, #E8E8E8 45%, #F4F4F4 0);
  background-size: auto;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.connectionLink_C li a.leis:hover {
  background: url(../img/common/btn_leis.png) no-repeat 92% 58%, -webkit-linear-gradient(165deg, #E8E8E8 45%, #EFEFEF 0);
  background: url(../img/common/btn_leis.png) no-repeat 92% 58%, -o-linear-gradient(165deg, #E8E8E8 45%, #EFEFEF 0);
  background: url(../img/common/btn_leis.png) no-repeat 92% 58%, linear-gradient(-75deg, #E8E8E8 45%, #EFEFEF 0);
}

.connectionLink_C li a.earthquake_detector {
  background: url(../img/common/btn_earthquake_detector.png) no-repeat 92% 58%, -webkit-linear-gradient(165deg, #E8E8E8 45%, #F4F4F4 0);
  background: url(../img/common/btn_earthquake_detector.png) no-repeat 92% 58%, -o-linear-gradient(165deg, #E8E8E8 45%, #F4F4F4 0);
  background: url(../img/common/btn_earthquake_detector.png) no-repeat 92% 58%, linear-gradient(-75deg, #E8E8E8 45%, #F4F4F4 0);
  background-size: auto;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.connectionLink_C li a.earthquake_detector:hover {
  background: url(../img/common/btn_earthquake_detector.png) no-repeat 92% 58%, -webkit-linear-gradient(165deg, #E8E8E8 45%, #EFEFEF 0);
  background: url(../img/common/btn_earthquake_detector.png) no-repeat 92% 58%, -o-linear-gradient(165deg, #E8E8E8 45%, #EFEFEF 0);
  background: url(../img/common/btn_earthquake_detector.png) no-repeat 92% 58%, linear-gradient(-75deg, #E8E8E8 45%, #EFEFEF 0);
}

.connectionLink_C li a.nvh {
  background: url(../img/common/btn_nvh.png) no-repeat 100% 0% #F4F4F4;
  background-size: auto;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.connectionLink_C li a.nvh:hover {
  background: url(../img/common/btn_nvh.png) no-repeat 100% 0% #E8E8E8;
}

.connectionLink_C li a.material {
  background: url(../img/common/btn_material.png) no-repeat 92% 58%, -webkit-linear-gradient(165deg, #E8E8E8 45%, #F4F4F4 0);
  background: url(../img/common/btn_material.png) no-repeat 92% 58%, -o-linear-gradient(165deg, #E8E8E8 45%, #F4F4F4 0);
  background: url(../img/common/btn_material.png) no-repeat 92% 58%, linear-gradient(-75deg, #E8E8E8 45%, #F4F4F4 0);
  background-size: auto;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.connectionLink_C li a.material:hover {
  background: url(../img/common/btn_material.png) no-repeat 92% 58%, -webkit-linear-gradient(165deg, #E8E8E8 45%, #EFEFEF 0);
  background: url(../img/common/btn_material.png) no-repeat 92% 58%, -o-linear-gradient(165deg, #E8E8E8 45%, #EFEFEF 0);
  background: url(../img/common/btn_material.png) no-repeat 92% 58%, linear-gradient(-75deg, #E8E8E8 45%, #EFEFEF 0);
}

.connectionLink_C li a.next_generation {
  background: url(../img/common/btn_next_gene.png) no-repeat 92% 58%, -webkit-linear-gradient(165deg, #E8E8E8 45%, #F4F4F4 0);
  background: url(../img/common/btn_next_gene.png) no-repeat 92% 58%, -o-linear-gradient(165deg, #E8E8E8 45%, #F4F4F4 0);
  background: url(../img/common/btn_next_gene.png) no-repeat 92% 58%, linear-gradient(-75deg, #E8E8E8 45%, #F4F4F4 0);
  background-size: auto;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.connectionLink_C li a.next_generation:hover {
  background: url(../img/common/btn_next_gene.png) no-repeat 92% 58%, -webkit-linear-gradient(165deg, #E8E8E8 45%, #EFEFEF 0);
  background: url(../img/common/btn_next_gene.png) no-repeat 92% 58%, -o-linear-gradient(165deg, #E8E8E8 45%, #EFEFEF 0);
  background: url(../img/common/btn_next_gene.png) no-repeat 92% 58%, linear-gradient(-75deg, #E8E8E8 45%, #EFEFEF 0);
}

.connectionLink_C li a.electro_mechanical {
  background: url(../img/common/btn_electro.png) no-repeat 92% 58%, -webkit-linear-gradient(165deg, #E8E8E8 45%, #F4F4F4 0);
  background: url(../img/common/btn_electro.png) no-repeat 92% 58%, -o-linear-gradient(165deg, #E8E8E8 45%, #F4F4F4 0);
  background: url(../img/common/btn_electro.png) no-repeat 92% 58%, linear-gradient(-75deg, #E8E8E8 45%, #F4F4F4 0);
  background-size: auto;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.connectionLink_C li a.electro_mechanical:hover {
  background: url(../img/common/btn_electro.png) no-repeat 92% 58%, -webkit-linear-gradient(165deg, #E8E8E8 45%, #EFEFEF 0);
  background: url(../img/common/btn_electro.png) no-repeat 92% 58%, -o-linear-gradient(165deg, #E8E8E8 45%, #EFEFEF 0);
  background: url(../img/common/btn_electro.png) no-repeat 92% 58%, linear-gradient(-75deg, #E8E8E8 45%, #EFEFEF 0);
}

.connectionLink_C li a.f1 {
  background: url(../img/common/btn_f1.png) no-repeat right 50% #F4F4F4;
  background-size: auto 115px;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.connectionLink_C li a.wec {
  background: url(../img/common/btn_wec.png) no-repeat right 50% #F4F4F4;
  background-size: auto 115px;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.connectionLink_C li a.nurburgring {
  background: url(../img/common/btn_nurburgring.png) no-repeat right 50% #F4F4F4;
  background-size: auto 115px;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.connectionLink_C li a.nr22 {
  background: url(../img/common/btn_nr22.png) no-repeat right 50% #F4F4F4;
  background-size: auto 115px;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.connectionLink_C li a span {
  position: absolute;
  display: block;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  color: #282729;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  width: 50%;
}

.connectionLink_C li a span b {
  display: block;
  font-size: 14px;
  font-family: 'Roboto', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
  font-weight: 500;
}

@media screen and (max-width: 640px) {
  .connectionLink_C li a span b {
    font-size: 16px;
  }
}

@media screen and (max-width: 640px) {
  .connectionLink_C {
    margin-bottom: 0;
  }
  .connectionLink_C li {
    margin-top: 22px;
    margin-right: 0;
    margin-bottom: 3%;
    float: none;
    width: 100%;
  }
  .connectionLink_C li:nth-of-type(3n) {
    margin-right: 0;
  }
  .connectionLink_C li:nth-of-type(2n) {
    margin-right: 0;
  }
  .connectionLink_C li:nth-child(1), .connectionLink_C li:nth-child(2), .connectionLink_C li:nth-child(3) {
    margin-top: 0;
  }
  .connectionLink_C li a {
    padding: 0 2.5%;
  }
}

.connectionLink_D {
  margin-bottom: 2em;
}

.connectionLink_D.sp {
  display: none;
}

.connectionLink_D.mt2em {
  margin-top: 2em;
}

.connectionLink_D li {
  margin-bottom: .5em;
}

.connectionLink_D li a {
  display: inline-block;
  padding-left: 18px;
  position: relative;
}

.connectionLink_D li a:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-family: 'FontAwesome';
  content: "\f105";
  text-align: center;
  text-indent: 0;
  font-weight: 400;
  width: 1.3em;
  line-height: 1.25;
  color: #383838;
}

.connectionLink_D li a.outLink {
  background: url(../../../common/images/arr_tx_link_ext.png) no-repeat 2px 6px;
  padding-left: 18px;
}

.connectionLink_D li a.outLink:before {
  content: "";
}

@media screen and (max-width: 640px) {
  .connectionLink_D {
    display: none;
  }
  .connectionLink_D.sp {
    display: block;
    padding: 0 10px;
    margin-bottom: 2em;
    text-align: left;
  }
  .connectionLink_D.sp.mt2em {
    margin-top: 2em;
  }
  .connectionLink_D.sp li {
    margin-bottom: .5em;
  }
  .connectionLink_D.sp li a {
    display: inline-block;
    padding-left: 18px;
    position: relative;
  }
  .connectionLink_D.sp li a:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    font-family: 'FontAwesome';
    content: "\f105";
    text-align: center;
    text-indent: 0;
    font-weight: 400;
    width: 1.3em;
    line-height: 1.25;
    color: #383838;
  }
  .connectionLink_D.sp li a.outLink {
    background: url(../../../common/images/arr_tx_link_ext.png) no-repeat 2px 6px;
    padding-left: 18px;
  }
  .connectionLink_D.sp li a.outLink:before {
    content: "";
  }
}

.connectionLink_E {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 25px;
  margin-top: 50px;
}

@media screen and (max-width: 640px) {
  .connectionLink_E {
    margin-top: 0;
  }
}

.connectionLink_E.mb200 {
  margin-bottom: 200px;
}

.connectionLink_E ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 !important;
}

.connectionLink_E li {
  background: none !important;
  width: calc((100% - 25px)/ 2);
  margin-bottom: 25px !important;
  padding-left: 0 !important;
}

.connectionLink_E li:nth-child(2n) {
  margin: 0 0 0 25px;
}

@media screen and (max-width: 640px) {
  .connectionLink_E li:nth-child(2n) {
    margin: 0 0 0 15px;
  }
}

@media screen and (max-width: 640px) {
  .connectionLink_E li {
    width: calc((100% - 15px)/ 2);
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 15px !important;
  }
}

.connectionLink_E li a {
  width: 100%;
  position: relative;
  display: block;
  background-color: #F4F4F4;
  min-height: 85px;
  text-decoration: none;
  padding: 0 23px;
}

@media screen and (max-width: 640px) {
  .connectionLink_E li a {
    min-height: 105px;
    padding: 0 15px;
  }
}

.connectionLink_E li a.outLink:before {
  content: url(../../../common/images/arr_tx_link_ext.png) !important;
  font-family: 'FontAwesome';
  text-align: center;
  text-indent: 0;
  font-weight: 400;
  width: 1.3em;
  position: absolute;
  top: 40px;
  left: 3px;
}

@media screen and (max-width: 640px) {
  .connectionLink_E li a.outLink:before {
    top: 48px;
    left: -1px;
  }
}

.connectionLink_E li a:hover {
  background-color: #e8e8e8;
}

.connectionLink_E li a:hover:after {
  border-color: transparent transparent #FF0000 transparent;
}

.connectionLink_E li a:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  bottom: 0;
  right: 0;
  border-style: solid;
  border-width: 0 0 14px 14px;
  border-color: transparent transparent #0F5B9F transparent;
}

.connectionLink_E li span {
  position: absolute;
  display: block;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  color: #282729;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3;
  width: calc(100% - 46px);
}

@media screen and (max-width: 640px) {
  .connectionLink_E li span {
    font-size: 14px;
  }
}

.connectionLink_E li small {
  font-size: 60%;
  line-height: 1.5;
}

.infra_map_wrap {
  max-width: 1080px;
  margin: 0 auto;
  background: url(../img/product/sensor/infrastructure/infra_map_off.jpg) left top no-repeat;
  background-size: 100% auto;
}

.infra_map_wrap .infra_map {
  width: 100%;
  height: auto;
}

/* =======================================================================================================================
COMMON
======================================================================================================================= */
.tac {
  text-align: center !important;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

.fs85 {
  font-size: 85% !important;
}

.mb1em {
  margin-bottom: 1em;
}

.mb3em {
  margin-bottom: 3em;
}

.mb5em {
  margin-bottom: 5em !important;
}

.listMb1 li {
  margin-bottom: 1em;
}

.lh20 {
  line-height: 20px !important;
}

.lh1_4 {
  line-height: 1.4 !important;
}

.lh1_5 {
  line-height: 1.5 !important;
}

.mt10 {
  margin-top: 10px;
}

.mt2em {
  margin-top: 2em;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb7 {
  margin-bottom: 7px !important;
}

.mt7 {
  margin-top: 7px;
}

/* =======================================================================================================================
base_old.cssから引用
======================================================================================================================= */
.mainCont table.tblFmt-1 {
  width: 100%;
  border-collapse: collapse;
  margin: 1em 0;
  font-size: 100%;
}

.mainCont table.tblFmt-1.wb_break_all.mt0 {
  margin-top: 0 !important;
}

.mainCont table.tblFmt-1.wb_break_all td {
  word-break: break-all;
}

.mainCont table.tblFmt-1 th,
.mainCont table.tblFmt-1 td {
  border: solid 1px #bfbfbf;
  padding: 7px 10px 5px;
  font-size: 108%;
}

.mainCont table.tblFmt-1 thead th {
  background-color: #0060af;
  color: #fff;
}

.mainCont table.tblFmt-1 tbody th {
  background-color: #edf7ff;
  font-family: 'Roboto', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
  font-weight: 400;
}

.mainCont table.tblFmt-1 tfoot th,
.mainCont table.tblFmt-1 tfoot td {
  border-top: double 3px #bfbfbf;
}

.mainCont table.tblFmt-1 tfoot th {
  background-color: #d8edff;
}

.mainCont table.tblFmt-1 tfoot td {
  background: #f9f9f9;
}

.mainCont table.tblFmt-1.thNoWrap th {
  white-space: nowrap;
}

/*opVlineNone*/
.mainCont table.tblFmt-1.opVlineNone th,
.mainCont table.tblFmt-1.opVlineNone td {
  border-left: none;
  border-right: none;
}

.mainCont table.tblFmt-1.opVlineNone thead th {
  background-color: #fff;
  color: #000;
  border-top: none;
}

.mainCont table.tblFmt-1.opVlineNone tbody th {
  background-color: #f8f8f8;
  width: 200px;
}

.mainCont table.tblFmt-1.opVlineNone tfoot th,
.mainCont table.tblFmt-1.opVlineNone tfoot td {
  border-top: solid 2px #bfbfbf;
}

.mainCont table.tblFmt-1.opVlineNone tfoot th {
  background-color: #e5e5e5;
}

/*noBorder*/
.mainCont table.tblFmt-1.noBorder th,
.mainCont table.tblFmt-1.noBorder td {
  border: none;
}

.mainCont table.tblFmt-1.noBorder thead th {
  background: #0060af;
  color: #fff;
}

.mainCont table.tblFmt-1.noBorder tbody th {
  background: #f9f9f9;
  border-right: dotted 1px #bfbfbf;
}

.mainCont table.tblFmt-1.noBorder tbody .alternative th {
  background: #d3e7f7;
}

.mainCont table.tblFmt-1.noBorder td {
  background: #f9f9f9;
}

.mainCont table.tblFmt-1.noBorder .alternative td {
  background: #d3e7f7;
}

.mainCont table.tblFmt-1.noBorder .lastLine th,
.mainCont table.tblFmt-1.noBorder .lastLine td {
  border-bottom: solid 1px #bfbfbf;
}

.mainCont table.tblFmt-1.noBorder .firstLine th,
.mainCont table.tblFmt-1.noBorder .firstLine td {
  border-top: solid 1px #bfbfbf;
}

/*align*/
.mainCont table.tblFmt-1.tdC td {
  text-align: center;
}

.mainCont table.tblFmt-1.tdR td {
  text-align: right;
}

.mainCont table.tblFmt-1.thC th {
  text-align: center;
}

.mainCont table.tblFmt-1.thThC thead th {
  text-align: center;
}

.mainCont table.tblFmt-1.tdFsSmall td {
  font-size: 10px;
}

.mainCont table.tblFmt-1.tblPaddingSmall th,
.mainCont table.tblFmt-1.tblPaddingSmall td {
  padding: 5px 2px;
}

.mainCont table.tblFmt-1.tblFsSmall th,
.mainCont table.tblFmt-1.tblFsSmall td {
  font-size: 10px;
}

.mainCont table.tblFmt-1.tblFsSmaller th {
  font-size: 10px;
}

.mainCont table.tblFmt-1.tblFsSmaller td {
  font-size: 8px;
}

.mainCont table.tblFmt-1.tblSpSmall th,
.mainCont table.tblFmt-1.tblSpSmall td {
  font-size: 85%;
}

.vtop th,
.vtop td {
  vertical-align: top;
}

.thc thead th {
  text-align: center;
}

.tdr td {
  text-align: right;
}

.left th,
.left td {
  text-align: left;
}

/**/
.rm {
  color: #cb5b00;
}

#inputTable .rm,
#confirmTable .rm {
  font-size: 90%;
  padding-left: 4px;
  display: inline-block;
}

#contactConditions {
  background: #f9f9f9;
  padding: 15px 15px 15px 15px;
  margin-bottom: 20px;
  border: solid 1px #bfbfbf;
}

#contactConditions .notes {
  font-size: 90%;
  list-style: none;
  margin: 1em 0;
  padding: 0 0 0 10px;
}

#submitBtn {
  text-align: center;
  margin: 20px 0;
}

#submitBtn span {
  display: inline-block;
  background: #f1f1f1;
  padding: 3px 4px;
  margin: 0 6px;
}

#submitBtn input {
  background: #e4f2fe url(../images/bg_submitbtn.png) no-repeat right bottom;
  border: none;
  padding: 10px;
  width: 15em;
  border-top: solid 1px #fff;
  border-left: solid 1px #fff;
  border-bottom: solid 1px #bbb;
  border-right: solid 1px #ccc;
  font-size: 110%;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  color: #0060af;
  cursor: pointer;
}

/* @end */
.mainCont ul.square {
  list-style: none;
  margin: 15px 0 25px 15px;
  padding: 0;
}

.mainCont ul.square li {
  margin-bottom: 5px;
  list-style-type: square;
}

.mainCont .notes {
  font-size: 90%;
  list-style: none;
  margin: 1em 0;
  padding: 0;
}

.mainCont .notes li {
  text-indent: -2em;
  padding-left: 2em;
  background: none;
  list-style-type: none;
}

.mainCont .notes2 {
  font-size: 95%;
  list-style: none;
  margin: 1em 0;
  padding: 0;
}

.mainCont .notes2 li {
  text-indent: -1.5em;
  padding-left: 1.5em;
  background: none;
  list-style-type: none;
}

.mainCont .notes3 {
  font-size: 90%;
  list-style: none;
  margin: 1em 0;
  padding: 0;
}

.mainCont .notes3 li {
  text-indent: -1em;
  padding-left: 1em;
  background: none;
  list-style-type: none;
}

.mainCont .notes05 {
  font-size: 90%;
  list-style: none;
  margin: 1em 0;
  padding: 0;
}

.mainCont .notes05 li {
  text-indent: -.5em;
  padding-left: .5em;
  background: none;
  list-style-type: none;
}

.mainCont ol.decimal {
  margin: 15px 0 25px 19px;
  padding: 0;
}

@media screen and (max-width: 640px) {
  .mainCont ol.decimal {
    padding-left: 1%;
  }
  .mainCont ol.decimal.pl3p {
    padding-left: 3%;
  }
}

.mainCont ol.decimal li {
  list-style: decimal;
  margin-bottom: 5px;
  font-size: 16px;
}

.boxFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.boxFlex ol:first-child {
  margin-right: 8%;
}

@media screen and (max-width: 640px) {
  .boxFlex ol:first-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 640px) {
  .boxFlex {
    display: block;
  }
  .boxFlex ol:first-child {
    margin-bottom: 0;
  }
  .boxFlex ol:last-child {
    margin-top: 0;
  }
}

.historyTtl {
  position: relative;
  z-index: 10;
  top: 38px;
  left: 20px;
}

.historyTtl:before {
  position: absolute;
  content: "";
  display: block;
  background-color: #0F5B9F;
  color: #FFF;
  font-size: 12px;
  top: -51px;
  left: 3px;
  padding: 0 25px;
  -webkit-transform: skewX(-17deg);
  -ms-transform: skewX(-17deg);
  transform: skewX(-17deg);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  width: 7.5em;
  height: 26px;
  z-index: 0;
}

.historyTtl:after {
  position: absolute;
  content: "HISTORY";
  color: #FFF;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 500;
  top: -51px;
  left: -13px;
  line-height: 26px;
  display: block;
  padding: 0 25px;
  -webkit-transform: skewX(0deg);
  -ms-transform: skewX(0deg);
  transform: skewX(0deg);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  z-index: 1;
}

.mvBox {
  margin: 0 auto 3%;
  text-align: center;
  width: 70%;
  height: auto;
}

.mvBox p {
  margin-bottom: .5em;
}

.mvBox video {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .mvBox {
    width: 100%;
  }
}

.borderBox {
  border: 1px solid #3e3a39;
  padding: 2%;
}

.borderBox dt, .borderBox .productFooter .parent01, .productFooter .borderBox .parent01 {
  font-weight: 500;
  margin-bottom: 1%;
}

.borderBox dd:before {
  content: '・';
  display: inline-block;
}

.borderBox02 {
  border: 1px solid #3e3a39;
  padding: 1.5%;
}

.borderBox02 .ttl {
  background: #dcdddd;
  padding: 1%;
  text-align: center;
  color: #595757;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 2%;
}

.borderBox02 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.borderBox02 .flex ul {
  width: 50%;
}

.borderBox02 .flex li {
  font-size: 16px;
  margin-bottom: .5em;
}

@media screen and (max-width: 768px) {
  .borderBox02 .ttl {
    font-size: 3.5vw;
  }
  .borderBox02 .flex {
    display: block;
  }
  .borderBox02 .flex ul {
    width: 100%;
  }
  .borderBox02 .flex li {
    font-size: 3.5vw;
  }
}

.indent1 {
  text-indent: -1.3em;
  margin-left: 1.3em;
}

.col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.col2 > li {
  width: 48%;
}

.col2 > li img {
  display: block;
  margin: auto;
}

.col2.layout02 {
  margin-top: 3em;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px solid #E8E8E8;
  padding: 1em 1em 0;
}

.col2.layout02 > ul {
  width: 30%;
}

@media screen and (max-width: 768px) {
  .col2 {
    display: block;
  }
  .col2 > li {
    width: 100%;
  }
  .col2 > li img {
    padding: 0 6%;
  }
  .col2.layout02 > ul {
    width: 100%;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .col2.layout02 > ul li a {
    font-size: 110%;
  }
}

.col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.col3 p {
  width: 50%;
}

.col3 div {
  width: 30%;
  font-size: 12px;
  text-align: center;
}

.col3 div.w18 {
  width: 20%;
}

.col3 div img {
  margin-bottom: 1%;
}

@media screen and (max-width: 640px) {
  .col3 {
    display: block;
  }
  .col3 p {
    width: 100%;
  }
  .col3 div {
    width: 100%;
  }
  .col3 div.w18 {
    width: 100%;
  }
}

.imgBoxList_col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5%;
}

@media screen and (max-width: 640px) {
  .imgBoxList_col3 {
    display: block;
  }
}

.imgBoxList_col3 li {
  width: 28%;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 640px) {
  .imgBoxList_col3 li {
    width: 75%;
    margin: 0 auto;
    margin-bottom: 10%;
  }
}

.imgBoxList_col3 li + li:before {
  content: "";
  position: absolute;
  left: -24%;
  top: 20%;
  width: 100px;
  height: 100px;
  background: url(../img/ai_ring/ph09_04.jpg) no-repeat left 50%;
}

@media screen and (max-width: 640px) {
  .imgBoxList_col3 li + li:before {
    background: url(../img/ai_ring/ph09_05.jpg) no-repeat left 50%;
    left: 47%;
    top: -30%;
  }
}

.imgBoxList_col3 li p {
  margin-bottom: .5em;
}

.imgBoxList_col3 li p.cap {
  margin-top: 5px;
  font-size: 14px;
  line-height: 20px;
}

.list_imgBox_material {
  margin-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 65%;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .list_imgBox_material {
    width: 100%;
  }
}

.list_imgBox_material li {
  position: relative;
  width: 33.3333%;
  text-align: center;
}

.list_imgBox_material li + li {
  margin-left: 50px;
}

@media screen and (max-width: 640px) {
  .list_imgBox_material li + li {
    margin-left: 30px;
  }
}

.list_imgBox_material li + li:before {
  position: absolute;
  content: " ";
  display: block;
  background: url(../img/common/arr_red_02.png) no-repeat;
  width: 20px;
  height: 40px;
  top: 35%;
  left: -25%;
}

@media screen and (max-width: 640px) {
  .list_imgBox_material li + li:before {
    -webkit-background-size: 10px auto;
    -o-background-size: 10px auto;
    background-size: 10px auto;
    width: 10px;
    height: 40px;
    left: -20%;
  }
}

.list_imgBox_material li .cap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  line-height: 18px;
  margin-top: 5px;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .list_imgBox_material li .cap {
    font-size: 10px;
    line-height: 14px;
  }
}

.list_imgBox {
  text-align: center;
  margin-bottom: 5%;
}

.list_imgBox li {
  display: inline-block;
  text-align: center;
  /*		background: url(img/common/arr_red_02.png);*/
}

.list_imgBox li.pc img {
  margin-bottom: 120px;
}

.list_imgBox li.sp {
  display: none;
}

.list_imgBox li p.cap {
  margin-top: 5px;
  font-size: 12px;
  line-height: 20px;
}

@media screen and (max-width: 640px) {
  .list_imgBox li {
    display: block;
  }
  .list_imgBox li.pc {
    display: none;
  }
  .list_imgBox li.sp {
    display: block;
  }
}

.motorShow01 {
  overflow: hidden;
}

.motorShow01.sp {
  display: none;
}

.motorShow01 dt, .motorShow01 .productFooter .parent01, .productFooter .motorShow01 .parent01 {
  float: left;
  width: 10em;
}

.motorShow01 dd {
  padding-left: 6em;
}

.motorShow01 dd li {
  text-indent: -0.5em;
  margin-left: 0.5em;
}

.motorShow01 dd li:before {
  content: '・';
  display: inline-block;
}

@media screen and (max-width: 640px) {
  .motorShow01 {
    display: none;
  }
  .motorShow01.sp {
    padding: 0 10px;
    display: block;
    overflow: hidden;
    text-align: left;
  }
  .motorShow01.sp dt, .motorShow01.sp .productFooter .parent01, .productFooter .motorShow01.sp .parent01 {
    float: left;
    width: 9em;
  }
  .motorShow01.sp dd {
    padding-left: 6em;
  }
  .motorShow01.sp dd li {
    text-indent: -0.5em;
    margin-left: 0.5em;
  }
  .motorShow01.sp dd li:before {
    content: '・';
    display: inline-block;
  }
}

@media screen and (max-width: 640px) {
  .mainvis_map_pc {
    display: none;
  }
}

.mainvis_map_sp {
  display: none;
}

@media screen and (max-width: 640px) {
  .mainvis_map_sp {
    display: block;
    margin-bottom: 1em;
  }
}

#video {
  width: 100%;
  height: auto;
  margin: auto;
  position: relative;
  /*padding-top: 56.25%;*/
}

#video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

#play_button {
  width: 100%;
  height: auto;
  background-color: #CCC;
  cursor: pointer;
}

.bnr_box {
  width: 100%;
  margin-bottom: 1.5em;
}

.bnr_box > a {
  display: block;
  padding: 14px 14px 14px 0;
  background-color: #F9F9F9;
  border-right: 1px solid #B2B4B6;
  border-bottom: 1px solid #B2B4B6;
  -webkit-box-shadow: 1px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 1px 2px 0 rgba(0, 0, 0, 0.1);
  text-decoration: none;
  color: #000;
  /*min-height: 164px;*/
}

.bnr_box > a.ai_ring {
  background: #F9F9F9 url(../img/common/icon_ai_ring.png) no-repeat right bottom;
  background-size: contain;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.bnr_box > a b {
  display: block;
  color: #231815;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  border-left: 3px solid #063F8F;
  padding-left: 17px;
  padding-right: 17px;
  margin-bottom: 18px;
  background: url(../img/common/icon_link_gray.png) no-repeat 100% 50%;
  background-size: auto;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.bnr_box > a:hover {
  background-color: #f1f1f1;
}

.bnr_box > a:hover b {
  border-left: 3px solid #fb0000;
}

.bnr_box > a p {
  padding: 0 0 0 19px;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}

.bnr_box2 {
  width: 100%;
  margin-bottom: 13px;
}

.bnr_box2 > div {
  display: block;
  padding: 14px 14px 14px 0;
  background-color: #F9F9F9;
  border-right: 1px solid #B2B4B6;
  border-bottom: 1px solid #B2B4B6;
  -webkit-box-shadow: 1px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 1px 2px 0 rgba(0, 0, 0, 0.1);
  text-decoration: none;
  color: #000;
  /*min-height: 164px;*/
  /*&:hover {
			background-color: #f1f1f1;
			b {
				border-left: 3px solid #fb0000;
			}
		}*/
}

.bnr_box2 > div.ai_ring {
  background: #F9F9F9 url(../img/common/icon_ai_ring.png) no-repeat right bottom;
  background-size: contain;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.bnr_box2 > div b {
  display: block;
  color: #231815;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  border-left: 3px solid #063F8F;
  padding-left: 17px;
  padding-right: 17px;
  margin-bottom: 18px;
  /*background: url(../img/common/icon_link_gray.png) no-repeat 100% 50%;*/
  background-size: auto;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.bnr_box2 > div p {
  padding: 0 0 0 19px;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}

.fwn {
  font-weight: normal;
}

#coName {
  width: 203px;
  height: 11px;
  top: 31px;
}

#header #svMenu {
  right: 230px;
}

/*#play_button:after {
content: url(../img/product/automotive/disc/oposed.jpg);
position: absolute;
top: 0;
left:0;
margin: -30px auto auto -25px;
width: 560px;
height: 315px;
border-style: solid;
border-color: transparent #fff transparent;
border-width: 30px 0 30px 50px;
}*/
/*#video:before {
margin: -27px auto auto -22px;
border-color: transparent rgba(0, 0, 0, 0.5) transparent;
}*/
