@charset "utf-8";
/*----------------------------------------------------
 xps_tower
--------------------------------------------------- */
#xps_tower {
  position: relative;
  width: 100%;
  font-family: 'Roboto', "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
/* * * * * .common * * * * */
#xps_tower .in .textArea .title {
  font-size: 30px;
  line-height: 1.33;
}
#xps_tower .in .textArea .text {
  font-size: 16px;
  line-height: 1.75;
}
#xps_tower .in span.rights_icon {
  vertical-align: top;
  font-size: 0.7em;
}
#xps_tower .in span.rights_icon2 {
  font-size: 0.7em;
}
/* * * * * .top * * * * */
#xps_tower .top {
  padding-top: 80px;
  box-sizing: border-box;
  background: #cdd0d6;
  background: -webkit-linear-gradient(top, #cdd0d6 0%, #FFFFFF 100%);
  background: linear-gradient(to bottom, #cdd0d6 0%, #FFFFFF 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdd0d6', endColorstr='#FFFFFF', GradientType=0 );
}
/* * * * .in * * * */
#xps_tower .top .in {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 1600px;
}
#xps_tower .top .in .image01,
#xps_tower .top .in .image02,
#xps_tower .top .in .image03 {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
#xps_tower .top .in .image01 img,
#xps_tower .top .in .image02 img,
#xps_tower .top .in .image03 img {
  width: 100%;
}
#xps_tower .top .in .image01 {
  position: relative;
  transition: all 0.6s 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  opacity: 0;
}
#xps_tower .top .in .image02 {
  transition: all 0.6s 0.6s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  opacity: 0;
}
#xps_tower .top .in .image03 {
  transition: all 0.6s 0.9s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  opacity: 0;
}
/* .show */
#xps_tower .top.show .in .image01 {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
#xps_tower .top.show .in .image02 {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
#xps_tower .top.show .in .image03 {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
/* * * .textArea * * */
#xps_tower .top .in .textArea {
  position: absolute;
  top: 22.5vw;
  left: 67.5vw;
}

@media only screen and (min-width: 1600px) {
  #xps_tower .top .in .textArea {
    position: absolute;
    top: 360px;
    left: 1090px;
  }
}
#xps_tower .top .in .textArea .title {
}
#xps_tower .top .in .textArea .title .name {
  font-size: 40px;
  display: block;
  transition: all 0.8s 1.2s ease-out;
  transform: translate3d(0, 15px, 0);
  opacity: 0;
}
#xps_tower .top .in .textArea .title .text {
  font-size: 30px;
  line-height: 1.33;
  display: block;
  margin-top: 25px;
  transition: all 0.8s 1.3s ease-out;
  transform: translate3d(0, 15px, 0);
  opacity: 0;
}
/* .show */
#xps_tower .top.show .in .textArea {
}
#xps_tower .top.show .in .textArea .title .name {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
#xps_tower .top.show .in .textArea .title .text {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
/* * * * * .lead * * * * */
#xps_tower .lead {
  position: relative;
  width: 100%;
}
/* * * * .in * * * */
#xps_tower .lead .in {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 1300px;
  padding: 0 50px;
  box-sizing: border-box;
}
/* * * .textArea * * */
#xps_tower .lead .in .textArea {
  text-align: center;
  margin-top: 15px;
}
#xps_tower .lead .in .textArea .title {
  letter-spacing: -0.04em;
}
#xps_tower .lead .in .textArea .inner {
  margin-top: 40px;
  overflow: hidden;
  text-align: left;
}
#xps_tower .lead .in .textArea .inner .text {
  text-align: left;
  float: left;
  width: 58%;
  letter-spacing: -0.02em;
}
#xps_tower .lead .in .textArea .inner .image {
  float: right;
  width: 42%;
  box-sizing: border-box;
  padding: 0 50px 0 80px;
  text-align: center;
}
#xps_tower .lead .in .textArea .inner .image img {
  width: 90%;
}
#xps_tower .lead .in .textArea .inner .image .note {
  font-size: 12px;
}
/* .table */
#xps_tower .lead .in .textArea .table {
  text-align: left;
  margin-top: 80px;
  font-size: 16px;
  line-height: 1.375;
}
#xps_tower .lead .in .textArea .table .line {
  overflow: hidden;
  display: flex;
}
#xps_tower .lead .in .textArea .table .line > div {
  float: left;
  padding: 20px 0;
  border-bottom: 1px solid #d3d5dc;
}
#xps_tower .lead .in .textArea .table .line > div span.note {
  font-size: 12px;
}
#xps_tower .lead .in .textArea .table .line > div.s1 {
  width: 200px;
  margin-right: 40px;
}
#xps_tower .lead .in .textArea .table .line > div.s2 {
  width: 460px;
  margin-right: 40px;
}
#xps_tower .lead .in .textArea .table .line > div.s3 {
  width: 460px;
  margin-right: 40px;
}
#xps_tower .lead .in .textArea .table .line > div.s4 {
  width: 460px;
}

