<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*
共通
*/

.box {
  padding: 35px 16px 35px;
  background: #fff;
}

.box + .box {
  padding-top: 15px;
}

.bg-there {
  background: #edf6fc;
}

.ttl-section-sub02 {
  margin-bottom: 20px;
  color: #053994;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
}

.text {
  line-height: 1.4;
  font-size: 1.4rem;
}

.text + .text {
  margin-top: 1em;
}

.notice {
  font-size: 0.7em;
}

.emphasis {
  color: #f98b09;
}

.marker {
  background: linear-gradient(
    to top,
    transparent 0,
    transparent 2px,
    #ffe84d 2px,
    #ffe84d 8px,
    transparent 8px
  );
}
/*吹き出しの見出し*/
.ttl-section-sub {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
  background: #fff;
  border: 1px solid #023992;
  border-bottom: none;
  position: relative;
}

.ttl-section-sub::before {
  content: '';
  width: calc(50% - 7px);
  height: 1px;
  background: #023992;
  position: absolute;
  bottom: 0;
  left: 0;
}

.ttl-section-sub::after {
  content: '';
  width: calc(50% - 7px);
  height: 1px;
  background: #023992;
  position: absolute;
  bottom: 0;
  right: 0;
}

.ttl-section-sub-inner {
  padding-bottom: 6px;
  font-size: 2rem;
  font-weight: 700;
  color: #023992;
  position: relative;
}

.ttl-section-sub-inner::after {
  content: '';
  width: 18px;
  height: 2px;
  background: #023992;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -9px;
}
.baloon-tip {
  width: 14px;
  height: 12px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -7px;
}

.baloon-tip svg {
  width: 100%;
}

.baloon-tip svg path {
  stroke-width: 1px;
}
/**/

.ttl-section-sub-short {
  height: 50px;
  position: relative;
}

.ttl-section-sub-short .ttl-section-sub-inner {
  padding-bottom: 0;
}

.ttl-section-sub-short .ttl-section-sub-inner::after {
  content: none;
}
/*ボタン*/
.m-section .button {
  width: 100%;
}
.m-section .button + .button {
  margin-top: 25px;
}

.m-section .btn {
  display: block;
  height: 52px;
  color: #ffffff;
  text-align: center;
  border-radius: 4px;
  position: relative;
}

.button-container + .button-container {
  margin-top: 25px;
}

.m-section .btn::after {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border: 2px solid #fff;
  border-width: 2px 2px 0 0;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -3px;
  transform: rotate(45deg);
}

.m-section .btn &gt; span {
  display: inline-block;
  line-height: 52px;
  font-size: 18px;
}

.btn-dl {
  background: #053994;
}

.btn-estimate {
  background: #f98b09;
}

.m-section .btn.btn-trial {
  color: #053994;
  background: #fff;
  border: 1px solid #053994;
}
.m-section .btn.btn-trial &gt; span {
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  font-weight: 500;
}
.m-section .btn.btn-trial .tag {
  color: #fff;
  background: #f98b09;
  font-size: 1.2rem;
  padding: 2px 5px 3px;
  letter-spacing: 1px;
  margin-right: 5px;
}
.m-section .btn.btn-trial::after {
  border: 2px solid #053994;
  border-width: 2px 2px 0 0;
}


.m-contact-box {
  padding-bottom: 90px;
}

