.banner_cont {
  max-width: 1000px !important;
  margin: 0 auto;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  justify-content: space-between;
}

.banner_cont li {
  max-width: 480px;
}

.banner_cont li a {
  max-width: 480px;
}

.banner_cont li a img {
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  .banner_cont li {
    margin-top: 30px;
  }
  .banner_cont li:nth-child(-n+2) {
    margin: 0;
  }
}

@media print, screen and (max-width: 768px) {
  .banner_cont {
    width: 94%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .banner_cont li {
    margin-bottom: 2rem;
    max-width: 100%;
  }
  .banner_cont li a {
    max-width: 100%;
  }
  .banner_cont li a img {
    width: 100%;
  }
}

.jokin_seminar_archive_inner {
  max-width: 1024px !important;
  margin: 0 auto;
}

.jokin_seminar_archive_inner.detail {
  max-width: 800px !important;
}

.jokin_seminar_archive_inner .page_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 70px;
  width: 100%;
}

.jokin_seminar_archive_inner .page_cont a {
  position: relative;
}

.jokin_seminar_archive_inner .page_cont a:nth-child(1) {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-self: start;
  margin-left: 2.5em;
}

.jokin_seminar_archive_inner .page_cont a:nth-child(1)::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -27px;
  width: 12px;
  height: 12px;
  border-bottom: 2px solid #0092C4;
  border-right: 2px solid #0092C4;
  -webkit-transform: translate(0, -50%) rotate(135deg);
          transform: translate(0, -50%) rotate(135deg);
}

.jokin_seminar_archive_inner .page_cont a:nth-child(2) {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-self: end;
  margin-right: 2.5em;
}

.jokin_seminar_archive_inner .page_cont a:nth-child(2)::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -27px;
  width: 12px;
  height: 12px;
  border-bottom: 2px solid #0092C4;
  border-right: 2px solid #0092C4;
  -webkit-transform: translate(0, -50%) rotate(-45deg);
          transform: translate(0, -50%) rotate(-45deg);
}

.jokin_seminar_ttl {
  margin-top: 40px;
  margin-bottom: 32px;
  position: relative;
}

@media print, screen and (max-width: 768px) {
  .jokin_seminar_ttl {
    margin-top: 0;
  }
}

.jokin_seminar_ttl .txt_cont {
  position: absolute;
  top: 40px;
  left: 40px;
}

@media print, screen and (max-width: 768px) {
  .jokin_seminar_ttl .txt_cont {
    top: 3vw;
    left: 5vw;
  }
}

.jokin_seminar_ttl .txt_cont .sub_ttl {
  margin-bottom: 20px;
  font-size: 46px;
  font-weight: bold;
  color: #e8d380;
}

@media print, screen and (max-width: 768px) {
  .jokin_seminar_ttl .txt_cont .sub_ttl {
    margin-bottom: 0;
    font-size: 8.2vw;
  }
}

.jokin_seminar_ttl .txt_cont h2 {
  font-size: 72px;
  color: #fff;
}

@media print, screen and (max-width: 768px) {
  .jokin_seminar_ttl .txt_cont h2 {
    line-height: 1.2;
    font-size: 14vw;
  }
}

.jokin_archive {
  margin-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media print, screen and (max-width: 768px) {
  .jokin_archive {
    width: 95%;
    margin: 0 auto 100px;
  }
}

.jokin_archive a {
  margin-bottom: 30px;
  position: relative;
  width: 32%;
  margin-right: 2%;
  border: 3px solid #06448c;
}

.jokin_archive a:nth-child(3n) {
  margin-right: 0;
}

@media print, screen and (max-width: 768px) {
  .jokin_archive a {
    width: 100%;
    margin-right: 0;
  }
}

.jokin_archive a .no {
  position: absolute;
  z-index: 2;
  top: -10px;
  left: -10px;
  padding: 20px 15px 10px;
  background-color: #06448c;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: .25em;
  color: #fff;
}

.jokin_archive a .no span {
  font-family: roboto !important;
  font-size: 46px;
}

.jokin_archive a img {
  width: 100%;
}

.jokin_archive a .txt_cont {
  padding: 20px;
}

.jokin_archive a .txt_cont .ttl {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 22px;
  color: #06448c;
  line-height: 1.45;
}

.jokin_archive a .txt_cont .txt_link {
  text-align: right;
  color: #0092C4;
}

.jokin_archive a .txt_cont .txt_link span {
  position: relative;
  text-align: right;
  text-decoration: underline;
  font-size: 14px;
  font-weight: bold;
}

.jokin_archive a .txt_cont .txt_link span::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -27px;
  width: 12px;
  height: 12px;
  border-bottom: 2px solid #0092C4;
  border-right: 2px solid #0092C4;
  -webkit-transform: translate(0, -50%) rotate(-45deg);
          transform: translate(0, -50%) rotate(-45deg);
}

