@charset "UTF-8";
.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;
  text-align: center;
}
.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.inquiry a {
  background-image: url("../img/ico_mv_inquiry.png");
}
.mvBlock .button-list li.trial a {
  background-image: url("../img/ico_mv_trial.png");
}
.mvBlock .btn-lp01 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 70px;
  margin: 0 auto;
  width: 820px;
}
.mvBlock .btn-lp01 a {
  display: block;
  width: 520px;
  box-sizing: border-box;
  padding: 18px 0 18px 30px;
  border: 2px solid #fff;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-decoration: none;
  font-size: 19px;
  font-weight: bold;
  position: relative;
}
.mvBlock .btn-lp01 a:before, .mvBlock .btn-lp01 a:after {
  content: "";
  position: absolute;
}
.mvBlock .btn-lp01 a:before {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.mvBlock .btn-lp01 a:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #000;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}

.mainContets {
  padding: 0 0 120px;
  background: #003476;
  text-align: center;
}

.soluBlock {
  padding: 71px 0 0;
}
.soluBlock .soluTtl {
  display: inline-block;
  margin: 0;
  padding: 80px 4px 34px;
  font-size: 33px;
  font-weight: bold;
  color: #fff;
  letter-spacing: .1em;
  position: relative;
}
.soluBlock .soluTtl:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 62px;
  height: 65px;
  background: url("../img/ico_solution.png") no-repeat 0 0;
}
.soluBlock .sectionWrap {
  max-width: 1024px;
  margin: 0 auto;
  background: #fff;
}
.soluBlock .sectionWrap .secTtl {
  margin: 0;
  padding: 0;
  font-size: 31px;
  font-weight: bold;
  line-height: 1.4;
  color: #003476;
  letter-spacing: .1em;
}
.soluBlock .leadBlock {
  padding: 56px 0 0;
}
.soluBlock .leadBlock .leadTxt {
  margin: 44px auto 24px;
  width: 754px;
  text-align: left;
  font-size: 16px;
  color: #003476;
  line-height: 1.7;
}
.soluBlock .leadBlock .btnDownload {
  margin: 0 auto;
  width: 520px;
}
.soluBlock .leadBlock .btnDownload a {
  display: block;
  padding: 18px 4px 18px 0;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: #ff6e00;
  position: relative;
}
.soluBlock .leadBlock .btnDownload a:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #fff;
}
.soluBlock .sceneBlock {
  padding: 80px 0 0;
}
.soluBlock .sceneBlock .img01 {
  max-width: 900px;
  margin: 34px auto 0;
}
.soluBlock .sceneBlock .leadTxt {
  margin: 46px 0 0;
  font-size: 26px;
  font-weight: bold;
  color: #003476;
}
.soluBlock .sceneBlock .productBlock {
  margin: 23px auto 0;
  width: 87.8%;
  overflow: hidden;
}
.soluBlock .sceneBlock .productBlock .productTtl {
  display: table;
  width: 100%;
}
.soluBlock .sceneBlock .productBlock .productTtl dt, .soluBlock .sceneBlock .productBlock .productTtl dd {
  height: 30px;
  display: table-cell;
  font-size: 17px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
}
.soluBlock .sceneBlock .productBlock .productTtl dt {
  width: 314px;
  background: #003476;
  color: #fff;
  position: relative;
  padding-left: 20px;
}
.soluBlock .sceneBlock .productBlock .productTtl dt:after {
  content: "";
  position: absolute;
  top: 0;
  right: -54px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 0 54px;
  border-color: transparent transparent transparent #003476;
}
.soluBlock .sceneBlock .productBlock .productTtl dd {
  margin: 0;
  width: 566px;
  background: #b2c2d6;
  color: #003476;
}
.soluBlock .sceneBlock .productBlock .product01, .soluBlock .sceneBlock .productBlock .product02, .soluBlock .sceneBlock .productBlock .product03 {
  overflow: hidden;
  margin: 30px auto 0;
}
.soluBlock .sceneBlock .productBlock .img {
  float: left;
}
.soluBlock .sceneBlock .productBlock .print-list {
  overflow: hidden;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}