@media screen and (min-width: 769px), print {
  .l-pageBody {
    min-width: 1200px;
  }
  .m-section {
    width: 1200px;
    margin: 0 auto;
  }

  .box {
    padding: 48px 50px 48px;
  }

  .box + .box {
    padding-top: 48px;
  }

  .ttl-section-sub02 {
    margin-bottom: 50px;
    font-size: 34px;
  }

  .marker {
    background: linear-gradient(
      to top,
      transparent 0px,
      transparent 2px,
      #ffe84d 2px,
      #ffe84d 7px,
      transparent 7px
    );
  }

  /*吹き出しの見出し*/
  .ttl-section-sub {
    width: 728px;
    height: 120px;
    margin: 0 auto;
    border-width: 2px 2px 0 2px;
  }

  .ttl-section-sub::before {
    width: calc(50% - 16px);
    height: 2px;
  }

  .ttl-section-sub::after {
    width: calc(50% - 16px);
    height: 2px;
  }

  .ttl-section-sub-inner {
    padding-bottom: 16px;
    font-size: 40px;
  }

  .ttl-section-sub-inner::after {
    width: 40px;
    height: 3px;
    margin-left: -20px;
  }

  .baloon-tip {
    width: 32px;
    height: 25px;
    position: absolute;
    bottom: -23px;
    left: 50%;
    margin-left: -16px;
  }
  /**/
  .ttl-section-sub-short {
    width: 555px;
    height: 88px;
  }
  /**/
  .text {
    font-size: 15px;
  }

  .m-section .button {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row nowrap;
  }
  .m-section .button + .button {
    margin: 35px auto 0;
  }

  .m-section .button-container + .button-container{
    margin-left: 35px;
  }

  .m-section .button-pc-reverse .button-container:first-of-type {
    order: 1;
    margin-left: 35px;
  }

  .m-section .button-pc-reverse .button-container + .button-container{
    margin-left: 0;
  }

  .m-section .btn {
    height: 74px;
    position: relative;
  }

  .m-section .btn::after {
    width: 10px;
    height: 10px;
    border: 3px solid #fff;
    border-width: 3px 3px 0 0;
    position: absolute;
    top: 50%;
    right: 18px;
    margin-top: -6px;
    transform: rotate(45deg);
  }

  .m-section .btn &gt; span {
    font-size: 25px;
    line-height: 74px;
  }

  .m-section .btn.btn-trial {
    border: 2px solid #053994;
    height: auto;
  }
  .m-section .btn.btn-trial &gt; span {
    height: 70px;
  }
  .m-section .btn.btn-trial .tag {
    font-size: 1.5rem;
    padding: 3px 8px 4px;
  }
  .m-section .btn.btn-trial::after {
    border-width: 3px 3px 0 0;
  }

  .m-section .button-container {
    width: 423px;
  }

  .m-section .button-container + .button-container {
    margin-top: 0;
  }
}
/*
h1画像周り
*/
.p-mv {
  background: url(/sales/assets/images/service/asp_products/bg_mv.jpg) no-repeat top center/cover;
}

.p-mv-button-container {
  width: 340px;
}

.p-mv-button-container + .p-mv-button-container {
  margin-left: 16px;
}

.p-button-container {
  margin-top: 30px;
  width: 215px;
}

.m-fv-box {
  background: none;
}

@media screen and (min-width: 769px), print {
  .p-mv-button-container .btn {
    transition: 0.2s opacity 0s linear;
  }
  .p-mv-button-container .btn:hover {
    opacity: 0.7;
  }
  .m-fv-box {
    padding-bottom: 35px;
  }
} /*media*/

/*
そのお悩み、 取扱い店舗検索が解決します！
*/
/*こんな課題*/
.section-intro .bg-there {
  position: relative;
}

.section-intro img {
  width: 100%;
}

.section-intro .text {
  font-weight: 700;
}

.section-intro .bg-there::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 70px transparent solid;
  border-width: 30px 70px;
  border-top-color: #edf6fc;
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.box-intro01 {
  padding: 20px 10px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
}

.box-intro-ttl {
  width: 50%;
  max-width: 162px;
  padding: 0 10px 0 0;
}

.box-intro-list {
  width: 50%;
  max-width: 162px;
  margin-top: 10px;
}

.box-intro-list li {
  padding: 30px 12px 16px;
  background: #fff;
  position: relative;
}

.box-intro-list li + li {
  margin-top: 24px;
}

.intro-num {
  color: #053994;
  font-size: 3.6rem;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -45%);
  line-height: 1.4;
  font-weight: 700;
}

.intro-ttl {
  margin-bottom: 10px;
  color: #053994;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
}

.box-intro-list .emphasis {
  color: #ff1919;
}

.section-intro .solution-img {
  display: block;
  width: 70.34%;
  margin: 0 auto;
}

/*解決します*/
.box-intro02 {
  padding: 50px 16px 35px;
  background: #fff;
}

