@charset "UTF-8";
/* CSS Document */
/********************************************************************************
Rest
********************************************************************************/
.sectioning_layout-inner {
  width: auto;
}

.sdxmPage div, .sdxmPage dl, .sdxmPage dt, .sdxmPage dd, .sdxmPage ul, .sdxmPage ol, .sdxmPage li, .sdxmPage h1, .sdxmPage h2, .sdxmPage h3, .sdxmPage h4, .sdxmPage h5, .sdxmPage h6, .sdxmPage pre, .sdxmPage code, .sdxmPage form, .sdxmPage fieldset, .sdxmPage legend, .sdxmPage input, .sdxmPage textarea, .sdxmPage p, .sdxmPage blockquote, .sdxmPage th, .sdxmPage td {
  margin: 0;
  padding: 0;
}
.sdxmPage ul, .sdxmPage li {
  list-style: none;
}
.sdxmPage button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
.sdxmPage img {
  vertical-align: middle;
}

/* SP
------------------------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  .sectioning_layout-inner {
    padding: 0;
  }
}
/********************************************************************************
plugins Default Style
********************************************************************************/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("/content/dam/nttcom/hq/jp/about-us/we-are-innovative/sdx/img/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("/etc/designs/nttcom/hq/jp/about-us/we-are-innovative/sdx/css/fonts/slick.eot");
  src: url("/etc/designs/nttcom/hq/jp/about-us/we-are-innovative/sdx/css/fonts/slick.eot?#iefix") format("embedded-opentype"), url("/etc/designs/nttcom/hq/jp/about-us/we-are-innovative/sdx/css/fonts/slick.woff") format("woff"), url("/etc/designs/nttcom/hq/jp/about-us/we-are-innovative/sdx/css/fonts/slick.ttf") format("truetype"), url("/etc/designs/nttcom/hq/jp/about-us/we-are-innovative/sdx/css/fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '←';
}

[dir='rtl'] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '→';
}