.soluBlock .sceneBlock .productBlock .print-list li {
  float: left;
}
.soluBlock .sceneBlock .productBlock .product01 {
  width: 445px;
}
.soluBlock .sceneBlock .productBlock .product01 .print-list .item01 {
  margin-left: 56px;
}
.soluBlock .sceneBlock .productBlock .product01 .print-list .item02 {
  margin-left: 15px;
}
.soluBlock .sceneBlock .productBlock .product02 {
  width: 409px;
  float: left;
  margin-left: 25px;
}
.soluBlock .sceneBlock .productBlock .product02 .print-list .item01 {
  margin-left: 17px;
}
.soluBlock .sceneBlock .productBlock .product02 .print-list .item02 {
  margin-left: 8px;
}
.soluBlock .sceneBlock .productBlock .product03 {
  width: 420px;
  float: right;
}
.soluBlock .sceneBlock .productBlock .product03 .print-list .item01 {
  margin-left: 15px;
}
.soluBlock .sceneBlock .productBlock .product03 .print-list .item02 {
  margin-left: 6px;
}
.soluBlock .exBlock {
  margin: 82px auto 0;
  padding: 34px 0 0;
  max-width: 944px;
  position: relative;
}
.soluBlock .exBlock .label {
  position: absolute;
  top: 0;
  left: 0;
}
.soluBlock .exBlock .company {
  display: inline-block;
  margin: 0 0 14px;
  padding: 6px 16px;
  background: #003476;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}
.soluBlock .exBlock .before {
  margin: 40px auto 0;
  width: 600px;
  position: relative;
}
.soluBlock .exBlock .before .baloon {
  background: #ccd6e4;
  padding: 18px 0 16px;
  font-size: 20px;
  color: #003476;
}
.soluBlock .exBlock .before .baloon:after {
  content: "";
  position: absolute;
  bottom: -31px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 31px 21px 0 21px;
  border-color: #ccd6e4 transparent transparent transparent;
}
.soluBlock .exBlock .before .introTxt {
  margin: 0;
  padding: 0;
  line-height: 1;
  position: absolute;
  bottom: -68px;
  left: 348px;
  font-size: 33px;
  font-weight: bold;
  color: #003476;
}
.soluBlock .exBlock .before:before, .soluBlock .exBlock .before:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 31px 21px 0 21px;
}
.soluBlock .exBlock .before:before {
  bottom: -71px;
  border-color: #8099ba transparent transparent transparent;
}
.soluBlock .exBlock .before:after {
  bottom: -111px;
  border-color: #003476 transparent transparent transparent;
}
.soluBlock .exBlock .after .afterTop {
  margin: 38px auto 0;
  overflow: hidden;
}
.soluBlock .exBlock .after .afterTop .afterTxt {
  width: 59.5%;
  float: right;
  padding: 98px 0 0;
  text-align: left;
}
.soluBlock .exBlock .after .afterTop .afterTxt .afterTxt01 {
  margin: 0;
  font-size: 24px;
  font-weight: bold;
  color: #003476;
  line-height: 1.5;
}
.soluBlock .exBlock .after .afterTop .afterTxt .afterTxt02 {
  margin: 20px 0 0;
  font-size: 17px;
  color: #003476;
}
.soluBlock .exBlock .after .afterTop .afterImg {
  width: 33.9%;
  float: left;
  margin-left: 27px;
}
.soluBlock .exBlock .after .afterProduct {
  margin: 36px 0 0;
  position: relative;
}
.soluBlock .exBlock .after .afterProduct .afterProductTtl {
  /*width: 900px;*/
  margin: 0 auto;
  position: relative;
  border-bottom: 1px solid #003476;
  font-size: 0;
  text-align: left;
}
.soluBlock .exBlock .after .afterProduct .afterProductTtl .suppleTxt, .soluBlock .exBlock .after .afterProduct .afterProductTtl .ttlTxt {
  margin: 0;
  padding: 0;
  display: inline-block;
  color: #003476;
  vertical-align: baseline;
}
.soluBlock .exBlock .after .afterProduct .afterProductTtl .suppleTxt {
  font-size: 14px;
}
.soluBlock .exBlock .after .afterProduct .afterProductTtl .ttlTxt {
  margin-left: 12px;
  font-size: 34px;
  font-weight: bold;
}
.soluBlock .exBlock .after .afterProduct .afterProductRow {
  /*width: 900px;*/
  margin: 0 auto;
  position: relative;
}
.soluBlock .exBlock .after .afterProduct .afterProductRow .afterProductTxt {
  margin: 0;
  padding: 18px 0 0;
  text-align: left;
  color: #003476;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
}
.soluBlock .exBlock .after .afterProduct .afterProductRow .afterProductImg {
  position: absolute;
  top: -74px;
  right: 52px;
}
.soluBlock .exBlock .after .afterProduct .afterProductPoint {
  width: 912px;
  margin: 60px auto 0;
  padding: 0 12px 0 0;
  display: table;
  list-style: none;
}
.soluBlock .exBlock .after .afterProduct .afterProductPoint li {
  display: table-cell;
  width: 33.33333%;
  padding: 10px 0;
  text-align: center;
  vertical-align: middle;
  background: #003476;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
  box-sizing: border-box;
  border-left: 12px solid #fff;
}
.soluBlock .exBlock .after .afterProduct .afterProductNotes {
  width: 900px;
  margin: 14px auto 0;
  padding: 0;
  list-style: none;
  counter-reset: number 0;
  text-align: left;
}
.soluBlock .exBlock .after .afterProduct .afterProductNotes li {
  font-size: 13px;
  color: #003476;
}
.soluBlock .exBlock .after .afterProduct .afterProductNotes li:before {
  counter-increment: number 1;
  content: "※" counter(number) ": ";
}
.soluBlock .exBlock .after .afterFlow {
  margin: 40px 0 0;
}
.soluBlock .exBlock .after .afterSummary {
  width: 900px;
  margin: 30px auto 0;
  overflow: hidden;
}
.soluBlock .exBlock .after .afterSummary .afterSummaryTxt {
  width: 488px;
  float: right;
  margin: 0;
  padding: 0;
  font-size: 14px;
  text-align: left;
}
.soluBlock .exBlock .after .afterSummary .afterSummaryGallery {
  width: 392px;
  float: left;
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
}
.soluBlock .exBlock .after .afterSummary .afterSummaryGallery li {
  float: right;
}
.soluBlock .exBlock .after .afterSummary .afterSummaryGallery li:first-child {
  float: left;
}
.soluBlock .exBlock .btnBizCase {
  margin: 52px auto 0;
  width: 400px;
}
.soluBlock .exBlock .btnBizCase a {
  display: block;
  padding: 18px 4px 18px 0;
  font-size: 18px;
  font-weight: bold;
  color: #003476;
  border: 1px solid #003476;
  position: relative;
}
.soluBlock .exBlock .btnBizCase a:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 34px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #003476;
}
.soluBlock .voiceBlock {
  max-width: 900px;
  margin: 100px auto 0;
  padding: 0 0 52px;
}
.soluBlock .voiceBlock .voiceSubTtl {
  width: 100%;
  height: 2px;
  background: #003476;
  position: relative;
  margin: 74px 0 0;
}
.soluBlock .voiceBlock .voiceSubTtl span {
  display: inline-block;
  position: absolute;
  padding: 8px 0;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin: 0 auto;
  width: 320px;
  text-align: left;
  background: #003476;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  text-align: center;
}
.soluBlock .voiceBlock .voiceRow {
  margin: 68px auto 0;
  overflow: hidden;
}
.soluBlock .voiceBlock .voiceRow .voicePersonCol {
  width: 260px;
  float: left;
}
.soluBlock .voiceBlock .voiceRow .voicePersonCol dl {
  margin: 0;
}
.soluBlock .voiceBlock .voiceRow .voicePersonCol dl dt {
  margin: 10px 0 0;
  font-size: 18px;
  font-weight: bold;
}
.soluBlock .voiceBlock .voiceRow .voicePersonCol dl dd {
  margin: 3px 0 0;
  font-size: 15px;
  line-height: 1.3;
}
.soluBlock .voiceBlock .voiceRow .voiceTxtCol {
  width: 589px;
  float: right;
  margin: 0 28px 0 0;
  text-align: left;
}
.soluBlock .voiceBlock .voiceRow .voiceTxtCol .voiceTxt01 {
  margin: 0;
  padding: 14px 14px 12px 26px;
  font-size: 23px;
  line-height: 1.4;
  font-weight: bold;
  color: #003476;
  border: 2px solid #004898;
  position: relative;
}
.soluBlock .voiceBlock .voiceRow .voiceTxtCol .voiceTxt01:before, .soluBlock .voiceBlock .voiceRow .voiceTxtCol .voiceTxt01:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
}
.soluBlock .voiceBlock .voiceRow .voiceTxtCol .voiceTxt01:before {
  left: -17px;
  border-width: 9px 17px 9px 0;
  border-color: transparent #004898 transparent transparent;
}
.soluBlock .voiceBlock .voiceRow .voiceTxtCol .voiceTxt01:after {
  left: -13px;
  border-width: 7px 15px 7px 0;
  border-color: transparent #fff transparent transparent;
}
.soluBlock .voiceBlock .voiceRow .voiceTxtCol .voiceTxt02 {
  margin: 22px 0 28px;
  font-size: 16px;
}

