.o-business-screen {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
  width: 100%;
}
.o-business-screen__header {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 32px;
  width: 100%;
}
@media (max-width: 980px) {
  .o-business-screen__header {
    flex-direction: column;
  }
}
.o-business-screen__header-image {
  flex-shrink: 0;
  height: 308px;
  aspect-ratio: 0.8;
  overflow: hidden;
  border-radius: 4px;
  pointer-events: none;
}
.o-business-screen__header-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.o-business-screen__header-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
  flex: 1;
  width: 100%;
  padding: 4px 0;
}
.o-business-screen__header-text h1, .o-business-screen__header-text p {
  margin: 0;
  padding: 0;
}
.o-business-screen__header-text h1 {
  color: #777777;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
}
.o-business-screen__header-text h1 b {
  color: #D3034B;
  font-weight: inherit;
}
.o-business-screen__header-text p {
  margin: 0;
  padding: 0;
  color: #333333;
  font-size: 14px;
  line-height: 1.75;
}
.o-business-screen__header-text-block {
  width: 100%;
  margin-top: 46px;
  padding: 20px;
  border: 1px solid #EEEEEE;
  border-radius: 4px;
  color: #777777;
  font-size: 15px;
  line-height: 1.75;
  text-align: center;
}
.o-business-screen__header-text-block b {
  color: #0352D2;
  font-weight: 600;
}
.o-business-screen__numbering {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
  width: 100%;
}
.o-business-screen__numbering-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;
  width: 100%;
  padding: 20px 24px 16px;
  background-color: #F5F5F5;
  border-radius: 4px;
}
.o-business-screen__numbering-item-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  color: #333333;
  font-size: 15px;
}
.o-business-screen__numbering-item-title b {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  background-color: #6000D2;
  border-radius: 100vw;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}
.o-business-screen__numbering-item-body {
  font-size: 14px;
  line-height: 1.75;
}
/*# sourceMappingURL=cf1d706728545fbe88b1ce24442f79e4ee70bc55.BusinessScreen.scss.map */
