@charset "utf-8";
.pg-fv {
  border-top: 20px solid #FF8329;
}
.title1__sub {
  color: #FF8329;
}
.service__top {
      background-color: #FFF5EB;
}
.service-top__bottom {
  background-color: #FF8329;
}
.service-top__bottom--sp {
    background-color: #FF8329;
}

.worries {
      background-image: url(https://shinsei-j.com/system_panel/uploads/images/worries-bg3.png);
}
.worries__item {
    background-color: #FFF5EB;
}
.worries__item::before {
    background-image: url('https://shinsei-j.com/system_panel/uploads/images/worries-hukidashi3.png');
}
.worries-item__title {
    color: #FF8329;
}

.service-title__sub {
    background-color: #FF8329;
}
.service-title__main {
    border: 3px solid #FF8329;
}
.service-item__number {
    border: 2px solid #FF8329;
    color: #FF8329;
}
.service-item__text {
    background-color: #FFF5EB;
}
.service__btn {
    border: 5px solid #FF8329;
}

.flow-item__number {
    background-color: #FF8329;
}
.flow-item__text a {
    color: #FF8329;
  text-decoration-color: #FF8329;
}

@media (max-width: 767px) {
  .flow-item__text--sp a {
        text-decoration: underline;
    text-decoration-color: #FF8329;
    color: #FF8329;
  }
}