@charset "UTF-8";
.inner {
  width: 960px;
  margin: 0 auto;
}

.main {
  position: relative;
}

.col1Contents .main .title {
  width: 960px;
  margin: 0 auto;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.col1Contents .main .title p:first-child {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 2px;
  border-right: dotted 1px #8c8c8c;
  padding-right: 15px;
  display: inline-block;
}

.col1Contents .main .title p:nth-child(2) {
  font-size: 15px;
  letter-spacing: -1px;
  font-weight: bold;
  padding-left: 15px;
  display: inline-block;
  vertical-align: .1em;
}

.title .guide {
  width: 312px;
  float: right;
}

.title .guide li {
  margin-left: 15px;
  text-align: right;
}

.kaigyou__ttl {
  background: #1a3a7c;
  text-align: center;
  padding: 43px 0;
  margin-bottom: 105px;
}

.kaigyouContainer {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 124px;
}

.kaigyouContainer:after {
  position: absolute;
  bottom: -111px;
  left: 50%;
  content: "";
  width: 100px;
  height: 52px;
  background: url(../images/icon_arrow_bl.svg) no-repeat;
  background-size: 100%;
  transform: translateX(-50%);
}

.kaigyouItems {
  position: relative;
}

.kaigyouItems:nth-child(-n+2) {
  margin-bottom: 46px;
}

.kaigyouItems img:first-child {
  width: 458px;
}

.kaigyouItems img:nth-child(2) {
  position: absolute;
  top: -20px;
  left: -20px;
}

.kaigyou__lead {
  margin-bottom: 23px;
}

.kaigyouPoint {
  width: 842px;
  margin: 0 auto;
}

.kaigyouPointContainer {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.kaigyouPointContainer:after {
  position: absolute;
  bottom: -2px;
  right: -58px;
  content: "";
  width: 230px;
  height: 243px;
  background: url(../images/ill_person.png) no-repeat;
  background-size: 100%;
}

.kaigyouPointItems {
  width: 401px;
  padding: 0 0 38px;
  margin-bottom: 72px;
}

.kaigyouPointItems:nth-child(-n+2) {
  margin-bottom: 44px;
}

.kaigyouPointItems__img {
  text-align: center;
  padding: 8px 0;
  margin-bottom: 38px;
}

.kaigyouPointItems.gr .kaigyouPointItems__img {
  background: #009588;
}

.kaigyouPointItems.bl .kaigyouPointItems__img {
  background: #0068b2;
}

.kaigyouPointItems.or .kaigyouPointItems__img {
  background: #e19100;
}

.kaigyouPointItems.pl .kaigyouPointItems__img {
  background: #6a60a4;
}

.kaigyouPointItems.gr li span {
  color: #9ac9c6;
}

.kaigyouPointItems.bl li span {
  color: #90a8d6;
}

.kaigyouPointItems.or li span {
  color: #eac186;
}

.kaigyouPointItems.pl li span {
  color: #a098c6;
}

.kaigyouPointItems.gr {
  background: #e3efea;
}

.kaigyouPointItems.bl {
  background: #e1e9f6;
}

.kaigyouPointItems.or {
  background: #f8ebd1;
}

.kaigyouPointItems.pl {
  background: #e7e5f1;
}

.kaigyouPointItems__ttl {
  position: relative;
  font-size: 19px;
  font-weight: bold;
  padding-left: 103px;
  margin-bottom: 11px;
}

.kaigyouPointItems.gr .kaigyouPointItems__ttl {
  color: #009588;
}

.kaigyouPointItems.bl .kaigyouPointItems__ttl {
  color: #0068b2;
}

.kaigyouPointItems.or .kaigyouPointItems__ttl {
  color: #e19100;
}

.kaigyouPointItems.pl .kaigyouPointItems__ttl {
  color: #6a60a4;
}

.kaigyouPointItems__ttl:before {
  position: absolute;
  top: 0;
  left: 27px;
  content: "";
  width: 65px;
  height: 53px;
  background: url(../images/icon_heart.png) no-repeat;
  background-size: 100%;
}

.kaigyouPointItemsList {
  font-size: 14px;
  padding-left: 26px;
}

.common__ttl {
  text-align: center;
  padding: 29px 0;
  margin-bottom: 40px;
}

.common__ttl.gr {
  background: #009588;
}

.common__ttl.bl {
  background: #0068b2;
}

.common__ttl.or {
  background: #e19100;
}

.common__ttl.pl {
  background: #6a60a4;
}

.commonBlock {
  padding-bottom: 123px;
}

.commonBlock.mb {
  padding-bottom: 140px;
}

.commonBlock__outer {
  width: 960px;
  margin: 0 auto;
  background: #fff;
}

.commonBlock__inner {
  width: 872px;
  margin: 0 auto;
  padding-bottom: 41px;
}

.commonBlock__ttl {
  text-align: center;
  font-size: 32px;
  line-height: 1;
  color: #fff;
  padding: 16px 0;
  margin: -34px 0 38px;
}

.commonBlock.gr {
  background: #e3efea;
  border-top: solid 5px #009588;
}

.commonBlock__ttl.gr {
  background: #009588;
}

.commonBlock.bl {
  background: #e1e9f6;
  border-top: solid 5px #0068b2;
}

.commonBlock__ttl.bl {
  background: #0068b2;
}

.commonBlock.or {
  background: #f8ebd1;
  border-top: solid 5px #e19100;
}

.commonBlock__ttl.or {
  background: #e19100;
}

.commonBlock.pl {
  background: #e7e5f1;
  border-top: solid 5px #6a60a4;
}

.commonBlock__ttl.pl {
  background: #6a60a4;
}

.commonBlockContainer {
  display: flex;
  justify-content: space-between;
}

.commonBlockContainer.mb {
  margin-bottom: 52px;
}

.commonBlockContainer.mb02 {
  margin-bottom: 40px;
}

.commonBlockContainer__txt {
  width: 530px;
  font-size: 19px;
  text-align: justify;
  line-height: 2;
  letter-spacing: 1px;
}

.commonBlockContainer__img {
  width: 288px;
}

.commonBlockContainer__img a:hover {
  opacity: .7;
}

.commonBlockContainer__img img {
  padding-bottom: 12px;
}

.commonBlockContainer__img.mb img {
  margin-bottom: 34px;
}

.commonBlockContainer__img p {
  font-size: 13px;
  line-height: 1;
}

.commonBlockContainer__img p.exLink:after {
  content: url(../../../../common/images/ico_pop_01.gif);
  width: 15px;
  height: 15px;
  vertical-align: -.2em;
  margin-left: 5px;
}

.commonBlock__heading.bl {
  text-align: center;
  font-size: 23px;
  font-weight: bold;
  color: #fff;
  background: #44ade9;
  padding: 10px 0;
}

.commonBlock__heading.or {
  text-align: center;
  font-size: 23px;
  font-weight: bold;
  color: #cf7912;
  background: #f9dfb9;
  padding: 5px 0;
  margin-bottom: 17px;
}

.commonBlock__heading.pl {
  text-align: center;
  font-size: 23px;
  font-weight: bold;
  color: #605991;
  background: #d5d2e4;
  padding: 5px 0;
  margin-bottom: 36px;
}

.know-howContainer {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 148px;
}

.know-howContainer:after {
  position: absolute;
  bottom: -66px;
  left: 50%;
  content: "";
  width: 100px;
  height: 52px;
  background: url(../images/icon_arrow_gr.svg) no-repeat;
  background-size: 100%;
  transform: translateX(-50%);
}

.know-howContainer__txt {
  width: 521px;
  font-size: 26px;
  font-weight: bold;
  text-align: justify;
  line-height: 1.8;
  color: #009588;
}

.know-howContainer__img {
  position: relative;
  width: 366px;
  margin-top: 43px;
}

.know-howContainer__img:after {
  position: absolute;
  bottom: 50px;
  right: 0;
  content: "";
  width: 15px;
  height: 15px;
  background: url(../../../../common/images/ico_pop_01.gif) no-repeat;
  background-size: 100%;
}

.know-howContainer__img a:hover {
  opacity: .7;
}

.cost__lead {
  position: relative;
  font-size: 26px;
  font-weight: bold;
  text-align: justify;
  line-height: 2;
  letter-spacing: 3px;
  color: #0068b2;
  margin-bottom: 155px;
}

.cost__lead:after {
  position: absolute;
  bottom: -80px;
  left: 50%;
  content: "";
  width: 100px;
  height: 52px;
  background: url(../images/icon_arrow_skybl.svg) no-repeat;
  background-size: 100%;
  transform: translateX(-50%);
}

.cost__img--service {
  position: relative;
  text-align: center;
  background: #d1e9f7;
  padding: 37px 0;
  margin-bottom: 54px;
}

.cost__img--service:after {
  position: absolute;
  bottom: -60px;
  left: 50%;
  content: "";
  width: 74px;
  height: 39px;
  background: url(../images/icon_arrow_or.jpg) no-repeat;
  background-size: 100%;
  transform: translateX(-50%);
}

.cost__img--price {
  margin-bottom: 47px;
}

.cost__img--option {
  position: relative;
}

.cost__img--option:after {
  position: absolute;
  top: -16px;
  left: -12px;
  content: "";
  width: 81px;
  height: 81px;
  background: url(../images/icon_badge_option.svg) no-repeat;
  background-size: 100%;
}

.cost__txt {
  font-size: 19px;
  line-height: 1.8;
  margin-bottom: 37px;
}

.cost__txt.mb {
  margin-bottom: 44px;
}

.costContainer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.costContainer.line {
  position: relative;
  padding-bottom: 25px;
}

.costContainer.line:after {
  position: absolute;
  top: 0;
  left: 50%;
  content: "";
  width: 1px;
  height: 425px;
  background: #868687;
  transform: translateX(-50%);
}

.costContainer__img img {
  margin-bottom: 32px;
}

.costContainer__img--business-printer {
  width: 360px;
}

.costContainer__img--smart-charge {
  width: 388px;
}

.costContainer__note {
  text-indent: -3.5em;
  padding-left: 3.5em;
}

.secure__leadContainer {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 96px;
}

.secure__leadContainer:after {
  position: absolute;
  bottom: -20px;
  left: 50%;
  content: "";
  width: 100px;
  height: 52px;
  background: url(../images/icon_arrow_or02.jpg) no-repeat;
  background-size: 100%;
  transform: translateX(-50%);
}

.secure__lead {
  width: 606px;
  font-size: 24px;
  font-weight: bold;
  text-align: justify;
  line-height: 1.8;
  letter-spacing: 3;
  color: #e19100;
}

.secure__img--trouble {
  width: 280px;
  margin-top: -20px;
}

.secure__img--x-cp {
  margin-bottom: 30px;
}

.secure__txt {
  position: relative;
  font-size: 19px;
  line-height: 2;
  margin-bottom: 60px;
}

.secure__txt.mb {
  margin-bottom: 30px;
}

.secure__txt.badge {
  width: 627px;
  border: none;
}

.secure__txt.badge:after {
  position: absolute;
  top: -7px;
  right: -208px;
  content: "";
  width: 155px;
  height: 155px;
  background: url(../images/icon_badge_support.jpg) no-repeat;
  background-size: 100%;
}

.secureContainer {
  display: flex;
  justify-content: space-between;
  margin-bottom: 45px;
}

.secureItems {
  position: relative;
  width: 274px;
  height: 274px;
  padding: 11px;
  border: solid 1px #868687;
  border-radius: 5px;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.secureItems__ttl {
  font-size: 17px;
  text-align: center;
  background: #c7c8c8;
  padding: 8px 0;
  margin-bottom: 15px;
  border-radius: 6px;
}

.secureItems__txt {
  text-align: justify;
  letter-spacing: -.5px;
  margin-bottom: 13px;
}

.secureItems__img {
  position: absolute;
  bottom: 4px;
  left: 11px;
  width: 224px;
  margin-bottom: 10px;
}

.secure__txt02 {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 11px;
}

.secure__txt02.mb {
  margin-bottom: 21px;
}

.secure table {
  width: 100%;
  border: solid 1px #251e1c;
  border-left: none;
  border-right: none;
  margin-bottom: 40px;
}

.secure table th,
.secure table td {
  border: solid 1px #251e1c;
  border-left: none;
  border-right: none;
}

.secure table th {
  border-right: solid 1px #251e1c;
}

.secure table .heading {
  background: #dbdbdb;
}

.secure table .heading th,
.secure table .heading td {
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 5px 0 2px;
  line-height: 1;
}

.secure table .heading th:first-child {
  width: 247px;
}

.secure table tr:nth-child(n+2) th {
  position: relative;
  padding: 12px 0 12px 27px;
  font-size: 15px;
  font-weight: normal;
}

.secure table tr:nth-child(2) th:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 17px;
  height: 17px;
  background: url(../images/icon_num01.png) no-repeat;
  background-size: 100%;
  transform: translateY(-50%);
}

.secure table tr:nth-child(3) th:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 17px;
  height: 17px;
  background: url(../images/icon_num02.png) no-repeat;
  background-size: 100%;
  transform: translateY(-50%);
}

.secure table tr:nth-child(n+2) td {
  padding: 12px 0 12px 13px;
  font-size: 15px;
  letter-spacing: .5px;
}

.secureList li {
  position: relative;
  padding-left: 72px;
}

.secureList li:not(:last-child) {
  margin-bottom: 20px;
}

.secureList li:first-child:before {
  position: absolute;
  top: 0;
  left: -10px;
  content: "";
  width: 68px;
  height: 60px;
  background: url(../images/ill_secure_virus.png) no-repeat;
  background-size: 100%;
}

.secureList li:nth-child(2):before {
  position: absolute;
  top: -5px;
  left: -4px;
  content: "";
  width: 60px;
  height: 53px;
  background: url(../images/ill_secure_theft.png) no-repeat;
  background-size: 100%;
}

.secureList li:last-child:before {
  position: absolute;
  top: -10px;
  left: -6px;
  content: "";
  width: 65px;
  height: 64px;
  background: url(../images/ill_secure_telework.png) no-repeat;
  background-size: 100%;
}

.secureList li h4 {
  font-size: 18px;
  color: #e19100;
  margin-bottom: 4px;
}

.secureList li p {
  font-size: 14px;
}

.secure__img--backup {
  margin-bottom: 42px;
}

.secureNoteList li {
  font-size: 11px;
  margin-bottom: 7px;
}

.efficiency__lead {
  font-size: 26px;
  font-weight: bold;
  text-align: justify;
  line-height: 2;
  letter-spacing: 3;
  color: #6a60a4;
  margin-bottom: 40px;
}

.efficiency__img01 {
  position: relative;
  margin-bottom: 202px;
}

.efficiency__img01:after {
  position: absolute;
  bottom: -108px;
  left: 50%;
  content: "";
  width: 100px;
  height: 52px;
  background: url(../images/icon_arrow_pl.svg) no-repeat;
  background-size: 100%;
  transform: translateX(-50%);
}

.efficiencyItems:not(:last-child) {
  margin-bottom: 95px;
}

.efficiency__txt {
  font-size: 19px;
  text-align: justify;
  line-height: 2;
  margin-bottom: 45px;
  letter-spacing: -.1px;
}

.efficiency__subtitle {
  position: relative;
  text-align: center;
  font-size: 18px;
  line-height: 1;
  padding: 10px 0 7px;
  background: #e2e3e2;
  margin: 0 0 30px 20px;
}

.efficiency__subtitle:before {
  position: absolute;
  top: -21px;
  left: -20px;
  content: "";
  width: 85px;
  height: 85px;
}

.efficiency__subtitle.img01:before {
  background: url(../images/icon_bank.svg) no-repeat;
  background-size: 100%;
}

.efficiency__subtitle.img02:before {
  background: url(../images/icon_scan.svg) no-repeat;
  background-size: 100%;
}

.efficiency__subtitle.img03:before {
  background: url(../images/icon_file.svg) no-repeat;
  background-size: 100%;
}

.efficiency__subtitle.img04:before {
  background: url(../images/icon_net.svg) no-repeat;
  background-size: 100%;
}

.efficiency__img--weplat img {
  width: 880px;
}

.efficiency__img--weplat.mb {
  margin-bottom: 34px;
}

.efficiency__img--recommend {
  position: relative;
}

.efficiency__img--recommend img {
  width: 870px;
}

.efficiency__img--recommend:before {
  position: absolute;
  top: -20px;
  left: -13px;
  content: "";
  width: 81px;
  height: 81px;
  background: url(../images/icon_badge_recommend.png) no-repeat;
  background-size: 100%;
}

.info {
  width: 960px;
  margin: 0 auto;
  padding: 57px 0 0;
}

.info__ttl {
  position: relative;
  font-size: 38px;
  letter-spacing: -4px;
  border-bottom: solid 1px #251e1c;
  line-height: 1.4;
  padding: 0 0 10px 27px;
  margin-bottom: 22px;
}

.info__ttl:before {
  position: absolute;
  top: 3px;
  left: 2px;
  content: "";
  width: 10px;
  height: 42px;
  background: #22407d;
}

.infoContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.infoList {
  text-align: right;
}

.infoList li {
  font-size: 18px;
}

.infoGuidance__ttl {
  font-size: 20px;
  text-align: center;
  line-height: 1;
  padding: 15px 0 10px;
  background: #d2d3d6;
  margin-bottom: 10px;
}

.infoGuidanceList {
  margin-bottom: 22px;
}

.infoGuidanceList li {
  font-size: 22px;
  line-height: 1.8;
}

.infoGuidanceList li span {
  color: #22407d;
}

.infoGuidanceNoteList li {
  font-size: 16px;
  line-height: 1.7;
}

.bnrLink {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  background: #22407d;
  padding: 14px 0;
  z-index: 999;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
}

.bnr__inner {
  width: 940px;
  margin: 0 auto;
}

.bnr__txt {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.bnrContainer {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bnrContainer__tel {
  width: 597px;
  transition: .5s;
  -webkit-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
}

.bnrContainer__tel:hover {
  opacity: .7;
}

.bnrList li {
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
}

.detailSection .h3Bg h3 span {
  font-size: 100%;
  margin-left: 5px;
  padding-left: 5px;
  border-left: 3px solid #001e66;
}

.detailSection .detailInfo .h3Bg {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #b5b6b6;
}

.detailSection .section_block {
  padding: 0 20px 10px;
}

.detailSection .detailInfo .tel_num {
  font-size: 250%;
}

.lNav {
  width: 100%;
  min-width: 0;
  display: none;
}

#contents .subSection .subNav .layCol01 {
  float: none;
}

#footer #fNav {
  width: 960px !important;
}

hr + #footer {
  margin-top: 0;
}

/* ================
print用
================ */
@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
  #bnr {
    display: none;
  }
  #top {
    display: none;
  }
  .kaigyou__lead {
    page-break-before: always;
  }
  .know-how {
    page-break-before: always;
  }
  .secure {
    page-break-before: always;
  }
  .efficiency {
    page-break-before: always;
  }
}

@-moz-document url-prefix() {
  @media print {
    .commonBlock__ttl.or {
      page-break-before: always;
    }
  }
}

/* IE */
@media print and (-ms-high-contrast: none) {
  /* .block_01 .items_1 {page-break-before: always;}
.col1Contents .main .block_01 .bg06 {z-index: -9999;} */
}
