<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*==============================
  ソリューションカテゴリ用CSS
==============================*/

/* ソリューショントップ */

.solution.solutionTop .visualArea {
  background: #fff url(/assets/img/bg_cr_edr.png) no-repeat right top;
}
.solution.solutionTop .secIntro {
  padding: 0 0 240px 0;
  background: url(/assets/img/2021/bg_solutionTop02.png) right bottom no-repeat;
}
.solution.solutionTop .solutionList {
  margin-top: 70px;
  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;
}
.solution.solutionTop .solutionList .box {
  padding: 25px 0 70px;
  width: 480px;
  border-bottom:1px solid #cccccc;
  position: relative;
}
.solution.solutionTop .solutionList .box:nth-child(1),
.solution.solutionTop .solutionList .box:nth-child(2) {
  border-top:1px solid #cccccc;
}
.solution.solutionTop .solutionList .box .title {
  margin-bottom: 15px;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.8;
  color: #595955;
}
.solution.solutionTop .solutionList .box .text {
  margin-bottom: 15px;
}
.solution.solutionTop .solutionList .box .buttonStyle03 {
  padding: 10px 30px;
  font-size: 1.2rem;
  position: absolute;
  left:0;
  bottom:35px;
}

@media only screen and (max-width: 768px) {
  .solution.solutionTop .visualArea {
  }

  .solution.solutionTop .secIntro {
    padding: 0 0 140px 0;
    background-size: 50%;
  }

  .solution.solutionTop .solutionList {
    margin-top: 40px;
    display: block;
  }
  .solution.solutionTop .solutionList .box:nth-child(2) {
    border-top:none;
  }
  .solution.solutionTop .solutionList .box {
    padding: 25px 0;
    width: 100%;
  }
  .solution.solutionTop .solutionList .box .title {
    font-size: 1.8rem;
  }
  .solution.solutionTop .solutionList .box .buttonStyle03 {
    position: relative;
    bottom:auto;
  }

}


/* ソリューション下層ページ */

.solution #footerBanner {
  background-color: #fff;
}
.solution.localgovernment #footerBanner {
  background-color: #f7f7f7;
}

.page__style2 .pageHeader.government {
  background: url(/assets/img/2021/bg_pageHeader_solution_government.jpg) top center no-repeat;
  background-size: cover;
}
.page__style2 .pageHeader.entertainment {
  background: url(/assets/img/2021/bg_pageHeader_solution_entertainment.jpg) top center no-repeat;
  background-size: cover;
}
.page__style2 .pageHeader.manufacturing {
  background: url(/assets/img/2021/bg_pageHeader_solution_manufacturing.jpg) top center no-repeat;
  background-size: cover;
}
.page__style2 .pageHeader.retail {
  background: url(/assets/img/2021/bg_pageHeader_solution_retail.jpg) top center no-repeat;
  background-size: cover;
}
.page__style2 .pageHeader.finance {
  background: url(/assets/img/2021/bg_pageHeader_solution_finance.jpg) top center no-repeat;
  background-size: cover;
}
.page__style2 .pageHeader.infrastructure {
  background: url(/assets/img/2021/bg_pageHeader_solution_infrastructure.jpg) top center no-repeat;
  background-size: cover;
}
.page__style2 .pageHeader.mediumenterprise {
  background: url(/assets/img/2021/bg_pageHeader_solution_mediumenterprise.jpg) top center no-repeat;
  background-size: cover;
}
.page__style2 .pageHeader.pharmaceutical {
  background: url(/assets/img/2021/bg_pageHeader_solution_pharmaceutical.jpg) top center no-repeat;
  background-size: cover;
}
.page__style2 .pageHeader.medical {
  background: url(/assets/img/2021/bg_pageHeader_solution_medical.jpg) top center no-repeat;
  background-size: cover;
}


.solution .block {
  margin-bottom: 50px;
}
.solution .block:last-child {
  margin-bottom: 0;
}
.headline + .block {
  margin-top: 70px;
}
.solution .block .lineTitle {
  margin-bottom: 25px;
  font-size: 2.1rem;
  line-height: 2.28571;
  color: #595955;
  border-bottom: 2px solid #F6BD03;
}
.solution .block .catch {
  margin-bottom: 20px;
  font-size: 1.8rem;
  color: #595955;
  font-weight: 700;
}
.solution .block .text:last-child {
  margin-bottom: 0;
}

.solution .sec {
  padding: 0 0 80px 0;
}

