/* kv
======================================= */
.kv {
  padding: 0;
  background: #1762af;
  color: #fff;
}
.kv__inner {
  display: flex;
  align-items: center;
  width: 1240px;
  margin: 0 auto;
}
.kv__main {
  flex: 1 0 0%;
}
.kv__ill {
  flex: 0 0 496px;
}
.kv__title {
  margin-bottom: .75em;
  font-size: 40px;
  line-height: 1.3;
}
.kv__lead {
  font-size: 20px;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .kv {
    margin: 0 -4vw;
    padding: 0;
  }
  .kv__inner {
    gap: 2.66667vw;
    width: auto;
    padding: 0 0 0 4vw;
  }
  .kv__ill {
    flex: 0 0 42.66667vw;
  }
  .kv__title {
    margin-bottom: .5em;
    font-size: 5.33333vw;
  }
  .kv__lead {
    font-size: 3.2vw;
  }
}

/* section
======================================= */
.section {
  padding: 100px 0;
  background: #fff;
  font-size: 18px;
}
.section--bg {
  background: #f1f4f8;
}
.section__inner {
  width: 1240px;
  margin: 0 auto;
}
.section__title {
  position: relative;
  margin-bottom: 1em;
  padding-bottom: 1em;
  font-size: 40px;
  text-align: center;
}
.section__title::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: #333;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.section__title--sm {
  margin-bottom: 2em;
  padding-bottom: 2em;
  font-size: 26px;
}
.section__notes > li {
  display: table-row;
  font-size: 14px;
  line-height: 1.7;
}
.section__notes > li > span {
  display: table-cell;
  vertical-align: top;
}
.section__notes > li > span:nth-child(1) {
  white-space: nowrap;
}
.section__notes > li > span sup {
  display: inline-block;
  vertical-align: text-top;
  transform: translateY(-0.3em);
}
.section__indent {
  padding: 0 60px;
}
.section__subtitle {
  margin: 2em 0 1.5em;
  font-size: 35px;
  text-align: center;
}
.section__row {
  margin: 2em 0;
}
.section__col--figure {
  float: left;
  width: 550px;
  margin: 0 70px 30px 0;
}
.section__col--figure figcaption {
  margin-top: .5em;
  font-size: 14px;
}
.section__figure {
  display: table;
  margin: 2em auto 3em;
  width: 100%;
  max-width: 885px;
}
.section__figure figcaption {
  margin-top: .5em;
  font-size: 14px;
}
.section p {
  text-indent: 1em;
  line-height: 1.77;
}
.section p + p {
  margin-top: 1.5em;
}
.section__link {
  display: inline-flex !important;
  align-items: center;
  gap: 5px;
  color: #000 !important;
  text-decoration: none !important;
}
.section__link::after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  background: url("/b_solution/office/workplace_dmd/images/common/icn_arw.svg") no-repeat center;
}
.section__link:hover {
  color: #FF3300 !important;
  text-decoration: underline !important;
}
@media only screen and (max-width: 767px) {
  .section {
    margin: 0 -4vw;
    padding: 8vw 0;
    font-size: 4vw;
  }
  .section__inner {
    width: auto;
    padding: 0 4vw;
  }
  .section__title {
    font-size: 5.33333vw;
  }
  .section__title::after {
    width: 8vw;
    height: 0.53333vw;
  }
  .section__title--sm {
    font-size: 4.8vw;
  }
  .section__subtitle {
    font-size: 4.8vw;
  }
  .section__notes > li {
    font-size: 3.2vw;
  }
  .section__indent {
    padding: 0;
  }
  .section__col--figure {
    float: none;
    margin: 0 -4vw 6.66667vw;
    width: auto;
  }
  .section__col--figure figcaption {
    padding: 0 4vw;
    font-size: 3.2vw;
  }
  .section__figure figcaption {
    font-size: 3.2vw;
  }
}

/* sec03
======================================= */
.sec03__pr {
  display: table;
  margin: 0 0 0 auto;
  text-indent: 0 !important;
}
.sec03__pr a {
  color: #000 !important;
  text-decoration: none !important;
}
.sec03__pr a:hover {
  color: #FF3300 !important;
}

/* relatedSection 
======================================= */
.relatedSection__links {
  margin-bottom: 100px;
  padding: 2em;
  border: solid 2px #83abd4;
  font-size: 20px;
}
.relatedSection__links > li + li {
  margin-top: .5em;
}
.relatedSection__links a {
  display: inline-block;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .relatedSection__links {
    margin-bottom: 10.66667vw;
    padding: 4vw;
    font-size: 4vw;
  }
}
