@font-face {
  font-family: "Averta";
  src: url("./font/webfont/AvertaStd-Regular.woff2") format("woff2"), url("./font/webfont/AvertaStd-Regular.woff") format("woff"), url("./font/desktop/AvertaStd-Regular.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Averta";
  src: url("./font/webfont/AvertaStd-Semibold.woff2") format("woff2"), url("./font/webfont/AvertaStd-Semibold.woff") format("woff"), url("./font/desktop/AvertaStd-Semibold.otf") format("opentype");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "Averta";
  src: url("./font/webfont/AvertaStd-Bold.woff2") format("woff2"), url("./font/webfont/AvertaStd-Bold.woff") format("woff"), url("./font/desktop/AvertaStd-Bold.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Averta";
  src: url("./font/webfont/AvertaStd-Extrabold.woff2") format("woff2"), url("./font/webfont/AvertaStd-Extrabold.woff") format("woff"), url("./font/desktop/AvertaStd-Extrabold.otf") format("opentype");
  font-style: normal;
  font-weight: 900;
}
.main-part.text-block {
  position: relative;
}
@media (min-width: 992px) {
  .main-part.text-block p {
    line-height: 1.6em;
    margin-bottom: 1em;
  }
}
@media (min-width: 992px) {
  .main-part.text-block .desc {
    line-height: 1.6em;
  }
}
@media (max-width: 768px) {
  .main-part.text-block .desc table {
    max-width: 100%;
    overflow: scroll;
    position: relative;
    display: block;
  }
}
.main-part.text-block .desc table {
  border: 1px solid #ddd;
  line-height: 1.3em;
}
.main-part.text-block .desc table tr {
  vertical-align: top;
  border-bottom: 1px solid #ddd;
}
.main-part.text-block .desc table tr:last-child {
  border-bottom: 0;
}
.main-part.text-block .desc table tr td {
  border-right: 1px solid #ddd;
}
.main-part.text-block .desc table tr td:last-child {
  border-right: 0;
}
.main-part.text-style-1 {
  background-color: #ffffff;
  padding: 50px 0;
}
.main-part.text-style-2 {
  background: #F9FFF0;
  padding-bottom: 50px;
  margin-bottom: 0;
}
.main-part.text-style-2.page-ccp {
  background: linear-gradient(180deg, #ffffff 50%, #F9FFF0 50%);
}
.main-part.text-style-2 .text-wrapper {
  position: relative;
  border: 1px solid #000;
  box-shadow: 6px 6px 0px #97fbc9;
  border-radius: 16px;
  background: #ffffff;
  padding: 0px 15px 60px;
}
@media (min-width: 992px) {
  .main-part.text-style-2 .text-wrapper {
    padding: 0px 60px 60px;
  }
  .main-part.text-style-2 .text-wrapper::before {
    content: "";
    position: absolute;
    width: 140px;
    height: 140px;
    background-image: url("../img/about/sparkle.png");
    background-repeat: no-repeat;
    right: -45px;
    top: -65px;
  }
}
.main-part.text-style-2 .text-wrapper::after {
  content: "";
  position: absolute;
  width: 96px;
  height: 96px;
  background: url("../img/common/bg_scribble.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: -60px;
}
@media (max-width: 991px) {
  .main-part.text-style-2 .text-wrapper::after {
    zoom: 0.75;
  }
}
.main-part.text-style-2:last-child .text-wrapper::after {
  display: none;
}
.main-part.text-style-3 {
  background-color: #F9FFF0;
  padding-bottom: 50px;
}
.main-part.text-style-3 h3 {
  color: #036;
  padding: 30px 0;
  text-align: center;
}
.main-part.text-style-3 .container {
  position: relative;
  z-index: 1;
}
.main-part.text-style-3:last-child:after {
  content: "";
  position: absolute;
  width: 369px;
  height: 369px;
  right: -209px;
  bottom: -84px;
  background: #d9f2f0;
  filter: blur(27.1828px);
  border-radius: 50%;
  z-index: 0;
}/*# sourceMappingURL=text-block.css.map */