.view-pc {
  display: block;
}
.view-pc.inline {
  display: inline;
}

.view-sp {
  display: none;
}
.view-sp.inline {
  display: none;
}

img {
  max-width: 100%;
  height: auto;
}

.line {
  background: linear-gradient(rgba(0, 0, 0, 0) 50%, #fbed21 50%);
}

figure {
  margin: 0;
}

ul {
  padding: 0;
}

.mvBlock {
  background: #000f32;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.mvBlock .image {
  max-width: 1280px;
  margin: 0 auto;
}
.mvBlock .button-list {
  position: absolute;
  top: 66px;
  right: 0;
  list-style: none;
}
.mvBlock .button-list li {
  margin-bottom: 6px;
}
.mvBlock .button-list li a {
  display: block;
  width: 250px;
  padding: 22px 0 20px 58px;
  background: #003476;
  background: rgba(102, 133, 173, 0.8);
  background-repeat: no-repeat;
  background-position: 17px center;
  border-radius: 35px 0 0 35px;
  box-sizing: border-box;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  -moz-transform: translateX(192px);
  -ms-transform: translateX(192px);
  -webkit-transform: translateX(192px);
  transform: translateX(192px);
  transition: all .3s ease-out;
}
.mvBlock .button-list li a:hover {
  opacity: 1;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.mvBlock .button-list li.catalog a {
  background-image: url("../img/ico_mv_catalog.png");
}
.mvBlock .button-list li.page a {
  background-image: url("../img/ico_mv_page.png");
}
.mvBlock .button-list li.trial a {
  background-image: url("../img/ico_mv_trial.png");
}

.pageNav ul {
  display: table;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
.pageNav ul li {
  width: 33.3333%;
  height: 110px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  box-sizing: border-box;
  border-left: 4px solid #003476;
  position: relative;
}
.pageNav ul li:first-child {
  border-left: 0;
}
.pageNav ul li:before, .pageNav ul li:after {
  content: "";
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 10px;
  height: 3px;
  background: #608fba;
}
.pageNav ul li:before {
  -moz-transform: rotate(45deg) translateX(-4px);
  -ms-transform: rotate(45deg) translateX(-4px);
  -webkit-transform: rotate(45deg) translateX(-4px);
  transform: rotate(45deg) translateX(-4px);
}
.pageNav ul li:after {
  -moz-transform: rotate(-45deg) translateX(4px);
  -ms-transform: rotate(-45deg) translateX(4px);
  -webkit-transform: rotate(-45deg) translateX(4px);
  transform: rotate(-45deg) translateX(4px);
}
.pageNav ul li a {
  width: 100%;
  height: 100%;
  display: table;
  background: white;
  transition: all .3s ease-out;
  font-size: 23px;
  font-weight: bold;
  line-height: 1.2;
  color: #003476;
  padding: 0 0 7px;
  box-sizing: border-box;
}
.pageNav ul li a:hover {
  opacity: 1;
  background: #ccd6e4;
}
.pageNav ul li a span {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.techBlock {
  padding: 63px 0 162px;
  background: #003476;
  text-align: center;
}
.techBlock .techTtl {
  display: inline-block;
  margin: 0;
  padding: 94px 4px 6px;
  border-bottom: 2px solid #fff;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  letter-spacing: .1em;
  position: relative;
}
.techBlock .techTtl:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 64px;
  height: 74px;
  background: url("../img/ico_technology.png") no-repeat 0 0;
}
.techBlock .techLead {
  margin: 32px 0 0;
  font-size: 20px;
  color: #fff;
  text-align: center;
}
.techBlock .itemBlock {
  margin: 110px auto 0;
  max-width: 1024px;
  background: #fff;
  position: relative;
}
.techBlock .itemBlock:before {
  content: "";
  position: absolute;
  top: -22px;
  right: 48px;
  width: 50px;
  height: 70px;
  background: url("../img/img_clip.png") no-repeat 0 0;
}
.techBlock .itemBlock .label {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 124px;
  height: 124px;
  overflow: hidden;
}
.techBlock .itemBlock .label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 124px 124px 0 0;
  border-color: #003476 transparent transparent transparent;
  z-index: 1;
}
.techBlock .itemBlock .label span {
  display: inline-block;
  width: 174px;
  top: 36px;
  left: -36px;
  position: absolute;
  z-index: 2;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.1;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.techBlock .itemBlock .label.twoline span {
  top: 22px;
  left: -42px;
}
.techBlock .itemBlock .itemTtl {
  margin: 0;
  padding: 54px 0 0;
  font-size: 33px;
  font-weight: bold;
  line-height: 1.5;
  color: #003476;
}
.techBlock .itemBlock .itemTxt {
  max-width: 520px;
  margin: 36px auto 0;
  padding: 0 0 30px;
  font-size: 15px;
  color: #003476;
  line-height: 1.9;
}
.techBlock .itemBlock .btnMore {
  margin: 0 auto;
  width: 92.1875%;
  height: 70px;
  -moz-transform: translateY(35px);
  -ms-transform: translateY(35px);
  -webkit-transform: translateY(35px);
  transform: translateY(35px);
  position: relative;
  z-index: 10;
}
.techBlock .itemBlock .btnMore a {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 23px;
  background: #6685ad;
  border-radius: 8px;
  text-align: center;
  box-sizing: border-box;
  transition: all .2s ease-in;
  opacity: 1;
}
.techBlock .itemBlock .btnMore a span {
  display: inline-block;
  padding: 0 28px 0 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  position: relative;
}
.techBlock .itemBlock .btnMore a span:before, .techBlock .itemBlock .btnMore a span:after {
  content: "";
  position: absolute;
  top: 12px;
  right: 0;
  width: 10px;
  height: 3px;
  background: #fff;
}
.techBlock .itemBlock .btnMore a span:before {
  -moz-transform: rotate(45deg) translateX(-4px);
  -ms-transform: rotate(45deg) translateX(-4px);
  -webkit-transform: rotate(45deg) translateX(-4px);
  transform: rotate(45deg) translateX(-4px);
}
.techBlock .itemBlock .btnMore a span:after {
  -moz-transform: rotate(-45deg) translateX(4px);
  -ms-transform: rotate(-45deg) translateX(4px);
  -webkit-transform: rotate(-45deg) translateX(4px);
  transform: rotate(-45deg) translateX(4px);
}
.techBlock .itemBlock .btnMore a:hover {
  opacity: 1;
  background: #608fba;
}
.techBlock .itemBlock .btnMore.on a {
  opacity: 1;
  background: #003476;
}
.techBlock .itemBlock .btnMore.on a span:before, .techBlock .itemBlock .btnMore.on a span:after {
  background: #608fba;
  top: 6px;
}
.techBlock .itemBlock .btnMore.on a span:before {
  -moz-transform: rotate(-45deg) translateX(-4px);
  -ms-transform: rotate(-45deg) translateX(-4px);
  -webkit-transform: rotate(-45deg) translateX(-4px);
  transform: rotate(-45deg) translateX(-4px);
}
.techBlock .itemBlock .btnMore.on a span:after {
  -moz-transform: rotate(45deg) translateX(4px);
  -ms-transform: rotate(45deg) translateX(4px);
  -webkit-transform: rotate(45deg) translateX(4px);
  transform: rotate(45deg) translateX(4px);
}
.techBlock .itemBlock .moreContent {
  display: none;
  border-top: 2px dotted #003476;
  background: #f4f4f4;
  text-align: left;
}
.techBlock .itemBlock .moreContent.item01 {
  padding: 72px 0 60px;
}
.techBlock .itemBlock .moreContent.item01 .box01 {
  margin: 0 auto;
  max-width: 892px;
  overflow: hidden;
}
.techBlock .itemBlock .moreContent.item01 .box01 .leftCol {
  float: left;
  width: 390px;
}
.techBlock .itemBlock .moreContent.item01 .box01 .leftCol .boxTtl {
  margin: 0;
  font-size: 40px;
  font-weight: bold;
  color: #001e64;
  line-height: 1.2;
}
.techBlock .itemBlock .moreContent.item01 .box01 .leftCol .boxTtl .small {
  font-size: 25px;
}
.techBlock .itemBlock .moreContent.item01 .box01 .leftCol .boxTxt01 {
  margin: 16px 0 34px;
  font-size: 15px;
  line-height: 1.8;
}
.techBlock .itemBlock .moreContent.item01 .box01 .leftCol .img01 {
  text-align: center;
}
.techBlock .itemBlock .moreContent.item01 .box01 .rightCol {
  width: 432px;
  margin-top: 30px;
  float: right;
  text-align: center;
}
.techBlock .itemBlock .moreContent.item01 .box01 .rightCol .boxNotes01 {
  display: inline-block;
  list-style: none;
}
.techBlock .itemBlock .moreContent.item01 .box01 .rightCol .boxNotes01 li {
  font-size: 12px;
  text-align: left;
}
.techBlock .itemBlock .moreContent.item01 .box02 {
  margin: 58px auto 0;
  max-width: 944px;
}
.techBlock .itemBlock .moreContent.item01 .box02 .boxTtl {
  margin: 0;
  font-size: 33px;
  font-weight: bold;
  color: #003476;
  text-align: center;
}
.techBlock .itemBlock .moreContent.item01 .box02 .boxDl {
  display: table;
  padding: 20px 62px 20px 20px;
  background: #e5ebf1;
  overflow: hidden;
}
.techBlock .itemBlock .moreContent.item01 .box02 .boxDl dt {
  display: table-cell;
  width: 260px;
  padding: 0 0 0 30px;
  box-sizing: border-box;
  background: #003476;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  color: #fae600;
  vertical-align: middle;
}
.techBlock .itemBlock .moreContent.item01 .box02 .boxDl dd {
  display: table-cell;
  width: 602px;
  font-size: 15px;
  line-height: 1.8;
  vertical-align: middle;
  margin: 0;
  padding: 12px 20px 12px 40px;
  box-sizing: border-box;
}
.techBlock .itemBlock .moreContent.item01 .box02 .boxDl dd.brAdmin {
  padding-right: 150px;
  background: url("../img/tech_item01_img02.png") no-repeat right center;
}
.techBlock .itemBlock .moreContent.item02 {
  padding: 71px 0 33px;
}
.techBlock .itemBlock .moreContent.item02 .box {
  margin: 0 auto 30px;
  max-width: 874px;
  position: relative;
}
.techBlock .itemBlock .moreContent.item02 .box:before {
  content: "";
  position: absolute;
  right: -4px;
  bottom: -4px;
  z-index: 1;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #003476;
}
.techBlock .itemBlock .moreContent.item02 .box .boxInner {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #003476;
}
.techBlock .itemBlock .moreContent.item02 .box .boxTtl {
  font-size: 26px;
  font-weight: bold;
  color: #003476;
}
.techBlock .itemBlock .moreContent.item02 .box .boxTtl span {
  /*padding: 0 8px 8px;*/
  border-bottom: 1px dashed #003476;
}
.techBlock .itemBlock .moreContent.item02 .box01 .boxTtl {
  margin: 0;
  padding: 36px 0 0;
  text-align: center;
}
.techBlock .itemBlock .moreContent.item02 .box01 .boxTxt {
  width: 760px;
  margin: 28px auto 0;
  padding: 0 0 46px;
  font-size: 14px;
  line-height: 2;
}
.techBlock .itemBlock .moreContent.item02 .box02 .boxHead {
  width: 728px;
  margin: 0 auto;
  padding: 38px 0 0;
  overflow: hidden;
}
.techBlock .itemBlock .moreContent.item02 .box02 .boxHead .boxTtl {
  width: 352px;
  float: left;
  margin: 0;
  padding: 22px 0 0;
  line-height: 1.8;
}
.techBlock .itemBlock .moreContent.item02 .box02 .boxHead .img01 {
  float: left;
}
.techBlock .itemBlock .moreContent.item02 .box02 .boxDlRow {
  max-width: 728px;
  margin: 31px auto 52px;
  display: table;
}
.techBlock .itemBlock .moreContent.item02 .box02 .boxDlRow .boxDl {
  display: table-cell;
  width: 240px;
  background: #ccd6e4;
  border-left: 16px solid #fff;
}
.techBlock .itemBlock .moreContent.item02 .box02 .boxDlRow .boxDl:first-child {
  border-left: 0;
}
.techBlock .itemBlock .moreContent.item02 .box02 .boxDlRow .boxDl dt {
  height: 116px;
  padding: 25px 0 0;
  box-sizing: border-box;
  font-size: 20px;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
  color: #003476;
}
.techBlock .itemBlock .moreContent.item02 .box02 .boxDlRow .boxDl dd {
  margin: 0;
  padding: 0 20px 36px;
  font-size: 14px;
}
.techBlock .itemBlock .moreContent.item03 {
  padding: 89px 0 64px;
}
.techBlock .itemBlock .moreContent.item03 .box .boxTtl {
  margin: 0;
  font-size: 26px;
  font-weight: bold;
  color: #003476;
  text-align: center;
}
.techBlock .itemBlock .moreContent.item03 .box .boxTxt01 {
  margin: 25px 0 0;
  font-size: 14px;
  line-height: 2;
}
.techBlock .itemBlock .moreContent.item03 .boxRow {
  width: 880px;
  margin: 0 auto;
  padding: 0 0 24px;
  overflow: hidden;
}
.techBlock .itemBlock .moreContent.item03 .box01 {
  box-sizing: border-box;
  width: 440px;
  float: left;
  padding: 4px 48px 32px 14px;
  border-right: 1px dotted #7a94b5;
}
.techBlock .itemBlock .moreContent.item03 .box02 {
  box-sizing: border-box;
  width: 440px;
  float: left;
  padding: 4px 10px 32px 48px;
}
.techBlock .itemBlock .moreContent.item03 .box03 {
  width: 880px;
  margin: 0 auto;
  padding: 40px 0 52px;
  border-top: 1px dotted #7a94b5;
}
.techBlock .itemBlock .moreContent.item03 .box03 .boxTxt01 {
  margin-left: auto;
  margin-right: auto;
  width: 650px;
}
.techBlock .itemBlock .moreContent.item03 .box04 {
  width: 880px;
  margin: 0 auto;
  padding: 40px 0 0;
  border-top: 1px dotted #7a94b5;
}
.techBlock .itemBlock .moreContent.item03 .box04 .box04Head {
  width: 758px;
  margin: 38px auto 0;
  overflow: hidden;
}
.techBlock .itemBlock .moreContent.item03 .box04 .box04Head .img01 {
  width: 276px;
  float: right;
  padding-top: 24px;
}
.techBlock .itemBlock .moreContent.item03 .box04 .box04Head .boxTxt01 {
  width: 440px;
  float: left;
  padding-left: 8px;
  margin: 0;
}
.techBlock .itemBlock .moreContent.item03 .box04 .box04List {
  margin: 22px auto 0;
  width: 792px;
  list-style: none;
  overflow: hidden;
}
.techBlock .itemBlock .moreContent.item03 .box04 .box04List li {
  float: left;
  display: table;
  width: 252px;
  height: 160px;
  margin-left: 18px;
  background: #ccd6e4;
  border-radius: 100%;
}
.techBlock .itemBlock .moreContent.item03 .box04 .box04List li:first-child {
  margin-left: 0;
}
.techBlock .itemBlock .moreContent.item03 .box04 .box04List li span {
  display: table-cell;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
  font-weight: bold;
  color: #003476;
  line-height: 1.4;
}
.techBlock .itemBlock .moreContent.item03 .box04 .boxTxt02 {
  margin: 32px 12px 4px;
  font-size: 14px;
}
.techBlock .itemBlock .moreContent.item03 .box04 .boxTable {
  max-width: 860px;
  margin: 0 auto;
}
.techBlock .itemBlock .moreContent.item03 .box04 .boxTable figcaption {
  margin: 0 0 12px;
  padding: 0 0 0 14px;
  font-size: 14px;
  position: relative;
}
.techBlock .itemBlock .moreContent.item03 .box04 .boxTable figcaption:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #000;
}
.techBlock .itemBlock .moreContent.item03 .box04 .boxNotes {
  max-width: 860px;
  margin: 12px auto 0;
  padding: 0;
  list-style: none;
}
.techBlock .itemBlock .moreContent.item03 .box04 .boxNotes li {
  margin: 3px 0 0;
  font-size: 11px;
}

.cvBlock {
  margin: 64px auto 58px;
  width: 1024px;
}
.cvBlock .button-list {
  overflow: hidden;
  list-style: none;
}
.cvBlock .button-list li {
  width: 500px;
}
.cvBlock .button-list li a {
  display: block;
  width: 100%;
  height: 124px;
  border-bottom: 10px solid #fae600;
  border-radius: 4px;
  text-decoration: none;
  line-height: 1.4;
  letter-spacing: .1em;
  box-sizing: border-box;
}
.cvBlock .button-list li a span {
  display: inline-block;
  font-weight: bold;
  color: #003476;
}
.cvBlock .button-list li a .large {
  font-size: 30px;
}
.cvBlock .button-list li a .small {
  font-size: 18px;
}
.cvBlock .button-list li.catalog {
  float: left;
}
.cvBlock .button-list li.catalog a {
  padding-top: 26px;
  background: #fbed4d url("../img/ico_catalog.png") no-repeat 64px 45px;
}
.cvBlock .button-list li.catalog a span {
  padding-left: 146px;
}
.cvBlock .button-list li.page {
  float: left;
}
.cvBlock .button-list li.page a {
  padding-top: 28px;
  line-height: 1.2;
  background: #fbed4d url("../img/ico_page.png") no-repeat 90px 40px;
}
.cvBlock .button-list li.page a span {
  padding-left: 170px;
}
.cvBlock .button-list li.trial {
  float: right;
}
.cvBlock .button-list li.trial a {
  padding-top: 16px;
  background: #fbed4d url("../img/ico_trial.png") no-repeat 72px 36px;
}
.cvBlock .button-list li.trial a span {
  padding-left: 154px;
}
.cvBlock .inquiry {
  margin: 16px 0 0;
  text-align: center;
  font-size: 20px;
  letter-spacing: .1em;
}
.cvBlock .inquiry a {
  color: #003476;
  font-weight: bold;
  text-decoration: underline;
}
.cvBlock .inquiry a:hover {
  text-decoration: none;
}

.sceneBlock {
  padding: 89px 0 80px;
  background: url("../img/scene_bg.jpg") no-repeat center center;
  background-size: cover;
  text-align: center;
}
.sceneBlock .sceneTtl {
  display: inline-block;
  margin: 0;
  padding: 86px 0 6px;
  border-bottom: 2px solid #fff;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  letter-spacing: .1em;
  position: relative;
}
.sceneBlock .sceneTtl:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 70px;
  height: 60px;
  background: url("../img/ico_scene.png") no-repeat 0 0;
}
.sceneBlock .categoryBox {
  margin: 60px auto 0;
  max-width: 1024px;
}
.sceneBlock .categoryBox .categoryTtl {
  margin: 0;
  padding: 12px 0;
  background: #fff;
  font-size: 24px;
  font-weight: bold;
  color: #003476;
  letter-spacing: .1em;
}
.sceneBlock .categoryBox .boxRow {
  overflow: hidden;
}
.sceneBlock .categoryBox .box {
  width: 500px;
  margin-top: 13px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
  text-align: left;
  transition: all .3s ease-in;
}
.sceneBlock .categoryBox .box.singleBox {
  margin: 13px auto 0;
}
.sceneBlock .categoryBox .box.leftBox {
  float: left;
}
.sceneBlock .categoryBox .box.rightBox {
  float: right;
}
.sceneBlock .categoryBox .box .boxLine {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  opacity: 1;
  position: relative;
}
.sceneBlock .categoryBox .box .boxTtl {
  margin: 0 25px;
  padding: 25px 0 0;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.sceneBlock .categoryBox .box .boxLead {
  margin: 13px 25px 0;
  font-size: 14px;
  color: #fff;
}
.sceneBlock .categoryBox .box .use {
  margin: 13px 25px 0;
  padding: 13px 0 90px;
  border-top: 1px solid #fff;
  font-size: 13px;
  color: #fff;
}
.sceneBlock .categoryBox .box .btn {
  position: absolute;
  bottom: 22px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 200px;
}
.sceneBlock .categoryBox .box .btn a {
  display: block;
  padding: 12px 0;
  width: 100%;
  background: #fff;
  text-align: center;
  border-radius: 2px;
  font-size: 16px;
  font-weight: bold;
  color: #003476;
  transition: all .2s ease-out;
  opacity: 1;
}
.sceneBlock .categoryBox .box .btn a:hover {
  color: #fff;
  background: #003476;
}
.sceneBlock .btnScene {
  margin: 40px 0 0;
  text-align: center;
  font-size: 20px;
}
.sceneBlock .btnScene a {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}
.sceneBlock .btnScene a:hover {
  text-decoration: none;
}

.soluBlock {
  padding: 70px 0 74px;
  background: #e5ebf1;
  text-align: center;
}
.soluBlock .soluTtl {
  display: inline-block;
  margin: 0;
  padding: 86px 0 6px;
  border-bottom: 2px solid #003476;
  font-size: 40px;
  font-weight: bold;
  color: #003476;
  letter-spacing: .1em;
  position: relative;
}
.soluBlock .soluTtl:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 70px;
  height: 78px;
  background: url("../img/ico_solu.png") no-repeat 0 0;
}
.soluBlock .soluLead {
  margin: 32px 0 0;
  font-size: 20px;
  color: #003476;
  text-align: center;
}
.soluBlock .balloon {
  background: #e5ebf1;
  border-radius: 5px;
  position: relative;
}
.soluBlock .balloon:before, .soluBlock .balloon:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
}
.soluBlock .balloon:before {
  border-width: 0 70px 30px 0;
  border-color: transparent #e5ebf1 transparent transparent;
}
.soluBlock .balloon:after {
  border-width: 0 12px 30px 0;
  border-color: transparent #fff transparent transparent;
  -moz-transform: translateX(29px);
  -ms-transform: translateX(29px);
  -webkit-transform: translateX(29px);
  transform: translateX(29px);
}
.soluBlock .balloon dl {
  margin: 0;
  box-sizing: border-box;
}
.soluBlock .balloon dl dt {
  padding: 28px 0 12px;
  border-bottom: 2px dotted #728fb3;
  font-size: 15px;
  font-weight: bold;
  color: #003476;
  line-height: 1;
}
.soluBlock .balloon dl dd {
  margin: 0;
  padding: 26px 0 0;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  color: #003476;
  line-height: 1.5;
}
.soluBlock .balloon .rollover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all .2s ease-in;
}
.soluBlock .balloon .rollover .rolloverInner {
  width: 100%;
  height: 100%;
  background: #fcf066 url("../img/solu_over_img.png") no-repeat center center;
  border-radius: 4px;
  position: relative;
}
.soluBlock .balloon .rollover .rolloverInner:before, .soluBlock .balloon .rollover .rolloverInner:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
}
.soluBlock .balloon .rollover .rolloverInner:before {
  border-width: 0 70px 30px 0;
  border-color: transparent #fcf066 transparent transparent;
}
.soluBlock .balloon .rollover .rolloverInner:after {
  border-width: 0 12px 30px 0;
  border-color: transparent #fff transparent transparent;
  -moz-transform: translateX(29px);
  -ms-transform: translateX(29px);
  -webkit-transform: translateX(29px);
  transform: translateX(29px);
}
.soluBlock .balloon .rollover .rolloverTxt {
  margin: 0;
  padding: 30px 20px 0;
  text-align: left;
  font-size: 22px;
  font-weight: bold;
  color: #003476;
  line-height: 1.6;
}
.soluBlock .balloon a {
  display: block;
  opacity: 1;
}
.soluBlock .balloon a:hover .rollover {
  opacity: 1;
}
.soluBlock .balloon a:focus {
  outline: none;
}
.soluBlock .box01 {
  display: table;
  width: 1024px;
  margin: 64px auto 50px;
  border: 5px solid #003476;
  background: #fff;
  box-sizing: border-box;
}
.soluBlock .box01 .box01Ttl {
  display: table-cell;
  width: 246px;
  border-right: 1px solid #003476;
  vertical-align: middle;
  text-align: center;
  margin: 0;
}
.soluBlock .box01 .box01Ttl span {
  padding: 120px 0 0;
  background: url("../img/solu_img01.png") no-repeat center 0;
  display: inline-block;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 1;
  color: #003476;
}
.soluBlock .box01 .box01ListWrap {
  display: table-cell;
  height: 600px;
  vertical-align: middle;
}
.soluBlock .box01 .box01ListWrap .box01List {
  width: 720px;
  margin: 0;
  padding-bottom: 30px;
  margin: 0 auto;
  list-style: none;
  overflow: hidden;
}
.soluBlock .box01 .box01ListWrap .box01List li {
  float: left;
  width: 340px;
  margin: 25px 10px;
}
.soluBlock .box01 .box01ListWrap .box01List li dl {
  padding: 0 20px;
  height: 230px;
}
.soluBlock .boxRow {
  width: 1024px;
  margin: 0 auto 19px;
  overflow: hidden;
}
.soluBlock .box2 {
  width: 502px;
  height: 420px;
  float: left;
  margin-left: 20px;
  border: 4px solid #003476;
  background: #fff;
  box-sizing: border-box;
}
.soluBlock .box2:first-child {
  margin-left: 0;
}
.soluBlock .box2 .box02Ttl {
  height: 166px;
  margin: 0;
  border-bottom: 1px solid #003476;
  box-sizing: border-box;
}
.soluBlock .box2 .box02Ttl span {
  display: inline-block;
  padding: 110px 0 0;
  font-size: 25px;
  font-weight: bold;
  color: #003476;
  letter-spacing: .1em;
  line-height: 1;
}
.soluBlock .box2 .box02Ttl span.solu02Ttl {
  background: url("../img/solu_img02.png") no-repeat center 19px;
}
.soluBlock .box2 .box02Ttl span.solu03Ttl {
  background: url("../img/solu_img03.png") no-repeat center 19px;
}
.soluBlock .box2 .box02Ttl span.solu04Ttl {
  background: url("../img/solu_img04.png") no-repeat center 23px;
}
.soluBlock .box2 .box02Ttl span.solu05Ttl {
  background: url("../img/solu_img05.png") no-repeat center 20px;
}
.soluBlock .box2 .balloon {
  width: 422px;
  margin: 29px auto 0;
}
.soluBlock .box2 .balloon dl {
  padding: 0 30px;
  height: 170px;
}
.soluBlock .box2 .balloon .rollover .rolloverInner {
  background-size: auto 139px;
}