.ttl-intro {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.ttl-intro .small {
  display: block;
  margin-bottom: 4px;
  font-size: 1.2rem;
}

.old-name {
  display: block;
  font-size: 12px;
}

.box-intro02-img {
  width: 48%;
  margin: 20px auto 30px;
}

.intro-about {
  padding: 20px;
  background: #f5f5f5;
  text-align: center;
}
.intro-about-ttl {
  margin-bottom: 20px;
  color: #053994;
  font-weight: 700;
  font-size: 2rem;
}
.intro-casestudy {
  width: 100%;
  margin: 16px 0;
  padding: 25px 10px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
}

.intro-casestudy img {
  display: inline-block;
}

.intro-casestudy img {
  width: 100%;
}

.intro-casestudy span {
  color: #6684a3;
  font-size: 12px;
}

.intro-casestudy .case-kobayashi-seiyaku img {
  width: 128px;
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 769px), print {
  .box-intro01 {
    display: block;
    height: 510px;
    padding: 155px 50px 115px;
  }
  .box-intro-ttl {
    width: 530px;
    max-width: none;
    position: absolute;
    bottom: 13px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }
  .box-intro-ttl picture {
    position: relative;
    top: 34px;
  }
  .section-intro .solution-img {
    width: 230px;
  }
  .box-intro-list {
    width: 100%;
    max-width: none;
    margin-top: 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-flow: row nowrap;
  }
  .box-intro-list li {
    width: 476px;
    padding: 72px 50px 48px;
  }
  .box-intro-list li + li {
    margin-top: 0;
  }
  .intro-num {
    font-size: 71px;
  }
  .intro-ttl {
    margin-bottom: 30px;
    font-size: 23px;
  }
  .box-intro-list .text {
    font-size: 25px;
  }

  /*解決します*/
  .box-intro02 {
    height: 850px;
    padding: 84px 56px 70px 402px;
    position: relative;
  }

  .ttl-intro {
    margin-bottom: 40px;
    font-size: 53px;
  }

  .ttl-intro .small {
    margin-bottom: 4px;
    font-size: 24px;
  }

  .old-name {
    display: inline-block;
    font-size: 20px;
  }

  .box-intro02-img {
    width: 304px;
    margin: 0;
    position: absolute;
    left: 56px;
    top: 130px;
    z-index: 1;
  }

  .intro-about {
    padding: 28px 25px 32px;
    border: none;
  }
  .intro-about-ttl {
    font-size: 30px;
    margin-bottom: 28px;
  }
  .intro-casestudy {
    width: 580px;
    margin: 30px auto 15px;
    padding: 15px;
  }

  .intro-casestudy img {
    display: inline-block;
    width: 148px; 
  }

  .intro-about .text {
    font-size: 18px;
  }

  .intro-casestudy + .text {
    font-size: 20px;
  }
  .intro-about .notice {
    margin-top: 26px;
    font-size: 12px;
  }
  .intro-casestudy a{
    transition: 0.2s opacity 0s linear;
  }
  .intro-casestudy a:hover{
    opacity: 0.7;
  }
} /*media*/

/*
取扱い店舗検索ができること
*/
.box-can {
  width: 100%;
  padding: 35px 16px 35px;
  background: #fff;
  border-top: 1px solid #707070;
}
.ttl-section {
  width: 100%;
  padding: 0 0 10px 0;
  margin-bottom: 25px;
  color: #053994;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.25;
  text-align: center;
  position: relative;
}

.ttl-section::after {
  content: '';
  width: 20px;
  height: 2px;
  display: block;
  background: #053994;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -10px;
}
.can-img {
  width: 100%;
  text-align:center;
  margin-bottom: 25px;
}
.can-caption-ttl {
  margin-bottom: 20px;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 700;
}

.can-caption .text {
  line-height: 1.8;
}

@media screen and (min-width: 769px), print {
  .can-caption .text {
    line-height: 2;
  }
  .box-can {
    padding: 80px 50px 90px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-flow: row wrap;
  }
  .ttl-section {
    padding: 0 0 28px 0;
    margin-bottom: 54px;
    font-size: 50px;
    line-height: 1.44;
  }

  .ttl-section::after {
    width: 96px;
    height: 3px;
    margin-left: -48px;
  }
  .can-img {
    width: 527px;
    margin: 0 -50px 0 60px;
    order: 3;
  }
  .can-caption-ttl {
    margin: 20px -10px 36px 0;
    font-size: 32px;
    line-height: 1.6;
  }
  .can-caption {
    width: 560px;
    font-weight: 700;
  }
} /*media*/

/*
導入メリット
*/
.box-merit {
  padding: 50px 16px 35px;
}

.merit-list {
  margin-top: 24px;
  margin-bottom: 28px;
}

.merit-list &gt; li {
  width: 100%;
}

.merit-list &gt; li + li {
  margin-top: 32px;
}

.merit-ttl {
  width: 100%;
  margin: 20px 0 18px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-flow: row nowrap;
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
}

.merit-num {
  margin-right: 20px;
  color: #053994;
  font-size: 5.3rem;
  font-weight: 700;
  white-space: nowrap;
}

.merit-text-ttl {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.5;
}

.merit-img {
  text-align: center;
}

.merit-text-wrap .merit-link {
  margin-top: 1em;
  display: inline-block;
  color: #053994;
  text-decoration: underline;
}

.merit-text-wrap a::before {
  content: '▶';
  display: inline-block;
}

.merit-list .text {
  line-height: 1.8;
}

@media screen and (min-width: 769px), print {
  .box-merit {
    padding: 48px 50px 66px;
  }

  .merit-list {
    margin-top: 56px;
    margin-bottom: 70px;
  }

  .merit-list &gt; li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: row nowrap;
  }

  .merit-list &gt; li + li {
    margin-top: 80px;
  }

  .merit-list &gt; li:nth-child(even) .merit-img {
    order: 2;
  }

  .merit-ttl {
    margin-top: 0;
    margin-bottom: 28px;
  }

  .merit-img {
    width: 506px;
    flex-grow: 0;
    flex-shrink: 0;
  }

  .merit-text-wrap {
    width: 550px;
  }

  .merit-num {
    font-size: 70px;
    margin-right: 30px;
  }

  .merit-text-ttl {
    font-size: 24px;
  }

  .merit-list .text {
    font-weight: 700;
  }

  .merit-link {
    font-size: 17px;
  }

  .merit-link:hover {
    text-decoration: none;
  }
} /*media*/