.solution .solutionArea {
  background: #343434 url(/assets/img/2021/bg_line_hexagon_blue_01.png) no-repeat top right;
}
.solution .solutionArea .bgWrap {
  padding: 80px 0;
  background: transparent url(/assets/img/2021/bg_line_hexagon_blue_02.png) no-repeat bottom left;
}
.solution .solutionArea .wrap830 {
  margin: 0 auto;
  width: 830px;
  position: relative;
}
.solution .solutionArea .secTitleArea {
  margin-bottom: 60px;
  text-align: center;
}
.solution .solutionArea .secTitleArea__title {
  margin-bottom: 10px;
  font-size: 5.5rem;
  line-height: 1;
  color: #F6BD03;
}
.solution .solutionArea .secTitleArea__subtitle {
  font-size: 1.8rem;
  line-height: 1;
  color: #fff;
  font-weight: 700;
}
.solution .solutionArea .textArea .text {
  color: #fff;
}
.solution .solutionArea .btn {
  text-align: center;
}
.solution .solutionArea .navBox {
  margin-top: 40px;
  padding: 30px 30px 20px;
  background-color: #fff;
}
.solution .solutionArea .navBox .title {
  margin-bottom: 25px;
  padding-left: 12px;
  font-size: 1.6rem;
  line-height: 1.2;
  border-left: 4px solid #F6BD03;
}
.solution .solutionArea .navBox .linkList li {
  margin: 0 30px 10px 0;
  display: inline-block;
  font-size: 1.6rem;
}
.solution .solutionArea .navBox .linkList i {
  margin-right: 5px;
}
.solution .voice {
  padding: 80px 0;
  background-color: #f7f7f7;
}
.solution .voice .voiceBox {
  margin-top: 50px;
  display: flex;
  justify-content:space-between;
}
.solution .voice .voiceBox.noImage {
  display: block;
}
.solution .voice .voiceBox .imageArea{
  width: 350px;
}
.solution .voice .voiceBox .imageArea img {
  width: 100%;
}
.solution .voice .voiceBox .textArea {
  width: 630px;
}
.solution .voice .voiceBox.noImage .textArea {
  width: 100%;
}
.solution .voice .voiceBox .textArea .company {
  font-size: 2.1rem;
  line-height: 1.6;
  font-weight: 700;
  margin-bottom: 5px;
}
.solution .voice .voiceBox .textArea .name {
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 700;
  margin-bottom: 25px;
}
.solution .voice .voiceBox .textArea .link i {
  margin-right: 5px;
}

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

  .solution .page__style2 .pageHeader {
    background-size: auto 180px;
  }

  .solution .block {
    margin-bottom: 40px;
  }
  .headline + .block {
    margin-top: 50px;
  }
  .solution .block .lineTitle {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
  .solution .block .catch {
    margin-bottom: 20px;
    font-size: 1.5rem;
  }
  .solution .sec {
    padding: 0 0 40px 0;
  }
  .solution .solutionArea {
    background-size: 50%;
  }
  .solution .solutionArea .bgWrap {
    padding: 40px 0;
    background-size: 50%;
  }
  .solution .solutionArea .wrap830 {
    margin: 0;
    width: 100%;
    padding: 0 20px;
  }
  .solution .solutionArea .secTitleArea {
    margin-bottom: 40px;
  }
  .solution .solutionArea .secTitleArea__title {
    font-size: 3.5rem;
  }
  .solution .solutionArea .secTitleArea__subtitle {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .solution .solutionArea .navBox {
    padding: 20px 20px 10px;
  }
  .solution .solutionArea .navBox .linkList li {
    margin: 0 0 10px 0;
    font-size: 1.5rem;
  }
  .solution .voice {
    padding: 40px 0 80px;
  }
  .solution .voice .voiceBox {
    margin-top: 30px;
    display: block;
  }
  .solution .voice .voiceBox .imageArea{
    margin-bottom: 20px;
    width: 100%;
  }
  .solution .voice .voiceBox .textArea {
    width: 100%;
  }
  .solution .voice .voiceBox .textArea .company {
    font-size: 1.8rem;
    margin-bottom: 0;
  }
  .solution .voice .voiceBox .textArea .name {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }

}

/* ソリューション下層ページ ページ独自要素 */

.localgovernment .certification {
  padding: 80px 0;
}
.localgovernment .certification .lineTitle {
  line-height: 1.6;
  padding-bottom: 10px;
}
.localgovernment .certification .certificationList {
  margin: 40px 0 20px;
  display: flex;
  justify-content: center;
}
.localgovernment .certification .certificationList .box {
  padding: 20px;
  width: 500px;
  border:1px solid #ccc;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content:center;
  align-items:center
}
.localgovernment .certification .certificationList .title {
  font-weight: bold;
  width: 100%;
}
.localgovernment .certification .certificationList .image {
  width: 100%;
  text-align: center;
}
.localgovernment .certification .link {
  text-align: right;
}
.localgovernment .certification .link i {
  margin-right: 5px;
}

.mediumenterprise .sec01 .box {
  position: relative;
}
.mediumenterprise .sec01 .textArea {
  width: 600px;
}
.mediumenterprise .sec01 .imageArea {
  position: absolute;
  top:30px;
  right:0;
}

@media only screen and (max-width: 768px) {
  .localgovernment .certification {
    padding: 40px 0;
  }
  .localgovernment .certification .certificationList {
    margin: 20px 0;
    display: block;
  }
  .localgovernment .certification .certificationList .box {
    padding: 20px;
    width: 100%;
    border:1px solid #ccc;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
    align-items:center
  }
  .localgovernment .certification .certificationList .box:first-child {
    margin-bottom: 20px;
  }
  .localgovernment .certification .certificationList .title {
    width: 100%;
    line-height: 1.6;
  }
  .localgovernment .certification .link {
    text-align: left;
  }

  .mediumenterprise .sec01 .textArea {
    margin-bottom: 30px;
    width: auto;
  }
  .mediumenterprise .sec01 .imageArea {
    position: relative;
    top:auto;
    right:auto;
  }
}</pre></body></html>