.mfp-close-btn-in .mfp-close {
  color: #fff;
}

.soluPopup {
  margin: 0 auto;
  width: 800px;
  height: 1060px;
  background: #edf1f5;
}
.soluPopup .productItem {
  border-top: 3px solid #a6b8cf;
  padding-top: 28px;
  text-align: center;
}
.soluPopup .productItem ul {
  width: 624px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  list-style: none;
}
.soluPopup .productItem ul li {
  margin: 0;
  float: right;
}
.soluPopup .productItem ul li:first-child {
  float: left;
}

@media only screen and (max-width: 1058px) {
  .pageNav ul li a{
    font-size: 20px;
  }

  .techBlock {
    padding: 30px 10px 75px;
  }

  .techBlock .itemBlock .moreContent.item01 .box01{
    margin: 0 65px;  
  }

  .techBlock .itemBlock .moreContent.item01 .box01 .leftCol{
    width: 40%;
  }

  .techBlock .itemBlock .moreContent.item01 .box01 .rightCol{
    width: 50%;
  }

  .techBlock .itemBlock .moreContent.item01 .box02 {
    margin: 58px 40px 0;
  }

  .techBlock .itemBlock .moreContent.item01 .box02 .boxDl{
    padding: 20px;
  }
  
  .techBlock .itemBlock .moreContent.item01 .box02 .boxDl dt{
    padding: 0 20px;
    font-size: 18px;
  }
  
  .techBlock .itemBlock .moreContent.item02 .box{
    margin: 0 auto 30px;
    width: 90%;
  }
  
  .techBlock .itemBlock .moreContent.item02 .box01 .boxTxt{
    width: 80%
  }
  
  .techBlock .itemBlock .moreContent.item02 .box02 .boxHead{
    width: 90%
  }
  
  .techBlock .itemBlock .moreContent.item02 .box02 .boxHead .img01{
    width: calc(100% - 352px);
  }

  .techBlock .itemBlock .moreContent.item02 .box02 .boxDlRow {
    width: 90%;
  }  
  
  .techBlock .itemBlock .moreContent.item03 .box {
    padding: 24px 10px 27px !important;
    border-top: 1px dotted #7a94b5;
    box-sizing: border-box;
  }

  .techBlock .itemBlock .moreContent.item03 .boxRow{
    width: 90%;
  }
  
  .techBlock .itemBlock .moreContent.item03 .box01 {
    width: 100%;
    float: none;
    padding: 0;
    border: 0;
  }
  .techBlock .itemBlock .moreContent.item03 .box02 {
    width: 100%;
    float: none;
    padding: 0;
  }
  .techBlock .itemBlock .moreContent.item03 .box03,
  .techBlock .itemBlock .moreContent.item03 .box04  {
    width: 90%;
  }  
  
  .techBlock .itemBlock .moreContent.item03 .box03 .boxTxt01{
    width: 100%;
  }
  
  .techBlock .itemBlock .moreContent.item03 .box04 .box04Head{
    width: 100%;
  }
  .techBlock .itemBlock .moreContent.item03 .box04 .box04Head .img01{
    width: 35%;    
  }
  .techBlock .itemBlock .moreContent.item03 .box04 .box04Head .boxTxt01{
    width: 60%;
  }
  .techBlock .itemBlock .moreContent.item03 .box04 .box04List{
    width: 100%;
  }
  .techBlock .itemBlock .moreContent.item03 .box04 .box04List li:last-child{
    margin-left: 130px;
  }



  .cvBlock {
    width: 93.75%;
  }
  .cvBlock .button-list li {
    width: calc((100% - 24px) / 2);
  }

  .cvBlock .button-list li a {
    height: 80px;
    border-bottom: 5px solid #fae600;
    border-radius: 3px;
    line-height: 1.4;
  }
  .cvBlock .button-list li a .large {
    font-size: 20px;
  }
  .cvBlock .button-list li a .small {
    font-size: 12px;
  }
  .cvBlock .button-list li.page a {
    padding-top: 18px;
    background: #fbed4d url("../img/ico_page.png") no-repeat 32px 32px;
    background-size: 24px auto;
  }
  .cvBlock .button-list li.page a span {
    padding-left: 67px;
  }
  .cvBlock .button-list li.trial a {
    padding-top: 12px;
    background: #fbed4d url("../img/ico_trial.png") no-repeat 36px 23px;
    background-size: 30px auto;
  }
  .cvBlock .button-list li.trial a span {
    padding-left: 77px;
  }

  .sceneBlock .categoryBox {
    margin: 30px 17px 0;
  }

  .sceneBlock .categoryBox .box {
    width: calc((100% - 10px) / 2);
  }
  
  .soluBlock .box01 {
    width: calc(100% - 34px);
    margin: 64px 17px 50px;
  }

  .soluBlock .box01 .box01ListWrap .box01List{
  width: 100%
  }
  
  .soluBlock .box01 .box01Ttl{
    width: 20%;
    min-width: 130px;
  }
  
  .soluBlock .box01 .box01ListWrap .box01List li {
    width: calc((100% - 40px) / 2);
  }

  .soluBlock .boxRow{
    width: calc(100% - 34px);
    margin: 0 17px 19px;
  }
  
  .soluBlock .box2{
    width: calc((100% - 20px) / 2);
    height: 437px;
  }
  
  .soluBlock .box2 .balloon{
    width: 84%;
  }

  .soluBlock .box2 .balloon dl{
    height: 187px;
  }

}