.otherBlock {
  padding-bottom: 40px;
}
.otherBlock .otherTtl {
  display: inline-block;
  margin: 0;
  padding: 0 0 30px;
  font-size: 33px;
  font-weight: bold;
  color: #fff;
  letter-spacing: .1em;
}
.otherBlock .otherSection {
  max-width: 1024px;
  margin: 0 auto;
  background: #fff;
}
.otherBlock .otherSection .otherSecTtl {
  display: table;
  width: 100%;
  background: #fefacc;
}
.otherBlock .otherSection .otherSecTtl .ttlTxt {
  display: table-cell;
  margin: 0;
  padding: 0;
  width: 512px;
  vertical-align: middle;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #003476;
}
.otherBlock .otherSection .otherSecTtl .img {
  width: 512px;
  display: table-cell;
}
.otherBlock .otherSection .otherProductRow {
  width: 940px;
  margin: 45px auto 0;
}
.otherBlock .otherSection .demand {
  width: 100%;
  background: #003476;
  position: relative;
  box-sizing: border-box;
  font-size: 23px;
  font-weight: bold;
  color: #fff;
  line-height: 1.4;
}
.otherBlock .otherSection .demand .strong {
  color: #ffff00;
}
.otherBlock .otherSection .demand:after {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 19px 0 19px;
  border-color: #003476 transparent transparent transparent;
}
.otherBlock .otherSection .otherProductItem {
  margin: 18px 0 0;
  background: #eeeeef;
}
.otherBlock .otherSection .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;
}
.otherBlock .otherSection .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;
}
.otherBlock .otherSection .btnMore a span {
  display: inline-block;
  padding: 0 28px 0 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  position: relative;
}
.otherBlock .otherSection .btnMore a span:before, .otherBlock .otherSection .btnMore a span:after {
  content: "";
  position: absolute;
  top: 12px;
  right: 0;
  width: 10px;
  height: 3px;
  background: #fff;
}
.otherBlock .otherSection .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);
}
.otherBlock .otherSection .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);
}
.otherBlock .otherSection .btnMore a:hover {
  opacity: 1;
  background: #608fba;
}
.otherBlock .otherSection .btnMore.on a {
  opacity: 1;
  background: #003476;
}
.otherBlock .otherSection .btnMore.on a span:before, .otherBlock .otherSection .btnMore.on a span:after {
  background: #608fba;
  top: 6px;
}
.otherBlock .otherSection .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);
}
.otherBlock .otherSection .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);
}
.otherBlock .otherSection .moreContent {
  background: #ccd6e4;
}
.otherBlock .otherSection.other01 .demand {
  padding: 17px 0 0;
  height: 106px;
}
.otherBlock .otherSection.other01 .otherProductItem {
  overflow: hidden;
}
.otherBlock .otherSection.other01 .otherProductItem .otherProductItemTxt {
  display: inline-block;
  margin: 0;
  padding: 24px 0 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
}
.otherBlock .otherSection.other01 .otherProductItem .otherProductItemTxt .strong {
  color: #003476;
}
.otherBlock .otherSection.other01 .otherProductItem .otherProductItemList {
  list-style: none;
  margin: 25px 0 0 41px;
  padding-bottom: 41px;
  width: 443px;
  float: left;
  overflow: hidden;
}
.otherBlock .otherSection.other01 .otherProductItem .otherProductItemList li {
  float: left;
}
.otherBlock .otherSection.other01 .otherProductItem .otherProductItemList .item02 {
  margin: 21px 0 0 11px;
}
.otherBlock .otherSection.other01 .otherProductItem .otherProductItemList .item03 {
  margin: 21px 0 0 25px;
}
.otherBlock .otherSection.other01 .otherProductItem .otherProductItemList-monochro {
  margin: 36px 20px 0 0;
  width: 390px;
  float: right;
  background: #fff;
  position: relative;
}
.otherBlock .otherSection.other01 .otherProductItem .otherProductItemList-monochro p {
  position: absolute;
  top: 24px;
  left: 25px;
  text-align: left;
}
.otherBlock .otherSection.other01 .otherProductItem .otherProductItemList-monochro ul {
  margin: 0;
  padding: 22px 0 18px 120px;
  width: 226px;
  list-style: none;
  overflow: hidden;
}
.otherBlock .otherSection.other01 .otherProductItem .otherProductItemList-monochro ul .item04 {
  float: left;
  margin: 93px 0 0 0;
}
.otherBlock .otherSection.other01 .otherProductItem .otherProductItemList-monochro ul .item03 {
  float: right;
}
.otherBlock .otherSection.other01 .moreContent {
  padding-bottom: 15px;
}
.otherBlock .otherSection.other01 .moreContent .moreHead {
  margin: 0 auto 24px;
  width: 890px;
  padding: 77px 0 0;
  overflow: hidden;
}
.otherBlock .otherSection.other01 .moreContent .moreHead .moreTtl {
  float: left;
  width: 622px;
  text-align: left;
}
.otherBlock .otherSection.other01 .moreContent .moreHead .moreTtl .itemName {
  display: inline-block;
  padding: 0 0 2px;
  font-size: 19px;
  font-weight: bold;
  color: #000;
  border-bottom: 1px solid #000;
}
.otherBlock .otherSection.other01 .moreContent .moreHead .moreTtl .moreTtlTxt {
  margin: 26px 0 0;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
  color: #003476;
}
.otherBlock .otherSection.other01 .moreContent .moreHead .person {
  width: 268px;
  float: right;
  text-align: right;
}
.otherBlock .otherSection.other01 .moreContent .moreHead .person dl {
  margin: 0;
  padding: 0;
}
.otherBlock .otherSection.other01 .moreContent .moreHead .person dl dt {
  margin: 4px 0 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
}
.otherBlock .otherSection.other01 .moreContent .moreHead .person dl dd {
  margin: 0;
  font-size: 11px;
  line-height: 1.2;
}
.otherBlock .otherSection.other01 .moreContent .caseBlock {
  margin: 0 auto 45px;
  width: 890px;
  overflow: hidden;
}
.otherBlock .otherSection.other01 .moreContent .caseBlock .img {
  width: 260px;
  float: left;
}
.otherBlock .otherSection.other01 .moreContent .caseBlock .caseBlock-right {
  width: 600px;
  float: right;
  text-align: left;
}
.otherBlock .otherSection.other01 .moreContent .caseBlock .caseBlock-right .caseBlockTxt01 {
  font-size: 0;
}
.otherBlock .otherSection.other01 .moreContent .caseBlock .caseBlock-right .caseBlockTxt01 .reason {
  display: inline-block;
  height: 30px;
  padding: 8px 10px 0;
  background: #003476;
  vertical-align: top;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  box-sizing: border-box;
  position: relative;
}
.otherBlock .otherSection.other01 .moreContent .caseBlock .caseBlock-right .caseBlockTxt01 .reason:after {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 10px;
  border-color: transparent transparent transparent #003476;
}
.otherBlock .otherSection.other01 .moreContent .caseBlock .caseBlock-right .caseBlockTxt01 p {
  display: inline-block;
  margin: -3px 0 0 23px;
  vertical-align: top;
  font-size: 22px;
  font-weight: bold;
  color: #003476;
}
.otherBlock .otherSection.other01 .moreContent .caseBlock .caseBlock-right .caseBlockTxt02 {
  margin: 12px 0 0;
  font-size: 14px;
  line-height: 1.7;
}
.otherBlock .otherSection.other02 {
  margin-top: 100px;
}
.otherBlock .otherSection.other02 .otherProductRow {
  overflow: hidden;
}
.otherBlock .otherSection.other02 .otherProductRow .otherProductCol {
  width: 460px;
}
.otherBlock .otherSection.other02 .otherProductRow .otherProductCol.left {
  float: left;
}
.otherBlock .otherSection.other02 .otherProductRow .otherProductCol.right {
  float: right;
}
.otherBlock .otherSection.other02 .demand {
  padding: 17px 0 0;
  height: 106px;
  white-space: nowrap;
}
.otherBlock .otherSection.other02 .otherProductItem {
  height: 318px;
  position: relative;
}
.otherBlock .otherSection.other02 .otherProductItem .otherProductItemTxt {
  position: absolute;
  margin: 0;
  top: 30px;
  left: 44px;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
}
.otherBlock .otherSection.other02 .otherProductItem .otherProductItemTxt .strong {
  color: #003476;
}
.otherBlock .otherSection.other02 .otherProductItem .item01 {
  padding: 35px 0 0 234px;
}
.otherBlock .otherSection.other02 .otherProductItem .otherProductItemList {
  list-style: none;
  padding: 83px 0 0 275px;
}
.otherBlock .otherSection.other02 .otherProductItem .otherProductItemList .item02 {
  position: absolute;
  top: 149px;
  left: 49px;
}
.otherBlock .otherSection.other02 .otherProductItem .otherProductItemList .item03 {
  position: absolute;
  top: 226px;
  left: 49px;
}
.otherBlock .otherSection.other02 .moreContent {
  padding-bottom: 15px;
}
.otherBlock .otherSection.other02 .moreContent .moreHead {
  margin: 0 auto 44px;
  width: 890px;
  padding: 77px 0 0;
  overflow: hidden;
}
.otherBlock .otherSection.other02 .moreContent .moreHead .moreTtl {
  float: left;
  width: 622px;
  text-align: left;
}
.otherBlock .otherSection.other02 .moreContent .moreHead .moreTtl .itemName {
  display: inline-block;
  padding: 0 0 2px;
  font-size: 19px;
  font-weight: bold;
  color: #000;
  border-bottom: 1px solid #000;
}
.otherBlock .otherSection.other02 .moreContent .moreHead .moreTtl .moreTtlTxt {
  margin: 26px 0 0;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
  color: #003476;
}
.otherBlock .otherSection.other02 .moreContent .moreHead .person {
  width: 268px;
  float: right;
  text-align: right;
}
.otherBlock .otherSection.other02 .moreContent .moreHead .person dl {
  margin: 0;
  padding: 0;
}
.otherBlock .otherSection.other02 .moreContent .moreHead .person dl dt {
  margin: 4px 0 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
}
.otherBlock .otherSection.other02 .moreContent .moreHead .person dl dd {
  margin: 0;
  font-size: 11px;
  line-height: 1.2;
}
.otherBlock .otherSection.other02 .moreContent .caseBlock {
  margin: 0 auto 45px;
  width: 890px;
  overflow: hidden;
}
.otherBlock .otherSection.other02 .moreContent .caseBlock .img {
  width: 260px;
  float: left;
}
.otherBlock .otherSection.other02 .moreContent .caseBlock .caseBlock-right {
  width: 600px;
  float: right;
  text-align: left;
}
.otherBlock .otherSection.other02 .moreContent .caseBlock .caseBlock-right .caseBlockTxt01 {
  font-size: 0;
}
.otherBlock .otherSection.other02 .moreContent .caseBlock .caseBlock-right .caseBlockTxt01 .reason {
  display: inline-block;
  height: 30px;
  padding: 8px 10px 0;
  background: #003476;
  vertical-align: top;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  box-sizing: border-box;
  position: relative;
}
.otherBlock .otherSection.other02 .moreContent .caseBlock .caseBlock-right .caseBlockTxt01 .reason:after {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 10px;
  border-color: transparent transparent transparent #003476;
}
.otherBlock .otherSection.other02 .moreContent .caseBlock .caseBlock-right .caseBlockTxt01 p {
  display: inline-block;
  margin: -3px 0 0 23px;
  vertical-align: top;
  font-size: 22px;
  font-weight: bold;
  color: #003476;
}
.otherBlock .otherSection.other02 .moreContent .caseBlock .caseBlock-right .caseBlockTxt02 {
  margin: 12px 0 0;
  font-size: 14px;
  line-height: 1.7;
}
.otherBlock .otherSection.other03 {
  margin-top: 100px;
}
.otherBlock .otherSection.other03 .demandRow {
  width: 940px;
  margin: 45px auto 0;
  overflow: hidden;
}
.otherBlock .otherSection.other03 .demandRow .demand {
  width: 460px;
  height: 146px;
}
.otherBlock .otherSection.other03 .demandRow .demand.left {
  float: left;
  padding: 22px 0 0;
}
.otherBlock .otherSection.other03 .demandRow .demand.right {
  float: right;
  padding: 38px 0 0;
}
.otherBlock .otherSection.other03 .otherProductItem {
  width: 940px;
  margin: 18px auto 0;
  overflow: hidden;
}
.otherBlock .otherSection.other03 .otherProductItem .otherProductItemTxt {
  width: 331px;
  float: left;
  margin: 0;
  padding: 64px 0 0 40px;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
}
.otherBlock .otherSection.other03 .otherProductItem .otherProductItemTxt .strong {
  color: #003476;
}
.otherBlock .otherSection.other03 .otherProductItem .otherProductItemList {
  list-style: none;
  width: 528px;
  float: left;
  overflow: hidden;
}
.otherBlock .otherSection.other03 .otherProductItem .otherProductItemList .item01 {
  float: left;
  padding: 112px 0 0;
}
.otherBlock .otherSection.other03 .otherProductItem .otherProductItemList .item02 {
  float: left;
  padding: 55px 0 0 14px;
}
.otherBlock .otherSection.other03 .otherProductItem .otherProductItemList .item03 {
  float: right;
  padding: 19px 0 20px;
}
.otherBlock .otherSection.other03 .otherProductItemAddRow {
  margin: 24px auto 0;
  width: 852px;
  overflow: hidden;
}
.otherBlock .otherSection.other03 .otherProductItemAddRow .otherProductItemAddCol {
  width: 426px;
  float: left;
  overflow: hidden;
  text-align: left;
  box-sizing: border-box;
}
.otherBlock .otherSection.other03 .otherProductItemAddRow .otherProductItemAddCol .otherProductItemAddTxt {
  width: 227px;
  float: left;
}
.otherBlock .otherSection.other03 .otherProductItemAddRow .otherProductItemAddCol .otherProductItemAddTxt .otherProductItemAddTxt01 {
  margin: 22px 0 0;
  font-size: 22px;
  font-weight: bold;
  color: #003476;
  line-height: 1.5;
}
.otherBlock .otherSection.other03 .otherProductItemAddRow .otherProductItemAddCol .otherProductItemAddTxt .otherProductItemAddTxt02 {
  margin: 16px 0 0;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
}
.otherBlock .otherSection.other03 .otherProductItemAddRow .otherProductItemAddCol .img {
  float: left;
}
.otherBlock .otherSection.other03 .otherProductItemAddRow .otherProductItemAddCol.item04 {
  position: relative;
}
.otherBlock .otherSection.other03 .otherProductItemAddRow .otherProductItemAddCol.item04:after {
  content: "";
  width: 1px;
  height: 216px;
  border-right: 1px dashed #003476;
  position: absolute;
  top: 21px;
  right: 0;
}
.otherBlock .otherSection.other03 .otherProductItemAddRow .otherProductItemAddCol.item05 {
  padding-left: 64px;
}
.otherBlock .otherSection.other03 .otherProductItemAddRow .otherProductItemAddCol.item05 .img {
  padding: 9px;
}
.otherBlock .otherSection.other03 .moreContent {
  padding-bottom: 15px;
}
.otherBlock .otherSection.other03 .moreContent .moreHead {
  margin: 0 auto 44px;
  width: 890px;
  padding: 77px 0 0;
  overflow: hidden;
}
.otherBlock .otherSection.other03 .moreContent .moreHead .moreTtl {
  text-align: left;
}
.otherBlock .otherSection.other03 .moreContent .moreHead .moreTtl .itemName {
  display: inline-block;
  padding: 0 0 2px;
  font-size: 19px;
  font-weight: bold;
  color: #000;
  border-bottom: 1px solid #000;
}
.otherBlock .otherSection.other03 .moreContent .moreHead .moreTtl .moreTtlTxt {
  margin: 26px 0 0;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
  color: #003476;
}
.otherBlock .otherSection.other03 .moreContent .caseBlock {
  margin: 0 auto 45px;
  width: 940px;
  overflow: hidden;
}
.otherBlock .otherSection.other03 .moreContent .caseBlock .img {
  width: 491px;
  float: right;
}
.otherBlock .otherSection.other03 .moreContent .caseBlock .caseTxtBlock {
  width: 430px;
  float: left;
  text-align: left;
}
.otherBlock .otherSection.other03 .moreContent .caseBlock .caseTxtBlock .caseTxt01 {
  margin: 0 0 0 28px;
  font-size: 22px;
  font-weight: bold;
  color: #003476;
  line-height: 1.5;
}
.otherBlock .otherSection.other03 .moreContent .caseBlock .caseTxtBlock .caseTxt02 {
  margin: 6px 30px 25px 28px;
  font-size: 14px;
  line-height: 1.7;
}
.otherBlock .otherSection.other03 .moreContent .caseBlock .caseTxtImg {
  text-align: center;
}

