.tour-web .tour-lead {
  padding-right: 1em;
  padding-left: 1em;
}
.tour-web .tour-points {
  padding-right: 1em;
  padding-left: 1em;
}
.tour-web .tour-points .top_reason2406_list {
  align-items: flex-start;
}
@media screen and (max-width: 1023px) {
  .tour-web .tour-points .top_reason2406_list {
    align-items: center;
  }
}
.tour-web .tour-voice {
  padding-right: 1em;
  padding-left: 1em;
}
.tour-web .tour-voice .voice-flex {
  max-width: 1244px;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 32px;
  margin: 50px auto 0;
}
.tour-web .tour-voice .voice-flex .voice-item {
  width: 100%;
  max-width: 606px;
  background: #DFECFA;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  padding: 24px 30px;
}
.tour-web .tour-voice .voice-flex .voice-item .img-wrap {
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 100vw;
  flex: none;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.tour-web .tour-voice .voice-flex .voice-item .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tour-web .tour-voice .voice-flex .voice-item .content-wrap {
  width: 100%;
}
.tour-web .tour-flow {
  padding-right: 1em;
  padding-left: 1em;
}
.tour-web .tour-flow .flow-flex {
  width: 100%;
  max-width: 1244px;
  display: flex;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 32px;
  margin: 5rem auto 0;
}
@media screen and (max-width: 1365px) {
  .tour-web .tour-flow .flow-flex {
    flex-flow: column;
    align-items: center;
  }
}
.tour-web .tour-flow .flow-flex .flow-item {
  width: 100%;
  max-width: 223px;
}
@media screen and (max-width: 1365px) {
  .tour-web .tour-flow .flow-flex .flow-item {
    max-width: 606px;
  }
}
.tour-web .tour-flow .flow-flex .flow-item + .flow-item .content-wrap {
  position: relative;
}
.tour-web .tour-flow .flow-flex .flow-item + .flow-item .content-wrap::before {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #1C4273;
  border-right: 2px solid #1C4273;
  position: absolute;
  top: 50%;
  left: -22px;
  translate: -50% -50%;
  rotate: 45deg;
}
@media screen and (max-width: 1365px) {
  .tour-web .tour-flow .flow-flex .flow-item + .flow-item .content-wrap::before {
    top: -22px;
    left: 50%;
    translate: -50% -50%;
    rotate: 135deg;
  }
}
.tour-web .tour-flow .flow-flex .flow-item .content-wrap {
  width: 100%;
  min-height: 88px;
  background: #fff;
  border: 1px solid #CC0E5E;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em 25px;
}
.tour-web .tour-flow .flow-flex .flow-item .content-wrap p {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
.tour-web .tour-flow .flow-flex .flow-item .flow-inner-list {
  margin-top: 8px;
  margin-bottom: 10px;
}
.tour-web .tour-flow .flow-flex .flow-item .flow-inner-list li {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  gap: 6px;
  padding-left: 10px;
}
.tour-web .tour-flow .flow-flex .flow-item .flow-inner-list li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #1C4273;
  border-radius: 100vw;
  aspect-ratio: 1/1;
  flex: none;
}
.tour-web .tour-flow .ex-wrap {
  margin: 50px auto 0;
}
.tour-web .tour-flow .ex-wrap p {
  text-align: center;
  color: #CC0E5E;
}
.tour-web .mainte2403_cta_pink .btn-wrap.aside .btn.icon-on-before.contact span::before {
  background: #CC0E5E;
}
.tour-web .mainte2403_cta_pink .btn-wrap.aside .btn.icon-on-before.contact.hov:hover span::before {
  background: #fff;
}
/*# sourceMappingURL=../../../maps/hubfs/tour_web/css/tour_web_style.css.map */