#xps_tower .lead .in .textArea .table .line dl{
  overflow: hidden;
}
#xps_tower .lead .in .textArea .table .line dl dt{
  display: inline-block;
  width: 54px;
  text-align: right;
}
#xps_tower .lead .in .textArea .table .line dl dd{
  display: inline-block;
}
/* .line01 */
#xps_tower .lead .in .textArea .table .line01 {
  font-weight: bold;
}
#xps_tower .lead .in .textArea .table .line01 > div {
  border-bottom: 2px solid #3e3f44;
  padding: 10px 0;
}
/* * * * * .feature01 * * * * */
#xps_tower .feature01 {
  position: relative;
  width: 100%;
  margin-top: 120px;
}
/* * * * .in * * * */
#xps_tower .feature01 .in {
  margin: 0 auto;
  position: relative;
  width: 100%;
  max-width: 1300px;
  padding: 0 50px;
  box-sizing: border-box;
  overflow: hidden;
  display: table;
}
/* * * .image01 * * */
#xps_tower .feature01 .in .image01 {
  margin: 0 auto;
  width: 50%;
  transition: all 0.8s 0.0s ease-out;
  /* opacity: 0;*/
  display: table-cell;
}
#xps_tower .feature01 .in .image01 img {
  width: 100%;
}
/* .show */
#xps_tower .feature01.show .in .image01 {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
/* * * .textArea * * */
#xps_tower .feature01 .in .textArea {
  width: 50%;
  text-align: left;
  padding-left: 8.3%;
  box-sizing: border-box;
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
#xps_tower .feature01 .in .textArea .textArea_inner{
  /*position: absolute;*/
  padding-left: 8.3%;
  /*top: 50%;*/
  left: 0;
  width: 90%;
  /*-webkit-transform: translate(0%,-50%);
     -moz-transform: translate(0%,-50%);
      -ms-transform: translate(0%,-50%);
       -o-transform: translate(0%,-50%);
          transform: translate(0%,-50%);*/
  /*-webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);*/
          

}
#xps_tower .feature01 .in .textArea .title {
  letter-spacing: -0.04em;
}
#xps_tower .feature01 .in .textArea .text {
  margin-top: 40px;
  letter-spacing: -0.04em;
}
/* * * .point * * */
#xps_tower .feature01 .in .textArea .point {
  position: relative;
  line-height: 1.3;
  overflow: hidden;
}
#xps_tower .feature01 .in .textArea .point .point01 {
  box-sizing: border-box;
  margin-top: 40px;
}
#xps_tower .feature01 .in .textArea .point .point02 {
  box-sizing: border-box;
  margin-top: 30px;
}
#xps_tower .feature01 .in .textArea .point .name {
  font-size: 20px;
}
#xps_tower .feature01 .in .textArea .point .num {
  font-size: 30px;
  margin-top: 5px;
  letter-spacing: -0.04em;
}
#xps_tower .feature01 .in .textArea .point .num small {
  font-size: 20px;
}
#xps_tower .feature01 .in .textArea .point .note {
  font-size: 12px;
  margin-top: 5px;
}
/* * * * * .feature02 * * * * */
#xps_tower .feature02 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  margin-top: 160px;
  padding-top: 110px;
  padding-bottom: 100px;
  background: #000;
  background: -webkit-linear-gradient(top, #000 0%, #202020 20%);
  background: linear-gradient(to bottom, #000 0%, #202020 20%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#202020', GradientType=0 );
}
/* * * * .in * * * */
#xps_tower .feature02 .in {
  margin: 0 auto;
  position: relative;
  width: 100%;
  max-width: 1300px;
  padding: 0 50px;
  box-sizing: border-box;
}
#xps_tower .feature02 .in:after {
  content: "";
  display: block;
  clear: both;
}
/* * * .image * * */
#xps_tower .feature02 .image01 {
  margin: 0 auto;
  width: 50%;
  margin-top: -170px;
  position: relative;
  opacity: 0;
  float: left;
  transition: all 0.8s 0s ease-out;
  transform: translate3d(0, 30px, 0);
}
#xps_tower .feature02 .image01 img {
  width: 120%;
  margin-left: -20%;
}
/* .show */
#xps_tower .feature02.show .image01 {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
/* * * .textArea * * */
#xps_tower .feature02 .in .textArea {
  color: #fff;
  overflow: hidden;
  float: right;
  width: 50%;
  text-align: left;
  padding-left: 8.3%;
  box-sizing: border-box;
}
#xps_tower .feature02 .in .textArea .title {
}
#xps_tower .feature02 .in .textArea .text {
  margin-top: 40px;
}
#xps_tower .feature02 .in .textArea .text01 {
  box-sizing: border-box;
}
#xps_tower .feature02 .in .textArea .image02 {
  position: relative;
  margin-top: 60px;
}
#xps_tower .feature02 .in .textArea .image02 p {
  position: absolute;
  top: 10%;
  left: 0;
  width: 100%;
  font-size: 16px;
  line-height: 1.75;
  text-align: center;
  color: #3e3f44;
}
#xps_tower .feature02 .in .textArea .image02 img {
  width: 100%
}
#xps_tower .feature02 .in .textArea .image03 {
  position: relative;
  margin-top: 30px;
}
#xps_tower .feature02 .in .textArea .image03 p {
  position: absolute;
  bottom: 10%;
  left: 0;
  width: 100%;
  font-size: 16px;
  line-height: 1.75;
  text-align: center;
}
#xps_tower .feature02 .in .textArea .image03 img {
  width: 100%
}
/* * * * * .feature03 * * * * */
#xps_tower .feature03 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 1350px;
}
/* * * .image * * */
#xps_tower .feature03 .image01 {
  margin: 0 auto;
  max-width: 1350px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
