body #HeaderArea2 > .Container {
    -ms-flex-align: stretch;
    align-items: stretch;
}
_:-ms-lang(x), body.header1-fix {
    padding-top: 0;
}
_:-ms-lang(x), body.header1-fix #HeaderArea1 {
    position: static !important;
}
_:-ms-lang(x), body.header2-fix.header2-show #HeaderArea2.Sticky {
    transform: translateY(-100%);
}
/* FloatBtn */
#FloatBtnStopper {
  position: relative;
  height: 50px; }

#FloatBtnWrap {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  opacity: 0;
  z-index: 10;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%); }
  #FloatBtnWrap.narrow {
    -webkit-transition: all 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: all 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
  #FloatBtnWrap.visible {
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
    #FloatBtnWrap.visible .PageTopBtn {
      top: -70px; }
      #FloatBtnWrap.visible .PageTopBtn img {
        width: 50px; }
  #FloatBtnWrap.static {
    position: absolute; }
    #FloatBtnWrap.static .ContactBlock {
      width: 100%;
      height: 50px;
      background: #3d3d3d;
      display: flex;
      justify-content: center; }
  #FloatBtnWrap .PageTopBtn {
    position: absolute;
    top: 0;
    opacity: 1.0;
    -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
    #FloatBtnWrap .PageTopBtn:hover {
      opacity: 0.7; }
  #FloatBtnWrap .ContactBlock {
    display: flex;
    width: 100%;
    height: 50px;
    align-items: center;
    justify-content: center;
    background: rgba(60, 60, 60, 0.8);
    -webkit-transition: background 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: background 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
    #FloatBtnWrap .ContactBlock a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 310px;
      height: 30px;
      font-size: 18px;
      font-size: 112.5%;
      color: #fff;
      text-align: center;
      font-weight: bold;
      text-decoration: none;
      padding: 2px 0 2px 20px;
      margin: 0 10px;
      -webkit-transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
      transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
      border: 1px solid #fff;
      background: #212121;
      position: relative; }
      #FloatBtnWrap .ContactBlock a:hover {
        opacity: 0.7; }
      #FloatBtnWrap .ContactBlock a:before {
        position: absolute;
        content: '';
        display: inline-block;
        width: 20px;
        height: 22px; }
      #FloatBtnWrap .ContactBlock a:nth-child(1):before {
        top: 10px;
        left: 90px;
        background: url(/products/infrastructure/product_site/artimo/image/icon_mail.png);
        background-repeat: no-repeat;
        background-size: contain; }

@media screen and (min-width: 1305px) {
  #FloatBtnWrap .PageTopBtn {
    right: 50%;
    -moz-transform: translateX(630px);
    -ms-transform: translateX(630px);
    -webkit-transform: translateX(630px);
    transform: translateX(630px); } }
@media screen and (max-width: 1304px) {
  #FloatBtnWrap .PageTopBtn {
    right: 40px; } }
@media screen and (max-width: 767px) {
  #FloatBtnStopper {
    height: 40px; }

  #FloatBtnWrap .PageTopBtn {
    right: 20px; }
  #FloatBtnWrap.static .ContactBlock {
    display: block;
    height: 32px; }
  #FloatBtnWrap.visible .ContactBlock {
    height: 32px; }
  #FloatBtnWrap.visible .PageTopBtn {
    top: -65px; }
  #FloatBtnWrap .ContactBlock {
    display: block;
    height: 32px;
    padding: 10px 0; }
    #FloatBtnWrap .ContactBlock a {
      width: 290px;
      height: 26px;
      margin: 0 auto 11px; }
      #FloatBtnWrap .ContactBlock a:last-of-type {
        margin-bottom: 0; }
      #FloatBtnWrap .ContactBlock a span {
        padding-left: 0;
        background-size: 15px; }
      #FloatBtnWrap .ContactBlock a:before {
        width: 20px;
        height: 20px; }
      #FloatBtnWrap .ContactBlock a:nth-child(1):before {
        top: 7px;
        left: 84px; }
      #FloatBtnWrap .ContactBlock a:nth-child(2):before {
        top: 5px;
        left: 49px; } }
* {
  max-height: 99999px; }

body {
  background-color: #fff; }

#TopicPath ul {
  width: 965px;
  margin: 0 auto;
  padding: 10px 0 20px; }

br.m {
  display: none; }
br.s {
  display: none; }
br.ss {
  display: none; }
@media screen and (max-width: 994px) {
  br.ll {
    display: none; }
  br.m {
    display: block; } }
@media screen and (max-width: 767px) {
  br.l {
    display: none; }
  br.s {
    display: block; } }
@media screen and (max-width: 579px) {
  br.ms {
    display: none; }
  br.ss {
    display: block; } }

#Contents {
  padding-bottom: 130px; }

h2 {
  background: none; }

