/* CSS Document */
@import url(article.css);
@import url(footer.css);

main, .wrap {
  overflow-x: hidden;
}
.page_saction {
  overflow: visible;
}
.seminar-hero:before{
  content:"";
  background: url(../img/kv_irrust_event.png) no-repeat left bottom;
  position:absolute;
  left:var(--outergap);
  bottom:0;
  width:300px;
  height:300px;
  background-size:contain;
}
.seminar-hero h1:before {
  content:"";
  background: url(../img/icn_menu04.svg) center no-repeat;
  background-size: 100% auto;
}

@media (max-width: 1024px) {

}
@media (max-width: 768px) {
    .seminar-hero:before {
        display: none;
    }
}


/****************

******************/

.event_list {
    gap:var(--size40) var(--size30);
}
.prof_box {
    border:2px solid var(--bg_blue02);
    padding:var(--size20);
}
.prof_box p {
    margin-bottom:0;
}

@media (max-width: 1024px) {

}
@media (max-width: 768px) {

}
@media (min-width: 1441px) {

}