#xps_tower .feature03 .image01 img {
  width: 100%;
}
#xps_tower .feature03 .image01 {
  position: relative;
  transition: all 1.0s 0.0s ease-out;
  opacity: 0;
}
/* .show */
#xps_tower .feature03.show .image01 {
  opacity: 1;
}
/* * * * .in * * * */
#xps_tower .feature03 .in {
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
  max-width: 1300px;
  padding: 0 50px;
  box-sizing: border-box;
}
/* * * .textArea * * */
#xps_tower .feature03 .in .textArea {
  margin-top: 110px;
}
#xps_tower .feature03 .in .textArea .title {
  text-align: center;
}
#xps_tower .feature03 .in .textArea .inner {
}
#xps_tower .feature03 .in .textArea .inner .text {
  box-sizing: border-box;
  margin-top: 40px;
  letter-spacing: -0.04em;
}
#xps_tower .feature03 .in .image01 {
  margin: 50px auto 0;
  max-width: 1005px;
  width: 100%;
}
/* * * * * .feature04 * * * * */
#xps_tower .feature04 {
  position: relative;
  width: 100%;
  margin-top: 50px;
  background: #3e3f44;
}
#xps_tower .feature04 .image01 {
  width: 100%;
  padding-bottom: 42%;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
#xps_tower .feature04 .image01 .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(-45%);
  transition: all 0.8s 0.0s ease-out;
  opacity: 0;
}
/* .show */
#xps_tower .feature04.show .image01 .mask {
  opacity: 1;
}
#xps_tower .feature04 .image01 .mask img {
  width: 100%;
}
/* * * * .in * * * */
#xps_tower .feature04 .in {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 50px;
  overflow: hidden;
  box-sizing: border-box;
}
/* .textArea */
#xps_tower .feature04 .textArea {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  bottom: 7.5vw;
  box-sizing: border-box;
  max-width: 1200px;
  color: #fff;
}
#xps_tower .feature04 .textArea .inner {
  width: 33%;
}
#xps_tower .feature04 .textArea .inner .title {
}
#xps_tower .feature04 .textArea .inner .text {
  margin-top: 40px;
}
/* * * * * .port * * * * */
#xps_tower .port {
  position: relative;
  width: 100%;
  margin-top: 110px;
}
/* * * .images * * */
#xps_tower .port .images {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
  overflow: hidden;
}
#xps_tower .port .images .image01 {
  width: 50%;
  float: left;
}
#xps_tower .port .images .image02 {
  width: 50%;
  float: right;
}
#xps_tower .port .images .image01 img,
#xps_tower .port .images .image02 img {
  width: 100%;
}
/* * * .textArea * * */
#xps_tower .port .in .textArea {
  text-align: center;
  width: 1000px;
  margin: 0 auto;
  margin-top: 40px;
}
#xps_tower .port .in .textArea .title {
}
#xps_tower .port .in .textArea .spec {
  overflow: hidden;
  letter-spacing: -0.4em;
  margin-top: 40px;
}
#xps_tower .port .in .textArea .spec ul {
  display: inline-block;
  letter-spacing: normal;
  text-align: left;
  vertical-align: top;
  font-size: 16px;
  line-height: 1.75;
  padding-right: 100px;
  width: 33%;
  box-sizing: border-box;
}
#xps_tower .port .in .textArea .spec ul.list03 {
  width: 20%;
  padding-right: 0;
}
#xps_tower .port .in .textArea .spec ul li {
  padding-left: 2em;
  text-indent: -2em;
}
#xps_tower .port .in .textArea .spec .note {
  margin-top: 40px;
  font-size: 16px;
  letter-spacing: normal;
}
/* * * * * .tb * * * * */
#xps_tower .tb {
  position: relative;
  width: 100%;
  margin: 0 auto;
  margin-top: 140px;
}
/* * * * .in * * * */
#xps_tower .tb .in {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 50px;
  overflow: hidden;
  box-sizing: border-box;
}
/* * * .textArea * * */
#xps_tower .tb .in .textArea {
  text-align: center;
  width: 100%;
  overflow: hidden;
}
#xps_tower .tb .in .textArea .title {
}
#xps_tower .tb .in .textArea .text {
  margin-top: 40px;
  text-align: left;
}
#xps_tower .tb .in .textArea .logo {
  float: right;
  width: 40%;
  padding: 0 0 0 40px;
  box-sizing: border-box;
  margin-top: 40px;
  position: relative;
}
#xps_tower .tb .in .textArea .logo img {
  width: 100%;
}
#xps_tower .tb .in .textArea .logo p {
  position: absolute;
  top: 20px;
  left: 60px;
  font-size: 16px;
  line-height: 1.55;
  color: #3e3f44;
  text-align: left;
}
#xps_tower .tb .in .point {
  margin-top: 80px;
  background: #f3f4f6;
  padding: 55px 75px;
  overflow: hidden;
}
#xps_tower .tb .in .point .left {
  float: left;
  width: 60%;
  padding-right: 20px;
  box-sizing: border-box;
  position: relative;
}
#xps_tower .tb .in .point .left .name {
  font-size: 22px;
  line-height: 1.7;
}
#xps_tower .tb .in .point .left .text {
  margin-top: 40px;
  font-size: 14px;
  line-height: 1.7;
}
#xps_tower .tb .in .point .spec {
  float: right;
  width: 40%;
  padding-left: 40px;
  box-sizing: border-box;
  position: relative;
}
#xps_tower .tb .in .point .spec > p {
  line-height: 1;
  margin-top: 20px;
}
#xps_tower .tb .in .point .spec> p:first-child {
  margin-top: 0;
}
#xps_tower .tb .in .point .spec > p .name {
  font-size: 20px;
  display: block;
  line-height: 1;
  margin-bottom: 5px;
}
#xps_tower .tb .in .point .spec > p .num {
  font-size: 50px;
  display: inline-block;
  line-height: 1;
}
/* * * * * .feature04 * * * * */
#xps_tower .acc {
  margin-top: 110px;
  padding-bottom: 110px;
}
#xps_tower .acc .outer {
  background: #f3f4f6;
}
#xps_tower .acc .in {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 50px;
  overflow: hidden;
  box-sizing: border-box;
}
/* * * * .titleArea * * * */
#xps_tower .acc .titleArea {
  position: relative;
  width: 100%;
  padding-top: 260px;
  max-width: 1600px;
  margin: 0 auto;
}
#xps_tower .acc .titleArea .image01 {
  width: 100%;
  padding-bottom: 62.5%;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