/*
便利な機能
*/

.function-list li + li {
  margin-top: 46px;
}

.function-list &gt; li {
  padding: 46px 30px 0;
  background: #f5f5f5;
  position: relative;
}

.function-num {
  display: block;
  width: 62px;
  height: 46px;
  background: #053994;
  border-radius: 3px;
  color: #fff;
  font-weight: 700;
  font-size: 3.5rem;
  text-align: center;
  line-height: 46px;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -31px;
}

.function-ttl {
  font-size: 3rem;
  color: #053994;
  text-align: center;
  font-weight: 700;
  line-height: 1.3;
}

.function-img {
  width: 82.845%;
  margin: 0 auto;
  text-align: center;
}

.function-list .text {
  margin: 20px 0 20px;
  font-weight: 700;
  line-height: 1.8;
}

.function-list + .notice {
  margin-top: 20px;
  text-align: center;
  font-weight: 700;
  text-align: left;
}

.section-function .notice {
  line-height: 2;
}

@media screen and (min-width: 769px), print {
  .function-list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-flow: row nowrap;
  }

  .function-list &gt; li {
    width: 345px;
    height: 547px;
    padding: 53px 35px 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: row wrap;
  }

  .function-list &gt; li + li {
    margin-top: 0;
  }

  .function-num {
    width: 72px;
    height: 52px;
    font-size: 40px;
    line-height: 52px;
    border-radius: 6px;
  }

  .function-ttl {
    width: 100%;
    font-size: 34px;
    text-align:center;
  }

  .function-list .text {
    width: 100%;
    min-height: 128px;
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 18px;
  }

  .function-img {
    margin-top: auto;
  }

  .function-list + .notice {
    margin-top: 16px;
    font-size: 14px;
    text-align: center;
  }
} /*media*/

/*
ニーズにあわせて選べる
*/
.box-needs {
  padding: 50px 16px;
  background: #fff;
}

.needs-list &gt; li {
  position: relative;
}
.needs-list &gt; li .bg-there {
  padding: 25px 0;
  position: relative;
  z-index: 1;
}

.needs-list &gt; li::before {
  content: '';
  width: calc(100% - 10px);
  height: 10px;
  background: #e2e2e2;
  transform: skewY(1deg);
  transform-origin: left center;
  position: absolute;
  bottom: 0;
  right: 10px;
  z-index: 0;
}

.needs-list &gt; li + li {
  margin-top: 30px;
}
.needs-ttl {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-flow: row nowrap;
}
.needs-num {
  width: 68px;
  height: 24px;
  margin-right: 10px;
  padding: 0 8px 4px 0;
  background: #053994;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  text-align: right;
  line-height: 1.1;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-flow: row nowrap;
}

.needs-num &gt; span {
  display: inline-block;
}

.needs-num &gt; .number {
  font-size: 1.6rem;
}

.need-ttl-text {
  font-size: 2.2rem;
  font-weight: 700;
}

.needs-list .text {
  padding: 20px 25px 0;
  font-weight: 700;
  line-height: 1.8;
}

.needs-list .emphasis {
  color: #ff1919;
}