@media only screen and (max-width: 768px) {

  .techBlock .itemBlock .moreContent.item02 .box02 .boxDlRow {
    width: auto;
    margin: 0 15px;
    display: block;
  }
  .techBlock .itemBlock .moreContent.item02 .box02 .boxDlRow .boxDl {
    display: block;
    width: auto;
    border-left: 0;
    margin-top: 10px;
  }
  .techBlock .itemBlock .moreContent.item02 .box02 .boxDlRow .boxDl dt {
    height: auto;
    padding: 25px 0 0;
  }
  .techBlock .itemBlock .moreContent.item02 .box02 .boxDlRow .boxDl dd {
    margin: 0;
    padding: 14px 15px 20px;
  }

  .soluBlock {
    padding: 16px 0 26px;
  }
  .soluBlock .balloon {
    border-radius: 3px;
  }
  .soluBlock .balloon:before, .soluBlock .balloon:after {
    bottom: -15px;
  }
  .soluBlock .balloon:before {
    border-width: 0 35px 15px 0;
  }
  .soluBlock .balloon:after {
    border-width: 0 6px 15px 0;
    -moz-transform: translateX(15px);
    -ms-transform: translateX(15px);
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }
  .soluBlock .balloon dl dt {
    width: 77.27273%;
    margin: 0 auto;
    padding: 14px 0 10px;
    border-bottom: 1px dotted #728fb3;
    font-size: 13px;
  }
  .soluBlock .balloon dl dd {
    padding: 9px 0 10px;
    font-size: 13px;
  }
  .soluBlock .balloon .rollover {
    display: none;
  }
  .soluBlock .balloon a:hover .rollover {
    display: none;
  }
  .soluBlock .box01 {
    display: block;
    width: 78.125%;
    margin: 60px auto 17px;
    padding: 17px 0 0;
    border: 3px solid #003476;
  }
  .soluBlock .box01 .box01Ttl {
    display: block;
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #003476;
    padding: 0 0 12px;
  }
  .soluBlock .box01 .box01Ttl span {
    padding: 50px 0 0;
    background-size: 42px auto;
    font-size: 13px;
  }
  .soluBlock .box01 .box01ListWrap {
    display: block;
    height: 100%;
  }
  .soluBlock .box01 .box01ListWrap .box01List {
    width: 100%;
    margin: 0;
    padding-bottom: 30px;
  }
  .soluBlock .box01 .box01ListWrap .box01List li {
    float: none;
    width: 88%;
    margin: 25px auto 0;
  }
  .soluBlock .box01 .box01ListWrap .box01List li dl {
    padding: 0 10px;
    height: auto;
  }
  .soluBlock .boxRow {
    width: 100%;
    margin: 0;
  }
  .soluBlock .box2 {
    width: 78.125%;
    height: auto;
    float: none;
    margin: 0 auto 15px;
    padding-bottom: 22px;
    border: 3px solid #003476;
  }
  .soluBlock .box2:first-child {
    margin: 0 auto 15px;
  }
  .soluBlock .box2 .box02Ttl {
    height: auto;
    margin: 0;
    padding: 0 0 12px;
  }
  .soluBlock .box2 .box02Ttl span {
    font-size: 13px;
    padding: 60px 0 0;
  }
  .soluBlock .box2 .box02Ttl span.solu02Ttl {
    background-size: 19px auto;
    background-position: center 17px;
  }
  .soluBlock .box2 .box02Ttl span.solu03Ttl {
    background-size: 25px auto;
    background-position: center 12px;
  }
  .soluBlock .box2 .box02Ttl span.solu04Ttl {
    background-size: 22px auto;
    background-position: center 15px;
  }
  .soluBlock .box2 .box02Ttl span.solu05Ttl {
    background-size: 31px auto;
    background-position: center 13px;
  }
  .soluBlock .box2 .balloon {
    width: 88%;
    margin: 15px auto 0;
  }
  .soluBlock .box2 .balloon dl {
    padding: 0 10px;
    height: auto;
  }

  .soluPopup {
    margin: 0 auto;
    width: 100%;
    height: auto;
    background: #edf1f5;
  }
  .soluPopup .productItem {
    border-top: 1px solid #a6b8cf;
    padding: 20px 0 30px;
  }
  .soluPopup .productItem img {
    max-width: 364px;
    width: 60.66667%;
  }
  .soluPopup .productItem ul {
    max-width: 346px;
    width: 57.66667%;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    list-style: none;
  }
  .soluPopup .productItem ul li {
    text-align: center;
    margin: 0;
    float: none;
    margin-top: 13px;
  }
  .soluPopup .productItem ul li:first-child {
    float: none;
    margin-top: 0;
  }
  .soluPopup .productItem ul li img {
    max-width: 346px;
    width: 100%;
  }


}


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

  .view-pc {
    display: none;
  }
  .view-pc.inline {
    display: none;
  }

  .pageNav ul li {
    height: auto;
    display: table-cell;
  }
  .pageNav ul li:before, .pageNav ul li:after {
    bottom: 7px;
    width: 5px;
    height: 2px;
  }
  .pageNav ul li:before {
    -moz-transform: rotate(45deg) translateX(-2px);
    -ms-transform: rotate(45deg) translateX(-2px);
    -webkit-transform: rotate(45deg) translateX(-2px);
    transform: rotate(45deg) translateX(-2px);
  }
  .pageNav ul li:after {
    -moz-transform: rotate(-45deg) translateX(2px);
    -ms-transform: rotate(-45deg) translateX(2px);
    -webkit-transform: rotate(-45deg) translateX(2px);
    transform: rotate(-45deg) translateX(2px);
  }
  .pageNav ul li a {
    width: 100%;
    height: 100%;
    display: table;
    transition: none;
    font-size: 12px;
    padding: 7px 0 15px;
  }
  .pageNav ul li a:hover {
    background: white;
  }

  .techBlock {
    padding: 30px 10px 75px;
  }
  .techBlock .techTtl {
    padding: 49px 4px 8px;
    border-bottom: 1px solid #fff;
    font-size: 20px;
    line-height: 1.2;
  }
  .techBlock .techTtl:before {
    width: 32px;
    height: 37px;
    background-size: contain;
  }
  .techBlock .techLead {
    margin: 18px 0 0;
    font-size: 12px;
  }
  .techBlock .itemBlock {
    margin: 55px auto 0;
  }
  .techBlock .itemBlock:before {
    content: "";
    position: absolute;
    top: -11px;
    right: 20px;
    width: 25px;
    height: 35px;
    background-size: contain;
  }
  .techBlock .itemBlock .label {
    top: 5px;
    left: 5px;
    width: 62px;
    height: 62px;
  }
  .techBlock .itemBlock .label:before {
    border-width: 62px 62px 0 0;
  }
  .techBlock .itemBlock .label span {
    display: inline-block;
    width: 87px;
    top: 18px;
    left: -19px;
    font-size: 10px;
  }
  .techBlock .itemBlock .label.twoline span {
    top: 12px;
    left: -22px;
  }
  .techBlock .itemBlock .itemTtl {
    padding: 21px 0 0;
    font-size: 17px;
  }
  .techBlock .itemBlock .itemTxt {
    margin: 18px 20px 0;
    padding: 0 0 4px;
    font-size: 13px;
    text-align: left;
  }
  .techBlock .itemBlock .btnMore {
    margin: 0 auto;
    width: 86.66667%;
    height: 36px;
    -moz-transform: translateY(18px);
    -ms-transform: translateY(18px);
    -webkit-transform: translateY(18px);
    transform: translateY(18px);
  }
  .techBlock .itemBlock .btnMore a {
    padding-top: 8px;
    border-radius: 4px;
  }
  .techBlock .itemBlock .btnMore a span {
    padding: 0 14px 0 0;
    font-size: 14px;
  }
  .techBlock .itemBlock .btnMore a span:before, .techBlock .itemBlock .btnMore a span:after {
    top: 8px;
    width: 6px;
    height: 2px;
  }
  .techBlock .itemBlock .btnMore a span:before {
    -moz-transform: rotate(45deg) translateX(-2px);
    -ms-transform: rotate(45deg) translateX(-2px);
    -webkit-transform: rotate(45deg) translateX(-2px);
    transform: rotate(45deg) translateX(-2px);
  }
  .techBlock .itemBlock .btnMore a span:after {
    -moz-transform: rotate(-45deg) translateX(3px);
    -ms-transform: rotate(-45deg) translateX(3px);
    -webkit-transform: rotate(-45deg) translateX(3px);
    transform: rotate(-45deg) translateX(3px);
  }
  .techBlock .itemBlock .btnMore a:hover {
    background: #6685ad;
  }
  .techBlock .itemBlock .btnMore.on a {
    background: #003476;
  }
  .techBlock .itemBlock .btnMore.on a span:before, .techBlock .itemBlock .btnMore.on a span:after {
    top: 4px;
  }
  .techBlock .itemBlock .btnMore.on a span:before {
    -moz-transform: rotate(-45deg) translateX(-2px);
    -ms-transform: rotate(-45deg) translateX(-2px);
    -webkit-transform: rotate(-45deg) translateX(-2px);
    transform: rotate(-45deg) translateX(-2px);
  }
  .techBlock .itemBlock .btnMore.on a span:after {
    -moz-transform: rotate(45deg) translateX(3px);
    -ms-transform: rotate(45deg) translateX(3px);
    -webkit-transform: rotate(45deg) translateX(3px);
    transform: rotate(45deg) translateX(3px);
  }
  .techBlock .itemBlock .moreContent {
    border-top: 1px dotted #003476;
  }
  .techBlock .itemBlock .moreContent.item01 {
    padding: 35px 0 15px;
  }
  .techBlock .itemBlock .moreContent.item01 .box01 {
    width: auto;
    padding: 0 24px;
  }
  .techBlock .itemBlock .moreContent.item01 .box01 .leftCol {
    float: none;
    width: auto;
    text-align: center;
  }
  .techBlock .itemBlock .moreContent.item01 .box01 .leftCol .boxTtl {
    display: inline-block;
    text-align: left;
    font-size: 20px;
  }
  .techBlock .itemBlock .moreContent.item01 .box01 .leftCol .boxTtl .small {
    font-size: 13px;
  }
  .techBlock .itemBlock .moreContent.item01 .box01 .leftCol .boxTxt01 {
    text-align: left;
    margin: 14px 0 25px;
    font-size: 13px;
  }
  .techBlock .itemBlock .moreContent.item01 .box01 .leftCol .img01 {
    width: 54.6875%;
    margin: 0 auto;
  }
  .techBlock .itemBlock .moreContent.item01 .box01 .rightCol {
    width: auto;
    margin-top: 30px;
    float: none;
  }
  .techBlock .itemBlock .moreContent.item01 .box01 .rightCol .boxNotes01 li {
    font-size: 11px;
  }
  .techBlock .itemBlock .moreContent.item01 .box02 {
    margin: 35px 13px 0;
    width: auto;
  }
  .techBlock .itemBlock .moreContent.item01 .box02 .boxTtl {
    font-size: 18px;
  }
  .techBlock .itemBlock .moreContent.item01 .box02 .boxDl {
    display: block;
    padding: 15px;
    background: #e5ebf1;
    overflow: hidden;
  }
  .techBlock .itemBlock .moreContent.item01 .box02 .boxDl dt {
    display: block;
    width: 100%;
    padding: 10px 0;
    font-size: 16px;
    text-align: center;
  }
  .techBlock .itemBlock .moreContent.item01 .box02 .boxDl dd {
    width: 100%;
    font-size: 13px;
    padding: 11px 0 0;
  }
  .techBlock .itemBlock .moreContent.item01 .box02 .boxDl dd.brAdmin {
    padding: 120px 0 0;
    background: url("../img/tech_item01_img02.png") no-repeat center 23px;
    background-size: 82px;
  }
  .techBlock .itemBlock .moreContent.item02 {
    padding: 45px 0 7px;
  }
  .techBlock .itemBlock .moreContent.item02 .box {
    margin: 0 15px 15px;
    width: auto;
  }
  .techBlock .itemBlock .moreContent.item02 .box:before {
    right: -2px;
    bottom: -2px;
  }
  .techBlock .itemBlock .moreContent.item02 .box .boxTtl {
    font-size: 15px;
  }
  .techBlock .itemBlock .moreContent.item02 .box .boxTtl span {
    padding: 0 4px 4px;
  }
  .techBlock .itemBlock .moreContent.item02 .box01 .boxTtl {
    padding: 18px 0 0;
  }
  .techBlock .itemBlock .moreContent.item02 .box01 .boxTxt {
    width: auto;
    margin: 18px 15px 0;
    padding: 0 0 22px;
    font-size: 13px;
    line-height: 1.8;
  }
  .techBlock .itemBlock .moreContent.item02 .box02 .boxHead {
    width: auto;
    padding: 18px 0 10px;
  }
  .techBlock .itemBlock .moreContent.item02 .box02 .boxHead .boxTtl {
    width: auto;
    float: none;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .techBlock .itemBlock .moreContent.item02 .box02 .boxHead .img01 {
    width: 58.42697%;
    margin: 18px auto 0;
    float: none;
  }
  .techBlock .itemBlock .moreContent.item02 .box02 .boxDlRow {
    width: auto;
    margin: 0 15px;
    display: block;
  }
  .techBlock .itemBlock .moreContent.item02 .box02 .boxDlRow .boxDl {
    display: block;
    width: auto;
    border-left: 0;
    margin-top: 10px;
  }
  .techBlock .itemBlock .moreContent.item02 .box02 .boxDlRow .boxDl dt {
    height: auto;
    padding: 25px 0 0;
    font-size: 14px;
  }
  .techBlock .itemBlock .moreContent.item02 .box02 .boxDlRow .boxDl dd {
    margin: 0;
    padding: 14px 15px 20px;
    font-size: 14px;
  }
  .techBlock .itemBlock .moreContent.item03 {
    padding: 17px 13px 0;
  }
  .techBlock .itemBlock .moreContent.item03 .box {
    padding: 24px 10px 27px !important;
    border-top: 1px dotted #7a94b5;
    box-sizing: border-box;
  }
  .techBlock .itemBlock .moreContent.item03 .box .boxTtl {
    font-size: 15px;
  }
  .techBlock .itemBlock .moreContent.item03 .box .boxTxt01 {
    margin: 15px 0 0;
    font-size: 13px;
    line-height: 1.6;
  }
  .techBlock .itemBlock .moreContent.item03 .boxRow {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .techBlock .itemBlock .moreContent.item03 .box01 {
    width: 100%;
    float: none;
    padding: 0;
    border: 0;
  }
  .techBlock .itemBlock .moreContent.item03 .box02 {
    width: 100%;
    float: none;
    padding: 0;
  }
  .techBlock .itemBlock .moreContent.item03 .box03 {
    width: 100%;
    float: none;
    padding: 0;
  }
  .techBlock .itemBlock .moreContent.item03 .box03 .boxTxt01 {
    width: 100%;
  }
  .techBlock .itemBlock .moreContent.item03 .box04 {
    width: 100%;
    padding: 0;
  }
  .techBlock .itemBlock .moreContent.item03 .box04 .box04Head {
    width: 100%;
    margin: 28px auto 0;
  }
  .techBlock .itemBlock .moreContent.item03 .box04 .box04Head .img01 {
    width: 50.73529%;
    float: none;
    padding-top: 0;
    margin: 0 auto;
  }
  .techBlock .itemBlock .moreContent.item03 .box04 .box04Head .boxTxt01 {
    width: auto;
    float: none;
    padding-left: 0;
    margin: 24px 0 0;
  }
  .techBlock .itemBlock .moreContent.item03 .box04 .box04List {
    margin: 22px auto 0;
    width: 261px;
    height: 155px;
    position: relative;
  }
  .techBlock .itemBlock .moreContent.item03 .box04 .box04List li {
    position: absolute;
    float: none;
    width: 126px;
    height: 80px;
    margin-left: 0;
  }
  .techBlock .itemBlock .moreContent.item03 .box04 .box04List li span {
    font-size: 10px;
    line-height: 1.2;
  }
  .techBlock .itemBlock .moreContent.item03 .box04 .box04List li.box04List-01 {
    top: 0;
    left: 0;
  }
  .techBlock .itemBlock .moreContent.item03 .box04 .box04List li.box04List-02 {
    top: 0;
    right: 0;
  }
  .techBlock .itemBlock .moreContent.item03 .box04 .box04List li.box04List-03 {
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .techBlock .itemBlock .moreContent.item03 .box04 .boxTxt02 {
    margin: 21px 0 0;
    font-size: 13px;
  }
  .techBlock .itemBlock .moreContent.item03 .box04 .boxTable {
    width: 100%;
    margin: 0 auto;
  }
  .techBlock .itemBlock .moreContent.item03 .box04 .boxTable figcaption {
    font-size: 13px;
  }
  .techBlock .itemBlock .moreContent.item03 .box04 .boxTable figcaption:before {
    top: 5px;
    width: 8px;
    height: 8px;
  }
  .techBlock .itemBlock .moreContent.item03 .box04 .boxNotes {
    width: 100%;
  }

  .cvBlock {
    margin: 30px auto;
    width: auto;
  }
  .cvBlock .button-list {
    margin: 0 auto;
    width: 78.125%;
  }
  .cvBlock .button-list li {
    margin: 0 0 15px;
    width: 100%;
  }
  .cvBlock .button-list li a {
    height: 70px;
    border-bottom: 5px solid #fae600;
    border-radius: 3px;
    line-height: 1.4;
  }
  .cvBlock .button-list li a .large {
    font-size: 15px;
  }
  .cvBlock .button-list li a .small {
    font-size: 10px;
  }
  .cvBlock .button-list li.catalog {
    float: none;
  }
  .cvBlock .button-list li.catalog a {
    padding-top: 13px;
    background: #fbed4d url("../img/ico_catalog.png") no-repeat 32px 23px;
    background-size: 32px auto;
  }
  .cvBlock .button-list li.catalog a span {
    padding-left: 73px;
  }
  .cvBlock .button-list li.page {
    float: none;
  }
  .cvBlock .button-list li.page a {
    padding-top: 18px;
    background: #fbed4d url("../img/ico_page.png") no-repeat 36px 23px;
    background-size: 29px auto;
  }
  .cvBlock .button-list li.page a span {
    padding-left: 77px;
  }
  .cvBlock .button-list li.trial {
    float: none;
  }
  .cvBlock .button-list li.trial a {
    padding-top: 9px;
    background: #fbed4d url("../img/ico_trial.png") no-repeat 36px 18px;
    background-size: 30px auto;
  }
  .cvBlock .button-list li.trial a span {
    padding-left: 77px;
  }
  .cvBlock .inquiry {
    margin: 0;
    text-align: center;
    font-size: 13px;
  }
  .cvBlock .inquiry a:hover {
    text-decoration: underline;
  }

  .sceneBlock {
    padding: 36px 0 40px;
    background: url("../img/scene_bg_sp.jpg") no-repeat center center;
    background-size: cover;
  }
  .sceneBlock .sceneTtl {
    display: inline-block;
    margin: 0;
    padding: 44px 0 8px;
    border-bottom: 1px solid #fff;
    font-size: 20px;
  }
  .sceneBlock .sceneTtl:before {
    width: 35px;
    height: 30px;
    background-size: contain;
  }
  .sceneBlock .categoryBox {
    margin: 30px 17px 0;
    width: auto;
  }
  .sceneBlock .categoryBox .categoryTtl {
    padding: 3px 0;
    font-size: 16px;
  }
  .sceneBlock .categoryBox .boxRow {
    overflow: hidden;
  }
  .sceneBlock .categoryBox .box {
    width: 100%;
    height: auto !important;
    margin-top: 10px;
    padding: 5px;
    transition: none;
  }
  .sceneBlock .categoryBox .box.singleBox {
    margin: 13px auto 0;
  }
  .sceneBlock .categoryBox .box.leftBox {
    float: left;
  }
  .sceneBlock .categoryBox .box.rightBox {
    float: right;
  }
  .sceneBlock .categoryBox .box .boxTtl {
    margin: 0 15px;
    padding: 15px 0 0;
    font-size: 15px;
  }
  .sceneBlock .categoryBox .box .boxLead {
    margin: 6px 15px 0;
    font-size: 13px;
    color: #fff;
  }
  .sceneBlock .categoryBox .box .use {
    margin: 6px 15px 0;
    padding: 6px 0 0;
    font-size: 12px;
  }
  .sceneBlock .categoryBox .box .btn {
    position: static;
    bottom: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 200px;
    padding: 14px 0 15px;
  }
  .sceneBlock .categoryBox .box .btn a {
    display: block;
    padding: 12px 0;
  }
  .sceneBlock .categoryBox .box .btn a > span {
    font-size: 14px;
    padding-left: 22px;
  }
  .sceneBlock .categoryBox .box .btn a > span:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 20px;
  }
  .sceneBlock .btnScene {
    margin: 10px 0 0;
    text-align: center;
    font-size: 13px;
  }
  .sceneBlock .btnScene a:hover {
    text-decoration: underline;
  }

  .soluBlock .soluTtl {
    padding: 50px 0 8px;
    border-bottom: 1px solid #003476;
    font-size: 20px;
  }
  .soluBlock .soluTtl:before {
    width: 35px;
    height: 39px;
    background-size: contain;
  }
  .soluBlock .soluLead {
    margin: 20px 0 0;
    font-size: 12px;
  }
}
