@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&display=swap");
:root {
  --corporate-color: #58acda;
  --primary-color: #3e3a39;
  --heading-color: #1b435b;
  --example-color: #2a4c74;
}

.jpg {
  width: min(100%, 1400px);
  margin: auto;
}

.example_haeder {
  background: #d4e5bf;
}

.container.first .item2 .page_img {
  left: 72px;
  top: -52px;
  width: 454px;
}
@media screen and (max-width: 640px) {
  .container.first .item2 .page_img {
    left: inherit;
    top: inherit;
  }
}
.container.screen_area {
  margin-top: 100px !important;
}
.container.screen_area .contents_title.ex01 {
  border-bottom-color: #68a9cf !important;
}
.container.screen_area .contents_title .item1.ex01 {
  background: #68a9cf;
}
.container.screen_area .contents_title.ex02 {
  border-bottom-color: #6db27f !important;
}
.container.screen_area .contents_title .item1.ex02 {
  background: #6db27f;
}
.container.screen_area .contents_title.ex03 {
  border-bottom-color: #a6619a !important;
}
.container.screen_area .contents_title .item1.ex03 {
  background: #a6619a;
}
.container.screen_area .contents_title.ex04 {
  border-bottom-color: #db535e !important;
}
.container.screen_area .contents_title .item1.ex04 {
  background: #db535e;
}
.container.screen_area .contents_title.ex05 {
  border-bottom-color: #e49e3e !important;
}
.container.screen_area .contents_title .item1.ex05 {
  background: #e49e3e;
}

.pdf_dw2 {
  width: 460px;
  margin: 20px auto 0;
  transition: all 0.4s;
}
.pdf_dw2:hover {
  opacity: 0.8;
}
@media screen and (max-width: 640px) {
  .pdf_dw2 {
    width: 100%;
    margin-top: 30px;
  }
}/*# sourceMappingURL=style.css.map */