<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.m_contBox .media &gt; .img &gt; span:not(:first-child:last-child):not(:first-of-type) {
  display: block;
  margin-top: 10px;
}

.m_heading--secondary#lecturer::before{
  background-image: url(../../img/partner/ucn/icon_1.png);
}

/* 全力QA*/
.m_qaLink {
  text-align: center;
}
.m_qaLink__ttl {
  position: relative;
  display: inline-block;
  padding: 0 2em;
  font-weight: 700;
  font-size: 20px;
}
.m_qaLink__ttl::before, .m_qaLink__ttl::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 1.4em;
  height: 2px;
  margin: auto 0;
  border-radius: 100px;
  background: #333;
}
.m_qaLink__ttl::before {
  left: 0;
  transform: rotate(45deg);
}
.m_qaLink__ttl::after {
  right: 0;
  transform: rotate(-45deg);
}
.m_qaLink__target {
  transition: .3s;
}
.m_qaLink__target:hover {
  opacity: .7;
}
.u_hide {
  display: none;
}
@media screen and (max-width: 599px){
  .u_resSmInline {
    display: inline;
  }
}

/* sideNav */
.m_sideNav_certificationBottom{
  width: 200px;  
  margin-bottom: 10px;
  float: left;
}
.m_sideNav_certificationBottom_heading{
  font-size: 14px;
  font-weight: bold;
  border-top: 2px solid #E45A51;
  padding-top: 5px;
  margin-bottom: 10px;
}
.m_sideNav_certificationBottom_link{transition: .3s;}
.m_sideNav_certificationBottom_link:hover{opacity: .7;}
@media screen and (max-width: 768px){
  .m_sideNav_certificationBottom {
    display: none;
  }
}
.insCompanyInfo{
  float : left;
}</pre></body></html>