@charset "UTF-8";
/*------------------------------------------- 保守・運用サポート */
.after-service__area > .title6 {
  font-size: 1.8rem;
  text-align: center;
}

.box__content {
  position: relative;
}
.box__content + .box__content {
  margin-top: 45px;
}
.box__content + .box__content::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 20px solid #151515;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.box__content + .box__content::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 30px;
  background-color: #151515;
  position: absolute;
  top: -45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.box__content.box2 .box__title {
  background-color: #fcb230;
}
.box__content.box2 .box__content-inner {
  background-color: #fffada;
}
.box__content.box2 .box__content-inner .list > li::before {
  background-color: #ed8b0b;
}
.box__content.box2 .box__content-inner .list > li span {
  color: #ed8b0b;
}

.box__title {
  padding: 6.5px 0;
  background-color: #262626;
}
.box__title > p {
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  line-height: 1.5;
}

.box__content-inner {
  background-color: #f2f2f2;
  padding: 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.box__content-inner .list > li {
  font-size: 1.6rem;
}
.box__content-inner .list > li::before {
  background-color: #262626;
  top: 9px;
}
.box__content-inner .list > li:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .after-service__area .title6 br:first-child {
    display: none;
  }
  .after-service__area .title6 br:last-child {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .after-service__area .title6 {
    font-size: 3rem;
    margin-bottom: 50px;
  }

  .box__content + .box__content {
    margin-top: 60px;
  }
  .box__content + .box__content::before {
    border-top-width: 30px;
    border-left-width: 30px;
    border-right-width: 30px;
    top: -30px;
  }
  .box__content + .box__content::after {
    width: 30px;
    height: 30px;
    top: -60px;
  }

  .box__title {
    padding: 7px 0;
  }
  .box__title > p {
    font-size: 2.4rem;
  }
  .box__title > p br {
    display: none;
  }

  .box__content-inner {
    padding: 30px 20px;
  }
  .box__content-inner .list > li {
    font-size: 2rem;
    margin-bottom: 19px;
  }
  .box__content-inner .list > li::before {
    top: 11px;
  }
}
/*------------------------------------------- 3つの特徴 */
.three-features__area .title6 {
  font-size: 1.8rem;
  line-height: 1.722;
  text-align: center;
  margin-bottom: 0;
}

.card__area {
  margin-bottom: 50px;
}
.card__area > ul > li {
  margin-bottom: 25px;
}
.card__area > ul > li:last-child {
  margin-bottom: 0;
}

.card__item .title8 {
  font-size: 1.8rem;
  text-align: center;
  margin-top: -2px;
  line-height: 1.4545;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.card__item .title8 + p {
  margin-bottom: 0;
}

.card__img {
  max-width: 78.666vw;
  padding-top: 55.2vw;
  margin: 0 auto 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.card__img.img1 {
  background-image: url(../img/after-service/card1.jpg);
}
.card__img.img2 {
  background-image: url(../img/after-service/card2.jpg);
}
.card__img.img3 {
  background-image: url(../img/after-service/card3.jpg);
}

.fast_dx_398 {
  background-image: url(../img/after-service/fast_dx_398.jpg);
  padding-top: 100%;
  margin-bottom: 7%;
  background-size: cover;
  background-repeat: no-repeat;
}
.fast_dx_398_2 {
  background-image: url(..//img/after-service/fast_dx_398_2.jpg);
  padding-top: 100%;
  margin-bottom: 7%;
  background-size: cover;
  background-repeat: no-repeat;
}

.fast_dx_398_3 {
  background-image: url(../img/after-service/fast_dx_398_3.jpg);
  padding-top: 100%;
  margin-bottom: 7%;
  background-size: cover;
  background-repeat: no-repeat;
}
.fast_dx_398_4 {
  background-image: url(../img/after-service/fast_dx_398_4.jpg);
  padding-top: 100%;
  margin-bottom: 7%;
  background-size: cover;
  background-repeat: no-repeat;
}
.fast_dx_398_5 {
  background-image: url(../img/after-service/fast_dx_398_5.jpg);
  padding-top: 100%;
  margin-bottom: 7%;
  background-size: cover;
  background-repeat: no-repeat;
}
.fast_dx_398_6 {
  background-image: url(../img/after-service/fast_dx_398_6.jpg);
  padding-top: 100%;
  margin-bottom: 7%;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  .three-features__area .title6 {
    font-size: 2.2rem;
  }
  .three-features__area .title6 br:last-child {
    display: none;
  }

  .card__area > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -30px -15px 0;
  }
  .card__area > ul > li {
    width: 50%;
    padding: 30px 15px 0;
    margin: 0;
  }

  .card__img {
    max-width: 100%;
    padding-top: 70.58%;
    margin: 0 auto 20px;
  }
}
@media screen and (min-width: 1200px) {
  .three-features__area .title6 {
    font-size: 3rem;
    line-height: 1.5333;
  }

  .card__area {
    margin-bottom: 80px;
  }
  .card__area > ul {
    margin: 0 -30px;
  }
  .card__area > ul > li {
    width: 33.3333%;
    padding: 0 30px;
  }

  .card__item .title8 {
    font-size: 2.2rem;
    margin: -7px 0 15px;
  }
}
@media screen and (min-width: 1400px) {
  .card__area > ul {
    margin: 0 -45px;
  }
  .card__area > ul > li {
    padding: 0 45px;
  }
}
/*------------------------------------------- お問い合わせの流れ */
.contact-flow__img {
  margin-bottom: 30px;
}
.contact-flow__img + p {
  margin: -7px 0 0;
}

@media screen and (min-width: 768px) {
  .contact-flow__img + p {
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  .contact-flow__img {
    margin-bottom: 50px;
  }
}
/*------------------------------------------- よくある質問 */
.faq__list > ul > li {
  margin-bottom: 10px;
}
.faq__list > ul > li:last-child {
  margin-bottom: 0;
}

.faq__box:last-child {
  display: none;
}
.faq__box.active-- .plus__icons::before {
  opacity: 0;
}
.faq__box.active-- .plus__icons::after {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.faq__icons {
  font-size: 2.2rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #3788c6;
  margin-right: 15px;
  line-height: 1;
}

.plus__icons {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.plus__icons::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 2px;
  background-color: #3788c6;
  position: absolute;
  top: 5px;
  left: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.plus__icons::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 12px;
  background-color: #3788c6;
  position: absolute;
  top: 0;
  left: 5px;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}

.faq__box_question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background-color: #ddedf9;
  padding: 10px 35px 10px 15px;
  cursor: pointer;
}
.faq__box_question .faq__box_inner > p {
  color: #3788c6;
}

.faq__box_answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 15px 0 15px 15px;
}
.faq__box_answer .faq__icons {
  color: #fcb230;
  position: relative;
  top: -4px;
}
.faq__box_answer .faq__box_inner > p {
  line-height: 1.8;
  margin-top: -8px;
}

.faq__box_inner > p {
  font-size: 1.5rem;
  line-height: 1.6;
}

@media screen and (min-width: 1200px) {
  .faq__icons {
    font-size: 4rem;
    margin-right: 20px;
  }

  .faq__box_inner > p {
    font-size: 2rem;
  }

  .faq__box_question {
    padding: 12.5px 35px 12.5px 20px;
  }

  .faq__box_answer {
    padding: 20px 0 15px 70px;
  }
  .faq__box_answer .faq__box_inner > p {
    font-size: 1.8rem;
    line-height: 1.8888;
    margin-top: 0;
  }

  .plus__icons {
    width: 22px;
    height: 22px;
    right: 30px;
  }
  .plus__icons::before {
    width: 22px;
    top: 10px;
  }
  .plus__icons::after {
    height: 22px;
    left: 10px;
  }
}