.cvBlock {
  margin: 0 auto;
  padding: 40px 0 94px;
  width: 1024px;
}
.cvBlock .button-list {
  overflow: hidden;
  list-style: none;
  text-align: left;
}
.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.inquiry {
  float: left;
}
.cvBlock .button-list li.inquiry a {
  padding-top: 46px;
  line-height: 1.2;
  background: #fbed4d url("../img/ico_inquiry.png") no-repeat 56px 48px;
}
.cvBlock .button-list li.inquiry a span {
  padding-left: 120px;
}
.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;
}

.bannerBlock {
  margin: -30px auto 0;
  max-width: 1024px;
  background: #fff;
  overflow: hidden;
}
.bannerBlock .img {
  float: left;
}
.bannerBlock .imgTxt {
  padding: 54px 0 30px;
}
.bannerBlock .btn {
  width: 430px;
  display: inline-block;
  font-size: 20px;
}
.bannerBlock .btn a {
  width: 100%;
  display: inline-block;
  padding: 14px 0;
  color: #003476;
  border: 1px solid #003476;
  position: relative;
}
.bannerBlock .btn a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 35px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #003476;
  transform: translateY(-50%);
}

@media only screen and (max-width: 1088px) {
  .soluBlock .sectionWrap {
    width: 93.75%;
  }

  .soluBlock .leadBlock .leadTxt {
    margin: 14px auto 17px;
    width: 80.9375%;
  }

  .soluBlock .sceneBlock .img01 {
    width: 87.8%;
    margin: 17px auto 0;
  }

  .soluBlock .sceneBlock .productBlock .product02 {
    margin: 30px auto 0;
    float: none;
  }

  .soluBlock .sceneBlock .productBlock .product03 {
    float: none;
  }

  .soluBlock .exBlock {
    margin: 82px 40px 0;
  }

  .soluBlock .exBlock .after .afterProduct .afterProductRow .afterProductTxt {
    padding: 18px 210px 0 0;
  }

  .soluBlock .exBlock .after .afterProduct .afterProductRow .afterProductImg {
    right: 40px;
  }

  .soluBlock .exBlock .after .afterProduct .afterProductPoint {
    width: 100%;
    margin: 30px auto 0;
  }

  .soluBlock .exBlock .after .afterProduct .afterProductPoint li {
    display: block;
    width: 65%;
    margin: 0 auto 5px;
  }

  .soluBlock .exBlock .after .afterSummary {
    width: 100%;
  }

  .soluBlock .exBlock .after .afterSummary .afterSummaryTxt {
    width: calc(100% - 412px);
  }

  .soluBlock .voiceBlock {
    width: 87.8%;
  }
  .soluBlock .voiceBlock .voiceRow .voiceTxtCol {
    width: calc(100% - 288px);
  }

  .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.inquiry a {
    padding-top: 29px;
    background: #fbed4d url("../img/ico_inquiry.png") no-repeat 32px 32px;
    background-size: 24px auto;
  }
  .cvBlock .button-list li.inquiry a span {
    padding-left: 62px;
  }
  .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;
  }

  .otherBlock .otherSection {
    width: 93.75%;
  }

  .otherBlock .otherSection .otherProductRow {
    width: 93.33333%;
    margin: 23px auto 0;
  }
  
  .otherBlock .otherSection .otherSecTtl .ttlTxt {
    font-size: 34px;
  }

  .otherBlock .otherSection.other01 .otherProductItem .otherProductItemList {
    margin: 25px auto 0;
    padding-bottom: 0;
    float: none;
  }
  
  .otherBlock .otherSection.other01 .otherProductItem .otherProductItemList-monochro {
    margin: 36px auto 16px;
    float: none;
  }

  .otherBlock .otherSection.other01 .moreContent .moreHead {
    width: 90%;
  }

  .otherBlock .otherSection.other01 .moreContent .caseBlock {
    margin: 0 auto 20px;
    width: 86.33333%;
    overflow: hidden;
  }

  .otherBlock .otherSection.other01 .moreContent .caseBlock .caseBlock-right {
    width: calc(100% - 290px);
  }
  
  .otherBlock .otherSection.other01 .moreContent .caseBlock .caseBlock-right .caseBlockTxt01 p {
    display: block;
    font-size: 18px;
    margin: 9px 0 0 0;
  }
  
  .otherBlock .otherSection.other02 .otherProductRow .otherProductCol {
    width: 100%;
  }
  
  .otherBlock .otherSection.other02 .otherProductItem{
    width: 460px;
    margin: 0 auto;
  }

  .otherBlock .otherSection.other02 .moreContent .moreHead {
    width: 90%;
  }

  .otherBlock .otherSection.other02 .moreContent .caseBlock {
    margin: 0 auto 20px;
    width: 86.33333%;
    overflow: hidden;
  }

  .otherBlock .otherSection.other02 .moreContent .caseBlock .caseBlock-right {
    width: calc(100% - 290px);
  }
  
  .otherBlock .otherSection.other02 .moreContent .caseBlock .caseBlock-right .caseBlockTxt01 p {
    display: block;
    font-size: 18px;
    margin: 9px 0 0 0;
  }

  .otherBlock .otherSection.other03 .demandRow {
    width: 93.75%;
    margin: 15px auto 0;
  }

  .otherBlock .otherSection.other03 .demandRow .demand.left, .otherBlock .otherSection.other03 .demandRow .demand.right {
    float: none;
    padding: 17px 0;
  }

  .otherBlock .otherSection.other03 .demandRow .demand {
    width: 100%;
    height: auto;
  }
  
  .otherBlock .otherSection.other03 .otherProductItem {
    width: 600px;
  }
  
  .otherBlock .otherSection.other03 .otherProductItem .otherProductItemTxt {
    padding: 40px 0 0 40px;
  }

  .otherBlock .otherSection.other03 .otherProductItem .otherProductItemList {
    margin: 0 auto;
    float: none;
  }

  .otherBlock .otherSection.other03 .otherProductItemAddRow {
    width: 500px;
  }
  
  .otherBlock .otherSection.other03 .otherProductItemAddRow .otherProductItemAddCol {
    width: 50%;
  }
  
  .otherBlock .otherSection.other03 .otherProductItemAddRow .otherProductItemAddCol.item05 {
    padding-left: 30px;
  }
  
  .otherBlock .otherSection.other03 .otherProductItemAddRow .otherProductItemAddCol .otherProductItemAddTxt {
    width: 100%;
  }
  
  .otherBlock .otherSection.other03 .otherProductItemAddRow .otherProductItemAddCol .img {
    margin: 15px 30px;
  }
  
  .otherBlock .otherSection.other03 .otherProductItemAddRow .otherProductItemAddCol.item04:after {
    height: 500px;
  }
  
  .otherBlock .otherSection.other03 .moreContent .moreHead {
    width: 90%;
  }
  
  .otherBlock .otherSection.other03 .moreContent .caseBlock {
    margin: 0 auto 20px;
    width: 90%;
    overflow: hidden;
  }
  
  .otherBlock .otherSection.other03 .moreContent .caseBlock .img {
    width: 50%;
  }
  
  .otherBlock .otherSection.other03 .moreContent .caseBlock .caseTxtBlock {
    width: 46%;
  }
  
  .bannerBlock {
    margin: 0 auto;
    width: 93.75%;
    padding-bottom: 21px;
  }

  .bannerBlock .img {
    width: 46.8%;
  }

  .bannerBlock .imgTxt img {
    width: 42%;
  }
  
  .bannerBlock .btn {
    width: 42%;
  }

}

