@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: #f7d19f;
}

.container.first .item2 .page_img {
  left: 44px;
  top: -30px;
  width: 473px;
}
@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: #6bb881 !important;
}
.container.screen_area .contents_title .item1.ex01 {
  background: #6bb881;
}
.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;
}/*# sourceMappingURL=style.css.map */