.Section {
  padding-bottom: 0; }
  .Section .SectionTitle {
    box-sizing: border-box;
    max-width: 710px;
    text-align: center;
    font-size: 137.5%;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 160%;
    color: #fff;
    background: #4d4d4d;
    padding: 8px 0;
    margin: 0 0 30px 0;
    border-right: 7px solid #e60127;
    border-left: 7px solid #e60127;
    box-shadow: 10px 10px #e6e6e6; }

@media screen and (max-width: 994px) {
  .JS #TopicPath ul {
    padding-bottom: 20px; }

  .Section .SectionTitle {
    width: calc(100% - 10px); } }
@media screen and (max-width: 767px) {
  .JS body {
    background-color: #fff; }

  .JS #CourtesyNaviSP li a:after {
    display: none; }

  .JS #Contents {
    padding-bottom: 120px; }

  .Section .SectionTitle {
    font-size: 112.5%;
    margin: 0 auto 30px;
    margin-right: 10px; } }
/* VerticalLocalNavi */
#VerticalLocalNavi .SideTitle a {
  display: flex;
  align-items: center;
  font-weight: bold;
  color: #fff;
  font-size: 100%;
  background-color: #e60127;
  height: 60px;
  padding: 0 0 0 20px;
  margin-bottom: 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc; }
  #VerticalLocalNavi .SideTitle a.Under {
    font-weight: normal;
    background: #e6e6e6;
    color: #000333; }
    #VerticalLocalNavi .SideTitle a.Under:link {
      background-color: #e6e6e6; }
    #VerticalLocalNavi .SideTitle a.Under:visited {
      background-color: #e6e6e6; }
  #VerticalLocalNavi .SideTitle a.Current {
    font-weight: bold; }
  #VerticalLocalNavi .SideTitle a:link {
    background-color: #e60127; }
  #VerticalLocalNavi .SideTitle a:visited {
    background-color: #e60127; }
#VerticalLocalNavi ul li {
  font-size: 100%;
  border-bottom: 1px solid #ccc;
  position: relative; }
  #VerticalLocalNavi ul li:before {
    position: absolute;
    top: 50%;
    left: 20px;
    content: '';
    display: block;
    width: 12px;
    height: 2px;
    background: #e60127;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  #VerticalLocalNavi ul li.Current {
    background-color: #e60127; }
    #VerticalLocalNavi ul li.Current:before {
      background: #fff; }
    #VerticalLocalNavi ul li.Current a {
      font-weight: bold;
      color: #fff; }
      #VerticalLocalNavi ul li.Current a:link {
        background-color: #e60127; }
      #VerticalLocalNavi ul li.Current a:visited {
        background-color: #e60127; }
  #VerticalLocalNavi ul li a {
    color: #333;
    background-color: #fff;
    display: block;
    text-decoration: none;
    padding: 20px 0 20px 40px; }
    #VerticalLocalNavi ul li a:visited {
      background-color: #fff; }
    #VerticalLocalNavi ul li a:link {
      background-color: #fff; }

@media screen and (max-width: 767px) {
  .JS #VerticalLocalNavi .SideTitle {
    margin-right: -15px;
    margin-left: -15px; }
    .JS #VerticalLocalNavi .SideTitle a {
      border-top: 1px solid #cccccc;
      border-bottom: 1px solid #cccccc; }
  .JS #VerticalLocalNavi ul li {
    margin-right: -15px;
    margin-left: -15px;
    background-color: #fff; }
    .JS #VerticalLocalNavi ul li.Current {
      background-color: #e60127; }
      .JS #VerticalLocalNavi ul li.Current a:visited {
        background-color: #e60127; }
      .JS #VerticalLocalNavi ul li.Current a:link {
        background-color: #e60127; }
    .JS #VerticalLocalNavi ul li a {
      background-color: #fff;
      padding-top: 20px;
      padding-bottom: 20px; }
      .JS #VerticalLocalNavi ul li a:visited {
        background-color: #fff; }
      .JS #VerticalLocalNavi ul li a:link {
        background-color: #fff; } }
.PC #VerticalLocalNavi .SideTitle a.Under:hover {
  background-color: #e60127;
  color: #fff;
  font-weight: bold; }
.PC #VerticalLocalNavi ul li.Current a:hover {
  color: #fff; }
.PC #VerticalLocalNavi ul li:hover {
  color: #fff; }
  .PC #VerticalLocalNavi ul li:hover a {
    font-weight: bold;
    color: #fff;
    background-color: #e60127; }
    .PC #VerticalLocalNavi ul li:hover a:link {
      background-color: #e60127; }
    .PC #VerticalLocalNavi ul li:hover a:visited {
      background-color: #e60127; }
  .PC #VerticalLocalNavi ul li:hover:before {
    background: #fff; }

.SP #VerticalLocalNavi ul li:hover {
  color: #333; }
  .SP #VerticalLocalNavi ul li:hover a {
    color: #333; }