#xps_tower .acc .titleArea .image01 .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#xps_tower .acc .titleArea .image01 .mask img {
  width: 100%;
}
#xps_tower .acc .titleArea .in {
}
/* .textArea */
#xps_tower .acc .titleArea .textArea {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 8vw;
  box-sizing: border-box;
  max-width: 1200px;
  color: #3e3f44;
}
#xps_tower .acc .titleArea .textArea .inner {
  width: 55.5%;
  padding-left: 14.5%;
}
#xps_tower .acc .titleArea .textArea .inner .title {
}
#xps_tower .acc .titleArea .textArea .inner .text {
  margin-top: 40px;
}
/* * * .list * * */
#xps_tower .acc .in .list {
  overflow: hidden;
  width: 100%;
  margin: 110px auto 0;
  display: flex;
}
#xps_tower .acc .in .list li {
  width: 20%;
  float: left;
  margin-left: 6.66%;
  padding-bottom: 40px;
  position: relative;
}
#xps_tower .acc .in .list li:first-child {
  margin-left: 0;
}
#xps_tower .acc .in .list li .image {
}
#xps_tower .acc .in .list li .image img {
  width: 100%;
}
#xps_tower .acc .in .list li .text {
  margin-top: 15px;
  padding-bottom: 15px;
}
#xps_tower .acc .in .list li .text .name {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.05em;
  height: 72px;
  position: relative;
}
#xps_tower .acc .in .list li .text .name span {
  position: absolute;
  bottom: 0;
  font-weight: bold;
}
#xps_tower .acc .in .list li .text .detail {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: -0.05em;
}
#xps_tower .acc .in .list li .text .btn {
  position: absolute;
  bottom: 0;
  left: 0;
}
#xps_tower .acc .in .list li .text .btn a {
  font-size: 12px;
  color: #3e3f44;
  background: #eeeff3;
  display: block;
  width: 150px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  transition: all 0.4s 0s ease;
}
#xps_tower .acc .in .list li .text .btn a:hover {
  opacity: 0.5;
}
#xps_tower .acc .in .list li .text .btn a img {
  vertical-align: middle;
  margin-left: 5px;
}

