#backgroundcolor {
  background-color: #fff;
}
.res14-contents {
  background-color: #fff;
}
.res14-contents-inner {
  margin: 0;
  padding-bottom: 0;
  width: 100%;
}
.res14-contents-sub {
  display: none;
}

br.sp-only {
  display: none;
}

.serviceFlow__heading {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 50px;
  max-width: 960px;
  background-color: #f0f8fc;
  color: #68b7e6;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}
.serviceFlow__catch {
  display: inline-block;
  position: relative;
}
.serviceFlow__catch::before,
.serviceFlow__catch::after {
  content: '';
  border-radius: 3px;
  width: 3px;
  height: 28px;
  background-color: #68b7e6;
  position: absolute;
  top: -2px;
}
.serviceFlow__catch::before {
  transform: rotate(-35deg);
  left: -20px;
}
.serviceFlow__catch::after {
  transform: rotate(35deg);
  right: -20px;
}
.serviceFlow__headingImg {
  display: inline-block;
  margin-top: 25px;
  width: auto;
  height: 46px;
}
.serviceFlow__contents {
  margin-top: 60px;
}
.serviceFlow__tabList {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 0 auto;
  max-width: 960px;
  border-bottom: 1px solid #c3c3c3;
  counter-reset: stepNum;
}
.serviceFlow__tabItem {
  margin: 0 20px;
  position: relative;
}
.serviceFlow__tabItem + .serviceFlow__tabItem::before {
  content: '';
  display: block;
  width: 20px;
  height: 16px;
  background: url('/sol/contents/img/first3/step_arrow.svg') center/contain no-repeat;
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translate(-50%, -50%);
}
.serviceFlow__tabAnchor {
  display: block;
  border: 1px solid #fff;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  padding: 20px;
  width: 220px;
  color: #68b7e6;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.serviceFlow__tabAnchor::before {
  counter-increment: stepNum;
  content: 'Step'counter(stepNum)'.';
  font-size: 14px;
  font-weight: normal;
  margin-right: 0.5em;
}
.serviceFlow__tabAnchor:link,
.serviceFlow__tabAnchor:visited {
  color: #68b7e6;
}
.serviceFlow__tabAnchor:hover {
  background-color: #f0f8fC;
  text-decoration: none;
}
.serviceFlow__tabAnchor.is-active {
  border: 1px solid #c3c3c3;
  border-bottom: none;
  color: #434e54;
  position: relative;
  cursor: default;
}
.serviceFlow__tabAnchor.is-active:link,
.serviceFlow__tabAnchor.is-active:visited {
  color: #434e54;
}
.serviceFlow__tabAnchor.is-active::after {
  content: '';
  border-bottom: 3px solid #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
}
.serviceFlow__tabAnchor.is-active:hover {
  background-color: #fff;
}
.serviceFlow__section {
  display: none;
  margin-top: -100px;
  padding-top: 150px;
}
.serviceFlow__section.is-visible {
  display: block;
}

.step__heading--lv2 {
  margin: 0 auto;
  max-width: 960px;
  color: #434e54;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
.step__outer {
  margin: 50px auto 0;
  border: 1px solid #d0d0d0;
  border-radius: 6px;
  max-width: 780px;
  overflow: hidden;
}
.step__img--pc {
  display: block;
  width: 100%;
  height: auto;
}
.step__img--sp {
  display: none;
  width: 100%;
  height: auto;
}
.step__content {
  padding: 60px 50px;
}
.step__inner + .step__inner {
  margin-top: 150px;
  position: relative;
}
.step__inner + .step__inner::before {
  content: '';
  display: block;
  width: 80px;
  height: 30px;
  background: url('/sol/contents/img/first3/flow_arrow.svg') center/contain no-repeat;
  position: absolute;
  top: -90px;
  left: 50%;
  transform: translateX(-50%);
}
.step__textOuter {
  padding-left: 120px;
  position: relative;
}
.step__icon {
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
}
.step__heading--lv3 {
  color: #68b7e6;
  font-size: 20px;
  font-weight: bold;
}
.step__text {
  margin-top: 10px;
  color: #434e54;
  line-height: 1.8;
}
.step__btn {
  display: block;
  border-radius: 6px;
  margin: 25px auto 0;
  padding: 15px;
  max-width: 360px;
  background: #68b7e6;
  box-shadow: 0px 2px 0px #d0d0d0;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  transition: opacity 0.2s;
}
.step__btn:link,
.step__btn:visited {
  color: #fff;
}
.step__btn:hover {
  text-decoration: none;
  opacity: 0.7;
}
.step__anchor {
  display: inline-block;
  margin-top: 1em;
  padding-right: 1em;
  position: relative;
}
.step__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;
}

.support__outer {
  margin-top: 40px;
  border-radius: 6px;
  padding: 40px 30px 30px;
  background-color: #e8f3fa;
  position: relative;
}
.support__catch {
  display: inline-block;
  border-radius: 30px;
  padding: 4px 25px;
  min-width: 240px;
  background-color: #68b7e6;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.support__colOuter {
  display: flex;
  justify-content: space-between;
}
.support__column {
  flex: 1 1 auto;
  padding-bottom: 2em;
  max-width: calc(50% - 30px);
  position: relative;
}
.support__column + .support__column::before {
  content: '';
  border-left: 1px dashed #d0d0d0;
  position: absolute;
  top: 0;
  left: -30px;
  bottom: 0;
}
.support__title,
.support__title--inImg,
.support__title--center {
  color: #747d82;
  font-weight: bold;
}
.support__title--inImg {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.support__title--center {
  text-align: center;
}
.support__character {
  display: block;
  margin-left: 1em;
  width: 50px;
  height: auto;
  flex: 0 0 auto;
}
.support__text {
  margin-top: 10px;
  color: #747d82;
  line-height: 1.8;
}
.support__floatAnchorOuter {
  position: absolute;
  right: 0;
  bottom: 0;
}

.step__foot {
  margin: 0 auto;
  padding: 90px 0;
  max-width: 960px;
}
.step__footAnchor {
  font-weight: bold;
  position: relative;
}
.step__footAnchor::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;
}
.step__footAnchor.left {
  padding-left: 1em;
  float: left;
}
.step__footAnchor.left::after {
  transform: rotate(180deg);
  left: 0;
}
.step__footAnchor.right {
  padding-right: 1em;
  float: right;
}
.step__footAnchor.right::after {
  right: 0;
}

.bannerArea {
  background: #f0f8fc;
}
.bannerArea__outer {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 90px 0;
  max-width: 960px;
}
.bannerArea__heading {
  color: #495d69;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.bannerArea__anchor {
  display: block;
  box-sizing: border-box;
  margin: 20px auto 0;
  border: 1px solid #d0d0d0;
  border-radius: 6px;
  padding: 30px 25px;
  background: #fff;
  box-shadow: 0 2px 0 #d0d0d0;
  max-width: 460px;
  transition: opacity 0.2s;
}
.bannerArea__anchor:link,
.bannerArea__anchor:visited {
  color: #747d82;
}
.bannerArea__anchor:hover {
  text-decoration: none;
  opacity: 0.7;
}
.bannerArea__img {
  display: block;
  width: 100%;
}
.bannerArea__caption {
  margin-top: 20px;
  color: #747d82;
  text-align: center;
}


@media screen and (max-width: 640px) {
  br.sp-only {
    display: inline;
  }

  .serviceFlow__heading {
    padding: 20px 30px;
    font-size: 14px;
  }
  .serviceFlow__catch::before,
  .serviceFlow__catch::after {
    height: 20px;
    top: 1px;
  }
  .serviceFlow__headingImg {
    margin-top: 10px;
    width: auto;
    height: 25px;
  }
  .serviceFlow__contents {
    margin-top: 30px;
    padding: 0;
  }
  .serviceFlow__tabItem {
    margin: 0 10px;
    flex: 1 1 auto;
    max-width: 100px;
  }
  .serviceFlow__tabItem + .serviceFlow__tabItem::before {
    width: 14px;
    height: 10px;
    left: -10px;
  }
  .serviceFlow__tabAnchor {
    padding: 10px;
    width: auto;
    font-size: 12px;
    text-align: left;
  }
  .serviceFlow__tabAnchor::before {
    display: block;
    font-size: 10px;
  }
  .step__heading--lv2 {
    margin: 30px 20px 0;
    font-size: 18px;
  }
  .step__outer {
    margin: 25px 20px 0;
  }
  .step__img--pc {
    display: none;
  }
  .step__img--sp {
    display: block;
  }
  .step__content {
    padding: 30px 15px;
  }
  .step__textOuter {
    padding-top: 75px;
    padding-left: 0;
  }
  .step__icon {
    width: 60px;
    height: 60px;
    left: 50%;
    transform: translateX(-50%);
  }
  .step__heading--lv3 {
    font-size: 14px;
    text-align: center;
  }
  .step__text {
    margin-top: 10px;
    font-size: 13px;
  }
  .step__btn {
    font-size: 16px;
  }
  .step__inner + .step__inner {
    margin-top: 80px;
  }
  .step__inner + .step__inner::before {
    width: 48px;
    height: 20px;
    top: -50px;
  }
  .step__anchor {
    font-size: 13px;
  }
  .support__outer {
    padding: 30px 15px 15px;
  }
  .support__catch {
    padding: 2px 15px;
    min-width: auto;
    font-size: 10px;
  }
  .step__anchor {
    font-size: 12px;
  }
  .step__foot {
    padding: 50px 20px;
  }
  .step__footAnchor {
    font-size: 14px;
  }
  .step__footAnchor.left {
    text-align: left;
  }
  .step__footAnchor.right {
    text-align: right;
  }
  .step__footAnchor::after {
    top: 50%;
    transform: translateY(-50%);
  }

  .support__colOuter {
    display: block;
  }
  .support__column {
    max-width: none;
  }
  .support__column + .support__column {
    margin-top: 35px;
  }
  .support__column + .support__column::before {
    border-top: 1px dashed #d0d0d0;
    border-left: none;
    top: -18px;
    left: 0;
    right: 0;
  }
  .support__character {
    width: 45px;
    height: 40px;
  }

  .bannerArea__outer {
    padding: 60px 20px;
  }
  .bannerArea__heading {
    font-size: 14px;
  }
  .bannerArea__anchor {
    margin-top: 15px;
    padding: 20px;
  }
  .bannerArea__caption {
    font-size: 13px;
  }
}