@charset "UTF-8";
/* Scss Document */
/* -------------------------------------------------- */
/* file   : xx.css                                  */
/* update : 2023                                      */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* pc向け */
/* --------------------------------------------------- */
.seminar {
  padding-bottom: 70px;
}
.seminar .h1_wrap {
  width: 100%;
  height: 260px;
  background: url(/seminar/img/bg_h1.jpg) no-repeat center center/cover;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 120px;
}
.seminar .h1_wrap h1 {
  color: #FFF;
  margin: 0;
  text-align: center;
}
.seminar .h1_wrap h1 .page-ttl_en {
  font-size: 36px;
  margin-top: 0;
  border-bottom: solid 2px #FFF;
  margin-bottom: 15px;
  padding: 0 30px 5px;
}
.seminar .h1_wrap h1 .page-ttl_ja {
  font-size: 13px;
}

.contents_box {
  margin: 0 auto 70px;
  width: 64%;
}

.link_btn01 {
  display: flex;
  justify-content: center;
}
.link_btn01 li {
  width: 28.5%;
}
.link_btn01 li:first-child {
  margin-right: 2.85%;
}
.link_btn01 li a {
  display: block;
  text-align: center;
  background: #949494;
  color: #FFF;
  padding: 20px 0;
  font-weight: 700;
  transition: 0.3s;
}
.link_btn01 li a:hover {
  background: #ff0000;
}

/* -------------------pc END------------------------------- */
/* -------------------------------------------------- */
/* tablet向け */
/* --------------------------------------------------- */
@media screen and (max-width: 768px) {
  .history-inner {
    max-width: 100%;
    margin: 55px 0 0;
  }
}
/* ---------------------tablet END----------------------------- */
/* -------------------------------------------------- */
/* sp向け */
/* --------------------------------------------------- */
@media screen and (max-width: 750px) {
  .seminar {
    padding-bottom: 50px;
  }
  .seminar .h1_wrap {
    width: 100%;
    height: 150px;
    background: url(/seminar/img/bg_h1_sp.jpg) no-repeat center center/cover;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
  }
  .seminar .h1_wrap h1 {
    color: #FFF;
    margin: 0;
    text-align: center;
  }
  .seminar .h1_wrap h1 .page-ttl_en {
    font-size: 24px;
    margin-top: 0;
    border-bottom: solid 1px #FFF;
    margin-bottom: 8px;
    padding: 0 15px;
  }
  .seminar .h1_wrap h1 .page-ttl_ja {
    font-size: 12px;
  }
  .seminar .inner {
    padding: 0 20px;
  }
  .contents_box {
    margin: 0 auto 30px;
    width: 100%;
  }
  .link_btn01 {
    display: block;
  }
  .link_btn01 li {
    width: 100%;
  }
  .link_btn01 li:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .link_btn01 li a {
    display: block;
    text-align: center;
    background: #949494;
    color: #FFF;
    padding: 15px 0;
    font-weight: 700;
    transition: inherit;
  }
  .link_btn01 li a:hover {
    background: #949494;
  }
}
/* -------------------sp END------------------------------- *//*# sourceMappingURL=seminar.css.map */