/* =============================================================================

cts


============================================================================= */
.c-section.is-default {
  width: 100%;
}

.cts-img {
  margin: 60px auto;
  max-width: 540px;
}

.cts-contents {
  margin-top: 50px;
  padding: 20px 0;
}

.cts-headbox {
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #b7d155;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5em 2em;
}

.guide-txt span {
  color: #f15a24;
  font-size: 2rem;
  font-weight: bold;
}

.cts-head {
  color: #fff;
  font-size: 2.6rem;
  font-weight: bold;
}

.cts-num {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1d2184;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Lexend", sans-serif;
  font-size: 2.4rem;
  font-weight: normal;
  position: relative;
  text-align: center;
  text-align: center;
  z-index: 1;
  z-index: 1;
}
.cts-num:before {
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 50%;
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50px;
  z-index: -1;
}
.cts-num img {
  left: 50%;
  position: absolute;
  top: -15px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 30px;
}
.cts-num span {
  display: block;
  text-align: center;
}

.desk-img {
  margin: 30px auto 0;
  max-width: 620px;
}

.cts-content {
  gap: 60px;
  display: grid;
  grid-template-columns: 1fr 280px;
}

.cts-btnbox {
  margin: 30px 0;
  padding: 0 2em;
  width: 100%;
}

.cts-btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #e4f3f6;
  border: 1px solid;
  border-color: #1d2184;
  border-radius: 10px;
  color: #1d2184;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 1em 2em;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  transition: 0.2s;
}
.cts-btn:hover {
  background: #1d2184;
  color: #fff;
}
.cts-btn:hover img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.cts-btn img {
  margin-left: auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 20px;
}

.dep-imgbox {
  gap: 16px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 32px auto 0;
}

.question {
  background: #f9f3d7;
  border-radius: 20px;
  margin: 100px auto 0;
  padding: 30px;
}

.question-txt {
  color: #f7931e;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
}
.question-txt span {
  display: inline-block;
  padding: 0 1.5em;
  position: relative;
}
.question-txt span:before, .question-txt span:after {
  background: #f7931e;
  content: "";
  height: 80%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-30deg);
          transform: translateY(-50%) rotate(-30deg);
  width: 2px;
}
.question-txt span:before {
  left: 0;
}
.question-txt span:after {
  right: 0;
  -webkit-transform: translateY(-50%) rotate(22deg);
          transform: translateY(-50%) rotate(22deg);
}

.question-tel {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 28px;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.question-tel:hover {
  opacity: 0.7;
}
.question-tel img {
  width: 65px;
}

.question-tel-num {
  color: #1d2184;
  font-family: "Lexend", sans-serif;
  font-size: 7rem;
  font-weight: normal;
  line-height: 1;
}

.question-tel-time {
  font-size: 2rem;
  margin-top: 1em;
  text-align: center;
}

@media (max-width: 1128px) {
  .cts-content {
    gap: 30px;
  }
}

@media (max-width: 767px) {
  .cts-img {
    margin: 32px auto;
  }
  .cts-contents {
    margin-top: 30px;
  }
  .cts-headbox {
    gap: 16px;
    padding: 0.5em 1em;
  }
  .guide-txt span {
    font-size: 1.6rem;
  }
  .cts-head {
    font-size: 1.8rem;
  }
  .cts-num {
    font-size: 1.8rem;
    width: 40px;
  }
  .cts-num:before {
    width: 40px;
  }
  .cts-num img {
    top: -10px;
    width: 20px;
  }
  .cts-content {
    display: block;
  }
  .dep-imgbox {
    grid-template-columns: repeat(2, 1fr);
  }
  .question {
    margin-top: 50px;
    padding: 20px;
  }
  .question-txt {
    font-size: 1.5rem;
  }
  .question-tel img {
    width: 40px;
  }
  .question-tel-num {
    font-size: 4rem;
  }
  .question-tel-time {
    font-size: 1.6rem;
  }
}

/*# sourceMappingURL=cts.css.map*/