#backgroundcolor {
  background-color: #fff;
}
.res14-contents {
  background-color: #fff;
}
.res14-contents-sub {
  display: none;
}

.dispatch__heading {
  padding: 50px;
  background-color: #f0f8fc;
  color: #68b7e6;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}
.dispatch__catch {
  display: inline-block;
  position: relative;
}
.dispatch__catch::before,
.dispatch__catch::after {
  content: '';
  border-radius: 3px;
  width: 3px;
  height: 28px;
  background-color: #68b7e6;
  position: absolute;
  top: -2px;
}
.dispatch__catch::before {
  transform: rotate(-35deg);
  left: -20px;
}
.dispatch__catch::after {
  transform: rotate(35deg);
  right: -10px;
}
.dispatch__headingImg {
  display: inline-block;
  margin-top: 25px;
  width: 270px;
  height: auto;
}
.dispatch__contents {
  padding: 50px 90px;
}
.dispatch__section + .dispatch__section {
  margin-top: 80px;
}
.dispatch__heading--lv2 {
  color: #434e54;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
.dispatch__inner {
  margin-top: 30px;
  border: 1px solid #d0d0d0;
  border-radius: 6px;
  padding: 60px 50px;
}
.dispatch__colOuter {
  display: flex;
　text-align: center;
}
.dispatch__column--left,
.dispatch__column--right {
  flex: 1 1 auto;
  text-align: center;
}
.dispatch__column--left > p,
.dispatch__column--right > p {
    display: inline-block;
    border-radius: 30px;
    padding: 4px;
    width: 290px;
    background-color: #E8F3FA;
    font-weight: bold;
    text-align: center;
    color: #434E54;
    margin-bottom: 30px;
}
.dispatch__column--left {
  max-width: 350px;
}
.dispatch__column--right {
  max-width: 340px;
}
.dispatch__text {
  color: #434e54;
  line-height: 1.8;
  margin-bottom: 40px;
}
.dispatch__graph {
  display: block;
  width: 100%;
  height: auto;
}

.pros {
  margin-top: 60px;
  border-radius: 6px;
  padding: 40px 30px 30px;
  background-color: #f0f8fc;
  position: relative;
}
.pros__heading {
  display: inline-block;
  border-radius: 30px;
  padding: 4px;
  width: 240px;
  background-color: #68b7e6;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pros__item {
  padding-left: 30px;
  color: #454e53;
  line-height: 1.7;
  position: relative;
}
.pros__item::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: url('/sol/contents/img/first2/list-arrow.svg') center/contain no-repeat;
  position: absolute;
  top: 1px;
  left: 0;
}
.pros__item + .pros__item {
  margin-top: 10px;
}

.cons {
  margin-top: 45px;
  border-radius: 6px;
  padding: 40px 30px 30px;
  background-color: #f0f0f0;
  position: relative;
}
.cons__heading {
  display: inline-block;
  border-radius: 30px;
  padding: 4px;
  width: 240px;
  background-color: #8498a3;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cons__item {
  color: #454e53;
  line-height: 1.7;
}
.cons__item + .cons__item {
  margin-top: 10px;
}

.dispatch__anchor {
  display: inline-block;
  margin-top: 10px;
  padding-right: 15px;
  position: relative;
}
.dispatch__anchor::after {
  content: '';
  display: block;
  width: 6px;
  height: 12px;
  background: url('/sol/contents/img/first2/anchor-arrow.svg') center/contain no-repeat;
  position: absolute;
  top: 3px;
  right: 0;
}

@media screen and (max-width: 640px) {
  .dispatch__heading {
    padding: 20px 30px;
    font-size: 14px;
  }
  .dispatch__catch::before,
  .dispatch__catch::after {
    height: 20px;
    top: 1px;
  }
  .dispatch__headingImg {
    margin-top: 10px;
    width: 150px;
  }
  .dispatch__contents {
    padding: 40px 20px;
  }
  .dispatch__section + .dispatch__section {
    margin-top: 60px;
  }
  .dispatch__heading--lv2 {
    font-size: 18px;
  }
  .dispatch__inner {
    margin-top: 20px;
    border: none;
    padding: 0;
  }
  .dispatch__colOuter {
    display: block;
  }
  .dispatch__column--left,
  .dispatch__column--right {
    max-width: 100%;
  }
  .dispatch__column--right {
    margin-top: 25px;
  }
  .dispatch__text {
    font-size: 13px;
  }
  .pros {
    margin-top: 35px;
    padding: 30px 20px 15px;
  }
  .pros__heading {
    width: 140px;
    font-size: 10px;
  }
  .pros__item {
    padding-left: 25px;
    font-size: 12px;
  }
  .pros__item::before {
    width: 18px;
    height: 18px;
    top: 0;
  }
  .cons {
    margin-top: 40px;
    padding: 30px 20px 15px;
  }
  .cons__heading {
    width: 140px;
    font-size: 10px;
  }
  .cons__item {
    font-size: 12px;
  }
  .cons__item + .cons__item {
    margin-top: 0;
  }
  .dispatch__anchor {
    padding-right: 12px;
    font-size: 13px;
  }
  .dispatch__anchor::after {
    height: 10px;
    top: 4px;
  }
}