[dir='rtl'] .slick-next:before {
  content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

/********************************************************************************
plugins Custom Style
********************************************************************************/
.sdxmPage .slick-dots {
  bottom: -60px;
}
.sdxmPage .slick-dots li {
  margin: 0 10px;
}
.sdxmPage .slick-dots li button:before {
  font-size: 14px;
}
.sdxmPage .slick-dots li.slick-active button:before {
  color: #05396d;
  opacity: 1;
}
.sdxmPage .slick-dots li button:hover:before,
.sdxmPage .slick-dots li button:focus:before {
  color: #05396d;
}
.sdxmPage .slick-prev:before, .sdxmPage .slick-next:before {
  color: #242424;
}
.sdxmPage .slick-prev, .sdxmPage .slick-next {
  width: 84px;
  height: 84px;
  z-index: 1;
}
.sdxmPage .slick-prev:before, .sdxmPage .slick-next:before {
  font-size: 0px;
}
.sdxmPage .slick-prev.slick-disabled, .sdxmPage .slick-next.slick-disabled {
  display: none !important;
}
.sdxmPage .slick-prev {
  left: -32px;
  content: "";
  background-image: url(/content/dam/nttcom/hq/jp/about-us/we-are-innovative/sdx/img/slider_prev01.png);
}
.sdxmPage .slick-next {
  right: -32px;
  content: "";
  background-image: url(/content/dam/nttcom/hq/jp/about-us/we-are-innovative/sdx/img/slider_next01.png);
}

/********************************************************************************
Basic Setting
********************************************************************************/
.sdxmPage {
  font-size: 16px;
  line-height: 1.6;
}
.sdxmPage a {
  color: #333;
}
.sdxmPage a:hover {
  text-decoration: underline;
}
.sdxmPage .wrap {
  width: 1260px;
  margin: 0 auto;
  height: inherit;
}
.sdxmPage img {
  max-width: 100%;
}

/* 768以下
------------------------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  .sdxmPage {
    min-width: 480px;
  }
  .sdxmPage img {
    max-width: 100%;
    height: auto;
  }
  .sdxmPage .wrap {
    width: auto;
    margin: 0 15px;
    height: inherit;
  }
}
/* 480以下
------------------------------------------------------------------------------- */
@media only screen and (max-width: 480px) {
  .sdxmPage {
    min-width: 320px;
  }
}
/********************************************************************************
Common Style
********************************************************************************/
.sdxmPage {
  /****************************************
  Common Bullet Style
  ****************************************/
  /* SP
  ------------------------------------------------------------------------------- */
  /****************************************
  Common Title Style
  ****************************************/
  /* 768以下
  ------------------------------------------------------------------------------- */
  /* 480以下
  ------------------------------------------------------------------------------- */
  /****************************************
  Common button Style
  ****************************************/
  /* SP
  ------------------------------------------------------------------------------- */
  /****************************************
  Common Link Style
  ****************************************/
  /* SP
  ------------------------------------------------------------------------------- */
  /****************************************
  Common List Style
  ****************************************/
  /* SP
  ------------------------------------------------------------------------------- */
  /****************************************
  Common Table Style
  ****************************************/
  /* SP
  ------------------------------------------------------------------------------- */
  /****************************************
  Common Layout Style
  ****************************************/
  /****************************************
  2column
  ****************************************/
  /****************************************
  ユースケース slider ver
  ****************************************/
  /*
  .com_usecaseSection{
    background:#f6f6f6 url(/content/dam/nttcom/hq/jp/about-us/we-are-innovative/sdx/img/usecase_bg.jpg) no-repeat center top;
    background-size:contain;
    padding:60px 30px 70px;
    .usecaseList{
      margin:-30px auto 0;
      .box{
        width:30.159%;
        background:#fff;
        position:relative;
        margin:50px 10px 0;
        outline: none;
        .icon{
          position:absolute;
          left:50%;
          -ms-transform: translate(-50%, 0);
          -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
          top:-46px;
        }
        .imageArea{
          img{
            width:100%;
            height:auto;
          }
        }
        .textArea{
          padding:25px 30px 70px;
          .title{
            font-size:18px;
            line-height:28px;
            font-weight:bold;
            margin-bottom:10px;
          }
          .text{
            font-size:15px;
            line-height:23px;
          }
          .link{
            position:absolute;
            right:30px;
            bottom:25px;
          }
        }
      }
    }
  }
  */
  /****************************************
  ユースケース non slider
  ****************************************/
  /****************************************
  最新情報スライダー
  ****************************************/
  /* 768以下
  ------------------------------------------------------------------------------- */
  /* 480以下
  ------------------------------------------------------------------------------- */
  /****************************************
  Common breadcrumbs Style
  ****************************************/
  /* SP
  ------------------------------------------------------------------------------- */
  /****************************************
  Common other Style
  ****************************************/
  /* clearfix
  ---------------------------------------*/
  /* PC / SP 出しわけ
  ---------------------------------------*/
  /* SP
  ------------------------------------------------------------------------------- */
}
.sdxmPage .com_title01 {
  color: #333333;
  font-size: 33px;
  line-height: 51px;
  text-align: center;
  margin-bottom: 50px;
}
.sdxmPage .com_title02 {
  text-align: center;
  padding: 60px 0;
  font-size: 34px;
  line-height: 51px;
  color: #05396d;
}
.sdxmPage .com_title03 {
  text-align: left;
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  margin-bottom: 30px;
  background: url(/content/dam/nttcom/hq/jp/about-us/we-are-innovative/sdx/img/bullet01.png) no-repeat left 2px;
  padding-left: 30px;
}
@media only screen and (max-width: 768px) {
  .sdxmPage .com_title01 {
    font-size: 24px;
    line-height: 26px;
    text-align: center;
    letter-spacing: 0.12em;
    margin-bottom: 30px;
  }
  .sdxmPage .com_title02 {
    padding: 30px 0;
    text-align: center;
    font-size: 24px;
    line-height: 31px;
    color: #05396d;
  }
  .sdxmPage .com_title03 {
    font-size: 17px;
    line-height: 26px;
    font-weight: bold;
    margin-bottom: 15px;
    background: url(/content/dam/nttcom/hq/jp/about-us/we-are-innovative/sdx/img/bullet01.png) no-repeat left 4px;
    background-size: 17px 17px;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .sdxmPage .com_caseTitle .icon {
    display: block;
    margin-bottom: 12px;
  }
  .sdxmPage .com_caseTitle .icon img {
    width: 46px;
    height: auto;
  }
}
.sdxmPage .com_link01 {
  display: block;
  position: relative;
  cursor: pointer;
}
.sdxmPage .com_link01:after {
  content: "";
  position: absolute;
  right: -6px;
  bottom: -6px;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  border: 12px solid transparent;
  border-left: 12px solid #ff0000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sdxmPage .com_link01:hover {
  opacity: 0.8;
  text-decoration: none;
}
.sdxmPage .com_link02 {
  position: relative;
  color: #05396d;
}
.sdxmPage .com_link02:after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  background-image: url(/content/dam/nttcom/hq/jp/about-us/we-are-innovative/sdx/img/arrow01.png);
  background-position: right center;
  width: 15px;
  height: 10px;
  background-size: 15px 10px;
}
.sdxmPage .com_link03 {
  position: relative;
  color: #05396d;
  padding-left: 20px;
}
.sdxmPage .com_link03:before {
  position: absolute;
  content: "";
  top: 3px;
  left: 0px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #05396d;
  border-right: 2px solid #05396d;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (max-width: 768px) {
  .sdxmPage .com_link03 {
    position: relative;
    color: #05396d;
    padding-left: 15px;
  }
  .sdxmPage .com_link03:before {
    position: absolute;
    content: "";
    top: 2px;
    left: 0px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #05396d;
    border-right: 2px solid #05396d;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
.sdxmPage .mainContentWrap {
  width: 1260px;
  margin: 40px auto 0;
}
.sdxmPage .mainContentWrap:before, .sdxmPage .mainContentWrap:after {
  display: block;
  overflow: hidden;
  content: "";
}
.sdxmPage .mainContentWrap:after {
  clear: both;
}
.sdxmPage .mainContentWrap .mainColumn {
  float: left;
  width: 930px;
}
.sdxmPage .mainContentWrap .mainColumn .wrap {
  width: auto;
}
.sdxmPage .mainContentWrap .subColumn {
  float: right;
  width: 300px;
  box-sizing: border-box;
  padding: 0;
  position: relative;
}
.sdxmPage .mainContentWrap .subColumn .subcolArea {
  position: static;
  top: 0;
  width: 300px;
}
.sdxmPage .mainContentWrap .subColumn .subcolArea .bnrList {
  width: 300px;
  margin-bottom: 20px;
}
.sdxmPage .mainContentWrap .subColumn .subcolArea .bnrList li {
  width: 300px;
  margin-bottom: 6px;
  background: #fff;
}
.sdxmPage .mainContentWrap .subColumn .subcolArea .bnrList li:last-child {
  margin-bottom: 0;
}
.sdxmPage .mainContentWrap .subColumn .subcolArea .bnrList li a:hover {
  opacity: 0.8;
}
.sdxmPage .mainContentWrap .subColumn .subcolArea .sideMenuBox {
  margin-bottom: 20px;
}
.sdxmPage .mainContentWrap .subColumn .subcolArea .sideMenuBox:last-child {
  margin-bottom: 0;
}
.sdxmPage .mainContentWrap .subColumn .subcolArea .sideMenuBox .title {
  padding: 15px 20px 15px 45px;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  background: #05396d url(/content/dam/nttcom/hq/jp/about-us/we-are-innovative/sdx/img/bullet02.png) no-repeat 20px center;
}
.sdxmPage .mainContentWrap .subColumn .subcolArea .sideMenuBox .sideMenuList {
  border: 1px solid #ddd;
}
.sdxmPage .mainContentWrap .subColumn .subcolArea .sideMenuBox .sideMenuList li a {
  display: block;
  font-size: 15px;
  line-height: 24px;
  padding: 25px 19px;
  text-decoration: none;
  background: #fff;
}
.sdxmPage .mainContentWrap .subColumn .subcolArea .sideMenuBox .sideMenuList li a:hover {
  background: #801b75;
  color: #fff;
}
.sdxmPage .mainContentWrap .subColumn .subcolArea .sideMenuBox .sideMenuList li a .bold {
  font-weight: bold;
}
.sdxmPage .mainContentWrap .subColumn .subcolArea .sideMenuBox .sideMenuList li:before {
  content: "";
  display: block;
  width: 280px;
  height: 1px;
  background: #ddd;
  margin: 0 auto;
}
.sdxmPage .mainContentWrap .subColumn .subcolArea .sideMenuBox .sideMenuList li:first-child:before {
  display: none;
}
.sdxmPage .com_usecaseSection {
  background: #f6f6f6;
  background-size: contain;
  padding: 60px 30px 70px;
  background-image: url(/content/dam/nttcom/hq/jp/business/dx/smart/img/top/bg_2.svg);
  background-repeat: no-repeat;
  background-size: 591.002px 714.02px;
  background-position: calc(100% + 432px) -355px;
}
.sdxmPage .com_usecaseSection .usecaseList {
  margin: -30px auto 0;
  text-align: center;
}
.sdxmPage .com_usecaseSection .usecaseList .box {
  width: 380px;
  background: #fff;
  position: relative;
  margin: 50px 25px 0;
  outline: none;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.sdxmPage .com_usecaseSection .usecaseList .box a {
  display: block;
  position: relative;
  text-decoration: none;
}
.sdxmPage .com_usecaseSection .usecaseList .box a:hover {
  color: #000;
}
.sdxmPage .com_usecaseSection .usecaseList .box a:hover .textArea .title {
  color: #CC023A;
  text-decoration: none;
}
.sdxmPage .com_usecaseSection .usecaseList .box .icon {
  position: absolute;
  left: 0;
  top: 0;
}
.sdxmPage .com_usecaseSection .usecaseList .box .imageArea img {
  width: 100%;
  height: auto;
}
.sdxmPage .com_usecaseSection .usecaseList .box .textArea {
  padding: 25px 30px 70px;
}
.sdxmPage .com_usecaseSection .usecaseList .box .textArea .title {
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  margin-bottom: 10px;
  text-decoration: underline;
}
.sdxmPage .com_usecaseSection .usecaseList .box .textArea .text {
  font-size: 15px;
  line-height: 23px;
}
.sdxmPage .com_usecaseSection .usecaseList .box .textArea .link {
  position: absolute;
  right: 30px;
  bottom: 25px;
}
.sdxmPage .com_newsSlider .box {
  font-size: 0;
  margin: 0 10px;
  outline: none;
}
.sdxmPage .com_newsSlider .box img {
  width: 100%;
  height: auto;
}
.sdxmPage .com_newsSlider .box a {
  outline: none;
}
.sdxmPage .com_newsSlider .box a .textArea {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  font-size: 0;
  background: #132631;
}
.sdxmPage .com_newsSlider .box a .textArea .cat {
  display: inline;
  vertical-align: middle;
  font-size: 15px;
  line-height: 28px;
  color: #fff;
  font-weight: bold;
}
.sdxmPage .com_newsSlider .box a .textArea .new {
  display: inline-block;
  vertical-align: middle;
  padding: 4px 15px 3px;
  color: #05396d;
  font-size: 14px;
  line-height: 14px;
  background: #fff;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  font-weight: bold;
  position: relative;
  top: -2px;
}
.sdxmPage .com_newsSlider .box a .textArea .text {
  color: #fff;
  font-size: 14px;
  line-height: 28px;
  font-weight: bold;
}
.sdxmPage .com_newsSlider .box a .textArea .text .under {
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  .sdxmPage {
    /****************************************
    2column
    ****************************************/
    /****************************************
    ユースケース slider ver
    ****************************************/
    /*
    .com_usecaseSection{
      background:#f6f6f6;
      padding:40px 0;
      .usecaseList{
        width:auto;
        margin:-30px auto 0;
        .slick-list{
          padding-top:60px !important;
        }
        .box{
          width:auto;
          background:#fff;
          position:relative;
          margin:0 10px;
          outline: none;
          .imageArea{
            img{
              width:100%;
              height:auto;
            }
          }
          .textArea{
            padding:10px 15px 80px;
            .title{
              font-size:17px;
              line-height:26px;
              font-weight:bold;
              margin-bottom:10px;
            }
            .text{
              font-size:12px;
              line-height:21px;
            }
            .link{
              position:static;
              margin-top:15px;
              text-align: right;
              font-size:15px;
            }
          }
        }
      }
    }
    */
    /****************************************
    ユースケース non slider
    ****************************************/
    /****************************************
    最新情報スライダー
    ****************************************/
  }
  .sdxmPage .mainContentWrap {
    width: auto;
    margin: 0 auto;
  }
  .sdxmPage .mainContentWrap .mainColumn {
    float: none;
    width: auto;
  }
  .sdxmPage .mainContentWrap .mainColumn .wrap {
    width: auto;
  }
  .sdxmPage .mainContentWrap .subColumn {
    float: none;
    width: auto;
    box-sizing: border-box;
    position: relative;
    background: #fff;
    padding: 40px 15px 0;
  }
  .sdxmPage .mainContentWrap .subColumn .subcolArea {
    position: static;
    width: auto;
  }
  .sdxmPage .mainContentWrap .subColumn .subcolArea .bnrList {
    width: auto;
    margin-bottom: 20px;
    padding: 0px 25px;
  }
  .sdxmPage .mainContentWrap .subColumn .subcolArea .bnrList li {
    width: auto;
    margin-bottom: 5px;
    text-align: center;
  }
  .sdxmPage .mainContentWrap .subColumn .subcolArea .bnrList li a:hover {
    opacity: 0.8;
  }
  .sdxmPage .mainContentWrap .subColumn .subcolArea .bnrList li a img {
    width: auto;
    height: auto;
  }
  .sdxmPage .mainContentWrap .subColumn .subcolArea .sideMenuBox {
    margin-bottom: 20px;
  }
  .sdxmPage .mainContentWrap .subColumn .subcolArea .sideMenuBox:last-child {
    margin-bottom: 0;
  }
  .sdxmPage .mainContentWrap .subColumn .subcolArea .sideMenuBox .title {
    padding: 10px 10px 10px 30px;
    color: #fff;
    font-size: 15px;
    line-height: 17px;
    font-weight: bold;
    background: #05396d url(/content/dam/nttcom/hq/jp/about-us/we-are-innovative/sdx/img/bullet02.png) no-repeat 10px center;
  }
  .sdxmPage .mainContentWrap .subColumn .subcolArea .sideMenuBox .sideMenuList {
    border: 1px solid #ddd;
  }
  .sdxmPage .mainContentWrap .subColumn .subcolArea .sideMenuBox .sideMenuList li a {
    display: block;
    font-size: 13px;
    line-height: 20px;
    padding: 15px 10px;
    text-decoration: none;
    background: #fff;
  }
  .sdxmPage .mainContentWrap .subColumn .subcolArea .sideMenuBox .sideMenuList li a:hover {
    background: #801b75;
    color: #fff;
  }
  .sdxmPage .mainContentWrap .subColumn .subcolArea .sideMenuBox .sideMenuList li a .bold {
    font-weight: bold;
  }
  .sdxmPage .mainContentWrap .subColumn .subcolArea .sideMenuBox .sideMenuList li:before {
    content: "";
    display: block;
    width: auto;
    height: 1px;
    background: #ddd;
    margin: 0 10px;
  }
  .sdxmPage .mainContentWrap .subColumn .subcolArea .sideMenuBox .sideMenuList li:first-child:before {
    display: none;
  }
  .sdxmPage .com_usecaseSection {
    background: #f6f6f6;
    padding: 40px 0;
  }
  .sdxmPage .com_usecaseSection .usecaseList {
    width: auto;
    margin: 60px auto 0;
  }
  .sdxmPage .com_usecaseSection .usecaseList .box {
    width: 44%;
    background: #fff;
    position: relative;
    margin: 0 10px;
    outline: none;
  }
  .sdxmPage .com_usecaseSection .usecaseList .box .imageArea img {
    width: 100%;
    height: auto;
  }
  .sdxmPage .com_usecaseSection .usecaseList .box .textArea {
    padding: 10px 15px 50px;
  }
  .sdxmPage .com_usecaseSection .usecaseList .box .textArea .title {
    font-size: 17px;
    line-height: 26px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .sdxmPage .com_usecaseSection .usecaseList .box .textArea .text {
    font-size: 12px;
    line-height: 21px;
  }
  .sdxmPage .com_usecaseSection .usecaseList .box .textArea .link {
    position: absolute;
    right: 15px;
    bottom: 15px;
    font-size: 15px;
  }
  .sdxmPage .com_newsSlider .box {
    margin: 0 10px;
  }
  .sdxmPage .com_newsSlider .box img {
    width: 100%;
    height: auto;
  }
  .sdxmPage .com_newsSlider .box a {
    display: block;
  }
  .sdxmPage .com_newsSlider .box a .textArea {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    font-size: 0;
    background: #132631;
  }
  .sdxmPage .com_newsSlider .box a .textArea .cat {
    display: inline;
    vertical-align: middle;
    font-size: 13px;
    line-height: 24px;
    color: #fff;
    font-weight: bold;
  }
  .sdxmPage .com_newsSlider .box a .textArea .new {
    display: inline-block;
    vertical-align: middle;
    padding: 4px 10px 3px;
    color: #05396d;
    font-size: 12px;
    line-height: 12px;
    background: #fff;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    font-weight: bold;
    position: relative;
    top: -2px;
  }
  .sdxmPage .com_newsSlider .box a .textArea .text {
    color: #fff;
    font-size: 13px;
    line-height: 19px;
    font-weight: bold;
  }
  .sdxmPage .com_newsSlider .box a .textArea .text .under {
    text-decoration: underline;
  }
}
@media only screen and (max-width: 480px) {
  .sdxmPage {
    /****************************************
    ユースケース slider ver
    ****************************************/
    /*
    .com_usecaseSection{
      .usecaseList{
        .slick-list{
          padding-top:30px !important;
        }
        .box{
          .icon{
            position:absolute;
            left:50%;
            -ms-transform: translate(-50%, 0);
            -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
            top:-23px;
            img{
              width:46px;
              height:auto;
            }
          }
          .textArea{
            padding:10px 15px 50px;
          }
        }
      }
    }
    */
    /****************************************
    ユースケース non slider
    ****************************************/
  }
  .sdxmPage .com_usecaseSection .usecaseList {
    margin-top: 30px;
  }
  .sdxmPage .com_usecaseSection .usecaseList .box {
    display: block;
    width: auto;
    margin: 0 15px;
  }
  .sdxmPage .com_usecaseSection .usecaseList .box:first-child {
    margin-bottom: 40px;
  }
  .sdxmPage .com_usecaseSection .usecaseList .box .icon {
    position: absolute;
  }
  .sdxmPage .com_usecaseSection .usecaseList .box .icon img {
    height: auto;
  }
  .sdxmPage .com_usecaseSection .usecaseList .box .textArea {
    padding: 10px 15px 50px;
  }
}
.sdxmPage .clearfix {
  zoom: 1;
}
.sdxmPage .clearfix:after {
  content: '';
  display: block;
  clear: both;
}
.sdxmPage .pcNone {
  display: none;
}
.sdxmPage .spNone {
  display: block;
}
@media only screen and (max-width: 768px) {
  .sdxmPage {
    /* PC / SP 出しわけ
    ---------------------------------------*/
  }
  .sdxmPage .pcNone {
    display: block;
  }
  .sdxmPage .spNone {
    display: none;
  }
}

/********************************************************************************
topPage
********************************************************************************/
.sdxmTopPage .introSection {
  padding: 60px 0;
}
.sdxmTopPage .introSection .imageTextBox {
  position: relative;
  min-height: 490px;
}
.sdxmTopPage .introSection .imageTextBox .image {
  position: absolute;
  right: 0;
  top: 0;
}
.sdxmTopPage .introSection .imageTextBox .text {
  width: 610px;
  line-height: 28px;
  margin-bottom: 30px;
}
.sdxmTopPage .introSection .imageTextBox .text:last-child {
  margin-bottom: 0;
}
.sdxmTopPage .introSection .aboutBox {
  padding: 60px 60px 50px;
  background: #f6f6f6;
  position: relative;
  margin-top: 60px;
}
.sdxmTopPage .introSection .aboutBox .image {
  position: absolute;
  left: 60px;
  top: 60px;
}
.sdxmTopPage .introSection .aboutBox .textBox {
  padding-left: 330px;
}
.sdxmTopPage .introSection .aboutBox .textBox .title {
  color: #333333;
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 25px;
}
.sdxmTopPage .introSection .aboutBox .textBox p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}
.sdxmTopPage .introSection .aboutBox .textBox p:last-child {
  margin-bottom: 0;
}
.sdxmTopPage .newsSection {
  padding: 60px 0 100px;
  background: #efefef;
}
.sdxmTopPage .newsSection .sliderArea {
  position: relative;
  width: 1260px;
  margin: 0 auto;
}
.sdxmTopPage .outlineSection {
  padding: 60px 0;
}
.sdxmTopPage .outlineSection .text {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 28px;
}
.sdxmTopPage .outlineSection .imageArea {
  margin-top: 30px;
  border: 1px solid #ccc;
  background: #fff;
  text-align: center;
  padding: 60px 0;
}
.sdxmTopPage .com_usecaseSection .usecaseList {
  width: 1260px;
}
.sdxmTopPage .relationSection .relationList {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
.sdxmTopPage .relationSection .relationList .box {
  width: 610px;
  background: #f3f3f3;
  margin-bottom: 30px;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.sdxmTopPage .relationSection .relationList .box .image {
  float: left;
  width: 190px;
  vertical-align: top;
}
.sdxmTopPage .relationSection .relationList .box .textArea {
  overflow: hidden;
  vertical-align: top;
  padding: 0 0 30px 20px;
}
.sdxmTopPage .relationSection .relationList .box .textArea .title {
  font-size: 0;
  margin-bottom: 10px;
}
.sdxmTopPage .relationSection .relationList .box .textArea .title .name {
  display: inline;
  vertical-align: middle;
  font-size: 20px;
  line-height: 31px;
  font-weight: bold;
  margin-right: 10px;
  text-decoration: none;
}
.sdxmTopPage .relationSection .relationList .box .textArea .title .type {
  display: inline-block;
  vertical-align: middle;
  padding: 4px 15px 3px;
  color: #fff;
  background: #05396d;
  font-size: 14px;
  line-height: 14px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  font-weight: bold;
}
.sdxmTopPage .relationSection .relationList .box .textArea .title .type.t01 {
  background: #05396d;
}
.sdxmTopPage .relationSection .relationList .box .textArea .title .type.t02 {
  background: #54865c;
}
.sdxmTopPage .relationSection .relationList .box .textArea .text {
  font-size: 15px;
  line-height: 25px;
}
.sdxmTopPage .relationSection .relationList .box .textArea .link {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 15px;
}

/* 769以上
------------------------------------------------------------------------------- */
@media only screen and (min-width: 769px) {
  .sdxmTopPage .relationSection:not(:last-of-type) {
    padding: 60px 0;
    background-image: url(/content/dam/nttcom/hq/jp/business/dx/smart/img/top/bg_4.png);
    background-repeat: no-repeat;
    background-size: 599px 274px;
    background-position: calc(100% + 252px) -94px;
  }
}

/* 768以下
------------------------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  .sdxmTopPage .com_title01 {
    letter-spacing: 0.06em;
    line-height: 32px;
  }
  .sdxmTopPage .introSection {
    padding: 40px 0;
  }
  .sdxmTopPage .introSection .imageTextBox {
    position: relative;
  }
  .sdxmTopPage .introSection .imageTextBox .image {
    position: static;
    text-align: center;
    margin-bottom: 20px;
  }
  .sdxmTopPage .introSection .imageTextBox .text {
    width: auto;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .sdxmTopPage .introSection .imageTextBox .text:last-child {
    margin-bottom: 0;
  }
  .sdxmTopPage .introSection .aboutBox {
    padding: 25px 18px;
    background: #f6f6f6;
    position: relative;
    margin-top: 30px;
  }
  .sdxmTopPage .introSection .aboutBox .image {
    position: static;
    text-align: center;
  }
  .sdxmTopPage .introSection .aboutBox .image img {
    width: auto;
    height: auto;
  }
  .sdxmTopPage .introSection .aboutBox .textBox {
    padding-left: 0px;
  }
  .sdxmTopPage .introSection .aboutBox .textBox .title {
    color: #333333;
    font-size: 17px;
    line-height: 19px;
    font-weight: bold;
    margin-bottom: 20px;
    letter-spacing: 0.06em;
    text-align: center;
  }
  .sdxmTopPage .introSection .aboutBox .textBox p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .sdxmTopPage .introSection .aboutBox .textBox p:last-child {
    margin-bottom: 20px;
  }
  .sdxmTopPage .newsSection {
    padding: 40px 0;
    background: #efefef;
  }
  .sdxmTopPage .newsSection .sliderArea {
    position: relative;
    width: auto;
    margin: 0 auto;
  }
  .sdxmTopPage .outlineSection {
    padding: 40px 0;
  }
  .sdxmTopPage .outlineSection .text {
    margin: 0 0px 20px;
    font-size: 14px;
    line-height: 28px;
  }
  .sdxmTopPage .outlineSection .imageArea {
    border: 1px solid #ccc;
    background: #fff;
    text-align: center;
    padding: 20px;
  }
  .sdxmTopPage .com_usecaseSection .usecaseList {
    width: auto;
  }
  .sdxmTopPage .relationSection {
    padding: 40px 0;
  }
  .sdxmTopPage .relationSection .relationList {
    display: block;
  }
  .sdxmTopPage .relationSection .relationList .box {
    width: auto;
  }
  .sdxmTopPage .relationSection .relationList .box .textArea {
    padding: 0px 0px 40px 20px;
  }
  .sdxmTopPage .relationSection .relationList .box .textArea .title {
    margin-bottom: 10px;
  }
  .sdxmTopPage .relationSection .relationList .box .textArea .title .name {
    font-size: 16px;
    line-height: 23px;
  }
  .sdxmTopPage .relationSection .relationList .box .textArea .title .type {
    font-size: 12px;
    line-height: 12px;
  }
  .sdxmTopPage .relationSection .relationList .box .textArea .text {
    font-size: 12px;
    line-height: 21px;
  }
}
/* 480以下
------------------------------------------------------------------------------- */
@media only screen and (max-width: 480px) {
  .sdxmTopPage .relationSection .relationList .box {
    display: block;
    width: 100%;
    padding: 0;
  }
  .sdxmTopPage .relationSection .relationList .box .image {
    display: block;
    width: auto;
  }
  .sdxmTopPage .relationSection .relationList .box .image img {
    width: 100%;
    height: auto;
  }
  .sdxmTopPage .relationSection .relationList .box .textArea {
    display: block;
    padding: 15px 15px 20px;
  }
  .sdxmTopPage .relationSection .relationList .box .textArea .title {
    font-size: 0;
    margin-bottom: 10px;
  }
  .sdxmTopPage .relationSection .relationList .box .textArea .title .name {
    display: inline;
    vertical-align: middle;
    font-size: 16px;
    line-height: 23px;
    font-weight: bold;
    color: #333;
    margin-right: 10px;
  }
  .sdxmTopPage .relationSection .relationList .box .textArea .title .type {
    display: inline-block;
    vertical-align: middle;
    padding: 4px 15px 3px;
    color: #fff;
    background: #05396d;
    font-size: 12px;
    line-height: 12px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    font-weight: bold;
  }
  .sdxmTopPage .relationSection .relationList .box .textArea .title .type.t01 {
    background: #05396d;
  }
  .sdxmTopPage .relationSection .relationList .box .textArea .title .type.t02 {
    background: #54865c;
  }
  .sdxmTopPage .relationSection .relationList .box .textArea .text {
    font-size: 12px;
    line-height: 21px;
  }
  .sdxmTopPage .relationSection .relationList .box .textArea .link {
    position: static;
    text-align: right;
    font-size: 15px;
  }
}
/********************************************************************************
usecasePage
********************************************************************************/
.usecasePage {
  /****************************************
  usecasePage common
  ****************************************/
  /* スライダー時
  .com_usecaseSection{
    margin-top:30px;
    .usecaseList{
      .box{
        margin:50px 6px 0;
        .textArea{
          padding-left:20px;
          padding-right:20px;
        }
      }
    }
  } 
  */
}
.usecasePage .introSection {
  padding: 0px 0 40px;
  border-bottom: 1px solid #05396d;
  margin-bottom: 20px;
}
.usecasePage .introSection .text {
  font-size: 16px;
  line-height: 32px;
}
.usecasePage .solutionSection {
  padding: 40px 0;
}
.usecasePage .solutionSection .topText {
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 30px;
}
.usecasePage .meritSection {
  padding: 40px 0;
}
.usecasePage .meritSection .textBox {
  background: #f2f7fa;
  border: 1px solid #05396d;
  padding: 30px;
  font-size: 16px;
  line-height: 32px;
}
.usecasePage .solutionBoxList {
  padding: 40px 0 80px;
}

/* 768以下
------------------------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  .usecasePage {
    /****************************************
    usecasePage common
    ****************************************/
    /* スライダー時
    .com_usecaseSection{
      .usecaseList{
        .slick-list{
          padding-top:10px !important;
        }
        .box{
          width:auto;
          .textArea{
            padding-left:15px;
            padding-right:15px;
            padding-bottom:30px;
          }
        }
      }
    }
    */
  }
  .usecasePage .introSection {
    padding: 0 0 30px;
    border-bottom: 1px solid #05396d;
    margin: 0 15px 20px;
  }
  .usecasePage .introSection .wrap {
    margin: 0;
  }
  .usecasePage .introSection .text {
    font-size: 15px;
    line-height: 24px;
  }
  .usecasePage .solutionSection {
    padding: 20px 0 40px;
  }
  .usecasePage .solutionSection .topText {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .usecasePage .meritSection {
    padding: 35px 0;
    background: #f2f7fa;
  }
  .usecasePage .meritSection .textBox {
    background: transparent;
    border: none;
    padding: 0;
    font-size: 15px;
    line-height: 24px;
  }
  .usecasePage .solutionBoxList {
    padding: 35px 0px 40px;
    text-align: center;
  }
  .usecasePage .solutionBoxList img {
    width: auto;
    height: auto;
  }
}
/* 480以下
------------------------------------------------------------------------------- */
@media only screen and (max-width: 480px) {
  /* スライダー時
.usecasePage{
  .com_usecaseSection{
    .usecaseList{
      .box{
        margin-top:30px;
        .textArea{
          padding-bottom:30px;
        }
      }
    }
  }
}
  */
}
/********************************************************************************
articlePage
********************************************************************************/
.articlePage {
  /****************************************
  articlePage common
  ****************************************/
}
.articlePage .articleBody {
  padding-bottom: 40px;
}
.articlePage .articleBody .titleArea {
  padding: 0px 0 30px;
  border-bottom: 1px solid #05396d;
  margin-bottom: 20px;
}
.articlePage .articleBody .titleArea .day {
  display: block;
  text-align: right;
  font-size: 16px;
  margin-top: -30px;
  margin-right: 20px;
}
.articlePage .articleBody > .section {
  padding: 40px 0;
}
.articlePage .articleBody > .section .wrap h2 {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  padding-left: 30px;
  position: relative;
  margin-bottom: 30px;
}
.articlePage .articleBody > .section .wrap h2:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 8px;
  height: 100%;
  background: #597cac;
}
.articlePage .articleBody > .section .wrap p {
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 25px;
}
.articlePage .articleBody > .section .wrap p:last-child {
  margin-bottom: 0;
}
.articlePage .articleBody > .section .wrap .image {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.articlePage .articleBody > .section .wrap .image:last-child {
  margin-bottom: 0;
}
.articlePage .articleBody > .section .wrap ul {
  list-style: none;
  margin-left: 20px;
  margin-bottom: 25px;
}
.articlePage .articleBody > .section .wrap ul:last-child {
  margin-bottom: 0;
}
.articlePage .articleBody > .section .wrap ul li {
  padding-left: 20px;
  position: relative;
  margin-top: 10px;
  font-weight: bold;
}
.articlePage .articleBody > .section .wrap ul li:first-child {
  margin-top: 0;
}
.articlePage .articleBody > .section .wrap ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  display: block;
  width: 14px;
  height: 14px;
  background: #05396d;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.articlePage .articleBody > .section .wrap a {
  color: #05396d;
  text-decoration: underline;
}
.articlePage .articleBody > .section .wrap a:hover {
  text-decoration: none;
}
.articlePage .relationArea {
  border-top: 1px solid #05396d;
  padding: 40px 0 0;
}
.articlePage .relationArea .relationServiceArea {
  padding: 40px 0;
}
.articlePage .relationArea .relationServiceArea .serviceList {
  padding: 30px;
  border: 1px solid #05396d;
  background: #f2f7fa;
}
.articlePage .relationArea .relationServiceArea .serviceList li {
  margin-bottom: 10px;
}
.articlePage .relationArea .relationServiceArea .serviceList li:last-child {
  margin-bottom: 0;
}
.articlePage .relationArea .relationNewsArea {
  margin-top: 40px;
  padding: 60px 20px 80px;
  background: #efefef;
}
.articlePage .relationArea .relationNewsArea .com_title01 {
  margin-bottom: 30px;
}

/* 768以下
------------------------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  .articlePage {
    /****************************************
    articlePage common
    ****************************************/
  }
  .articlePage .articleBody {
    padding-bottom: 20px;
  }
  .articlePage .articleBody .titleArea {
    margin: 0 15px;
    padding: 0px 0 20px;
    border-bottom: 1px solid #05396d;
    margin-bottom: 20px;
  }
  .articlePage .articleBody .titleArea .visualImg {
    margin: 0 -15px;
  }
  .articlePage .articleBody .titleArea .day {
    display: block;
    text-align: right;
    font-size: 15px;
    margin-top: -10px;
  }
  .articlePage .articleBody .titleArea .wrap {
    margin: 0;
  }
  .articlePage .articleBody > .section {
    padding: 20px 0;
  }
  .articlePage .articleBody > .section .wrap h2 {
    font-size: 17px;
    line-height: 22px;
    font-weight: bold;
    padding-left: 15px;
    position: relative;
    margin-bottom: 20px;
  }
  .articlePage .articleBody > .section .wrap h2:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 6px;
    height: 100%;
    background: #597cac;
  }
  .articlePage .articleBody > .section .wrap p {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 20px;
  }
  .articlePage .articleBody > .section .wrap p:last-child {
    margin-bottom: 0;
  }
  .articlePage .articleBody > .section .wrap .image {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
  }
  .articlePage .articleBody > .section .wrap .image:last-child {
    margin-bottom: 0;
  }
  .articlePage .articleBody > .section .wrap ul {
    list-style: none;
    margin-left: 10px;
    margin-bottom: 25px;
  }
  .articlePage .articleBody > .section .wrap ul:last-child {
    margin-bottom: 0;
  }
  .articlePage .articleBody > .section .wrap ul li {
    padding-left: 20px;
    position: relative;
    margin-top: 10px;
    font-weight: bold;
  }
  .articlePage .articleBody > .section .wrap ul li:first-child {
    margin-top: 0;
  }
  .articlePage .articleBody > .section .wrap ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    display: block;
    width: 14px;
    height: 14px;
    background: #05396d;
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }
  .articlePage .relationArea {
    border-top: 1px solid #05396d;
    padding: 20px 0 0;
  }
  .articlePage .relationArea .relationServiceArea {
    padding: 20px 0;
  }
  .articlePage .relationArea .relationServiceArea .serviceList {
    padding: 20px 15px;
    border: 1px solid #05396d;
    background: #f2f7fa;
  }
  .articlePage .relationArea .relationServiceArea .serviceList li {
    margin-bottom: 10px;
  }
  .articlePage .relationArea .relationServiceArea .serviceList li:last-child {
    margin-bottom: 0;
  }
  .articlePage .relationArea .relationServiceArea .serviceList li a {
    font-size: 14px;
  }
  .articlePage .relationArea .relationNewsArea {
    margin-top: 20px;
    padding: 40px 0px 40px;
    background: #efefef;
  }
  .articlePage .relationArea .relationNewsArea .com_title01 {
    margin-bottom: 30px;
  }
}
/********************************************************************************
Adjustments Style
********************************************************************************/
/* ------------------------------------
  基本は使用しない。
  更新していくうえでの使用や
  html側で都度対応したい場合用
------------------------------------- */
.sdxmPage .c_both {
  clear: both !important;
}
.sdxmPage .b_white {
  background-color: #fff !important;
}
.sdxmPage .b_black {
  background-color: #000 !important;
}
.sdxmPage .b_gray {
  background-color: #888 !important;
}
.sdxmPage .b_red {
  background-color: #f00 !important;
}
.sdxmPage .b_blue {
  background-color: #00f !important;
}
.sdxmPage .b_green {
  background-color: #0f0 !important;
}
.sdxmPage .c_white {
  color: #fff !important;
}
.sdxmPage .c_black {
  color: #000 !important;
}
.sdxmPage .c_gray {
  color: #888 !important;
}
.sdxmPage .c_red {
  color: #f00 !important;
}
.sdxmPage .c_blue {
  color: #00f !important;
}
.sdxmPage .c_green {
  color: #0f0 !important;
}
.sdxmPage .d_none {
  display: none !important;
}
.sdxmPage .d_block {
  display: block !important;
}
.sdxmPage .d_table {
  display: table !important;
}
.sdxmPage .d_tablecell {
  display: table-cell !important;
}
.sdxmPage .d_inline {
  display: inline !important;
}
.sdxmPage .d_inlineblock {
  display: inline-block !important;
}
.sdxmPage .f_left {
  float: left !important;
}
.sdxmPage .f_right {
  float: right !important;
}
.sdxmPage .f_none {
  float: none !important;
}
.sdxmPage .m_top5 {
  margin-top: 5px !important;
}
.sdxmPage .m_top10 {
  margin-top: 10px !important;
}
.sdxmPage .m_top15 {
  margin-top: 15px !important;
}
.sdxmPage .m_top20 {
  margin-top: 20px !important;
}
.sdxmPage .m_top25 {
  margin-top: 25px !important;
}
.sdxmPage .m_top30 {
  margin-top: 30px !important;
}
.sdxmPage .m_top35 {
  margin-top: 35px !important;
}
.sdxmPage .m_top40 {
  margin-top: 40px !important;
}
.sdxmPage .m_top45 {
  margin-top: 45px !important;
}
.sdxmPage .m_top50 {
  margin-top: 50px !important;
}
.sdxmPage .m_top55 {
  margin-top: 55px !important;
}
.sdxmPage .m_top60 {
  margin-top: 60px !important;
}
.sdxmPage .m_top65 {
  margin-top: 65px !important;
}
.sdxmPage .m_top70 {
  margin-top: 70px !important;
}
.sdxmPage .m_top75 {
  margin-top: 75px !important;
}
.sdxmPage .m_top80 {
  margin-top: 80px !important;
}
.sdxmPage .m_top85 {
  margin-top: 85px !important;
}
.sdxmPage .m_top90 {
  margin-top: 90px !important;
}
.sdxmPage .m_top95 {
  margin-top: 95px !important;
}
.sdxmPage .m_top100 {
  margin-top: 100px !important;
}
.sdxmPage .m_bottom5 {
  margin-bottom: 5px !important;
}
.sdxmPage .m_bottom10 {
  margin-bottom: 10px !important;
}
.sdxmPage .m_bottom15 {
  margin-bottom: 15px !important;
}
.sdxmPage .m_bottom20 {
  margin-bottom: 20px !important;
}
.sdxmPage .m_bottom25 {
  margin-bottom: 25px !important;
}
.sdxmPage .m_bottom30 {
  margin-bottom: 30px !important;
}
.sdxmPage .m_bottom35 {
  margin-bottom: 35px !important;
}
.sdxmPage .m_bottom40 {
  margin-bottom: 40px !important;
}
.sdxmPage .m_bottom45 {
  margin-bottom: 45px !important;
}
.sdxmPage .m_bottom50 {
  margin-bottom: 50px !important;
}
.sdxmPage .m_bottom55 {
  margin-bottom: 55px !important;
}
.sdxmPage .m_bottom60 {
  margin-bottom: 60px !important;
}
.sdxmPage .m_bottom65 {
  margin-bottom: 65px !important;
}
.sdxmPage .m_bottom70 {
  margin-bottom: 70px !important;
}
.sdxmPage .m_bottom75 {
  margin-bottom: 75px !important;
}
.sdxmPage .m_bottom80 {
  margin-bottom: 80px !important;
}
.sdxmPage .m_bottom85 {
  margin-bottom: 85px !important;
}
.sdxmPage .m_bottom90 {
  margin-bottom: 90px !important;
}
.sdxmPage .m_bottom95 {
  margin-bottom: 95px !important;
}
.sdxmPage .m_bottom100 {
  margin-bottom: 100px !important;
}
.sdxmPage .m_left5 {
  margin-left: 5px !important;
}
.sdxmPage .m_left10 {
  margin-left: 10px !important;
}
.sdxmPage .m_left15 {
  margin-left: 15px !important;
}
.sdxmPage .m_left20 {
  margin-left: 20px !important;
}
.sdxmPage .m_left25 {
  margin-left: 25px !important;
}
.sdxmPage .m_left30 {
  margin-left: 30px !important;
}
.sdxmPage .m_left35 {
  margin-left: 35px !important;
}
.sdxmPage .m_left40 {
  margin-left: 40px !important;
}
.sdxmPage .m_left45 {
  margin-left: 45px !important;
}
.sdxmPage .m_left50 {
  margin-left: 50px !important;
}
.sdxmPage .m_left55 {
  margin-left: 55px !important;
}
.sdxmPage .m_left60 {
  margin-left: 60px !important;
}
.sdxmPage .m_left65 {
  margin-left: 65px !important;
}
.sdxmPage .m_left70 {
  margin-left: 70px !important;
}
.sdxmPage .m_left75 {
  margin-left: 75px !important;
}
.sdxmPage .m_left80 {
  margin-left: 80px !important;
}
.sdxmPage .m_left85 {
  margin-left: 85px !important;
}
.sdxmPage .m_left90 {
  margin-left: 90px !important;
}
.sdxmPage .m_left95 {
  margin-left: 95px !important;
}
.sdxmPage .m_left100 {
  margin-left: 100px !important;
}
.sdxmPage .m_right5 {
  margin-right: 5px !important;
}
.sdxmPage .m_right10 {
  margin-right: 10px !important;
}
.sdxmPage .m_right15 {
  margin-right: 15px !important;
}
.sdxmPage .m_right20 {
  margin-right: 20px !important;
}
.sdxmPage .m_right25 {
  margin-right: 25px !important;
}
.sdxmPage .m_right30 {
  margin-right: 30px !important;
}
.sdxmPage .m_right35 {
  margin-right: 35px !important;
}
.sdxmPage .m_right40 {
  margin-right: 40px !important;
}
.sdxmPage .m_right45 {
  margin-right: 45px !important;
}
.sdxmPage .m_right50 {
  margin-right: 50px !important;
}
.sdxmPage .m_right55 {
  margin-right: 55px !important;
}
.sdxmPage .m_right60 {
  margin-right: 60px !important;
}
.sdxmPage .m_right65 {
  margin-right: 65px !important;
}
.sdxmPage .m_right70 {
  margin-right: 70px !important;
}
.sdxmPage .m_right75 {
  margin-right: 75px !important;
}
.sdxmPage .m_right80 {
  margin-right: 80px !important;
}
.sdxmPage .m_right85 {
  margin-right: 85px !important;
}
.sdxmPage .m_right90 {
  margin-right: 90px !important;
}
.sdxmPage .m_right95 {
  margin-right: 95px !important;
}
.sdxmPage .m_right100 {
  margin-right: 100px !important;
}
.sdxmPage .p_top5 {
  padding-top: 5px !important;
}
.sdxmPage .p_top10 {
  padding-top: 10px !important;
}
.sdxmPage .p_top15 {
  padding-top: 15px !important;
}
.sdxmPage .p_top20 {
  padding-top: 20px !important;
}
.sdxmPage .p_top25 {
  padding-top: 25px !important;
}
.sdxmPage .p_top30 {
  padding-top: 30px !important;
}
.sdxmPage .p_top35 {
  padding-top: 35px !important;
}
.sdxmPage .p_top40 {
  padding-top: 40px !important;
}
.sdxmPage .p_top45 {
  padding-top: 45px !important;
}
.sdxmPage .p_top50 {
  padding-top: 50px !important;
}
.sdxmPage .p_top55 {
  padding-top: 55px !important;
}
.sdxmPage .p_top60 {
  padding-top: 60px !important;
}
.sdxmPage .p_top65 {
  padding-top: 65px !important;
}
.sdxmPage .p_top70 {
  padding-top: 70px !important;
}
.sdxmPage .p_top75 {
  padding-top: 75px !important;
}
.sdxmPage .p_top80 {
  padding-top: 80px !important;
}
.sdxmPage .p_top85 {
  padding-top: 85px !important;
}
.sdxmPage .p_top90 {
  padding-top: 90px !important;
}
.sdxmPage .p_top95 {
  padding-top: 95px !important;
}
.sdxmPage .p_top100 {
  padding-top: 100px !important;
}
.sdxmPage .p_bottom5 {
  padding-bottom: 5px !important;
}
.sdxmPage .p_bottom10 {
  padding-bottom: 10px !important;
}
.sdxmPage .p_bottom15 {
  padding-bottom: 15px !important;
}
.sdxmPage .p_bottom20 {
  padding-bottom: 20px !important;
}
.sdxmPage .p_bottom25 {
  padding-bottom: 25px !important;
}
.sdxmPage .p_bottom30 {
  padding-bottom: 30px !important;
}
.sdxmPage .p_bottom35 {
  padding-bottom: 35px !important;
}
.sdxmPage .p_bottom40 {
  padding-bottom: 40px !important;
}
.sdxmPage .p_bottom45 {
  padding-bottom: 45px !important;
}
.sdxmPage .p_bottom50 {
  padding-bottom: 50px !important;
}
.sdxmPage .p_bottom55 {
  padding-bottom: 55px !important;
}
.sdxmPage .p_bottom60 {
  padding-bottom: 60px !important;
}
.sdxmPage .p_bottom65 {
  padding-bottom: 65px !important;
}
.sdxmPage .p_bottom70 {
  padding-bottom: 70px !important;
}
.sdxmPage .p_bottom75 {
  padding-bottom: 75px !important;
}
.sdxmPage .p_bottom80 {
  padding-bottom: 80px !important;
}
.sdxmPage .p_bottom85 {
  padding-bottom: 85px !important;
}
.sdxmPage .p_bottom90 {
  padding-bottom: 90px !important;
}
.sdxmPage .p_bottom95 {
  padding-bottom: 95px !important;
}
.sdxmPage .p_bottom100 {
  padding-bottom: 100px !important;
}
.sdxmPage .p_left5 {
  padding-left: 5px !important;
}
.sdxmPage .p_left10 {
  padding-left: 10px !important;
}
.sdxmPage .p_left15 {
  padding-left: 15px !important;
}
.sdxmPage .p_left20 {
  padding-left: 20px !important;
}
.sdxmPage .p_left25 {
  padding-left: 25px !important;
}
.sdxmPage .p_left30 {
  padding-left: 30px !important;
}
.sdxmPage .p_left35 {
  padding-left: 35px !important;
}
.sdxmPage .p_left40 {
  padding-left: 40px !important;
}
.sdxmPage .p_left45 {
  padding-left: 45px !important;
}
.sdxmPage .p_left50 {
  padding-left: 50px !important;
}
.sdxmPage .p_left55 {
  padding-left: 55px !important;
}
.sdxmPage .p_left60 {
  padding-left: 60px !important;
}
.sdxmPage .p_left65 {
  padding-left: 65px !important;
}
.sdxmPage .p_left70 {
  padding-left: 70px !important;
}
.sdxmPage .p_left75 {
  padding-left: 75px !important;
}
.sdxmPage .p_left80 {
  padding-left: 80px !important;
}
.sdxmPage .p_left85 {
  padding-left: 85px !important;
}
.sdxmPage .p_left90 {
  padding-left: 90px !important;
}
.sdxmPage .p_left95 {
  padding-left: 95px !important;
}
.sdxmPage .p_left100 {
  padding-left: 100px !important;
}
.sdxmPage .p_right5 {
  padding-right: 5px !important;
}
.sdxmPage .p_right10 {
  padding-right: 10px !important;
}
.sdxmPage .p_right15 {
  padding-right: 15px !important;
}
.sdxmPage .p_right20 {
  padding-right: 20px !important;
}
.sdxmPage .p_right25 {
  padding-right: 25px !important;
}
.sdxmPage .p_right30 {
  padding-right: 30px !important;
}
.sdxmPage .p_right35 {
  padding-right: 35px !important;
}
.sdxmPage .p_right40 {
  padding-right: 40px !important;
}
.sdxmPage .p_right45 {
  padding-right: 45px !important;
}
.sdxmPage .p_right50 {
  padding-right: 50px !important;
}
.sdxmPage .p_right55 {
  padding-right: 55px !important;
}
.sdxmPage .p_right60 {
  padding-right: 60px !important;
}
.sdxmPage .p_right65 {
  padding-right: 65px !important;
}
.sdxmPage .p_right70 {
  padding-right: 70px !important;
}
.sdxmPage .p_right75 {
  padding-right: 75px !important;
}
.sdxmPage .p_right80 {
  padding-right: 80px !important;
}
.sdxmPage .p_right85 {
  padding-right: 85px !important;
}
.sdxmPage .p_right90 {
  padding-right: 90px !important;
}
.sdxmPage .p_right95 {
  padding-right: 95px !important;
}
.sdxmPage .p_right100 {
  padding-right: 100px !important;
}
.sdxmPage .p_relative {
  position: relative !important;
}
.sdxmPage .p_absolute {
  position: absolute !important;
}
.sdxmPage .t_underline {
  text-decoration: underline !important;
}
.sdxmPage .t_none {
  text-decoration: none !important;
}
.sdxmPage .t_bold {
  font-weight: bold !important;
}
.sdxmPage .t_center {
  text-align: center !important;
}
.sdxmPage .t_left {
  text-align: left !important;
}
.sdxmPage .t_right {
  text-align: right !important;
}
.sdxmPage .v_top {
  vertical-align: top !important;
}
.sdxmPage .v_middle {
  vertical-align: middle !important;
}
.sdxmPage .v_bottom {
  vertical-align: bottom !important;
}
.sdxmPage .v_hidden {
  visibility: hidden !important;
}
.sdxmPage .v_visible {
  visibility: visible !important;
}
.sdxmPage .w_5 {
  width: 5% !important;
}
.sdxmPage .w_10 {
  width: 10% !important;
}
.sdxmPage .w_15 {
  width: 15% !important;
}
.sdxmPage .w_20 {
  width: 20% !important;
}
.sdxmPage .w_25 {
  width: 25% !important;
}
.sdxmPage .w_30 {
  width: 30% !important;
}
.sdxmPage .w_35 {
  width: 35% !important;
}
.sdxmPage .w_40 {
  width: 40% !important;
}
.sdxmPage .w_45 {
  width: 45% !important;
}
.sdxmPage .w_50 {
  width: 50% !important;
}
.sdxmPage .w_55 {
  width: 55% !important;
}
.sdxmPage .w_60 {
  width: 60% !important;
}
.sdxmPage .w_65 {
  width: 65% !important;
}
.sdxmPage .w_70 {
  width: 70% !important;
}
.sdxmPage .w_75 {
  width: 75% !important;
}
.sdxmPage .w_80 {
  width: 80% !important;
}
.sdxmPage .w_85 {
  width: 85% !important;
}
.sdxmPage .w_90 {
  width: 90% !important;
}
.sdxmPage .w_95 {
  width: 95% !important;
}
.sdxmPage .w_100 {
  width: 100% !important;
}
