@charset "UTF-8";
/* -------------------------- */
/* content */
/* -------------------------- */
/* seminar */

.seminar_category_list {
  max-width: 790px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-bottom: 60px;
}

@media only screen and (min-width: 768px) {
  .seminar_category_list {
    grid-template-columns: repeat(3, 1fr);
  }
}

.seminar_category_item {
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  background: #fff;
  text-align: center;
  padding: 13px 10px;
  font-family: "FP-ヒラギノ明朝 StdN W4", "ヒラギノ明朝 ProN",
    "Hiragino Mincho ProN", "ＭＳ 明朝", "MS Mincho", sans-serif;
  color: #000;
  font-weight: 600;
  line-height: normal;
  display: grid;
  place-content: center;
  place-items: center;
}

.seminar_category_item.active {
  border: 1px solid #000;
  background: #000;
  color: #fff;
}

.seminar_content {
  padding-block: 38px 50px;
}

.seminar_content_title_wrap {
  margin-bottom: 30px;
}

.seminar_content_title {
  color: #000;
  font-family: "FP-ヒラギノ明朝 StdN W4", "ヒラギノ明朝 ProN",
    "Hiragino Mincho ProN", "ＭＳ 明朝", "MS Mincho", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  display: grid;
  row-gap: 20px;
}
.seminar_content_title::after {
  content: "";
  display: inline-block;
  width: 21px;
  height: 1px;
  background: #000;
  margin-inline: auto;
}

.seminar .info_list {
  padding-bottom: 30px;
}
.seminar .seminar_detail {
  margin-bottom: 30px;
  padding-top: 30px;
}
.seminar .seminar_detail .info_list_title_date {
  margin-right: 15px;
  display: inline-block;
  font-family: "Hind";
  font-weight: 600;
}
.seminar .seminar_detail .info_list_title_category {
  min-width: 75px;
  padding: 2px 5px;
  background: #fff;
  border: 1px solid #323232;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}
.seminar .seminar_detail .info_list_title_txt {
  width: 100%;
  padding: 5px 0 30px;
  font-family: "FP-ヒラギノ明朝 ProN W6", "ヒラギノ明朝 ProN",
    "Hiragino Mincho ProN", "ＭＳ 明朝", "MS Mincho", sans-serif;
  font-size: 1.6rem;
}

.seminar_detail .seminar_list_category {
  margin-left: unset;
}

.info_category {
  position: relative;
}
.info_category_list {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.info_category_list dt {
  padding-right: 15px;
}
.info_category_list dd {
  flex: 1;
}

.seminar_application_btn_wrap {
  margin-block: 28px 60px;
}
.seminar_application_btn {
  display: flex !important;
}

.seminar_list_btn_wrap {
  padding-block: 40px 60px;
  border-top: 1px solid #000;
}

.seminar_application .seminar_form .submitBox {
  margin-bottom: 80px;
}

.seminar_form {
  margin-top: 35px;
}

/* ================================================================================================================================================================================== */
/* pc */
/* ================================================================================================================================================================================== */
@media only screen and (min-width: 768px) {
  /* -------------------------- */
  /* content */
  /* -------------------------- */
}
/* ================================================================================================================================================================================== */
/* pc */
/* ================================================================================================================================================================================== */
@media only screen and (min-width: 1024px) {
  /* -------------------------- */
  /* content */
  /* -------------------------- */
  /* seminar */
  .seminar {
    padding-bottom: 70px;
  }
  .seminar .info_list {
    padding-bottom: 70px;
  }
  .seminar .seminar_detail {
    margin-bottom: 70px;
    padding-top: 70px;
  }
  .seminar .seminar_detail .info_list_title_date {
    font-size: 1.6rem;
  }
  .seminar .seminar_detail .info_list_title_txt {
    padding: 10px 0 50px;
    font-size: 3rem;
  }
  .info_category_list {
    width: 300px;
    margin-bottom: 0;
    display: block;
    flex: 1;
    position: absolute;
    right: 30px;
    top: 20px;
  }
  .info_category_list dt {
    padding: 0 0 10px;
  }
  .info_category_list dd {
    flex: inherit;
  }
}
/* ================================================================================================================================================================================== */
/* pc */
/* ================================================================================================================================================================================== */
@media only screen and (min-width: 1280px) {
  /* -------------------------- */
  /* content */
  /* -------------------------- */
  .info_category_list {
    right: 50px;
  }
}
/*# sourceMappingURL=map/seminar.css.map */
