/* 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;
  -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/logistics_center/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;
}
.Section .LeadTitle {
  color: #333;
  border: none;
  padding: 0;
  background: none;
  box-shadow: none;
  font-size: 162.5%;
}
.Section .LeadTitle span {
  display: inline-block;
  position: relative;
  padding-bottom: 5px;
}
.Section .LeadTitle span:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  background: #1b83a3;
}

@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 {
  font-weight: bold;
  color: #fff;
  font-size: 100%;
  background-color: #e60127;
  height: 60px;
  line-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.Second {
  font-weight: normal;
  color: #fff;
  background: #333;
}
#VerticalLocalNavi .SideTitle a.Second:link {
  background-color: #333;
}
#VerticalLocalNavi .SideTitle a.Second:visited {
  background-color: #333;
}
#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;
}
#VerticalLocalNavi ul li a,
#VerticalLocalNavi ul li strong,
#VerticalLocalNavi ul li .AccordionTrigger {
  position: relative;
}
#VerticalLocalNavi ul li a:before,
#VerticalLocalNavi ul li strong:before,
#VerticalLocalNavi ul li .AccordionTrigger: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.SecondItem a,
#VerticalLocalNavi ul li.SecondItem strong {
  padding-left: 50px !important;
  padding: 10px 0 10px 40px;
}
#VerticalLocalNavi ul li.SecondItem a:before,
#VerticalLocalNavi ul li.SecondItem strong:before {
  left: 30px;
}
#VerticalLocalNavi ul li.Current {
  background-color: #e60127;
}
#VerticalLocalNavi ul li.Current a:before,
#VerticalLocalNavi ul li.Current strong:before,
#VerticalLocalNavi ul li.Current .AccordionTrigger: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.Current strong,
#VerticalLocalNavi ul li.Current .AccordionTrigger {
  font-weight: bold;
  color: #fff;
  background-color: #e60127;
}
#VerticalLocalNavi ul li a,
#VerticalLocalNavi ul li strong,
#VerticalLocalNavi ul li .AccordionTrigger {
  display: block;
  color: #333;
  background-color: #fff;
  display: block;
  text-decoration: none;
  padding: 20px 0 20px 40px;
}
#VerticalLocalNavi ul li a:visited,
#VerticalLocalNavi ul li strong:visited,
#VerticalLocalNavi ul li .AccordionTrigger:visited {
  background-color: #fff;
}
#VerticalLocalNavi ul li a:link,
#VerticalLocalNavi ul li strong:link,
#VerticalLocalNavi ul li .AccordionTrigger:link {
  background-color: #fff;
}
#VerticalLocalNavi ul li .AccordionTrigger {
  cursor: pointer;
}
#VerticalLocalNavi ul li .AccordionTrigger.Current {
  color: #fff;
  font-weight: bold;
  background: #333;
}
#VerticalLocalNavi ul li .AccordionTrigger.Current:before {
  background: #fff;
}
#VerticalLocalNavi ul li .Accordion {
  display: none;
  border-top: 1px solid #ccc;
}

@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 a:hover {
  color: #fff;
  font-weight: bold;
  color: #fff;
  background-color: #e60127;
}
.PC #VerticalLocalNavi ul li a:hover:link {
  background-color: #e60127;
}
.PC #VerticalLocalNavi ul li a:hover:visited {
  background-color: #e60127;
}
.PC #VerticalLocalNavi ul li a:hover:before {
  background: #fff;
}
.PC #VerticalLocalNavi .AccordionTrigger:hover {
  color: #fff;
  font-weight: bold;
  background: #e60127;
}
.PC #VerticalLocalNavi .AccordionTrigger:hover:before {
  background: #fff;
}

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

.Column3 .Section:nth-child(n + 2) {
  margin-top: 60px;
}

.AnnotationWrap {
  margin-top: 60px;
  padding: 20px 30px;
  background: #e6e6e6;
  margin-bottom: 20px;
}
.AnnotationWrap dl {
  display: inline-block;
  text-align: left;
}
.AnnotationWrap dt {
  font-size: 81.25%;
}
.AnnotationWrap dd {
  margin-top: 10px;
}
.AnnotationWrap .LinkListStyle2 {
  margin-bottom: 0;
}
.AnnotationWrap .LinkListStyle2 li {
  max-width: 100%;
  word-break: break-all;
}
@media screen and (max-width: 579px) {
  .AnnotationWrap .LinkListStyle2 li {
    text-align: left;
  }
}
.AnnotationWrap .LinkListStyle2 a {
  word-break: break-all;
}
.AnnotationWrap + .Annotation {
  margin-top: 20px;
  font-size: 81.25%;
}
.AnnotationWrap .Annotation {
  font-size: 81.25%;
}
@media screen and (max-width: 767px) {
  .AnnotationWrap {
    margin-bottom: 50px;
  }
}

.ScrollAnimation {
  transition: 0.8s all ease-in-out;
}
.ScrollAnimation:not(.Animated) {
  opacity: 0;
  transform: translateY(20px);
}

/* SRC */
.CenterContainer {
  max-width: 1280px;
  margin: 0 auto;
}
