<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.senator-corona__txt {
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
}
.senator-corona__txt::before, .senator-corona__txt::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.senator-corona__txt::before {
  margin-top: calc((1 - 2) * 0.5em);
}
.senator-corona__txt::after {
  margin-bottom: calc((1 - 2) * 0.5em);
}
@media screen and (max-width: 767px) {
  .senator-corona__txt {
    font-size: 14px;
  }
}

.senator-corona {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .senator-corona {
    gap: 20px;
  }
}

.senator-corona {
  border-radius: 40px;
  flex-direction: column;
  padding: 40px;
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 767px) {
  .senator-corona {
    border-radius: 20px;
    padding: 20px;
    width: 100%;
  }
}
.senator-corona.--senator {
  background-color: #ebe5d5;
}
.senator-corona.--corona {
  background-color: #f5ebd1;
}

.senator-corona__title {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
}

.product-work-flow__sec-wrap {
  flex-direction: row !important;
  gap: initial !important;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 800px;
}
@media screen and (max-width: 767px) {
  .product-work-flow__sec-wrap {
    flex-direction: column !important;
    gap: 13px !important;
  }
}
.product-work-flow__sec-wrap .product-work-flow__sec {
  padding: 20px 10px !important;
}
@media screen and (max-width: 767px) {
  .product-work-flow__sec-wrap .product-work-flow__sec {
    padding: 10px 20px !important;
  }
}
.product-work-flow__sec-wrap .product-point__head {
  display: inline-block !important;
}
@media screen and (max-width: 767px) {
  .product-work-flow__sec-wrap .product-point__head {
    display: flex !important;
  }
}
.product-work-flow__sec-wrap .product-point__title {
  flex: initial;
  letter-spacing: 8px;
  margin-left: 4px;
  margin-top: 20px;
  text-align: center;
  writing-mode: vertical-lr;
}
@media screen and (max-width: 767px) {
  .product-work-flow__sec-wrap .product-point__title {
    letter-spacing: initial;
    margin-left: 0;
    margin-top: 0;
    text-align: left;
    writing-mode: initial;
  }
}
.product-work-flow__sec-wrap .product-point__arrow-wrap {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .product-work-flow__sec-wrap .product-point__arrow-wrap {
    justify-content: center;
  }
}
.product-work-flow__sec-wrap .product-point__arrow {
  display: inline-block;
  vertical-align: middle;
  color: #ffcb00;
  line-height: 1;
  position: relative;
  width: 1.3em;
  height: 1.3em;
  transform: translateX(-25%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .product-work-flow__sec-wrap .product-point__arrow {
    transform: translateX(0%) translateY(-25%) rotate(135deg);
  }
}
.product-work-flow__sec-wrap .product-point__arrow::before, .product-work-flow__sec-wrap .product-point__arrow::after {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
}
.product-work-flow__sec-wrap .product-point__arrow::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.3em;
}
.product-work-flow__sec-wrap .product-point__arrow::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.3em;
}/*# sourceMappingURL=style.css.map */</pre></body></html>