.detail_ttl_cont .no {
  text-align: center;
  font-weight: bold;
}

.detail_ttl_cont .no p {
  margin-bottom: 20px;
  text-align: center;
  position: relative;
}

.detail_ttl_cont .no p > span {
  position: absolute;
  right: 0;
  left: 0;
  top: 35px;
  color: #fff;
  font-size: 24px;
}

.detail_ttl_cont .no p > span > span {
  font-family: roboto;
  font-size: 70px;
}

@media print, screen and (max-width: 768px) {
  .detail_ttl_cont .no p > span > span {
    font-size: 10vw;
  }
}

.detail_ttl_cont .no p img {
  width: 330px;
}

@media print, screen and (max-width: 768px) {
  .detail_ttl_cont .no p img {
    width: 65vw;
  }
}

.detail_ttl_cont .no h2 {
  margin-bottom: 45px;
  line-height: 1.45;
  font-size: 42px;
  color: #06448c;
}

@media print, screen and (max-width: 768px) {
  .detail_ttl_cont .no h2 {
    margin-bottom: 30px;
    font-size: 22px;
  }
}

.detail_index {
  margin-bottom: 40px;
  position: relative;
  background-color: #f7f8f8;
  border-radius: 10px;
  padding: 15px 30px;
}

.detail_index::after {
  content: '';
  position: absolute;
  right: 10px;
  bottom: -10px;
  width: 268px;
  height: 226px;
  background-image: url("../../user_data/img/jokin_seminar/index_ill.png");
  background-size: contain;
  background-repeat: no-repeat;
}

@media print, screen and (max-width: 768px) {
  .detail_index::after {
    right: 10px;
    bottom: -50px;
    width: 70px;
    height: 70px;
  }
}

.detail_index dt {
  display: inline-block;
  margin-bottom: 1em;
  margin-left: -40px;
  padding: 5px 10px;
  background-color: #06448c;
  color: #fff;
  font-size: 22px;
}

@media print, screen and (max-width: 768px) {
  .detail_index dt {
    font-size: 16px;
  }
}

.detail_index dd {
  max-width: 70%;
  font-size: 16px;
}

@media print, screen and (max-width: 768px) {
  .detail_index dd {
    max-width: 100%;
    font-size: 14px;
  }
}

.detail_index dd ul li {
  margin-left: 1em;
  margin-bottom: .5em;
  line-height: 1.45;
}

.detail_index dd ul li a {
  position: relative;
  text-decoration: underline;
}

.detail_index dd ul li a::after {
  content: '';
  position: absolute;
  top: 8px;
  left: -20px;
  width: 10px;
  height: 10px;
  background-color: #06448c;
  border-radius: 1000px;
}

.detail_article {
  margin-bottom: 3em;
  padding-top: 80px;
  margin-top: -80px;
}

.detail_article h3 {
  margin-bottom: 1em;
  padding-bottom: .5em;
  font-weight: bold;
  line-height: 1.45;
  font-size: 24px;
  color: #06448c;
  border-bottom: 2px solid #06448c;
}

@media print, screen and (max-width: 768px) {
  .detail_article h3 {
    font-size: 18px;
  }
}

.detail_article h4 {
  line-height: 1.45;
  color: #06448c;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: .75em;
}

@media print, screen and (max-width: 768px) {
  .detail_article h4 {
    font-size: 16px;
  }
}

.detail_article p {
  margin-bottom: 1em;
  font-size: 16px;
  line-height: 1.6;
}

@media print, screen and (max-width: 768px) {
  .detail_article p {
    font-size: 14px;
  }
}

.detail_article p.img_cont {
  text-align: center;
}

.detail_article p.img_cont img {
  width: 100%;
  max-width: 600px;
}

.detail_article ul {
  margin-bottom: 1em;
  font-size: 16px;
  line-height: 1.6;
}

@media print, screen and (max-width: 768px) {
  .detail_article ul {
    font-size: 14px;
  }
}

.detail_article ul li {
  position: relative;
  margin-bottom: .5em;
  color: #333;
  margin-left: 2em;
}

.detail_article ul li::after {
  content: '';
  position: absolute;
  top: 8px;
  left: -20px;
  width: 10px;
  height: 10px;
  background-color: #06448c;
  border-radius: 1000px;
}
/*# sourceMappingURL=jokin_seminar.css.map */