@media only screen and (max-width: 1490px) {
  #xps_tower .acc .titleArea .textArea .inner {
    padding-left: 18.5%;
  }
}

@media only screen and (max-width: 1200px) {
/* * * * * .feature01 * * * * */
#xps_tower .feature01 .in .textArea .point .name {
  font-size: 18px;
}
#xps_tower .feature01 .in .textArea .point .num {
  font-size: 22px;
  margin-top: 5px;
}
#xps_tower .feature01 .in .textArea .point .num small {
  font-size: 16px;
}
/* * * * * .feature04 * * * * */
#xps_tower .feature04 .textArea {
  position: relative;
  padding-bottom: 50px;
  bottom: auto;
}
#xps_tower .feature04 .textArea .inner {
  width: 100%;
}
}

@media only screen and (max-width: 950px) {
#contentsMenu .inner ul.product.show {
  height: 177px;
}
/* * * * * .common * * * * */
#xps_tower img {
  width: 100%;
}
#xps_tower .in .textArea .title {
  font-size: 18px;
  text-align: center;
}
#xps_tower .in .textArea .text {
  font-size: 12px;
}
/* * * * * .top * * * * */
#xps_tower .top {
  padding-top: 100px;
}
#xps_tower .top .in .image01 img,
#xps_tower .top .in .image02 img,
#xps_tower .top .in .image03 img {
  width: 120%;
  transform: translate3d(2%, 0, 0);
}
#xps_tower .top .in .textArea {
  position: relative;
  top: auto;
  left: auto;
  text-align: center;
}
#xps_tower .top .in .textArea .title .name {
  font-size: 30px;
}
#xps_tower .top .in .textArea .title .text {
  font-size: 20px;
  margin-top: 10px;
}
#xps_tower .top .in .textArea .title .text br {
  display: block;
  font-size: 20px;
  margin-top: 10px;
}
/* * * * * .lead * * * * */
#xps_tower .lead .in {
  width: 100%;
  padding: 0 0;
}
#xps_tower .lead .in .textArea {
  margin-top: 50px;
  padding: 0 20px;
}
#xps_tower .lead .in .textArea .title {
}
#xps_tower .lead .in .textArea .inner {
  margin-top: 0;
}
#xps_tower .lead .in .textArea .inner .text {
  margin-top: 15px;
  text-align: left;
  width: 100%;
  float: none;
}
#xps_tower .lead .in .textArea .inner .image {
  float: none;
  width: 100%;
  padding: 0;
  margin: 20px auto 0;
}
#xps_tower .lead .in .textArea .inner .image img {
  width: 50%;
}
#xps_tower .lead .in .textArea .inner .image .note {
  text-align: center;
}
/* .table */
#xps_tower .lead .in .textArea .table {
  font-size: 8px;
  margin-top: 25px;
}
#xps_tower .lead .in .textArea .table .line > div.s1 {
  width: 16.6%;
  margin-right: 3%;
  box-sizing: border-box;
}
#xps_tower .lead .in .textArea .table .line > div.s2 {
  width: 38.3%;
  margin-right: 3%;
  box-sizing: border-box;
}
#xps_tower .lead .in .textArea .table .line > div.s3 {
  width: 38.3%;
  margin-right: 3%;
  box-sizing: border-box;
}
#xps_tower .lead .in .textArea .table .line > div.s4 {
  width: 38.3%;
  box-sizing: border-box;
}
#xps_tower .lead .in .textArea .table .line dl dt{
  display: inline-block;
  width: 30px;
  text-align: right;
}
#xps_tower .lead .in .textArea .table .line > div {
  padding: 10px 0;
}
#xps_tower .lead .in .textArea .table .line > div span.note {
  font-size: 8px;
}
/* .note */
#xps_tower .lead .in .textArea .note {
  font-size: 10px;
  margin-top: 15px;
  text-align: left;
}
/* * * * * .feature01 * * * * */
#xps_tower .feature01 {
  margin-top: 50px;
}
#xps_tower .feature01 .in {
  padding: 0 0;
}
#xps_tower .feature01 .in .image01 {
  width: 100%;
  float: none;
  display: block;
}
#xps_tower .feature01 .in .textArea {
  padding: 0 20px;
  box-sizing: border-box;
  margin-top: 20px;
  float: none;
  width: 100%;
  display: block;
}
#xps_tower .feature01 .in .textArea .textArea_inner{
  padding-left: 0;
  width: 100%;
  position: static;
  -webkit-transform: translateY(0%);
   -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
     -o-transform: translateY(0%);
        transform: translateY(0%);
  /*-webkit-transform: translate(0%,0%);
     -moz-transform: translate(0%,0%);
      -ms-transform: translate(0%,0%);
       -o-transform: translate(0%,0%);
          transform: translate(0%,0%);*/
}
#xps_tower .feature01 .in .textArea .text {
  margin-top: 15px;
  text-align: left;
}
#xps_tower .feature01 .in .textArea .point {
  margin-top: 10px;
}
#xps_tower .feature01 .in .textArea .point .name {
  font-size: 14px;
}
#xps_tower .feature01 .in .textArea .point .num {
  font-size: 20px;
}
#xps_tower .feature01 .in .textArea .point .num small {
  font-size: 14px !important;
}
#xps_tower .feature01 .in .textArea .point .note {
  margin-top: 12px;
}
/* * * * * .feature02 * * * * */
#xps_tower .feature02 {
  margin-top: 50px;
  padding-top: 25px;
  padding-bottom: 20px;
}
#xps_tower .feature02 .image01 {
  margin-top: 25px;
  width: 50%;
  margin: 0 auto;
  float: none;
}
#xps_tower .feature02 .image01 img {
  width: 100%;
  margin: 0;
}
#xps_tower .feature02 .in {
  padding: 0 0;
}
#xps_tower .feature02 .in .textArea {
  padding: 0 20px;
  margin-top: 20px;
  width: 100%;
  float: none;
}
#xps_tower .feature02 .in .textArea .title {
  text-align: center;
}
#xps_tower .feature02 .in .textArea .text {
  margin-top: 15px;
  text-align: left;
}
#xps_tower .feature02 .in .textArea .image02 {
  position: relative;
  margin-top: 20px;
  width: 50%;
  box-sizing: border-box;
  padding-right: 10px;
  float: left;
}
#xps_tower .feature02 .in .textArea .image02 p {
  position: relative;
  top: auto;
  left: auto;
  font-size: 10px;
  margin-top: 5px;
  color: #fff;
  text-align: left;
}
#xps_tower .feature02 .in .textArea .image03 {
  position: relative;
  margin-top: 20px;
  width: 50%;
  box-sizing: border-box;
  padding-left: 10px;
  float: right;
}
#xps_tower .feature02 .in .textArea .image03 p {
  position: relative;
  top: auto;
  right: auto;
  font-size: 10px;
  margin-top: 5px;
  text-align: left;
}
/* * * * * .feature03 * * * * */
#xps_tower .feature03 {
}
#xps_tower .feature03 .in {
  width: 100%;
  margin-top: 0;
  padding: 0 0;
}
#xps_tower .feature03 .in .textArea {
  margin-top: 50px;
  padding: 0 20px;
}
#xps_tower .feature03 .in .textArea .inner {
  padding-top: 0;
  margin-top: 15px;
}
#xps_tower .feature03 .in .textArea .inner .text {
  float: none;
  width: 100%;
  padding-right: 0;
}
#xps_tower .feature03 .in .image01 {
  margin: 20px auto 0;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}
