/*******************************************
    /css/feedbacks.css
*******************************************/
#cta .sec__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 750px) {
  #cta .sec__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
#cta .sec__item:first-child {
  border-right: 1px solid #ddd;
}
@media screen and (max-width: 750px) {
  #cta .sec__item:first-child {
    border-right: none;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
    margin-bottom: 25px;
  }
}
#cta .sec__tit {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 2rem;
}
#cta .sec__tit img {
  width: auto;
  height: 40px;
}
#cta .sec__tit.is-mail img {
  padding-top: 10px;
}
#cta .sec__text {
  margin-top: 30px;
  text-align: center;
}
#cta .sec__note {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  margin-top: 10px;
}
#cta .sec__btn {
  margin-top: 30px;
}
#cta .sec__btn a {
  background: #919191;
  color: #fff;
  font-size: 1.8rem;
  line-height: 100%;
  padding: 1.6rem 0 1.8rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
  min-width: 180px;
  width: 70%;
  max-width: 300px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 750px) {
  #cta .sec__btn a {
    font-size: 1.6rem;
    width: 90%;
  }
}
#cta .sec__btn a span {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0px 0px 2px 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 22px;
  right: 22px;
}
#cta .sec__mini-tit {
  margin-top: 20px;
  text-align: center;
}
#cta .sec__mini-tit span {
  display: inline-block;
  font-size: 1.1rem;
  color: #DC4013;
  line-height: 1.1rem;
  border: solid 1px #DC4013;
  border-radius: 20px;
  padding: 5px 20px 7px;
  font-weight: 400;
  margin: 0 auto;
}
#cta .sec__tel a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 4.5rem;
  color: #DC4013;
  font-weight: 700;
  pointer-events: none;
}
@media screen and (max-width: 750px) {
  #cta .sec__tel a {
    pointer-events: auto;
    font-size: 3.5rem;
  }
}
#cta .sec__tel a img {
  width: auto;
  height: 40px;
  margin-top: 8px;
}
#cta .sec__time {
  text-align: center;
}
#cta .sec__caution {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 15px;
  margin-inline: auto;
  color: red;
}/*# sourceMappingURL=cta.css.map */