.lite {
  width: auto;
  height: 22px;
  margin-left: 6px;
}

@media screen and (min-width: 769px), print {
  .box-needs {
    padding: 48px 50px 66px;
  }
  .needs-list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-flow: row nowrap;
  }
  .needs-list &gt; li {
    width: 533px;
    height: 280px;
  }

  .needs-list &gt; li .bg-there {
    height: 100%;
    padding: 40px 0 0;
  }

  .needs-list &gt; li + li {
    margin-top: 0;
  }

  .needs-ttl {
    align-items: center;
  }

  .needs-num {
    width: 115px;
    height: 41px;
    padding: 6px 0 0 40px;
    font-size: 14px;
    text-align: left;
    display: block;
  }

  .needs-num &gt; .number {
    font-size: 28px;
    line-height: 1;
    vertical-align: baseline;
  }

  .need-ttl-text {
    font-size: 34px;
  }

  .needs-list .text {
    padding: 30px 40px 0;
    font-size: 17px;
  }

  .lite {
    height: 34px;
  }
} /*media*/

/*
カスタマイズ
*/
.custermize-wrap {
  position: relative;
}
.custermize-list {
  width: 100%;
  margin-top: 32px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-flow: row wrap;
}

.custermize-list &gt; li {
  width: calc(50% - 9px);
  min-height: 126px;
  margin-bottom: 30px;
  padding: 30px 0 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
  position: relative;
}

.custermize-list &gt; li:last-child {
  margin-bottom: 0;
}

.mark {
  color: #053994;
  font-size: 40px;
  font-weight: 700;
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
}

.custermize-list .text {
  color: #053994;
  font-weight: 700;
  font-size: 1.3rem;
  text-align: center;
}

.custermize-img {
  width: auto;
  height: 140px;
  position: absolute;
  bottom: -14px;
  right: -16px;
}

.custermize-wrap + .text {
  margin-top: 25px;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
}

@media screen and (min-width: 769px), print {
  .box-custermize {
    padding-bottom: 75px;
  }
  .custermize-list {
    justify-content: flex-start;
    flex-flow: row nowrap;
  }
  .custermize-list &gt; li {
    width: 250px;
    height: 250px;
    padding-top: 60px;
    margin-bottom: 0;
    align-items: flex-start;
  }

  .custermize-list &gt; li + li {
    margin-left: 20px;
  }

  .custermize-list li:nth-child(2) .text {
    margin-top: 1em;
  }

  .mark {
    font-size: 70px;
    top: -30px;
  }

  .custermize-list .text {
    font-size: 26px;
    letter-spacing: -0.06em;
  }

  .custermize-img {
    width: auto;
    height: 350px;
    bottom: -126px;
    right: -50px;
  }

  .custermize-wrap + .text {
    margin-top: 35px;
    width: 790px;
    font-size: 24px;
  }
} /*media*/

/*
データクリーニング
*/
.ttl-font-small {
  font-size: 1.5rem;
}

.box-cleaning {
  padding-top: 15px;
}