/* * * * * .feature04 * * * * */
#xps_tower .feature04 {
  position: relative;
  width: 100%;
  margin-top: 20px;
  padding-bottom: 20px;
}
#xps_tower .feature04 .image01 .mask img {
  width: 100%;
  transform: translate3d(-15%, 0, 0);
}
#xps_tower .feature04 .in {
  width: 100%;
  margin: 0 auto;
  padding: 0 0;
}
#xps_tower .feature04 .textArea {
  width: 100%;
  margin: 0 auto;
  position: relative;
  top: auto;
  left: auto;
  margin-left: 0;
  padding: 0 20px;
  box-sizing: border-box;
  margin-top: 15px;
}
#xps_tower .feature04 .textArea .inner .title {
}
#xps_tower .feature04 .textArea .inner .text {
  margin-top: 15px;
}
/* * * * * .port * * * * */
#xps_tower .port {
  margin-top: 50px;
}
#xps_tower .port .images {
  padding: 0 20px;
  box-sizing: border-box;
  margin-top: 50px;
}
#xps_tower .port .images .image01 {
  width: 100%;
  float: none;
  margin: 0 auto;
}
#xps_tower .port .images .image02 {
  width: 100%;
  float: none;
  margin: 0 auto;
}
#xps_tower .port .in .textArea {
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
  padding: 0 20px;
  box-sizing: border-box;
}
#xps_tower .port .in .textArea .title {
  margin-top: 20px;
}
#xps_tower .port .in .textArea .spec {
  margin-top: 20px;
}
#xps_tower .port .in .textArea .spec ul {
  font-size: 12px;
  padding-right: 0;
  width: 100%;
  margin-bottom: 0px;
}
#xps_tower .port .in .textArea .spec ul.list03 {
  padding-right: 0;
  width: 100%;
  margin-bottom: 0;
}
#xps_tower .port .in .textArea .spec .note {
  margin-top: 20px;
  font-size: 12px;
  text-align: left;
}
/* * * * * .tb * * * * */
#xps_tower .tb {
  margin-top: 50px;
}
#xps_tower .tb .in {
  padding: 0 0;
}
#xps_tower .tb .in .textArea {
  padding: 0 20px;
  box-sizing: border-box;
  margin-top: 0;
}
#xps_tower .tb .in .textArea .title {
  text-align: center;
}
#xps_tower .tb .in .textArea .text {
  margin-top: 15px;
  text-align: left;
  width: 100%;
  float: none;
}
#xps_tower .tb .in .textArea .logo {
  float: left;
  width: 50%;
  padding: 0 10px 0 0;
  padding-right: 10px;
  margin-top: 20px;
}
#xps_tower .tb .in .textArea .logo p {
  position: relative;
  top: auto;
  left: auto;
  font-size: 10px;
  margin-top: 5px
}
#xps_tower .tb .in .textArea .logo p br {
  display: none;
}
#xps_tower .tb .in .point {
  overflow: hidden;
  margin: 0 20px;
  background: #f3f4f6;
  box-sizing: border-box;
  padding: 20px 20px;
  margin-top: 20px;
}
#xps_tower .tb .in .point .left {
  font-size: 18px;
  float: none;
  width: 100%;
  padding: 0;
}
#xps_tower .tb .in .point .left .name {
  font-size: 18px;
}
#xps_tower .tb .in .point .left .text {
  margin-top: 15px;
  font-size: 12px;
  margin-bottom: 0;
}
#xps_tower .tb .in .point .spec {
  float: none;
  width: 100%;
  padding: 0;
  margin-top: 15px;
}
#xps_tower .tb .in .point .spec p {
}
#xps_tower .tb .in .point .spec p .name {
  font-size: 14px;
}
#xps_tower .tb .in .point .spec p .num {
  font-size: 20px;
}
/* * * * * #store * * * * */
#xps_tower #store {
  margin: 50px auto 0;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}