@media only screen and (max-width: 768px) {
  .soluBlock .sectionWrap {
    width: 93.75%;
  }

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

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

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

  .mvBlock .btn-lp01 {
    bottom: 20px;
    width: 93.75%;
  }
  .mvBlock .btn-lp01 a {
    width: 100%;
    padding: 12px 40px 12px 18px;
    border: 1px solid #fff;
    font-size: 15px;
    line-height: 1.5;
  }
  .mvBlock .btn-lp01 a:before {
    right: 19px;
  }
  .mvBlock .btn-lp01 a:after {
    right: 24px;
  }

  .mainContets {
    padding: 0 0 40px;
  }

  .soluBlock {
    padding: 20px 0 0;
  }
  .soluBlock .soluTtl {
    padding: 51px 0 17px;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 1.4;
  }
  .soluBlock .soluTtl:before {
    width: 39px;
    height: 41px;
    background-size: contain;
  }
  .soluBlock .sectionWrap .secTtl {
    font-size: 17px;
  }
  .soluBlock .leadBlock {
    padding: 28px 0 0;
  }
  .soluBlock .leadBlock .leadTxt {
    margin: 14px auto 17px;
    width: 80.9375%;
    font-size: 13px;
  }
  .soluBlock .leadBlock .btnDownload {
    width: 80.9375%;
  }
  .soluBlock .leadBlock .btnDownload a {
    display: block;
    padding: 12px 4px 12px 0;
    font-size: 15px;
    line-height: 1.5;
  }
  .soluBlock .leadBlock .btnDownload a:before {
    right: 12px;
  }
  .soluBlock .sceneBlock {
    padding: 31px 0 0;
  }
  .soluBlock .sceneBlock .img01 {
    width: 93.33333%;
    margin: 17px auto 0;
  }
  .soluBlock .sceneBlock .leadTxt {
    margin: 22px 0 0;
    font-size: 14px;
  }
  .soluBlock .sceneBlock .productBlock {
    width: 93.33333%;
    margin: 10px auto 0;
  }
  .soluBlock .sceneBlock .productBlock .productTtl {
    display: block;
  }
  .soluBlock .sceneBlock .productBlock .productTtl dt, .soluBlock .sceneBlock .productBlock .productTtl dd {
    height: auto;
    display: block;
    font-size: 14px;
    padding: 6px 0;
  }
  .soluBlock .sceneBlock .productBlock .productTtl dt {
    width: 100%;
    padding-left: 0;
  }
  .soluBlock .sceneBlock .productBlock .productTtl dt:after {
    content: none;
  }
  .soluBlock .sceneBlock .productBlock .productTtl dd {
    width: 100%;
  }
  .soluBlock .sceneBlock .productBlock .product01, .soluBlock .sceneBlock .productBlock .product02, .soluBlock .sceneBlock .productBlock .product03 {
    margin: 18px auto 0;
  }
  .soluBlock .sceneBlock .productBlock .print-list {
    float: none;
  }
  .soluBlock .sceneBlock .productBlock .print-list li {
    width: 100%;
  }
  .soluBlock .sceneBlock .productBlock .img {
    float: none;
    text-align: center;
  }
  .soluBlock .sceneBlock .productBlock .product01 {
    width: 100%;
  }
  .soluBlock .sceneBlock .productBlock .product01 .img {
    width: 36.78571%;
    margin: 0 auto;
  }
  .soluBlock .sceneBlock .productBlock .product01 .print-list {
    width: 65.71429%;
    margin: 19px auto 0;
  }
  .soluBlock .sceneBlock .productBlock .product01 .print-list .item01 {
    width: 40.76087%;
    margin-left: 0;
  }
  .soluBlock .sceneBlock .productBlock .product01 .print-list .item02 {
    width: 51.08696%;
    float: right;
    margin-left: 0;
  }
  .soluBlock .sceneBlock .productBlock .product02 {
    float: left;
    width: 33.92857%;
    margin-left: 10%;
  }
  .soluBlock .sceneBlock .productBlock .product02 .print-list .item01 {
    margin: 19px 0 0;
  }
  .soluBlock .sceneBlock .productBlock .product02 .print-list .item02 {
    margin: 14px 0 0;
  }
  .soluBlock .sceneBlock .productBlock .product03 {
      float: right;
    width: 33.92857%;
    margin-right: 10%;
  }
  .soluBlock .sceneBlock .productBlock .product03 .print-list .item01 {
    margin: 19px 0 0;
  }
  .soluBlock .sceneBlock .productBlock .product03 .print-list .item02 {
    margin: 14px 0 0;
  }
  .soluBlock .exBlock {
    margin: 38px auto 0;
    padding: 43px 0 0;
    width: 93.33333%;
  }
  .soluBlock .exBlock .label {
    width: 70px;
  }
  .soluBlock .exBlock .company {
    margin: 0 0 10px;
    padding: 3px 8px;
    font-size: 12px;
  }
  .soluBlock .exBlock .before {
    margin: 25px auto 0;
    width: 260px;
  }
  .soluBlock .exBlock .before .baloon {
    padding: 10px 0 9px;
    font-size: 10px;
  }
  .soluBlock .exBlock .before .baloon:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 10px 0 10px;
    border-color: #ccd6e4 transparent transparent transparent;
  }
  .soluBlock .exBlock .before .introTxt {
    bottom: -35px;
    left: 154px;
    font-size: 16px;
  }
  .soluBlock .exBlock .before:before, .soluBlock .exBlock .before:after {
    border-width: 15px 10px 0 10px;
  }
  .soluBlock .exBlock .before:before {
    bottom: -35px;
  }
  .soluBlock .exBlock .before:after {
    bottom: -55px;
  }
  .soluBlock .exBlock .after {
    margin: 0 auto;
    width: 92.85714%;
  }
  .soluBlock .exBlock .after .afterTop {
    margin: 70px auto 0;
    overflow: hidden;
  }
  .soluBlock .exBlock .after .afterTop .afterTxt {
    width: 100%;
    float: none;
    padding: 0;
  }
  .soluBlock .exBlock .after .afterTop .afterTxt .afterTxt01 {
    margin: 0;
    font-size: 14px;
  }
  .soluBlock .exBlock .after .afterTop .afterTxt .afterTxt02 {
    margin: 8px 0 0;
    font-size: 12px;
  }
  .soluBlock .exBlock .after .afterTop .afterImg {
    width: 61.53846%;
    text-align: center;
    float: none;
    margin: 10px auto 0;
  }
  .soluBlock .exBlock .after .afterProduct {
    margin: 30px 0 0;
  }
  .soluBlock .exBlock .after .afterProduct .afterProductTtl {
    width: 100%;
    padding-bottom: 4px;
    text-align: center;
  }
  .soluBlock .exBlock .after .afterProduct .afterProductTtl .suppleTxt, .soluBlock .exBlock .after .afterProduct .afterProductTtl .ttlTxt {
    display: block;
  }
  .soluBlock .exBlock .after .afterProduct .afterProductTtl .suppleTxt {
    font-size: 12px;
  }
  .soluBlock .exBlock .after .afterProduct .afterProductTtl .ttlTxt {
    margin: 0;
    font-size: 18px;
  }
  .soluBlock .exBlock .after .afterProduct .afterProductRow {
    width: 100%;
    overflow: hidden;
    margin-top: 15px;
  }
  .soluBlock .exBlock .after .afterProduct .afterProductRow .afterProductTxt {
    width: 63.46154%;
    float: left;
    margin: 0;
    padding: 0 0 0 4px;
    font-size: 14px;
    box-sizing: border-box;
  }
  .soluBlock .exBlock .after .afterProduct .afterProductRow .afterProductImg {
    position: static;
    top: 0;
    right: 0;
    width: 32.69231%;
    float: right;
    padding-right: 12px;
    box-sizing: border-box;
  }
  .soluBlock .exBlock .after .afterProduct .afterProductPoint {
    width: 90.38462%;
    margin: 20px auto 0;
    padding: 0;
    display: block;
  }
  .soluBlock .exBlock .after .afterProduct .afterProductPoint li {
    display: block;
    width: 100%;
    font-size: 13px;
    border-left: 0;
    margin-bottom: 5px;
  }
  .soluBlock .exBlock .after .afterProduct .afterProductNotes {
    width: 90.38462%;
    margin: 7px auto 0;
  }
  .soluBlock .exBlock .after .afterProduct .afterProductNotes li {
    font-size: 12px;
  }
  .soluBlock .exBlock .after .afterFlow {
    margin: 20px 0 0;
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .soluBlock .exBlock .after .afterFlow::-webkit-scrollbar {
    height: 5px;
  }
  .soluBlock .exBlock .after .afterFlow::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .soluBlock .exBlock .after .afterFlow::-webkit-scrollbar-thumb {
    background: #003476;
  }
  .soluBlock .exBlock .after .afterFlow img {
    max-width: 900px;
    width: 900px;
  }
  .soluBlock .exBlock .after .afterSummary {
    width: 100%;
    margin: 19px auto 0;
    overflow: hidden;
  }
  .soluBlock .exBlock .after .afterSummary .afterSummaryTxt {
    width: 100%;
    float: none;
    font-size: 12px;
  }
  .soluBlock .exBlock .after .afterSummary .afterSummaryGallery {
    max-width: 392px;
    width: 90.38462%;
    float: none;
    margin: 14px auto 0;
  }
  .soluBlock .exBlock .after .afterSummary .afterSummaryGallery li {
    width: 48.93617%;
  }
  .soluBlock .exBlock .btnBizCase {
    margin: 23px auto 0;
    width: 92.85714%;
  }
  .soluBlock .exBlock .btnBizCase a {
    padding: 12px 4px 12px 0;
    font-size: 15px;
    line-height: 1.5;
  }
  .soluBlock .exBlock .btnBizCase a:before {
    right: 12px;
  }
  .soluBlock .voiceBlock {
    width: 92.85714%;
    margin: 40px auto 0;
    padding: 0 0 35px;
  }
  .soluBlock .voiceBlock .voiceSubTtl {
    margin: 26px 0 0;
  }
  .soluBlock .voiceBlock .voiceSubTtl span {
    padding: 4px 0;
    width: 160px;
    font-size: 13px;
  }
  .soluBlock .voiceBlock .voiceRow {
    margin: 31px auto 0;
  }
  .soluBlock .voiceBlock .voiceRow .voicePersonCol {
    width: 100%;
    float: none;
    margin: 0;
  }
  .soluBlock .voiceBlock .voiceRow .voicePersonCol .img {
    width: 38.46154%;
    margin: 0 auto;
  }
  .soluBlock .voiceBlock .voiceRow .voicePersonCol dl dt {
    margin: 4px 0 0;
    font-size: 13px;
  }
  .soluBlock .voiceBlock .voiceRow .voicePersonCol dl dd {
    font-size: 12px;
  }
  .soluBlock .voiceBlock .voiceRow .voiceTxtCol {
    width: 100%;
    float: none;
    margin: 0;
  }
  .soluBlock .voiceBlock .voiceRow .voiceTxtCol .voiceTxt01 {
    margin: 20px 0 0;
    padding: 10px 13px 8px;
    font-size: 14px;
    line-height: 1.4;
  }
  .soluBlock .voiceBlock .voiceRow .voiceTxtCol .voiceTxt01:before, .soluBlock .voiceBlock .voiceRow .voiceTxtCol .voiceTxt01:after {
    content: "";
    position: absolute;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(0);
    width: 0;
    height: 0;
    border-style: solid;
  }
  .soluBlock .voiceBlock .voiceRow .voiceTxtCol .voiceTxt01:before {
    top: -16px;
    left: 0;
    border-width: 0 9px 16px 9px;
    border-color: transparent transparent #004898 transparent;
  }
  .soluBlock .voiceBlock .voiceRow .voiceTxtCol .voiceTxt01:after {
    top: -12px;
    left: 0;
    border-width: 0 7px 14px 7px;
    border-color: transparent transparent #fff transparent;
  }
  .soluBlock .voiceBlock .voiceRow .voiceTxtCol .voiceTxt02 {
    margin: 16px 6px 0;
    font-size: 12px;
    line-height: 1.5;
  }

  .otherBlock .otherTtl {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 1.4;
  }
  .otherBlock .otherSection {
    width: 93.75%;
  }
  .otherBlock .otherSection .otherSecTtl {
    display: block;
  }
  .otherBlock .otherSection .otherSecTtl .ttlTxt {
    display: block;
    padding: 30px 0;
    width: 100%;
    font-size: 18px;
  }
  .otherBlock .otherSection .otherSecTtl .img {
    width: 100%;
    display: block;
    text-align: center;
  }
  .otherBlock .otherSection .otherProductRow {
    width: 93.33333%;
    margin: 23px auto 0;
  }
  .otherBlock .otherSection .demand {
    font-size: 15px;
  }
  .otherBlock .otherSection .demand:after {
    bottom: -9px;
    border-width: 9px 10px 0 10px;
  }
  .otherBlock .otherSection .btnMore {
    margin: 0 auto;
    width: 86.66667%;
    height: 36px;
    -moz-transform: translateY(18px);
    -ms-transform: translateY(18px);
    -webkit-transform: translateY(18px);
    transform: translateY(18px);
  }
  .otherBlock .otherSection .btnMore a {
    padding-top: 8px;
    border-radius: 4px;
  }
  .otherBlock .otherSection .btnMore a span {
    padding: 0 14px 0 0;
    font-size: 14px;
  }
  .otherBlock .otherSection .btnMore a span:before, .otherBlock .otherSection .btnMore a span:after {
    top: 8px;
    width: 6px;
    height: 2px;
  }
  .otherBlock .otherSection .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);
  }
  .otherBlock .otherSection .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);
  }
  .otherBlock .otherSection .btnMore a:hover {
    background: #6685ad;
  }
  .otherBlock .otherSection .btnMore.on a {
    background: #003476;
  }
  .otherBlock .otherSection .btnMore.on a span:before, .otherBlock .otherSection .btnMore.on a span:after {
    top: 4px;
  }
  .otherBlock .otherSection .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);
  }
  .otherBlock .otherSection .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);
  }
  .otherBlock .otherSection.other01 .demand {
    padding: 17px 0;
    height: auto;
  }
  .otherBlock .otherSection.other01 .otherProductItem {
    overflow: hidden;
    padding-bottom: 10px;
  }
  .otherBlock .otherSection.other01 .otherProductItem .otherProductItemTxt {
    text-align: center;
    padding: 18px 0 0;
    font-size: 14px;
  }
  .otherBlock .otherSection.other01 .otherProductItem .otherProductItemList {
    margin: 15px auto 0;
    padding-bottom: 0;
    max-width: 480px;
    width: 85.71429%;
    float: none;
  }
  .otherBlock .otherSection.other01 .otherProductItem .otherProductItemList li {
    float: left;
  }
  .otherBlock .otherSection.other01 .otherProductItem .otherProductItemList .item01 {
    width: 100%;
    text-align: center;
  }
  .otherBlock .otherSection.other01 .otherProductItem .otherProductItemList .item01 img {
    width: 83.54167%;
  }
  .otherBlock .otherSection.other01 .otherProductItem .otherProductItemList .item02 {
    width: 37.70833%;
    margin: 25px 0 0;
  }
  .otherBlock .otherSection.other01 .otherProductItem .otherProductItemList .item03 {
    float: right;
    width: 37.91667%;
    margin: 25px 0 0;
  }
  .otherBlock .otherSection.other01 .otherProductItem .otherProductItemList-monochro {
    margin: 35px auto 0;
    padding-bottom: 16px;
    max-width: 520px;
    width: 92.85714%;
    float: none;
  }
  .otherBlock .otherSection.other01 .otherProductItem .otherProductItemList-monochro p {
    top: 15px;
    left: 15px;
    width: 97px;
    font-size: 11px;
  }
  .otherBlock .otherSection.other01 .otherProductItem .otherProductItemList-monochro ul {
    margin: 0 auto;
    padding: 35px 0 0;
    width: 90%;
    font-size: 0;
  }
  .otherBlock .otherSection.other01 .otherProductItem .otherProductItemList-monochro ul .item04 {
    width: 45%;
    float: none;
    display: inline-block;
    vertical-align: bottom;
    margin: 0;
  }
  .otherBlock .otherSection.other01 .otherProductItem .otherProductItemList-monochro ul .item04 img {
    width: 87.44186%;
  }
  .otherBlock .otherSection.other01 .otherProductItem .otherProductItemList-monochro ul .item05 {
    width: 55%;
    float: none;
    display: inline-block;
    vertical-align: bottom;
  }
  .otherBlock .otherSection.other01 .moreContent {
    padding-bottom: 15px;
  }
  .otherBlock .otherSection.other01 .moreContent .moreHead {
    margin: 0;
    width: 100%;
    padding: 50px 0 0;
  }
  .otherBlock .otherSection.other01 .moreContent .moreHead .moreTtl {
    float: none;
    width: 100%;
    text-align: center;
  }
  .otherBlock .otherSection.other01 .moreContent .moreHead .moreTtl .itemName {
    font-size: 13px;
  }
  .otherBlock .otherSection.other01 .moreContent .moreHead .moreTtl .moreTtlTxt {
    margin: 13px 0 0;
    font-size: 17px;
  }
  .otherBlock .otherSection.other01 .moreContent .moreHead .person {
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 20px;
  }
  .otherBlock .otherSection.other01 .moreContent .moreHead .person .img {
    margin: 14px auto 0;
    width: 20%;
  }
  .otherBlock .otherSection.other01 .moreContent .moreHead .person dl {
    margin: 0;
    padding: 0;
  }
  .otherBlock .otherSection.other01 .moreContent .moreHead .person dl dt {
    margin: 11px 0 0;
    font-size: 14px;
  }
  .otherBlock .otherSection.other01 .moreContent .moreHead .person dl dd {
    margin: 4px 0 0;
  }
  .otherBlock .otherSection.other01 .moreContent .caseBlock {
    margin: 0 auto 20px;
    width: 86.33333%;
    overflow: hidden;
  }
  .otherBlock .otherSection.other01 .moreContent .caseBlock .img {
    width: 75.28958%;
    float: none;
    margin: 0 auto;
    text-align: center;
  }
  .otherBlock .otherSection.other01 .moreContent .caseBlock .caseBlock-right {
    width: 100%;
    float: none;
  }
  .otherBlock .otherSection.other01 .moreContent .caseBlock .caseBlock-right .caseBlockTxt01 .reason {
    margin: 14px 0 0;
    font-size: 12px;
  }
  .otherBlock .otherSection.other01 .moreContent .caseBlock .caseBlock-right .caseBlockTxt01 p {
    display: block;
    margin: 9px 0 0 0;
    font-size: 15px;
    line-height: 1.5;
  }
  .otherBlock .otherSection.other01 .moreContent .caseBlock .caseBlock-right .caseBlockTxt02 {
    margin: 8px 0 0;
    font-size: 12px;
    line-height: 1.7;
  }
  .otherBlock .otherSection.other02 {
    margin-top: 50px;
  }
  .otherBlock .otherSection.other02 .otherProductRow {
    overflow: hidden;
  }
  .otherBlock .otherSection.other02 .otherProductRow .otherProductCol {
    width: 100%;
  }
  .otherBlock .otherSection.other02 .otherProductRow .otherProductCol.left, .otherBlock .otherSection.other02 .otherProductRow .otherProductCol.right {
    float: none;
  }
  .otherBlock .otherSection.other02 .demand {
    padding: 17px 0;
    height: auto;
    white-space: nowrap;
  }
  .otherBlock .otherSection.other02 .otherProductItem {
    height: 100%;
    width: auto;
  }
  .otherBlock .otherSection.other02 .otherProductItem .otherProductItemTxt {
    position: static;
    margin: 0;
    padding: 18px 0 0;
    top: 0;
    left: 0;
    font-size: 14px;
    text-align: center;
  }
  .otherBlock .otherSection.other02 .otherProductItem .item01 {
    width: 75%;
    margin: 0 auto;
    padding: 18px 0 25px;
    text-align: center;
  }
  .otherBlock .otherSection.other02 .otherProductItem .otherProductItemList {
    list-style: none;
    max-width: 456px;
    width: 81.42857%;
    margin: 20px auto 25px;
    padding: 0;
    position: relative;
    overflow: hidden;
  }
  .otherBlock .otherSection.other02 .otherProductItem .otherProductItemList .item02 {
    position: absolute;
    top: 38.0117%;
    left: 9px;
    width: 39.03509%;
  }
  .otherBlock .otherSection.other02 .otherProductItem .otherProductItemList .item03 {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    width: 46.05263%;
  }
  .otherBlock .otherSection.other02 .otherProductItem .otherProductItemList .item04 {
    float: right;
    width: 48.68421%;
  }
  .otherBlock .otherSection.other02 .moreContent {
    padding-bottom: 15px;
  }
  .otherBlock .otherSection.other02 .moreContent .moreHead {
    margin: 0;
    width: 100%;
    padding: 50px 0 0;
  }
  .otherBlock .otherSection.other02 .moreContent .moreHead .moreTtl {
    float: none;
    width: 100%;
    text-align: center;
  }
  .otherBlock .otherSection.other02 .moreContent .moreHead .moreTtl .itemName {
    font-size: 13px;
  }
  .otherBlock .otherSection.other02 .moreContent .moreHead .moreTtl .moreTtlTxt {
    margin: 13px 0 0;
    font-size: 17px;
  }
  .otherBlock .otherSection.other02 .moreContent .moreHead .person {
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 20px;
  }
  .otherBlock .otherSection.other02 .moreContent .moreHead .person .img {
    margin: 14px auto 0;
    width: 20%;
  }
  .otherBlock .otherSection.other02 .moreContent .moreHead .person dl {
    margin: 0;
    padding: 0;
  }
  .otherBlock .otherSection.other02 .moreContent .moreHead .person dl dt {
    margin: 11px 0 0;
    font-size: 14px;
  }
  .otherBlock .otherSection.other02 .moreContent .moreHead .person dl dd {
    margin: 4px 0 0;
  }
  .otherBlock .otherSection.other02 .moreContent .caseBlock {
    margin: 0 auto 20px;
    width: 86.33333%;
    overflow: hidden;
  }
  .otherBlock .otherSection.other02 .moreContent .caseBlock .img {
    width: 75.28958%;
    float: none;
    margin: 0 auto;
    text-align: center;
  }
  .otherBlock .otherSection.other02 .moreContent .caseBlock .caseBlock-right {
    width: 100%;
    float: none;
  }
  .otherBlock .otherSection.other02 .moreContent .caseBlock .caseBlock-right .caseBlockTxt01 .reason {
    margin: 14px 0 0;
    font-size: 12px;
  }
  .otherBlock .otherSection.other02 .moreContent .caseBlock .caseBlock-right .caseBlockTxt01 p {
    display: block;
    margin: 9px 0 0 0;
    font-size: 15px;
    line-height: 1.5;
  }
  .otherBlock .otherSection.other02 .moreContent .caseBlock .caseBlock-right .caseBlockTxt02 {
    margin: 8px 0 0;
    font-size: 12px;
    line-height: 1.7;
  }
  .otherBlock .otherSection.other03 {
    margin-top: 50px;
  }
  .otherBlock .otherSection.other03 .demandRow {
    width: 93.75%;
    margin: 15px auto 0;
  }
  .otherBlock .otherSection.other03 .demandRow .demand {
    width: 100%;
    height: auto;
  }
  .otherBlock .otherSection.other03 .demandRow .demand.left, .otherBlock .otherSection.other03 .demandRow .demand.right {
    float: none;
    padding: 17px 0;
  }
  .otherBlock .otherSection.other03 .otherProductItem {
    width: 93.75%;
    margin: 3px auto 0;
  }
  .otherBlock .otherSection.other03 .otherProductItem .otherProductItemTxt {
    width: 100%;
    float: none;
    padding: 18px 0 0;
    font-size: 14px;
    text-align: center;
  }
  .otherBlock .otherSection.other03 .otherProductItem .otherProductItemList {
    list-style: none;
    margin: 0 auto;
    padding: 18px 0 26px;
    max-width: 523px;
    width: 87.16667%;
    float: none;
    position: relative;
  }
  .otherBlock .otherSection.other03 .otherProductItem .otherProductItemList .item01 {
    float: none;
    padding: 0;
    width: 43.59465%;
  }
  .otherBlock .otherSection.other03 .otherProductItem .otherProductItemList .item02 {
    float: none;
    padding: 22px 0 0 9px;
    width: 37.09369%;
  }
  .otherBlock .otherSection.other03 .otherProductItem .otherProductItemList .item03 {
    float: none;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    padding: 0;
    width: 50.0956%;
  }
  .otherBlock .otherSection.other03 .otherProductItemAddRow {
    margin: 0 auto;
    width: 81.25%;
  }
  .otherBlock .otherSection.other03 .otherProductItemAddRow .otherProductItemAddCol {
    width: 100%;
    float: none;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
  }
  .otherBlock .otherSection.other03 .otherProductItemAddRow .otherProductItemAddCol .otherProductItemAddTxt {
    width: 100%;
    float: none;
  }
  .otherBlock .otherSection.other03 .otherProductItemAddRow .otherProductItemAddCol .otherProductItemAddTxt .otherProductItemAddTxt01 {
    margin: 25px 0 0;
    font-size: 14px;
  }
  .otherBlock .otherSection.other03 .otherProductItemAddRow .otherProductItemAddCol .otherProductItemAddTxt .otherProductItemAddTxt02 {
    margin: 8px 0 0;
    font-size: 12px;
    font-weight: normal;
  }
  .otherBlock .otherSection.other03 .otherProductItemAddRow .otherProductItemAddCol .img {
    float: none;
  }
  .otherBlock .otherSection.other03 .otherProductItemAddRow .otherProductItemAddCol.item04 {
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px dashed #003476;
  }
  .otherBlock .otherSection.other03 .otherProductItemAddRow .otherProductItemAddCol.item04:after {
    content: none;
  }
  .otherBlock .otherSection.other03 .otherProductItemAddRow .otherProductItemAddCol.item04 .img {
    width: 50.38462%;
    margin: 12px auto 0;
  }
  .otherBlock .otherSection.other03 .otherProductItemAddRow .otherProductItemAddCol.item05 {
    padding-left: 0;
  }
  .otherBlock .otherSection.other03 .otherProductItemAddRow .otherProductItemAddCol.item05 .img {
    width: 54.23077%;
    margin: 12px auto 0;
    padding: 0;
  }
  .otherBlock .otherSection.other03 .moreContent {
    padding-bottom: 15px;
  }
  .otherBlock .otherSection.other03 .moreContent .moreHead {
    margin: 0;
    width: 100%;
    padding: 50px 0 0;
  }
  .otherBlock .otherSection.other03 .moreContent .moreHead .moreTtl {
    text-align: center;
  }
  .otherBlock .otherSection.other03 .moreContent .moreHead .moreTtl .itemName {
    font-size: 13px;
  }
  .otherBlock .otherSection.other03 .moreContent .moreHead .moreTtl .moreTtlTxt {
    margin: 13px 0 0;
    font-size: 17px;
  }
  .otherBlock .otherSection.other03 .moreContent .caseBlock {
    margin: 0 auto;
    width: 95%;
  }
  .otherBlock .otherSection.other03 .moreContent .caseBlock .img {
    margin-top: 30px;
    width: 100%;
    float: none;
  }
  .otherBlock .otherSection.other03 .moreContent .caseBlock .caseTxtBlock {
    margin: 0 auto;
    width: 90.87719%;
    float: none;
    text-align: left;
  }
  .otherBlock .otherSection.other03 .moreContent .caseBlock .caseTxtBlock .caseTxt01 {
    margin: 25px 0 0;
    font-size: 15px;
  }
  .otherBlock .otherSection.other03 .moreContent .caseBlock .caseTxtBlock .caseTxt02 {
    margin: 15px 0 0;
    font-size: 12px;
  }
  .otherBlock .otherSection.other03 .moreContent .caseBlock .caseTxtImg {
    margin: 23px auto 0;
    width: 91.22807%;
  }

  .cvBlock {
    padding: 30px 0;
    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.inquiry {
    float: none;
  }
  .cvBlock .button-list li.inquiry a {
    padding-top: 27px;
    background: #fbed4d url("../img/ico_inquiry.png") no-repeat 32px 28px;
    background-size: 24px auto;
  }
  .cvBlock .button-list li.inquiry a span {
    padding-left: 62px;
  }
  .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;
  }

  .bannerBlock {
    margin: 0 auto;
    max-width: 600px;
    width: 93.75%;
    padding-bottom: 21px;
  }
  .bannerBlock .img {
    float: none;
    width: auto;
  }
  .bannerBlock .imgTxt {
    width: 79%;
    margin: 0 auto;
    padding: 12px 0 17px;
  }
  .bannerBlock .imgTxt img {
    width: auto;
  }
  .bannerBlock .btn {
    width: 73.33333%;
    font-size: 15px;
  }
  .bannerBlock .btn a {
    width: 100%;
    padding: 10px 0;
  }
  .bannerBlock .btn a:after {
    right: 20px;
  }


}