.box-cleaning .marker {
  background: linear-gradient( to top, #ffe84d -6px, #ffe84d 8px, transparent 8px );
}

.box-cleaning figure {
  text-align: center;
}

.box-cleaning .text {
  margin-top: 36px;
  line-height: 1.8;
}

@media screen and (min-width: 769px), print {
  .box-cleaning {
    padding-top: 48px;
    padding-bottom: 56px;
  }

  .ttl-font-small {
    font-size: 20px;
  }

  .box-cleaning .marker {
    background: linear-gradient( to top, #ffe84d -6px, #ffe84d 14px, transparent 14px );
  }

  .box-cleaning figure {
    width: 1094px;
    margin: 0 auto;
  }

  .box-cleaning .text {
    width: 998px;
    margin: 34px auto 0;
    font-size: 17px;
    line-height: 1.8;
    font-weight: 700;
  }
}/*media*/

/*
導入までの流れ
*/
.section-flow {
  border-top: 1px solid #707070;
}
.box-flow {
  padding: 35px 16px 70px;
  background: #fff;
  position: relative;
}
.box-qa {
  padding: 0 16px 0;
  position: relative;
}

.box-flow figure {
  text-align: center;
}

.box-qa .ttl-section-sub-short {
  top: -10px;
}

.p-box-qa {
  margin-top: 10px;
  padding-bottom: 20px;
}
.p-box .qa-box {
  padding: 0 0 0;
  width: 100%;
  margin: 20px auto 28px;
  border: 1px solid #707070;
  background: #fff;
}

.p-box .qa-box:first-child {
  margin-top: 0;
}

.p-box .qa-box h4,
.p-box .qa-box p {
  padding-left: 37px;
  color: #121212;
}

.p-box .qa-box h4 {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 33px;
  margin-left: 10px;
  background: url(/sales/assets/images/service/api/icn_faq_q.png) no-repeat left top 24px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.44;
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.p-box .qa-box h4::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: 2px solid #121212;
  border-right: 2px solid #121212;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: 13px;
  margin-top: -4px;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

.p-box .qa-box h4.open::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.p-box .qa-box p {
  padding-top: 10px;
  padding-bottom: 20px;
  margin-left: 10px;
  padding-right: 0;
  margin-right: 33px;
  background: url(/sales/assets/images/service/api/icn_faq_a.png) no-repeat left 13px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57;
  border-top: 1px dashed #dadada;
  display: none;
}

.p-box .qa-box p a {
  color: #6684a3;
  text-decoration: underline;
}

.section-flow .ttl-section-sub02 {
  margin-bottom: 35px;
}

.box-flow .notice {
  margin-top: 1.5em;
  text-align: center;
}

@media screen and (min-width: 769px), print {
  .section-flow {
    margin-bottom: 30px;
  }
  .box-flow {
    padding: 48px 50px 125px;
    background: #fff;
  }
  .box-qa {
    padding: 0 50px 48px;
  }

  .box-qa .ttl-section-sub-short {
    top: -35px;
  }

  .p-box-qa {
    margin-top: 60px;
    padding-bottom: 40px;
  }
  .p-box .qa-box {
    padding: 0 0 22px;
    width: 920px;
    margin: 20px auto 20px;
  }

  .p-box .qa-box h4,
  .p-box .qa-box p {
    padding-left: 37px;
  }

  .p-box .qa-box h4 {
    padding-top: 40px;
    padding-bottom: 20px;
    padding-right: 50px;
    margin-left: 50px;
    background: url(/sales/assets/images/service/api/icn_faq_q.png) no-repeat left 40px;
    background-size: 26px auto;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .p-box .qa-box h4:hover {
    text-decoration: underline;
  }

  .p-box .qa-box h4::after {
    content: '';
    width: 8px;
    height: 8px;
    top: 50px;
    right: 30px;
    margin-top: -6px;
  }

  .p-box .qa-box p {
    padding-top: 20px;
    margin-left: 50px;
    margin-right: 0;
    padding-right: 50px;
    background: url(/sales/assets/images/service/api/icn_faq_a.png) no-repeat left 18px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .p-box .qa-box p a:hover {
    text-decoration: none;
  }
} /*media*/

/*導入実績*/
.box-casestudy {
  padding-top: 50px;
  text-align: center;
}

.box-casestudy .text {
  margin-top: 40px;
  margin-bottom: 20px;
}
.casestudy-list {
  width: 100%;
  padding: 16px 0;
  border: 1px solid #e6e6e6;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
}

.casestudy-list li {
  width: 47%;
}

.casestudy-list a {
  color: #121212;
}

.box-casestudy .button {
  margin-top: 20px;
}

.box-casestudy .p-mv-button-container {
  width: 100%;
  margin: 0 auto;
}

.box-casestudy .p-mv-button-container .m-button01{
  border-radius: 4px;
}

.box-casestudy .p-mv-button-container:after {
  content: none;
}

.box-casestudy .notice {
  margin-top: 20px;
  margin-bottom: 0;
}

.box-casestudy + .box {
  padding-top: 35px;
  padding-bottom: 55px;
  border-top: 1px solid #707070;
}

@media screen and (min-width: 769px), print {
  .box-casestudy .text {
    margin-top: 50px;
    margin-bottom: 25px;
    font-size: 24px;
  }
  .casestudy-list {
    width: 460px;
    padding: 10px 0;
    margin: 0 auto;
  }

  .casestudy-list li {
    width: 228px;
  }

  .box-casestudy .notice {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 12px;
  }

  .box-casestudy .p-mv-button-container {
    width: 284px;
  }

  .box-casestudy + .box {
    padding-top: 70px;
    padding-bottom: 150px;
  }

  .casestudy-list a {
    transition: 0.2s opacity 0s linear;
  }

  .casestudy-list a:hover {
    opacity: 0.7;
  }

} /*media*/

/* .totop {
  bottom: 20px;
} */
</pre></body></html>