/* * * * * .acc * * * * */
#xps_tower .acc {
  margin-top: 50px;
  padding-bottom: 50px;
}
#xps_tower .acc .titleArea {
  padding-top: 20px;
}
#xps_tower .acc .in {
  padding: 0 0;
  background: #fff;
}
#xps_tower .acc .image01 .mask {
  transform: translate3d(0, 0, 0) !important;
}
#xps_tower .acc .in .textArea {
  padding: 0 20px;
  box-sizing: border-box;
  margin-top: 20px;
  top: 0;
  position: relative;
}
#xps_tower .acc .titleArea .textArea .inner {
  width: 100%;
  padding-left: 0;
}
#xps_tower .acc .in .textArea .title {
  text-align: center;
}
#xps_tower .acc .in .textArea .text {
  margin-top: 15px;
  text-align: left;
  width: 100%;
  float: none;
}
#xps_tower .acc .titleArea .textArea .inner .text {
  margin-top: 15px;
}
#xps_tower .acc .in .list {
  overflow: hidden;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 20px auto 0;
  display: block;
}
#xps_tower .acc .in .list li {
  width: 100%;
  float: none;
  margin-left: 0;
  margin-top: 0px;
}
#xps_tower .acc .in .list li:first-child {
  margin-top: 0;
}
#xps_tower .acc .in .list li .image {
  width: 60%;
  margin: 0 auto;
  text-align: center;
}
#xps_tower .acc .in .list li .text {
  height: auto;
}
#xps_tower .acc .in .list li .text .name {
  font-size: 14px;
  font-weight: normal;
  height: auto;
}
#xps_tower .acc .in .list li .text .name span {
  position: relative;
  bottom: auto;
  font-weight: normal;
}
#xps_tower .acc .in .list li .text .detail {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.7;
}
#xps_tower .acc .in .list li .text .btn {
  position: relative;
  bottom: auto;
  left: auto;
  margin-top: 15px;
}
#xps_tower .acc .in .list li .text .btn a {
  margin: 0 auto;
}
#xps_tower .acc .in .list li .text .btn a img {
  width: 11px;
  height: 11px;
}
}