<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";


/*singleseminar登壇者エリア*/
.spe_cf {
  margin-bottom: 50px;
}
.spe_cf h2 {
  position: relative;
  font-size: 3.2rem;
  line-height: 3.7rem;
  color: #d70c18;
  margin-bottom: 60px;
  margin-top: 40px;
  font-weight: 700;
}.spe_cf h2:before {
  position: absolute;
  left: -50px;
  bottom: -30px;
  width: calc(100% + 100px);
  height: 1px;
  background: #d8161c;
  content: "";
}.spe_cfWrap {
  display: flex;
  justify-content: space-between;
  background: #eee;
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 30px;
}.spe_cfImg {
  width: 20%;
}.spe_cfTxt {
  width: 75%;
  line-height: 1.8;
}.spe_cfTxt span {
font-weight: normal;
  background: linear-gradient(transparent 70%, #efff00 30%);
  display: inline-block;
text-decoration: none !important;
}.spe_cfTxt h3 {
  font-weight: bold;
  font-size: 120%;
  margin-bottom: 15px;
}
.spe_cfTxt h4 {
  font-weight: bold;
}
@media screen and (max-width: 767px){
  .teasertit {
  padding: 0;
  }
    /*singleseminar登壇者エリア*/
    .spe_cfWrap {
    display: flex;
    justify-content: space-between;
    background: #eee;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 30px;
    flex-wrap: wrap;
  }.spe_cfImg {
    width: 60%;
    text-align: center;
    display: block;
    margin: 0 auto 20px;
  }.spe_cfTxt {
    width: 100%;
    line-height: 1.8;
  }
  .spe_cf h2 {
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 60px;
  }
}

.spe_cfTxt h4 span {
    background: none;
    display: block; 
    font-weight: bold;
}
.spe_cfTxt h3 { 
    margin-bottom: 0;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes slideDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slide-down {
  -webkit-animation-name: slideDown;
  animation-name: slideDown;
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes slideUp {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.slide-up {
  -webkit-animation-name: slideUp;
  animation-name: slideUp;
}
.content-wrap {
  height: 150px;
  overflow: hidden;
  position: relative;
  margin: 0;
}
.close-btn, .more-btn {
    display: block;
    width: 100%;
    padding: 40px 0 0;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    background: -moz-linear-gradient(top, rgba(238,238,238,0) 0%, rgba(238,238,238,1) 41%, rgba(238,238,238,1) 55%);
    background: -webkit-linear-gradient(top, rgba(238,238,238,0) 0%,rgba(238,238,238,1) 41%,rgba(238,238,238,1) 55%);
    background: linear-gradient(to bottom, rgba(238,238,238,0) 0%,rgba(238,238,238,1) 41%,rgba(238,238,238,1) 55%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00eeeeee', endColorstr='#eeeeee',GradientType=0 );
}
.close-btn {
  background: none;
}
.slide-up {
    height: 110px;
    padding-bottom: 0;
    overflow: hidden;
}
.slide-down {
  height: auto;
  overflow: visible;
  padding-bottom: 50px;
}
.more-btn p {
  display: inline-block;
  color: #666;
  cursor: pointer; 
  padding: 5px 20px;
  width: 80%;
  border-radius: 20px;
}
.close-btn {
  padding:0;
}
.close-btn p {
    background: #eee;
}
.more-btn p.open:after {
    content: "";
    display: block;
    position: absolute;
    width: 9px;
    height: 9px;
    transform: rotate(45deg);
    top: 50%;
    right: 0;
    border-bottom: 3px solid #000000;
    border-right: 3px solid #000000;
    left: 0;
    margin: auto;
}









 	@media screen and (max-width: 767px) {
}</pre></body></html>