@charset "utf-8";
/* CSS Document */

body{
  color: #333;
  line-height: 1.6;
}
#base{
  width: 1220px;
}
div#cont div#c3_l{
  width: 1200px;
}
div#cont div#c3_lr{
  width: 970px; 
}
.p_mainvisualWrap:has(.p_date--slider){
  padding-bottom: 16px;
}
.p_date--slider .js_commonSlider{
  padding: 0;
}
.p_date--slider .js_commonSlider .slick-dots{
  bottom: -16px;
}

.comment_main + .comment_author{
  margin-top:15px;
}
/* #access table */
#access tr{
  display:block;
}
.w600 table#access th{
  width: auto;
  display: block;
}
.w600 table#access td{
  padding-top: 10px;
  padding-left: 0;
}


@media screen and (max-width:768px){
  #base{
    width: 100%;
  }
  div#cont div#c3_l{
    width: 100%;
  }
  div#cont div#c3_lr{
    width: 100%; 
  }
  .w600 table#access th{
    margin-bottom: 10px;
  }
}


/*　
無料セミナー被リンク　 */
.shisya_seminar_lst {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.shisya_seminar_itm {
  padding-top: 16px;
  border-top: 1px solid #EFEFEF;
}
.shisya_seminar_itm:first-of-type {
  padding-top: 0;
  border-top: none;
}
.shisya_semianr_ttl {
  margin-bottom: 16px;
  font-size: 18px;
  font-family: "游ゴシック";
  font-weight: 700;
  line-height: 1.1;
}
.shisya_semianr_ttl a {
  color: #333;
}
.shisya_seminar_contents {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.shisya_seminar_description {
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 400;
}
.shisya_seminar_img {
  flex-shrink: 0;
  width: 100%;
  max-width: 182px;
}
.shisya_seminar_img img {
  display: block;
  width: 100%;
}
.shisya_seminar_date {
  font-size: 18px;
  margin-bottom: 10px;
}
@media (any-hover: hover) {
 .shisya_semianr_ttl a:hover {
   text-decoration: underline;
 }
 .shisya_seminar_img a:hover {
   opacity: 0.6;
   transition: 0.3s;
 }
}
@media (max-width: 768px) {
 .shisya_seminar_contents {
   flex-direction: column;
   gap: 12px;
 }
 .shisya_seminar_img {
   max-width: 100%;
 }
 .shisya_semianr_ttl {
   margin-bottom: 12px;
 }
}

/*
    公開講座の年間実績
================================*/
.side_bupRslt {
  font-family: inherit;
  margin-bottom: 20px;
}

.side_bupRslt > dt {
  border-top: 3px solid #ccc;
  font-family: inherit;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 0;
  position: relative;
}

.side_bupRslt > dt::before {
  border-top: 3px solid #E51E19;
  content: "";
  display: block; 
  position: absolute;
  left: 0;
  top: -3px;
  width: 38%;
}

.side_bupRslt > dt > img {
  background-color: #E51E19;
  margin-right: 5px;
  vertical-align: -5px;
}

/* 囲いの中 */
#cont #c3_ll dl .side_bupRslt_border {
  border: 1px solid #d7d0c0;
  font-family: inherit;
  padding: 5px;
  background: none;
}

.side_bupRslt_border > p {
  font-family: inherit;
  line-height: 1;
}

#cont #c3_ll .side_bupRslt_detail {
  align-items: center;
  display: flex;
  -js-display: flex;
  flex-flow: row wrap;
  font-family: inherit;
  justify-content: space-between;
  margin-bottom: 5px;
  line-height:
}

.side_bupRslt_detail > dt {
  font-family: inherit;
  font-size: 12px; 
  font-weight: bold;
  line-height: 1;
}

.side_bupRslt_detail > dt > sup {
  font-family: inherit;
  font-size: 10px;
  top: 0;
}

#cont #c3_ll .side_bupRslt_detail > dd {
  font-family: inherit;
  font-size: 23px; 
  font-weight: bold;
  line-height: 1;
  text-align: right;
  background: none;
  padding: 0;
}

.side_bupRslt_detail > dd span {
  font-family: inherit;
  font-size: 12px;
}
.side_bupRslt_detail > dd span[class*="js_"]{
  font-size: inherit;
}


.side_bupRslt_border p:first-of-type { margin-top: 10px; }

.side_bupRslt_border p + p { margin-top: 5px; }

/* 本研修の実績 */
.side_bupRslt_detail.rating {
  border-bottom: 1px solid #666;
  display: block;
}

.side_bupRslt_detail.rating > dt {
  font-size: 12px;
  letter-spacing: 0;
  margin-bottom: 5px;
}

.side_bupRslt_detail.rating > dt > img {
  display: none;
  margin-right: 5px;
  vertical-align: -2px;
}

.side_bupRslt_detail.rating > dd { font-size: 28px; }

.side_bupRslt_detail.rating > dd > span.toem {
  font-size: 23px;
  font-weight: bold;
}

.side_bupRslt_footnote{
  font-size: 12px;
}